{"maintainers":[{"name":"byk","email":"ben@byk.im"},{"name":"lo1tuma","email":"schreck.mathias@gmail.com"},{"name":"nzakas","email":"nicholas@nczconsulting.com"},{"name":"sindresorhus","email":"sindresorhus@gmail.com"}],"keywords":["globals","global","identifiers","variables","vars","jshint","eslint","environments"],"dist-tags":{"latest":"10.0.0"},"author":{"name":"Sindre Sorhus","email":"sindresorhus@gmail.com","url":"sindresorhus.com"},"description":"Global identifiers from different JavaScript environments","readme":"# globals [![Build Status](https://travis-ci.org/sindresorhus/globals.svg?branch=master)](https://travis-ci.org/sindresorhus/globals)\n\n> Global identifiers from different JavaScript environments\n\nExtracted from [JSHint](https://github.com/jshint/jshint/blob/3a8efa979dbb157bfb5c10b5826603a55a33b9ad/src/vars.js) and [ESLint](https://github.com/eslint/eslint/blob/b648406218f8a2d7302b98f5565e23199f44eb31/conf/environments.json) and merged.\n\nIt's just a [JSON file](globals.json), so use it in whatever environment you like.\n\n**This module [no longer accepts](https://github.com/sindresorhus/globals/issues/82) new environments. If you need it for ESLint, just [create a plugin](http://eslint.org/docs/developer-guide/working-with-plugins#environments-in-plugins).**\n\n\n## Install\n\n```\n$ npm install --save globals\n```\n\n\n## Usage\n\n```js\nvar globals = require('globals');\n\nconsole.log(globals.browser);\n/*\n{\n\taddEventListener: false,\n\tapplicationCache: false,\n\tArrayBuffer: false,\n\tatob: false,\n\t...\n}\n*/\n```\n\nEach global is given a value of `true` or `false`. A value of `true` indicates that the variable may be overwritten. A value of `false` indicates that the variable should be considered read-only. This information is used by static analysis tools to flag incorrect behavior. We assume all variables should be `false` unless we hear otherwise.\n\n\n## License\n\nMIT © [Sindre Sorhus](http://sindresorhus.com)\n","repository":{"type":"git","url":"git+https://github.com/sindresorhus/globals.git"},"users":{"nubuck":true,"qddegtya":true,"heineiuo":true,"jondar":true},"bugs":{"url":"https://github.com/sindresorhus/globals/issues"},"license":"MIT","versions":{"0.1.0":{"name":"globals","version":"0.1.0","description":"Global identifiers from different JavaScript environments","license":"MIT","main":"globals.json","repository":{"type":"git","url":"git://github.com/sindresorhus/globals"},"author":{"name":"Sindre Sorhus","email":"sindresorhus@gmail.com","url":"http://sindresorhus.com"},"engines":{"node":">=0.8.0"},"scripts":{"test":"mocha"},"files":["globals.json"],"keywords":["globals","global","identifiers","variables","vars","jshint","eslint","environments"],"devDependencies":{"mocha":"~1.x"},"bugs":{"url":"https://github.com/sindresorhus/globals/issues"},"homepage":"https://github.com/sindresorhus/globals","_id":"globals@0.1.0","dist":{"shasum":"78bf585dc4c9587372a6a10143f1caaaccf595e4","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/globals/-/globals-0.1.0.tgz"},"_from":".","_npmVersion":"1.3.17","_npmUser":{"name":"sindresorhus","email":"sindresorhus@gmail.com"},"maintainers":[{"name":"sindresorhus","email":"sindresorhus@gmail.com"}],"directories":{}},"0.1.1":{"name":"globals","version":"0.1.1","description":"Global identifiers from different JavaScript environments","license":"MIT","main":"globals.json","repository":{"type":"git","url":"git://github.com/sindresorhus/globals"},"author":{"name":"Sindre Sorhus","email":"sindresorhus@gmail.com","url":"http://sindresorhus.com"},"engines":{"node":">=0.8.0"},"scripts":{"test":"mocha"},"files":["globals.json"],"keywords":["globals","global","identifiers","variables","vars","jshint","eslint","environments"],"devDependencies":{"mocha":"*"},"bugs":{"url":"https://github.com/sindresorhus/globals/issues"},"homepage":"https://github.com/sindresorhus/globals","_id":"globals@0.1.1","dist":{"shasum":"07a636a461e2f7d7d1e6f787205c68f121bbfa81","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/globals/-/globals-0.1.1.tgz"},"_from":".","_npmVersion":"1.4.6","_npmUser":{"name":"sindresorhus","email":"sindresorhus@gmail.com"},"maintainers":[{"name":"sindresorhus","email":"sindresorhus@gmail.com"}],"directories":{}},"1.0.0":{"name":"globals","version":"1.0.0","description":"Global identifiers from different JavaScript environments","license":"MIT","repository":{"type":"git","url":"https://github.com/sindresorhus/globals"},"author":{"name":"Sindre Sorhus","email":"sindresorhus@gmail.com","url":"http://sindresorhus.com"},"engines":{"node":">=0.10.0"},"scripts":{"test":"mocha"},"files":["index.js","globals.json"],"keywords":["globals","global","identifiers","variables","vars","jshint","eslint","environments"],"devDependencies":{"mocha":"*"},"gitHead":"787be0b6fbdbcd6f75e01df674fd7d89ce72cf74","bugs":{"url":"https://github.com/sindresorhus/globals/issues"},"homepage":"https://github.com/sindresorhus/globals","_id":"globals@1.0.0","_shasum":"a2809cf4079f35c1f95d5978eae4a71c1e12554f","_from":".","_npmVersion":"1.4.21","_npmUser":{"name":"sindresorhus","email":"sindresorhus@gmail.com"},"maintainers":[{"name":"sindresorhus","email":"sindresorhus@gmail.com"}],"dist":{"shasum":"a2809cf4079f35c1f95d5978eae4a71c1e12554f","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/globals/-/globals-1.0.0.tgz"},"directories":{}},"2.0.0":{"name":"globals","version":"2.0.0","description":"Global identifiers from different JavaScript environments","license":"MIT","repository":{"type":"git","url":"https://github.com/sindresorhus/globals"},"author":{"name":"Sindre Sorhus","email":"sindresorhus@gmail.com","url":"http://sindresorhus.com"},"engines":{"node":">=0.10.0"},"scripts":{"test":"mocha"},"files":["index.js","globals.json"],"keywords":["globals","global","identifiers","variables","vars","jshint","eslint","environments"],"devDependencies":{"mocha":"*"},"gitHead":"6400333f4cbed250826e4aea9081eefbb6e676c0","bugs":{"url":"https://github.com/sindresorhus/globals/issues"},"homepage":"https://github.com/sindresorhus/globals","_id":"globals@2.0.0","_shasum":"034d937f10c8f331948b035640174d5cd1cf3817","_from":".","_npmVersion":"2.1.5","_nodeVersion":"0.10.32","_npmUser":{"name":"sindresorhus","email":"sindresorhus@gmail.com"},"maintainers":[{"name":"sindresorhus","email":"sindresorhus@gmail.com"}],"dist":{"shasum":"034d937f10c8f331948b035640174d5cd1cf3817","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/globals/-/globals-2.0.0.tgz"},"directories":{}},"3.0.0":{"name":"globals","version":"3.0.0","description":"Global identifiers from different JavaScript environments","license":"MIT","repository":{"type":"git","url":"https://github.com/sindresorhus/globals"},"author":{"name":"Sindre Sorhus","email":"sindresorhus@gmail.com","url":"http://sindresorhus.com"},"engines":{"node":">=0.10.0"},"scripts":{"test":"mocha"},"files":["index.js","globals.json"],"keywords":["globals","global","identifiers","variables","vars","jshint","eslint","environments"],"devDependencies":{"mocha":"*"},"gitHead":"9362018d7d29d4f4d335b3909e30ac73b13cf810","bugs":{"url":"https://github.com/sindresorhus/globals/issues"},"homepage":"https://github.com/sindresorhus/globals","_id":"globals@3.0.0","_shasum":"f617efffa8f31d18bf6034a7bb26e282de308946","_from":".","_npmVersion":"1.4.28","_npmUser":{"name":"nzakas","email":"nicholas@nczconsulting.com"},"maintainers":[{"name":"sindresorhus","email":"sindresorhus@gmail.com"},{"name":"nzakas","email":"nicholas@nczconsulting.com"},{"name":"lo1tuma","email":"schreck.mathias@gmail.com"}],"dist":{"shasum":"f617efffa8f31d18bf6034a7bb26e282de308946","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/globals/-/globals-3.0.0.tgz"},"directories":{}},"4.0.0":{"name":"globals","version":"4.0.0","description":"Global identifiers from different JavaScript environments","license":"MIT","repository":{"type":"git","url":"https://github.com/sindresorhus/globals"},"author":{"name":"Sindre Sorhus","email":"sindresorhus@gmail.com","url":"http://sindresorhus.com"},"engines":{"node":">=0.10.0"},"scripts":{"test":"mocha"},"files":["index.js","globals.json"],"keywords":["globals","global","identifiers","variables","vars","jshint","eslint","environments"],"devDependencies":{"mocha":"*"},"gitHead":"3a4f5432aa72158b112d85cd027be218c872846f","bugs":{"url":"https://github.com/sindresorhus/globals/issues"},"homepage":"https://github.com/sindresorhus/globals","_id":"globals@4.0.0","_shasum":"9a68887ae12f70858ae9372a02e1b87827bd56e3","_from":".","_npmVersion":"1.4.28","_npmUser":{"name":"nzakas","email":"nicholas@nczconsulting.com"},"maintainers":[{"name":"sindresorhus","email":"sindresorhus@gmail.com"},{"name":"nzakas","email":"nicholas@nczconsulting.com"},{"name":"lo1tuma","email":"schreck.mathias@gmail.com"}],"dist":{"shasum":"9a68887ae12f70858ae9372a02e1b87827bd56e3","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/globals/-/globals-4.0.0.tgz"},"directories":{}},"5.0.0":{"name":"globals","version":"5.0.0","description":"Global identifiers from different JavaScript environments","license":"MIT","repository":{"type":"git","url":"https://github.com/sindresorhus/globals"},"author":{"name":"Sindre Sorhus","email":"sindresorhus@gmail.com","url":"http://sindresorhus.com"},"engines":{"node":">=0.10.0"},"scripts":{"test":"mocha"},"files":["index.js","globals.json"],"keywords":["globals","global","identifiers","variables","vars","jshint","eslint","environments"],"devDependencies":{"mocha":"*"},"gitHead":"04de6084164950e8ad06ba3b028515f2e89d2bc1","bugs":{"url":"https://github.com/sindresorhus/globals/issues"},"homepage":"https://github.com/sindresorhus/globals","_id":"globals@5.0.0","_shasum":"933dfb37459c6dec908deb0db65911b73628d24f","_from":".","_npmVersion":"1.4.28","_npmUser":{"name":"nzakas","email":"nicholas@nczconsulting.com"},"maintainers":[{"name":"sindresorhus","email":"sindresorhus@gmail.com"},{"name":"nzakas","email":"nicholas@nczconsulting.com"},{"name":"lo1tuma","email":"schreck.mathias@gmail.com"}],"dist":{"shasum":"933dfb37459c6dec908deb0db65911b73628d24f","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/globals/-/globals-5.0.0.tgz"},"directories":{}},"5.1.0":{"name":"globals","version":"5.1.0","description":"Global identifiers from different JavaScript environments","license":"MIT","repository":{"type":"git","url":"https://github.com/sindresorhus/globals"},"author":{"name":"Sindre Sorhus","email":"sindresorhus@gmail.com","url":"http://sindresorhus.com"},"engines":{"node":">=0.10.0"},"scripts":{"test":"mocha"},"files":["index.js","globals.json"],"keywords":["globals","global","identifiers","variables","vars","jshint","eslint","environments"],"devDependencies":{"mocha":"*"},"gitHead":"b9c4e523b6bd6c60e1a3fe8081a00cd1a6d2c5cc","bugs":{"url":"https://github.com/sindresorhus/globals/issues"},"homepage":"https://github.com/sindresorhus/globals","_id":"globals@5.1.0","_shasum":"4dcafe4e908d666bae086234bcb34ab553e5524e","_from":".","_npmVersion":"1.4.28","_npmUser":{"name":"sindresorhus","email":"sindresorhus@gmail.com"},"maintainers":[{"name":"sindresorhus","email":"sindresorhus@gmail.com"},{"name":"nzakas","email":"nicholas@nczconsulting.com"},{"name":"lo1tuma","email":"schreck.mathias@gmail.com"}],"dist":{"shasum":"4dcafe4e908d666bae086234bcb34ab553e5524e","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/globals/-/globals-5.1.0.tgz"},"directories":{}},"6.0.0":{"name":"globals","version":"6.0.0","description":"Global identifiers from different JavaScript environments","license":"MIT","repository":{"type":"git","url":"https://github.com/sindresorhus/globals"},"author":{"name":"Sindre Sorhus","email":"sindresorhus@gmail.com","url":"http://sindresorhus.com"},"engines":{"node":">=0.10.0"},"scripts":{"test":"mocha"},"files":["index.js","globals.json"],"keywords":["globals","global","identifiers","variables","vars","jshint","eslint","environments"],"devDependencies":{"mocha":"*"},"gitHead":"3e865210ba72e36f854ec42b00ca6875024e28cd","bugs":{"url":"https://github.com/sindresorhus/globals/issues"},"homepage":"https://github.com/sindresorhus/globals","_id":"globals@6.0.0","_shasum":"92f22abab2139e8de9c3b5d2644acfe4b8544f81","_from":".","_npmVersion":"1.4.28","_npmUser":{"name":"sindresorhus","email":"sindresorhus@gmail.com"},"maintainers":[{"name":"sindresorhus","email":"sindresorhus@gmail.com"},{"name":"nzakas","email":"nicholas@nczconsulting.com"},{"name":"lo1tuma","email":"schreck.mathias@gmail.com"}],"dist":{"shasum":"92f22abab2139e8de9c3b5d2644acfe4b8544f81","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/globals/-/globals-6.0.0.tgz"},"directories":{}},"6.1.0":{"name":"globals","version":"6.1.0","description":"Global identifiers from different JavaScript environments","license":"MIT","repository":{"type":"git","url":"https://github.com/sindresorhus/globals"},"author":{"name":"Sindre Sorhus","email":"sindresorhus@gmail.com","url":"http://sindresorhus.com"},"engines":{"node":">=0.10.0"},"scripts":{"test":"mocha"},"files":["index.js","globals.json"],"keywords":["globals","global","identifiers","variables","vars","jshint","eslint","environments"],"devDependencies":{"mocha":"*"},"gitHead":"c3937467a80f3da4000a0a7cb15b92ea11ce8ea8","bugs":{"url":"https://github.com/sindresorhus/globals/issues"},"homepage":"https://github.com/sindresorhus/globals","_id":"globals@6.1.0","_shasum":"45d617db6fa9f0f5d7aa21f041a0ab51b9d299b1","_from":".","_npmVersion":"1.4.28","_npmUser":{"name":"sindresorhus","email":"sindresorhus@gmail.com"},"maintainers":[{"name":"sindresorhus","email":"sindresorhus@gmail.com"},{"name":"nzakas","email":"nicholas@nczconsulting.com"},{"name":"lo1tuma","email":"schreck.mathias@gmail.com"}],"dist":{"shasum":"45d617db6fa9f0f5d7aa21f041a0ab51b9d299b1","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/globals/-/globals-6.1.0.tgz"},"directories":{}},"6.2.0":{"name":"globals","version":"6.2.0","description":"Global identifiers from different JavaScript environments","license":"MIT","repository":{"type":"git","url":"https://github.com/sindresorhus/globals"},"author":{"name":"Sindre Sorhus","email":"sindresorhus@gmail.com","url":"http://sindresorhus.com"},"engines":{"node":">=0.10.0"},"scripts":{"test":"mocha"},"files":["index.js","globals.json"],"keywords":["globals","global","identifiers","variables","vars","jshint","eslint","environments"],"devDependencies":{"mocha":"*"},"gitHead":"22889fa12fa1a028bb1eee368aadd05e40e70b05","bugs":{"url":"https://github.com/sindresorhus/globals/issues"},"homepage":"https://github.com/sindresorhus/globals","_id":"globals@6.2.0","_shasum":"60ced87cd448fe17ee46804643051490f5bbc19b","_from":".","_npmVersion":"2.5.1","_nodeVersion":"0.12.0","_npmUser":{"name":"sindresorhus","email":"sindresorhus@gmail.com"},"maintainers":[{"name":"sindresorhus","email":"sindresorhus@gmail.com"},{"name":"nzakas","email":"nicholas@nczconsulting.com"},{"name":"lo1tuma","email":"schreck.mathias@gmail.com"}],"dist":{"shasum":"60ced87cd448fe17ee46804643051490f5bbc19b","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/globals/-/globals-6.2.0.tgz"},"directories":{}},"6.3.0":{"name":"globals","version":"6.3.0","description":"Global identifiers from different JavaScript environments","license":"MIT","repository":{"type":"git","url":"https://github.com/sindresorhus/globals"},"author":{"name":"Sindre Sorhus","email":"sindresorhus@gmail.com","url":"http://sindresorhus.com"},"engines":{"node":">=0.10.0"},"scripts":{"test":"mocha"},"files":["index.js","globals.json"],"keywords":["globals","global","identifiers","variables","vars","jshint","eslint","environments"],"devDependencies":{"mocha":"*"},"gitHead":"db5f7082d29f8933a49e7bc42c6bd55db28de779","bugs":{"url":"https://github.com/sindresorhus/globals/issues"},"homepage":"https://github.com/sindresorhus/globals","_id":"globals@6.3.0","_shasum":"89faa782414d18e49ac1db2b610c7d8b2edd2761","_from":".","_npmVersion":"2.5.1","_nodeVersion":"0.12.0","_npmUser":{"name":"sindresorhus","email":"sindresorhus@gmail.com"},"maintainers":[{"name":"sindresorhus","email":"sindresorhus@gmail.com"},{"name":"nzakas","email":"nicholas@nczconsulting.com"},{"name":"lo1tuma","email":"schreck.mathias@gmail.com"}],"dist":{"shasum":"89faa782414d18e49ac1db2b610c7d8b2edd2761","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/globals/-/globals-6.3.0.tgz"},"directories":{}},"6.4.0":{"name":"globals","version":"6.4.0","description":"Global identifiers from different JavaScript environments","license":"MIT","repository":{"type":"git","url":"https://github.com/sindresorhus/globals"},"author":{"name":"Sindre Sorhus","email":"sindresorhus@gmail.com","url":"http://sindresorhus.com"},"engines":{"node":">=0.10.0"},"scripts":{"test":"mocha"},"files":["index.js","globals.json"],"keywords":["globals","global","identifiers","variables","vars","jshint","eslint","environments"],"devDependencies":{"mocha":"*"},"gitHead":"9c1d079f3197f3cbae1365ee8f15e5abd7ce1fb3","bugs":{"url":"https://github.com/sindresorhus/globals/issues"},"homepage":"https://github.com/sindresorhus/globals","_id":"globals@6.4.0","_shasum":"1ddbfbe9202d758544cdf2cc6aafbb5cb2f12eef","_from":".","_npmVersion":"2.5.1","_nodeVersion":"0.12.0","_npmUser":{"name":"sindresorhus","email":"sindresorhus@gmail.com"},"maintainers":[{"name":"sindresorhus","email":"sindresorhus@gmail.com"},{"name":"nzakas","email":"nicholas@nczconsulting.com"},{"name":"lo1tuma","email":"schreck.mathias@gmail.com"}],"dist":{"shasum":"1ddbfbe9202d758544cdf2cc6aafbb5cb2f12eef","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/globals/-/globals-6.4.0.tgz"},"directories":{}},"6.4.1":{"name":"globals","version":"6.4.1","description":"Global identifiers from different JavaScript environments","license":"MIT","repository":{"type":"git","url":"https://github.com/sindresorhus/globals"},"author":{"name":"Sindre Sorhus","email":"sindresorhus@gmail.com","url":"http://sindresorhus.com"},"engines":{"node":">=0.10.0"},"scripts":{"test":"mocha"},"files":["index.js","globals.json"],"keywords":["globals","global","identifiers","variables","vars","jshint","eslint","environments"],"devDependencies":{"mocha":"*"},"gitHead":"c8e9f2aba0eaea2a732452667a386178ddd6bcb7","bugs":{"url":"https://github.com/sindresorhus/globals/issues"},"homepage":"https://github.com/sindresorhus/globals","_id":"globals@6.4.1","_shasum":"8498032b3b6d1cc81eebc5f79690d8fe29fabf4f","_from":".","_npmVersion":"2.5.1","_nodeVersion":"0.12.0","_npmUser":{"name":"sindresorhus","email":"sindresorhus@gmail.com"},"maintainers":[{"name":"sindresorhus","email":"sindresorhus@gmail.com"},{"name":"nzakas","email":"nicholas@nczconsulting.com"},{"name":"lo1tuma","email":"schreck.mathias@gmail.com"}],"dist":{"shasum":"8498032b3b6d1cc81eebc5f79690d8fe29fabf4f","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/globals/-/globals-6.4.1.tgz"},"directories":{}},"7.0.0":{"name":"globals","version":"7.0.0","description":"Global identifiers from different JavaScript environments","license":"MIT","repository":{"type":"git","url":"https://github.com/sindresorhus/globals"},"author":{"name":"Sindre Sorhus","email":"sindresorhus@gmail.com","url":"http://sindresorhus.com"},"engines":{"node":">=0.10.0"},"scripts":{"test":"mocha"},"files":["index.js","globals.json"],"keywords":["globals","global","identifiers","variables","vars","jshint","eslint","environments"],"devDependencies":{"mocha":"*"},"gitHead":"fecd6fa10a001e5589db242a1ce4d03194772ef7","bugs":{"url":"https://github.com/sindresorhus/globals/issues"},"homepage":"https://github.com/sindresorhus/globals","_id":"globals@7.0.0","_shasum":"fdf7027d66fefd84ffb640dc6555059178eacea1","_from":".","_npmVersion":"2.10.1","_nodeVersion":"0.12.4","_npmUser":{"name":"sindresorhus","email":"sindresorhus@gmail.com"},"dist":{"shasum":"fdf7027d66fefd84ffb640dc6555059178eacea1","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/globals/-/globals-7.0.0.tgz"},"maintainers":[{"name":"sindresorhus","email":"sindresorhus@gmail.com"},{"name":"nzakas","email":"nicholas@nczconsulting.com"},{"name":"lo1tuma","email":"schreck.mathias@gmail.com"}],"directories":{}},"7.1.0":{"name":"globals","version":"7.1.0","description":"Global identifiers from different JavaScript environments","license":"MIT","repository":{"type":"git","url":"https://github.com/sindresorhus/globals"},"author":{"name":"Sindre Sorhus","email":"sindresorhus@gmail.com","url":"http://sindresorhus.com"},"engines":{"node":">=0.10.0"},"scripts":{"test":"mocha"},"files":["index.js","globals.json"],"keywords":["globals","global","identifiers","variables","vars","jshint","eslint","environments"],"devDependencies":{"mocha":"*"},"gitHead":"38b4e9a4942df8e62769307fdcaf376a7b5b8ee8","bugs":{"url":"https://github.com/sindresorhus/globals/issues"},"homepage":"https://github.com/sindresorhus/globals","_id":"globals@7.1.0","_shasum":"3a7f4e7f5cea78d13b6c18eb35f7f29647939075","_from":".","_npmVersion":"2.10.1","_nodeVersion":"0.12.4","_npmUser":{"name":"sindresorhus","email":"sindresorhus@gmail.com"},"dist":{"shasum":"3a7f4e7f5cea78d13b6c18eb35f7f29647939075","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/globals/-/globals-7.1.0.tgz"},"maintainers":[{"name":"sindresorhus","email":"sindresorhus@gmail.com"},{"name":"nzakas","email":"nicholas@nczconsulting.com"},{"name":"lo1tuma","email":"schreck.mathias@gmail.com"}],"directories":{}},"8.0.0":{"name":"globals","version":"8.0.0","description":"Global identifiers from different JavaScript environments","license":"MIT","repository":{"type":"git","url":"https://github.com/sindresorhus/globals"},"author":{"name":"Sindre Sorhus","email":"sindresorhus@gmail.com","url":"http://sindresorhus.com"},"engines":{"node":">=0.10.0"},"scripts":{"test":"mocha"},"files":["index.js","globals.json"],"keywords":["globals","global","identifiers","variables","vars","jshint","eslint","environments"],"devDependencies":{"mocha":"*"},"gitHead":"cce613db700a579352e87c331c9427d46d60d162","bugs":{"url":"https://github.com/sindresorhus/globals/issues"},"homepage":"https://github.com/sindresorhus/globals","_id":"globals@8.0.0","_shasum":"1bde4be6e5fd4c8408b1bf8fcefdebdf53212614","_from":".","_npmVersion":"2.10.1","_nodeVersion":"0.12.4","_npmUser":{"name":"sindresorhus","email":"sindresorhus@gmail.com"},"dist":{"shasum":"1bde4be6e5fd4c8408b1bf8fcefdebdf53212614","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/globals/-/globals-8.0.0.tgz"},"maintainers":[{"name":"sindresorhus","email":"sindresorhus@gmail.com"},{"name":"nzakas","email":"nicholas@nczconsulting.com"},{"name":"lo1tuma","email":"schreck.mathias@gmail.com"}],"directories":{}},"8.1.0":{"name":"globals","version":"8.1.0","description":"Global identifiers from different JavaScript environments","license":"MIT","repository":{"type":"git","url":"https://github.com/sindresorhus/globals"},"author":{"name":"Sindre Sorhus","email":"sindresorhus@gmail.com","url":"http://sindresorhus.com"},"engines":{"node":">=0.10.0"},"scripts":{"test":"mocha"},"files":["index.js","globals.json"],"keywords":["globals","global","identifiers","variables","vars","jshint","eslint","environments"],"devDependencies":{"mocha":"*"},"gitHead":"f86075648ac672a540e64c2a46de8ef49c15fc0b","bugs":{"url":"https://github.com/sindresorhus/globals/issues"},"homepage":"https://github.com/sindresorhus/globals","_id":"globals@8.1.0","_shasum":"f491df47705dfb94e06ff4ff2352babde95e10b8","_from":".","_npmVersion":"2.10.1","_nodeVersion":"0.12.4","_npmUser":{"name":"sindresorhus","email":"sindresorhus@gmail.com"},"dist":{"shasum":"f491df47705dfb94e06ff4ff2352babde95e10b8","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/globals/-/globals-8.1.0.tgz"},"maintainers":[{"name":"sindresorhus","email":"sindresorhus@gmail.com"},{"name":"nzakas","email":"nicholas@nczconsulting.com"},{"name":"lo1tuma","email":"schreck.mathias@gmail.com"}],"directories":{}},"8.2.0":{"name":"globals","version":"8.2.0","description":"Global identifiers from different JavaScript environments","license":"MIT","repository":{"type":"git","url":"https://github.com/sindresorhus/globals"},"author":{"name":"Sindre Sorhus","email":"sindresorhus@gmail.com","url":"http://sindresorhus.com"},"engines":{"node":">=0.10.0"},"scripts":{"test":"mocha"},"files":["index.js","globals.json"],"keywords":["globals","global","identifiers","variables","vars","jshint","eslint","environments"],"devDependencies":{"mocha":"*"},"gitHead":"446d0ed196d58bf62c0ed94e06e2ffbe75816ad9","bugs":{"url":"https://github.com/sindresorhus/globals/issues"},"homepage":"https://github.com/sindresorhus/globals","_id":"globals@8.2.0","_shasum":"97d0503f6a942ffb69b107fee447f4d54a66fb4e","_from":".","_npmVersion":"2.11.2","_nodeVersion":"0.12.5","_npmUser":{"name":"sindresorhus","email":"sindresorhus@gmail.com"},"dist":{"shasum":"97d0503f6a942ffb69b107fee447f4d54a66fb4e","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/globals/-/globals-8.2.0.tgz"},"maintainers":[{"name":"sindresorhus","email":"sindresorhus@gmail.com"},{"name":"nzakas","email":"nicholas@nczconsulting.com"},{"name":"lo1tuma","email":"schreck.mathias@gmail.com"}],"directories":{}},"8.3.0":{"name":"globals","version":"8.3.0","description":"Global identifiers from different JavaScript environments","license":"MIT","repository":{"type":"git","url":"https://github.com/sindresorhus/globals"},"author":{"name":"Sindre Sorhus","email":"sindresorhus@gmail.com","url":"http://sindresorhus.com"},"engines":{"node":">=0.10.0"},"scripts":{"test":"mocha"},"files":["index.js","globals.json"],"keywords":["globals","global","identifiers","variables","vars","jshint","eslint","environments"],"devDependencies":{"mocha":"*"},"gitHead":"51e51777b0d4db43cbb381fc2616adf8142fe55e","bugs":{"url":"https://github.com/sindresorhus/globals/issues"},"homepage":"https://github.com/sindresorhus/globals","_id":"globals@8.3.0","_shasum":"5706f1ff4338e0cbcd2400504b3085fc7984c7fc","_from":".","_npmVersion":"2.11.2","_nodeVersion":"0.12.5","_npmUser":{"name":"sindresorhus","email":"sindresorhus@gmail.com"},"dist":{"shasum":"5706f1ff4338e0cbcd2400504b3085fc7984c7fc","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/globals/-/globals-8.3.0.tgz"},"maintainers":[{"name":"sindresorhus","email":"sindresorhus@gmail.com"},{"name":"nzakas","email":"nicholas@nczconsulting.com"},{"name":"lo1tuma","email":"schreck.mathias@gmail.com"}],"directories":{}},"8.4.0":{"name":"globals","version":"8.4.0","description":"Global identifiers from different JavaScript environments","license":"MIT","repository":{"type":"git","url":"https://github.com/sindresorhus/globals"},"author":{"name":"Sindre Sorhus","email":"sindresorhus@gmail.com","url":"http://sindresorhus.com"},"engines":{"node":">=0.10.0"},"scripts":{"test":"mocha"},"files":["index.js","globals.json"],"keywords":["globals","global","identifiers","variables","vars","jshint","eslint","environments"],"devDependencies":{"mocha":"*"},"gitHead":"360ff9983bc5209f552ebcdae6568c9cff561efa","bugs":{"url":"https://github.com/sindresorhus/globals/issues"},"homepage":"https://github.com/sindresorhus/globals","_id":"globals@8.4.0","_shasum":"0885574bbe4478678b4546845bea6ef54d724b22","_from":".","_npmVersion":"2.13.3","_nodeVersion":"3.0.0","_npmUser":{"name":"sindresorhus","email":"sindresorhus@gmail.com"},"dist":{"shasum":"0885574bbe4478678b4546845bea6ef54d724b22","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/globals/-/globals-8.4.0.tgz"},"maintainers":[{"name":"sindresorhus","email":"sindresorhus@gmail.com"},{"name":"nzakas","email":"nicholas@nczconsulting.com"},{"name":"lo1tuma","email":"schreck.mathias@gmail.com"}],"directories":{}},"8.5.0":{"name":"globals","version":"8.5.0","description":"Global identifiers from different JavaScript environments","license":"MIT","repository":{"type":"git","url":"git+https://github.com/sindresorhus/globals.git"},"author":{"name":"Sindre Sorhus","email":"sindresorhus@gmail.com","url":"http://sindresorhus.com"},"engines":{"node":">=0.10.0"},"scripts":{"test":"mocha"},"files":["index.js","globals.json"],"keywords":["globals","global","identifiers","variables","vars","jshint","eslint","environments"],"devDependencies":{"mocha":"*"},"gitHead":"081517fa8e8ab43ce122a0cb4c36766ad8efb2ee","bugs":{"url":"https://github.com/sindresorhus/globals/issues"},"homepage":"https://github.com/sindresorhus/globals#readme","_id":"globals@8.5.0","_shasum":"3e899a41c0c4518dda4a0503d052474aebf32097","_from":".","_npmVersion":"2.13.5","_nodeVersion":"0.12.7","_npmUser":{"name":"sindresorhus","email":"sindresorhus@gmail.com"},"dist":{"shasum":"3e899a41c0c4518dda4a0503d052474aebf32097","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/globals/-/globals-8.5.0.tgz"},"maintainers":[{"name":"sindresorhus","email":"sindresorhus@gmail.com"},{"name":"nzakas","email":"nicholas@nczconsulting.com"},{"name":"lo1tuma","email":"schreck.mathias@gmail.com"}],"directories":{}},"8.6.0":{"name":"globals","version":"8.6.0","description":"Global identifiers from different JavaScript environments","license":"MIT","repository":{"type":"git","url":"git+https://github.com/sindresorhus/globals.git"},"author":{"name":"Sindre Sorhus","email":"sindresorhus@gmail.com","url":"http://sindresorhus.com"},"engines":{"node":">=0.10.0"},"scripts":{"test":"mocha"},"files":["index.js","globals.json"],"keywords":["globals","global","identifiers","variables","vars","jshint","eslint","environments"],"devDependencies":{"mocha":"*"},"gitHead":"32e4f339277cac3160671c77eec63683a3e411b9","bugs":{"url":"https://github.com/sindresorhus/globals/issues"},"homepage":"https://github.com/sindresorhus/globals#readme","_id":"globals@8.6.0","_shasum":"d4ca7d15d9c279bca23002317115d519698b354d","_from":".","_npmVersion":"2.13.3","_nodeVersion":"3.0.0","_npmUser":{"name":"sindresorhus","email":"sindresorhus@gmail.com"},"dist":{"shasum":"d4ca7d15d9c279bca23002317115d519698b354d","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/globals/-/globals-8.6.0.tgz"},"maintainers":[{"name":"sindresorhus","email":"sindresorhus@gmail.com"},{"name":"nzakas","email":"nicholas@nczconsulting.com"},{"name":"lo1tuma","email":"schreck.mathias@gmail.com"}],"directories":{}},"8.7.0":{"name":"globals","version":"8.7.0","description":"Global identifiers from different JavaScript environments","license":"MIT","repository":{"type":"git","url":"git+https://github.com/sindresorhus/globals.git"},"author":{"name":"Sindre Sorhus","email":"sindresorhus@gmail.com","url":"http://sindresorhus.com"},"engines":{"node":">=0.10.0"},"scripts":{"test":"mocha"},"files":["index.js","globals.json"],"keywords":["globals","global","identifiers","variables","vars","jshint","eslint","environments"],"devDependencies":{"mocha":"*"},"gitHead":"a993b8aa0792868c14021d10518f5f3ca0723dd9","bugs":{"url":"https://github.com/sindresorhus/globals/issues"},"homepage":"https://github.com/sindresorhus/globals#readme","_id":"globals@8.7.0","_shasum":"52b36039f16b824e7617657fdfd207f57231c67e","_from":".","_npmVersion":"2.14.1","_nodeVersion":"0.12.7","_npmUser":{"name":"sindresorhus","email":"sindresorhus@gmail.com"},"dist":{"shasum":"52b36039f16b824e7617657fdfd207f57231c67e","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/globals/-/globals-8.7.0.tgz"},"maintainers":[{"name":"sindresorhus","email":"sindresorhus@gmail.com"},{"name":"nzakas","email":"nicholas@nczconsulting.com"},{"name":"lo1tuma","email":"schreck.mathias@gmail.com"}],"directories":{}},"8.8.0":{"name":"globals","version":"8.8.0","description":"Global identifiers from different JavaScript environments","license":"MIT","repository":{"type":"git","url":"https://github.com/sindresorhus/globals"},"author":{"name":"Sindre Sorhus","email":"sindresorhus@gmail.com","url":"http://sindresorhus.com"},"engines":{"node":">=0.10.0"},"scripts":{"test":"mocha"},"files":["index.js","globals.json"],"keywords":["globals","global","identifiers","variables","vars","jshint","eslint","environments"],"devDependencies":{"mocha":"*"},"gitHead":"222cb5f8455cc3459ecdd613f8a152922c213c9d","bugs":{"url":"https://github.com/sindresorhus/globals/issues"},"homepage":"https://github.com/sindresorhus/globals","_id":"globals@8.8.0","_shasum":"a584643e06428650019b237e18265d4099d0862e","_from":".","_npmVersion":"2.13.3","_nodeVersion":"3.0.0","_npmUser":{"name":"sindresorhus","email":"sindresorhus@gmail.com"},"dist":{"shasum":"a584643e06428650019b237e18265d4099d0862e","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/globals/-/globals-8.8.0.tgz"},"maintainers":[{"name":"sindresorhus","email":"sindresorhus@gmail.com"},{"name":"nzakas","email":"nicholas@nczconsulting.com"},{"name":"lo1tuma","email":"schreck.mathias@gmail.com"}],"directories":{}},"8.9.0":{"name":"globals","version":"8.9.0","description":"Global identifiers from different JavaScript environments","license":"MIT","repository":{"type":"git","url":"git+https://github.com/sindresorhus/globals.git"},"author":{"name":"Sindre Sorhus","email":"sindresorhus@gmail.com","url":"http://sindresorhus.com"},"engines":{"node":">=0.10.0"},"scripts":{"test":"mocha"},"files":["index.js","globals.json"],"keywords":["globals","global","identifiers","variables","vars","jshint","eslint","environments"],"devDependencies":{"mocha":"*"},"gitHead":"9576451c6bde9960a025ee4d3c8708913f7dbc80","bugs":{"url":"https://github.com/sindresorhus/globals/issues"},"homepage":"https://github.com/sindresorhus/globals#readme","_id":"globals@8.9.0","_shasum":"13d5520e356e1b2d7f1d0a4d519daebd31ab5a0a","_from":".","_npmVersion":"2.14.3","_nodeVersion":"4.1.0","_npmUser":{"name":"sindresorhus","email":"sindresorhus@gmail.com"},"dist":{"shasum":"13d5520e356e1b2d7f1d0a4d519daebd31ab5a0a","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/globals/-/globals-8.9.0.tgz"},"maintainers":[{"name":"sindresorhus","email":"sindresorhus@gmail.com"},{"name":"nzakas","email":"nicholas@nczconsulting.com"},{"name":"lo1tuma","email":"schreck.mathias@gmail.com"}],"directories":{}},"8.10.0":{"name":"globals","version":"8.10.0","description":"Global identifiers from different JavaScript environments","license":"MIT","repository":{"type":"git","url":"git+https://github.com/sindresorhus/globals.git"},"author":{"name":"Sindre Sorhus","email":"sindresorhus@gmail.com","url":"http://sindresorhus.com"},"engines":{"node":">=0.10.0"},"scripts":{"test":"mocha"},"files":["index.js","globals.json"],"keywords":["globals","global","identifiers","variables","vars","jshint","eslint","environments"],"devDependencies":{"mocha":"*"},"gitHead":"beb2076565fd764a1264f0b066f96744862b68d6","bugs":{"url":"https://github.com/sindresorhus/globals/issues"},"homepage":"https://github.com/sindresorhus/globals#readme","_id":"globals@8.10.0","_shasum":"6e14b51cba0c38c7303ad17e1648ddce560f2b14","_from":".","_npmVersion":"2.14.3","_nodeVersion":"4.1.0","_npmUser":{"name":"sindresorhus","email":"sindresorhus@gmail.com"},"dist":{"shasum":"6e14b51cba0c38c7303ad17e1648ddce560f2b14","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/globals/-/globals-8.10.0.tgz"},"maintainers":[{"name":"sindresorhus","email":"sindresorhus@gmail.com"},{"name":"nzakas","email":"nicholas@nczconsulting.com"},{"name":"lo1tuma","email":"schreck.mathias@gmail.com"}],"directories":{}},"8.11.0":{"name":"globals","version":"8.11.0","description":"Global identifiers from different JavaScript environments","license":"MIT","repository":{"type":"git","url":"https://github.com/sindresorhus/globals"},"author":{"name":"Sindre Sorhus","email":"sindresorhus@gmail.com","url":"http://sindresorhus.com"},"engines":{"node":">=0.10.0"},"scripts":{"test":"mocha"},"files":["index.js","globals.json"],"keywords":["globals","global","identifiers","variables","vars","jshint","eslint","environments"],"devDependencies":{"mocha":"*"},"gitHead":"b822c731d03c77e1ed54432e7c484a52fe4a175d","bugs":{"url":"https://github.com/sindresorhus/globals/issues"},"homepage":"https://github.com/sindresorhus/globals","_id":"globals@8.11.0","_shasum":"f117b03479dc2df159302d81cd08396425705d5b","_from":".","_npmVersion":"2.14.4","_nodeVersion":"4.1.1","_npmUser":{"name":"sindresorhus","email":"sindresorhus@gmail.com"},"dist":{"shasum":"f117b03479dc2df159302d81cd08396425705d5b","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/globals/-/globals-8.11.0.tgz"},"maintainers":[{"name":"byk","email":"ben@byk.im"},{"name":"lo1tuma","email":"schreck.mathias@gmail.com"},{"name":"nzakas","email":"nicholas@nczconsulting.com"},{"name":"sindresorhus","email":"sindresorhus@gmail.com"}],"directories":{}},"8.12.0":{"name":"globals","version":"8.12.0","description":"Global identifiers from different JavaScript environments","license":"MIT","repository":{"type":"git","url":"https://github.com/sindresorhus/globals"},"author":{"name":"Sindre Sorhus","email":"sindresorhus@gmail.com","url":"http://sindresorhus.com"},"engines":{"node":">=0.10.0"},"scripts":{"test":"mocha"},"files":["index.js","globals.json"],"keywords":["globals","global","identifiers","variables","vars","jshint","eslint","environments"],"devDependencies":{"mocha":"*"},"gitHead":"4968331eef0beb0c4cb712472990ec1688fc7779","bugs":{"url":"https://github.com/sindresorhus/globals/issues"},"homepage":"https://github.com/sindresorhus/globals","_id":"globals@8.12.0","_shasum":"e459a2e8993fe3c1ad09a3b703ab4ea38ecbbe94","_from":".","_npmVersion":"2.14.7","_nodeVersion":"4.2.1","_npmUser":{"name":"sindresorhus","email":"sindresorhus@gmail.com"},"dist":{"shasum":"e459a2e8993fe3c1ad09a3b703ab4ea38ecbbe94","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/globals/-/globals-8.12.0.tgz"},"maintainers":[{"name":"byk","email":"ben@byk.im"},{"name":"lo1tuma","email":"schreck.mathias@gmail.com"},{"name":"nzakas","email":"nicholas@nczconsulting.com"},{"name":"sindresorhus","email":"sindresorhus@gmail.com"}],"directories":{}},"8.12.1":{"name":"globals","version":"8.12.1","description":"Global identifiers from different JavaScript environments","license":"MIT","repository":{"type":"git","url":"https://github.com/sindresorhus/globals"},"author":{"name":"Sindre Sorhus","email":"sindresorhus@gmail.com","url":"http://sindresorhus.com"},"engines":{"node":">=0.10.0"},"scripts":{"test":"mocha"},"files":["index.js","globals.json"],"keywords":["globals","global","identifiers","variables","vars","jshint","eslint","environments"],"devDependencies":{"mocha":"*"},"gitHead":"34f4632378986bda98a02aba88be09617cbb9287","bugs":{"url":"https://github.com/sindresorhus/globals/issues"},"homepage":"https://github.com/sindresorhus/globals","_id":"globals@8.12.1","_shasum":"566a13f7b3bbfb8779e7c05b3b89468d83b3d10f","_from":".","_npmVersion":"2.14.7","_nodeVersion":"4.2.1","_npmUser":{"name":"sindresorhus","email":"sindresorhus@gmail.com"},"dist":{"shasum":"566a13f7b3bbfb8779e7c05b3b89468d83b3d10f","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/globals/-/globals-8.12.1.tgz"},"maintainers":[{"name":"byk","email":"ben@byk.im"},{"name":"lo1tuma","email":"schreck.mathias@gmail.com"},{"name":"nzakas","email":"nicholas@nczconsulting.com"},{"name":"sindresorhus","email":"sindresorhus@gmail.com"}],"directories":{}},"8.13.0":{"name":"globals","version":"8.13.0","description":"Global identifiers from different JavaScript environments","license":"MIT","repository":{"type":"git","url":"https://github.com/sindresorhus/globals"},"author":{"name":"Sindre Sorhus","email":"sindresorhus@gmail.com","url":"http://sindresorhus.com"},"engines":{"node":">=0.10.0"},"scripts":{"test":"mocha"},"files":["index.js","globals.json"],"keywords":["globals","global","identifiers","variables","vars","jshint","eslint","environments"],"devDependencies":{"mocha":"*"},"gitHead":"73177be7f9a8f1e53b403f500bc8d41ae9fa7fd7","bugs":{"url":"https://github.com/sindresorhus/globals/issues"},"homepage":"https://github.com/sindresorhus/globals","_id":"globals@8.13.0","_shasum":"c9c4d1dee4e12252864d9511477068a719ef9560","_from":".","_npmVersion":"2.14.7","_nodeVersion":"4.2.1","_npmUser":{"name":"sindresorhus","email":"sindresorhus@gmail.com"},"dist":{"shasum":"c9c4d1dee4e12252864d9511477068a719ef9560","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/globals/-/globals-8.13.0.tgz"},"maintainers":[{"name":"byk","email":"ben@byk.im"},{"name":"lo1tuma","email":"schreck.mathias@gmail.com"},{"name":"nzakas","email":"nicholas@nczconsulting.com"},{"name":"sindresorhus","email":"sindresorhus@gmail.com"}],"directories":{}},"8.14.0":{"name":"globals","version":"8.14.0","description":"Global identifiers from different JavaScript environments","license":"MIT","repository":{"type":"git","url":"https://github.com/sindresorhus/globals"},"author":{"name":"Sindre Sorhus","email":"sindresorhus@gmail.com","url":"http://sindresorhus.com"},"engines":{"node":">=0.10.0"},"scripts":{"test":"mocha"},"files":["index.js","globals.json"],"keywords":["globals","global","identifiers","variables","vars","jshint","eslint","environments"],"devDependencies":{"mocha":"*"},"gitHead":"06eaf6882266932a28a56f8ec322053ff731d90d","bugs":{"url":"https://github.com/sindresorhus/globals/issues"},"homepage":"https://github.com/sindresorhus/globals","_id":"globals@8.14.0","_shasum":"62f567e67479d2d949c12ce52c39c24eff443c5a","_from":".","_npmVersion":"2.14.7","_nodeVersion":"4.2.1","_npmUser":{"name":"sindresorhus","email":"sindresorhus@gmail.com"},"dist":{"shasum":"62f567e67479d2d949c12ce52c39c24eff443c5a","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/globals/-/globals-8.14.0.tgz"},"maintainers":[{"name":"byk","email":"ben@byk.im"},{"name":"lo1tuma","email":"schreck.mathias@gmail.com"},{"name":"nzakas","email":"nicholas@nczconsulting.com"},{"name":"sindresorhus","email":"sindresorhus@gmail.com"}],"directories":{}},"8.15.0":{"name":"globals","version":"8.15.0","description":"Global identifiers from different JavaScript environments","license":"MIT","repository":{"type":"git","url":"https://github.com/sindresorhus/globals"},"author":{"name":"Sindre Sorhus","email":"sindresorhus@gmail.com","url":"http://sindresorhus.com"},"engines":{"node":">=0.10.0"},"scripts":{"test":"mocha"},"files":["index.js","globals.json"],"keywords":["globals","global","identifiers","variables","vars","jshint","eslint","environments"],"devDependencies":{"mocha":"*"},"gitHead":"cff018fdec7ae48f7e1b0e68c3d08019449dbbdc","bugs":{"url":"https://github.com/sindresorhus/globals/issues"},"homepage":"https://github.com/sindresorhus/globals","_id":"globals@8.15.0","_shasum":"3cf33671186eb0619e259df5dc4ad4817e7a846b","_from":".","_npmVersion":"2.14.7","_nodeVersion":"4.2.1","_npmUser":{"name":"sindresorhus","email":"sindresorhus@gmail.com"},"dist":{"shasum":"3cf33671186eb0619e259df5dc4ad4817e7a846b","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/globals/-/globals-8.15.0.tgz"},"maintainers":[{"name":"byk","email":"ben@byk.im"},{"name":"lo1tuma","email":"schreck.mathias@gmail.com"},{"name":"nzakas","email":"nicholas@nczconsulting.com"},{"name":"sindresorhus","email":"sindresorhus@gmail.com"}],"directories":{}},"8.16.0":{"name":"globals","version":"8.16.0","description":"Global identifiers from different JavaScript environments","license":"MIT","repository":{"type":"git","url":"https://github.com/sindresorhus/globals"},"author":{"name":"Sindre Sorhus","email":"sindresorhus@gmail.com","url":"http://sindresorhus.com"},"engines":{"node":">=0.10.0"},"scripts":{"test":"mocha"},"files":["index.js","globals.json"],"keywords":["globals","global","identifiers","variables","vars","jshint","eslint","environments"],"devDependencies":{"mocha":"*"},"gitHead":"a6823fb0538f488ffccd0971b81e84a54ecceef5","bugs":{"url":"https://github.com/sindresorhus/globals/issues"},"homepage":"https://github.com/sindresorhus/globals","_id":"globals@8.16.0","_shasum":"15ddf66b4e41f8224b44d897960ddab07f7b9f65","_from":".","_npmVersion":"2.14.12","_nodeVersion":"4.2.4","_npmUser":{"name":"sindresorhus","email":"sindresorhus@gmail.com"},"dist":{"shasum":"15ddf66b4e41f8224b44d897960ddab07f7b9f65","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/globals/-/globals-8.16.0.tgz"},"maintainers":[{"name":"byk","email":"ben@byk.im"},{"name":"lo1tuma","email":"schreck.mathias@gmail.com"},{"name":"nzakas","email":"nicholas@nczconsulting.com"},{"name":"sindresorhus","email":"sindresorhus@gmail.com"}],"directories":{}},"8.17.0":{"name":"globals","version":"8.17.0","description":"Global identifiers from different JavaScript environments","license":"MIT","repository":{"type":"git","url":"https://github.com/sindresorhus/globals"},"author":{"name":"Sindre Sorhus","email":"sindresorhus@gmail.com","url":"http://sindresorhus.com"},"engines":{"node":">=0.10.0"},"scripts":{"test":"mocha"},"files":["index.js","globals.json"],"keywords":["globals","global","identifiers","variables","vars","jshint","eslint","environments"],"devDependencies":{"mocha":"*"},"gitHead":"1e9e189ec76b938de5692941107c62442b93fe57","bugs":{"url":"https://github.com/sindresorhus/globals/issues"},"homepage":"https://github.com/sindresorhus/globals","_id":"globals@8.17.0","_shasum":"9385a461712d91063fbd62e9b88b96aa00d09b97","_from":".","_npmVersion":"2.14.12","_nodeVersion":"4.2.4","_npmUser":{"name":"sindresorhus","email":"sindresorhus@gmail.com"},"dist":{"shasum":"9385a461712d91063fbd62e9b88b96aa00d09b97","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/globals/-/globals-8.17.0.tgz"},"maintainers":[{"name":"byk","email":"ben@byk.im"},{"name":"lo1tuma","email":"schreck.mathias@gmail.com"},{"name":"nzakas","email":"nicholas@nczconsulting.com"},{"name":"sindresorhus","email":"sindresorhus@gmail.com"}],"directories":{}},"8.18.0":{"name":"globals","version":"8.18.0","description":"Global identifiers from different JavaScript environments","license":"MIT","repository":{"type":"git","url":"https://github.com/sindresorhus/globals"},"author":{"name":"Sindre Sorhus","email":"sindresorhus@gmail.com","url":"http://sindresorhus.com"},"engines":{"node":">=0.10.0"},"scripts":{"test":"mocha"},"files":["index.js","globals.json"],"keywords":["globals","global","identifiers","variables","vars","jshint","eslint","environments"],"devDependencies":{"mocha":"*"},"gitHead":"d929a0c638008d4cbf87cc7faac5bc5169e2b86d","bugs":{"url":"https://github.com/sindresorhus/globals/issues"},"homepage":"https://github.com/sindresorhus/globals","_id":"globals@8.18.0","_shasum":"93d4a62bdcac38cfafafc47d6b034768cb0ffcb4","_from":".","_npmVersion":"3.3.12","_nodeVersion":"5.3.0","_npmUser":{"name":"sindresorhus","email":"sindresorhus@gmail.com"},"dist":{"shasum":"93d4a62bdcac38cfafafc47d6b034768cb0ffcb4","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/globals/-/globals-8.18.0.tgz"},"maintainers":[{"name":"byk","email":"ben@byk.im"},{"name":"lo1tuma","email":"schreck.mathias@gmail.com"},{"name":"nzakas","email":"nicholas@nczconsulting.com"},{"name":"sindresorhus","email":"sindresorhus@gmail.com"}],"directories":{}},"9.0.0":{"name":"globals","version":"9.0.0","description":"Global identifiers from different JavaScript environments","license":"MIT","repository":{"type":"git","url":"git+https://github.com/sindresorhus/globals.git"},"author":{"name":"Sindre Sorhus","email":"sindresorhus@gmail.com","url":"http://sindresorhus.com"},"engines":{"node":">=0.10.0"},"scripts":{"test":"mocha"},"files":["index.js","globals.json"],"keywords":["globals","global","identifiers","variables","vars","jshint","eslint","environments"],"devDependencies":{"mocha":"*"},"gitHead":"12d20fee61d95fb5ec6676f8af62e5ee41ee6941","bugs":{"url":"https://github.com/sindresorhus/globals/issues"},"homepage":"https://github.com/sindresorhus/globals#readme","_id":"globals@9.0.0","_shasum":"285f64c96b38b9c2c05959149748e3ebd388a65d","_from":".","_npmVersion":"3.7.2","_nodeVersion":"4.2.4","_npmUser":{"name":"sindresorhus","email":"sindresorhus@gmail.com"},"dist":{"shasum":"285f64c96b38b9c2c05959149748e3ebd388a65d","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/globals/-/globals-9.0.0.tgz"},"maintainers":[{"name":"byk","email":"ben@byk.im"},{"name":"lo1tuma","email":"schreck.mathias@gmail.com"},{"name":"nzakas","email":"nicholas@nczconsulting.com"},{"name":"sindresorhus","email":"sindresorhus@gmail.com"}],"_npmOperationalInternal":{"host":"packages-5-east.internal.npmjs.com","tmp":"tmp/globals-9.0.0.tgz_1454822521203_0.17778797028586268"},"directories":{}},"9.1.0":{"name":"globals","version":"9.1.0","description":"Global identifiers from different JavaScript environments","license":"MIT","repository":{"type":"git","url":"https://github.com/sindresorhus/globals"},"author":{"name":"Sindre Sorhus","email":"sindresorhus@gmail.com","url":"http://sindresorhus.com"},"engines":{"node":">=0.10.0"},"scripts":{"test":"mocha"},"files":["index.js","globals.json"],"keywords":["globals","global","identifiers","variables","vars","jshint","eslint","environments"],"devDependencies":{"mocha":"*"},"gitHead":"1e9ebc39828b92bd5c8ec7dc7bb07d62f2fb0153","bugs":{"url":"https://github.com/sindresorhus/globals/issues"},"homepage":"https://github.com/sindresorhus/globals","_id":"globals@9.1.0","_shasum":"2443cd6ad93c51b767324dc59562fbe71e0af98d","_from":".","_npmVersion":"2.14.12","_nodeVersion":"4.3.0","_npmUser":{"name":"sindresorhus","email":"sindresorhus@gmail.com"},"dist":{"shasum":"2443cd6ad93c51b767324dc59562fbe71e0af98d","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/globals/-/globals-9.1.0.tgz"},"maintainers":[{"name":"byk","email":"ben@byk.im"},{"name":"lo1tuma","email":"schreck.mathias@gmail.com"},{"name":"nzakas","email":"nicholas@nczconsulting.com"},{"name":"sindresorhus","email":"sindresorhus@gmail.com"}],"_npmOperationalInternal":{"host":"packages-9-west.internal.npmjs.com","tmp":"tmp/globals-9.1.0.tgz_1456499363584_0.13673822372220457"},"directories":{}},"9.2.0":{"name":"globals","version":"9.2.0","description":"Global identifiers from different JavaScript environments","license":"MIT","repository":{"type":"git","url":"https://github.com/sindresorhus/globals"},"author":{"name":"Sindre Sorhus","email":"sindresorhus@gmail.com","url":"http://sindresorhus.com"},"engines":{"node":">=0.10.0"},"scripts":{"test":"mocha"},"files":["index.js","globals.json"],"keywords":["globals","global","identifiers","variables","vars","jshint","eslint","environments"],"devDependencies":{"mocha":"*"},"gitHead":"4976a1a3c08c8f9a7fa11364a57d6e06d1add141","bugs":{"url":"https://github.com/sindresorhus/globals/issues"},"homepage":"https://github.com/sindresorhus/globals","_id":"globals@9.2.0","_shasum":"e099b0135b3c4f84a6a93e8006d93df9d87c9838","_from":".","_npmVersion":"2.14.12","_nodeVersion":"4.3.0","_npmUser":{"name":"sindresorhus","email":"sindresorhus@gmail.com"},"dist":{"shasum":"e099b0135b3c4f84a6a93e8006d93df9d87c9838","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/globals/-/globals-9.2.0.tgz"},"maintainers":[{"name":"byk","email":"ben@byk.im"},{"name":"lo1tuma","email":"schreck.mathias@gmail.com"},{"name":"nzakas","email":"nicholas@nczconsulting.com"},{"name":"sindresorhus","email":"sindresorhus@gmail.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/globals-9.2.0.tgz_1458829618556_0.8111283932812512"},"directories":{}},"9.3.0":{"name":"globals","version":"9.3.0","description":"Global identifiers from different JavaScript environments","license":"MIT","repository":{"type":"git","url":"git+https://github.com/sindresorhus/globals.git"},"author":{"name":"Sindre Sorhus","email":"sindresorhus@gmail.com","url":"http://sindresorhus.com"},"engines":{"node":">=0.10.0"},"scripts":{"test":"mocha"},"files":["index.js","globals.json"],"keywords":["globals","global","identifiers","variables","vars","jshint","eslint","environments"],"devDependencies":{"mocha":"*"},"gitHead":"7f34af9a33f59f5ad460c6c7ff035669ba30d756","bugs":{"url":"https://github.com/sindresorhus/globals/issues"},"homepage":"https://github.com/sindresorhus/globals#readme","_id":"globals@9.3.0","_shasum":"55a541cf8519d66055ed3c892dd7c49c1504783e","_from":".","_npmVersion":"3.8.3","_nodeVersion":"4.3.0","_npmUser":{"name":"sindresorhus","email":"sindresorhus@gmail.com"},"dist":{"shasum":"55a541cf8519d66055ed3c892dd7c49c1504783e","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/globals/-/globals-9.3.0.tgz"},"maintainers":[{"name":"byk","email":"ben@byk.im"},{"name":"lo1tuma","email":"schreck.mathias@gmail.com"},{"name":"nzakas","email":"nicholas@nczconsulting.com"},{"name":"sindresorhus","email":"sindresorhus@gmail.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/globals-9.3.0.tgz_1459613703209_0.12167727225460112"},"directories":{}},"9.4.0":{"name":"globals","version":"9.4.0","description":"Global identifiers from different JavaScript environments","license":"MIT","repository":{"type":"git","url":"https://github.com/sindresorhus/globals"},"author":{"name":"Sindre Sorhus","email":"sindresorhus@gmail.com","url":"http://sindresorhus.com"},"engines":{"node":">=0.10.0"},"scripts":{"test":"mocha"},"files":["index.js","globals.json"],"keywords":["globals","global","identifiers","variables","vars","jshint","eslint","environments"],"devDependencies":{"mocha":"*"},"gitHead":"77c6fd4f214140ef81c530c5b3da49ee346fd08a","bugs":{"url":"https://github.com/sindresorhus/globals/issues"},"homepage":"https://github.com/sindresorhus/globals","_id":"globals@9.4.0","_shasum":"e89906bbd58b40305e5691ef934324e93325b35f","_from":".","_npmVersion":"2.14.12","_nodeVersion":"4.3.0","_npmUser":{"name":"sindresorhus","email":"sindresorhus@gmail.com"},"dist":{"shasum":"e89906bbd58b40305e5691ef934324e93325b35f","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/globals/-/globals-9.4.0.tgz"},"maintainers":[{"name":"byk","email":"ben@byk.im"},{"name":"lo1tuma","email":"schreck.mathias@gmail.com"},{"name":"nzakas","email":"nicholas@nczconsulting.com"},{"name":"sindresorhus","email":"sindresorhus@gmail.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/globals-9.4.0.tgz_1459871365142_0.9750835259910673"},"directories":{}},"9.5.0":{"name":"globals","version":"9.5.0","description":"Global identifiers from different JavaScript environments","license":"MIT","repository":{"type":"git","url":"git+https://github.com/sindresorhus/globals.git"},"author":{"name":"Sindre Sorhus","email":"sindresorhus@gmail.com","url":"http://sindresorhus.com"},"engines":{"node":">=0.10.0"},"scripts":{"test":"mocha"},"files":["index.js","globals.json"],"keywords":["globals","global","identifiers","variables","vars","jshint","eslint","environments"],"devDependencies":{"mocha":"*"},"gitHead":"ddd67eee82aed52cdba7a28b09b9c3f1dea0f0c7","bugs":{"url":"https://github.com/sindresorhus/globals/issues"},"homepage":"https://github.com/sindresorhus/globals#readme","_id":"globals@9.5.0","_shasum":"8d0244dbc03e1e71ee0290ff805eff9af37b176c","_from":".","_npmVersion":"3.8.6","_nodeVersion":"4.4.2","_npmUser":{"name":"sindresorhus","email":"sindresorhus@gmail.com"},"dist":{"shasum":"8d0244dbc03e1e71ee0290ff805eff9af37b176c","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/globals/-/globals-9.5.0.tgz"},"maintainers":[{"name":"byk","email":"ben@byk.im"},{"name":"lo1tuma","email":"schreck.mathias@gmail.com"},{"name":"nzakas","email":"nicholas@nczconsulting.com"},{"name":"sindresorhus","email":"sindresorhus@gmail.com"}],"_npmOperationalInternal":{"host":"packages-16-east.internal.npmjs.com","tmp":"tmp/globals-9.5.0.tgz_1460995392428_0.6166578873526305"},"directories":{}},"9.6.0":{"name":"globals","version":"9.6.0","description":"Global identifiers from different JavaScript environments","license":"MIT","repository":{"type":"git","url":"git+https://github.com/sindresorhus/globals.git"},"author":{"name":"Sindre Sorhus","email":"sindresorhus@gmail.com","url":"http://sindresorhus.com"},"engines":{"node":">=0.10.0"},"scripts":{"test":"mocha"},"files":["index.js","globals.json"],"keywords":["globals","global","identifiers","variables","vars","jshint","eslint","environments"],"devDependencies":{"mocha":"*"},"gitHead":"def3a004b15985b94aeead981478659701c7ff06","bugs":{"url":"https://github.com/sindresorhus/globals/issues"},"homepage":"https://github.com/sindresorhus/globals#readme","_id":"globals@9.6.0","_shasum":"b34eef40f2583df0b7f58645e39636c601c5b79f","_from":".","_npmVersion":"3.8.9","_nodeVersion":"4.4.2","_npmUser":{"name":"sindresorhus","email":"sindresorhus@gmail.com"},"dist":{"shasum":"b34eef40f2583df0b7f58645e39636c601c5b79f","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/globals/-/globals-9.6.0.tgz"},"maintainers":[{"name":"byk","email":"ben@byk.im"},{"name":"lo1tuma","email":"schreck.mathias@gmail.com"},{"name":"nzakas","email":"nicholas@nczconsulting.com"},{"name":"sindresorhus","email":"sindresorhus@gmail.com"}],"_npmOperationalInternal":{"host":"packages-16-east.internal.npmjs.com","tmp":"tmp/globals-9.6.0.tgz_1462095920050_0.08107598079368472"},"directories":{}},"9.7.0":{"name":"globals","version":"9.7.0","description":"Global identifiers from different JavaScript environments","license":"MIT","repository":{"type":"git","url":"git+https://github.com/sindresorhus/globals.git"},"author":{"name":"Sindre Sorhus","email":"sindresorhus@gmail.com","url":"http://sindresorhus.com"},"engines":{"node":">=0.10.0"},"scripts":{"test":"mocha"},"files":["index.js","globals.json"],"keywords":["globals","global","identifiers","variables","vars","jshint","eslint","environments"],"devDependencies":{"mocha":"*"},"gitHead":"158ee4b3768742b9316559f90796ce747f9c591e","bugs":{"url":"https://github.com/sindresorhus/globals/issues"},"homepage":"https://github.com/sindresorhus/globals#readme","_id":"globals@9.7.0","_shasum":"3a8e41bd9b8ed79749ce6629568be839b789ef9d","_from":".","_npmVersion":"2.15.0","_nodeVersion":"4.4.2","_npmUser":{"name":"sindresorhus","email":"sindresorhus@gmail.com"},"dist":{"shasum":"3a8e41bd9b8ed79749ce6629568be839b789ef9d","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/globals/-/globals-9.7.0.tgz"},"maintainers":[{"name":"byk","email":"ben@byk.im"},{"name":"lo1tuma","email":"schreck.mathias@gmail.com"},{"name":"nzakas","email":"nicholas@nczconsulting.com"},{"name":"sindresorhus","email":"sindresorhus@gmail.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/globals-9.7.0.tgz_1463901802442_0.8302862842101604"},"directories":{}},"9.8.0":{"name":"globals","version":"9.8.0","description":"Global identifiers from different JavaScript environments","license":"MIT","repository":{"type":"git","url":"git+https://github.com/sindresorhus/globals.git"},"author":{"name":"Sindre Sorhus","email":"sindresorhus@gmail.com","url":"http://sindresorhus.com"},"engines":{"node":">=0.10.0"},"scripts":{"test":"mocha"},"files":["index.js","globals.json"],"keywords":["globals","global","identifiers","variables","vars","jshint","eslint","environments"],"devDependencies":{"mocha":"*"},"gitHead":"870eb326517a556c5d1439f9e99d29db60d49aa6","bugs":{"url":"https://github.com/sindresorhus/globals/issues"},"homepage":"https://github.com/sindresorhus/globals#readme","_id":"globals@9.8.0","_shasum":"a436ecf6214e5f73f110a400305325330a7cfd50","_from":".","_npmVersion":"2.15.0","_nodeVersion":"4.4.2","_npmUser":{"name":"sindresorhus","email":"sindresorhus@gmail.com"},"dist":{"shasum":"a436ecf6214e5f73f110a400305325330a7cfd50","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/globals/-/globals-9.8.0.tgz"},"maintainers":[{"name":"byk","email":"ben@byk.im"},{"name":"lo1tuma","email":"schreck.mathias@gmail.com"},{"name":"nzakas","email":"nicholas@nczconsulting.com"},{"name":"sindresorhus","email":"sindresorhus@gmail.com"}],"_npmOperationalInternal":{"host":"packages-16-east.internal.npmjs.com","tmp":"tmp/globals-9.8.0.tgz_1465314700819_0.9265344603918493"},"directories":{}},"9.9.0":{"name":"globals","version":"9.9.0","description":"Global identifiers from different JavaScript environments","license":"MIT","repository":{"type":"git","url":"git+https://github.com/sindresorhus/globals.git"},"author":{"name":"Sindre Sorhus","email":"sindresorhus@gmail.com","url":"http://sindresorhus.com"},"engines":{"node":">=0.10.0"},"scripts":{"test":"mocha"},"files":["index.js","globals.json"],"keywords":["globals","global","identifiers","variables","vars","jshint","eslint","environments"],"devDependencies":{"mocha":"*"},"gitHead":"367f1f26434aee2c26387003cadbd95131a3fc3b","bugs":{"url":"https://github.com/sindresorhus/globals/issues"},"homepage":"https://github.com/sindresorhus/globals#readme","_id":"globals@9.9.0","_shasum":"4c5ffc359fb21edc83fedb87b1c0b414dc24d552","_from":".","_npmVersion":"2.15.5","_nodeVersion":"4.4.5","_npmUser":{"name":"sindresorhus","email":"sindresorhus@gmail.com"},"dist":{"shasum":"4c5ffc359fb21edc83fedb87b1c0b414dc24d552","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/globals/-/globals-9.9.0.tgz"},"maintainers":[{"name":"byk","email":"ben@byk.im"},{"name":"lo1tuma","email":"schreck.mathias@gmail.com"},{"name":"nzakas","email":"nicholas@nczconsulting.com"},{"name":"sindresorhus","email":"sindresorhus@gmail.com"}],"_npmOperationalInternal":{"host":"packages-16-east.internal.npmjs.com","tmp":"tmp/globals-9.9.0.tgz_1467581255981_0.6368429779540747"},"directories":{}},"9.10.0":{"name":"globals","version":"9.10.0","description":"Global identifiers from different JavaScript environments","license":"MIT","repository":{"type":"git","url":"git+https://github.com/sindresorhus/globals.git"},"author":{"name":"Sindre Sorhus","email":"sindresorhus@gmail.com","url":"http://sindresorhus.com"},"engines":{"node":">=0.10.0"},"scripts":{"test":"mocha"},"files":["index.js","globals.json"],"keywords":["globals","global","identifiers","variables","vars","jshint","eslint","environments"],"devDependencies":{"mocha":"*"},"gitHead":"2225fe213599c0b619b17c396e7765f02d38fe72","bugs":{"url":"https://github.com/sindresorhus/globals/issues"},"homepage":"https://github.com/sindresorhus/globals#readme","_id":"globals@9.10.0","_shasum":"d1047641c49b7b03cacf7e15fb8a42a3d33c88f7","_from":".","_npmVersion":"2.15.9","_nodeVersion":"4.5.0","_npmUser":{"name":"sindresorhus","email":"sindresorhus@gmail.com"},"dist":{"shasum":"d1047641c49b7b03cacf7e15fb8a42a3d33c88f7","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/globals/-/globals-9.10.0.tgz"},"maintainers":[{"name":"byk","email":"ben@byk.im"},{"name":"lo1tuma","email":"schreck.mathias@gmail.com"},{"name":"nzakas","email":"nicholas@nczconsulting.com"},{"name":"sindresorhus","email":"sindresorhus@gmail.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/globals-9.10.0.tgz_1473514909168_0.47005808213725686"},"directories":{}},"9.11.0":{"name":"globals","version":"9.11.0","description":"Global identifiers from different JavaScript environments","license":"MIT","repository":{"type":"git","url":"git+https://github.com/sindresorhus/globals.git"},"author":{"name":"Sindre Sorhus","email":"sindresorhus@gmail.com","url":"http://sindresorhus.com"},"engines":{"node":">=0.10.0"},"scripts":{"test":"mocha"},"files":["index.js","globals.json"],"keywords":["globals","global","identifiers","variables","vars","jshint","eslint","environments"],"devDependencies":{"mocha":"*"},"gitHead":"f455691475dc05015b662fe4f457569811e40fc5","bugs":{"url":"https://github.com/sindresorhus/globals/issues"},"homepage":"https://github.com/sindresorhus/globals#readme","_id":"globals@9.11.0","_shasum":"d46044c4945fa40d86b1f0a816ca5819a960dcbd","_from":".","_npmVersion":"2.15.9","_nodeVersion":"4.6.0","_npmUser":{"name":"sindresorhus","email":"sindresorhus@gmail.com"},"dist":{"shasum":"d46044c4945fa40d86b1f0a816ca5819a960dcbd","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/globals/-/globals-9.11.0.tgz"},"maintainers":[{"name":"byk","email":"ben@byk.im"},{"name":"lo1tuma","email":"schreck.mathias@gmail.com"},{"name":"nzakas","email":"nicholas@nczconsulting.com"},{"name":"sindresorhus","email":"sindresorhus@gmail.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/globals-9.11.0.tgz_1476026329983_0.4371901140548289"},"directories":{}},"9.12.0":{"name":"globals","version":"9.12.0","description":"Global identifiers from different JavaScript environments","license":"MIT","repository":{"type":"git","url":"git+https://github.com/sindresorhus/globals.git"},"author":{"name":"Sindre Sorhus","email":"sindresorhus@gmail.com","url":"http://sindresorhus.com"},"engines":{"node":">=0.10.0"},"scripts":{"test":"mocha"},"files":["index.js","globals.json"],"keywords":["globals","global","identifiers","variables","vars","jshint","eslint","environments"],"devDependencies":{"mocha":"*"},"gitHead":"282ae63d59b6fae64a5d0965e03cce9c6263de55","bugs":{"url":"https://github.com/sindresorhus/globals/issues"},"homepage":"https://github.com/sindresorhus/globals#readme","_id":"globals@9.12.0","_shasum":"992ce90828c3a55fa8f16fada177adb64664cf9d","_from":".","_npmVersion":"2.15.9","_nodeVersion":"4.6.0","_npmUser":{"name":"sindresorhus","email":"sindresorhus@gmail.com"},"dist":{"shasum":"992ce90828c3a55fa8f16fada177adb64664cf9d","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/globals/-/globals-9.12.0.tgz"},"maintainers":[{"name":"byk","email":"ben@byk.im"},{"name":"lo1tuma","email":"schreck.mathias@gmail.com"},{"name":"nzakas","email":"nicholas@nczconsulting.com"},{"name":"sindresorhus","email":"sindresorhus@gmail.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/globals-9.12.0.tgz_1476075908170_0.06293708248995245"},"directories":{}},"9.13.0":{"name":"globals","version":"9.13.0","description":"Global identifiers from different JavaScript environments","license":"MIT","repository":{"type":"git","url":"git+https://github.com/sindresorhus/globals.git"},"author":{"name":"Sindre Sorhus","email":"sindresorhus@gmail.com","url":"http://sindresorhus.com"},"engines":{"node":">=0.10.0"},"scripts":{"test":"mocha"},"files":["index.js","globals.json"],"keywords":["globals","global","identifiers","variables","vars","jshint","eslint","environments"],"devDependencies":{"mocha":"*"},"gitHead":"130c25f34b2d5e5e7b2d7ecb8294cddef56e93e0","bugs":{"url":"https://github.com/sindresorhus/globals/issues"},"homepage":"https://github.com/sindresorhus/globals#readme","_id":"globals@9.13.0","_shasum":"d97706b61600d8dbe94708c367d3fdcf48470b8f","_from":".","_npmVersion":"3.10.8","_nodeVersion":"6.9.1","_npmUser":{"name":"sindresorhus","email":"sindresorhus@gmail.com"},"dist":{"shasum":"d97706b61600d8dbe94708c367d3fdcf48470b8f","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/globals/-/globals-9.13.0.tgz"},"maintainers":[{"name":"byk","email":"ben@byk.im"},{"name":"lo1tuma","email":"schreck.mathias@gmail.com"},{"name":"nzakas","email":"nicholas@nczconsulting.com"},{"name":"sindresorhus","email":"sindresorhus@gmail.com"}],"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/globals-9.13.0.tgz_1478858009965_0.3937872392125428"},"directories":{}},"9.14.0":{"name":"globals","version":"9.14.0","description":"Global identifiers from different JavaScript environments","license":"MIT","repository":{"type":"git","url":"git+https://github.com/sindresorhus/globals.git"},"author":{"name":"Sindre Sorhus","email":"sindresorhus@gmail.com","url":"http://sindresorhus.com"},"engines":{"node":">=0.10.0"},"scripts":{"test":"mocha"},"files":["index.js","globals.json"],"keywords":["globals","global","identifiers","variables","vars","jshint","eslint","environments"],"devDependencies":{"mocha":"*"},"gitHead":"4159cd067369b8242131551beb09fafb52afc289","bugs":{"url":"https://github.com/sindresorhus/globals/issues"},"homepage":"https://github.com/sindresorhus/globals#readme","_id":"globals@9.14.0","_shasum":"8859936af0038741263053b39d0e76ca241e4034","_from":".","_npmVersion":"2.15.11","_nodeVersion":"4.6.2","_npmUser":{"name":"sindresorhus","email":"sindresorhus@gmail.com"},"dist":{"shasum":"8859936af0038741263053b39d0e76ca241e4034","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/globals/-/globals-9.14.0.tgz"},"maintainers":[{"name":"byk","email":"ben@byk.im"},{"name":"lo1tuma","email":"schreck.mathias@gmail.com"},{"name":"nzakas","email":"nicholas@nczconsulting.com"},{"name":"sindresorhus","email":"sindresorhus@gmail.com"}],"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/globals-9.14.0.tgz_1479623329065_0.9806821248494089"},"directories":{}},"9.15.0":{"name":"globals","version":"9.15.0","description":"Global identifiers from different JavaScript environments","license":"MIT","repository":{"type":"git","url":"git+https://github.com/sindresorhus/globals.git"},"author":{"name":"Sindre Sorhus","email":"sindresorhus@gmail.com","url":"http://sindresorhus.com"},"engines":{"node":">=0.10.0"},"scripts":{"test":"mocha"},"files":["index.js","globals.json"],"keywords":["globals","global","identifiers","variables","vars","jshint","eslint","environments"],"devDependencies":{"mocha":"*"},"gitHead":"07f98339930695b2267dbc815c34ee47861e9682","bugs":{"url":"https://github.com/sindresorhus/globals/issues"},"homepage":"https://github.com/sindresorhus/globals#readme","_id":"globals@9.15.0","_shasum":"7a5d8fd865e69de910b090b15a87772f9423c5de","_from":".","_npmVersion":"4.1.2","_nodeVersion":"7.5.0","_npmUser":{"name":"sindresorhus","email":"sindresorhus@gmail.com"},"dist":{"shasum":"7a5d8fd865e69de910b090b15a87772f9423c5de","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/globals/-/globals-9.15.0.tgz"},"maintainers":[{"name":"byk","email":"ben@byk.im"},{"name":"lo1tuma","email":"schreck.mathias@gmail.com"},{"name":"nzakas","email":"nicholas@nczconsulting.com"},{"name":"sindresorhus","email":"sindresorhus@gmail.com"}],"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/globals-9.15.0.tgz_1487082511341_0.552606801269576"},"directories":{}},"9.16.0":{"name":"globals","version":"9.16.0","description":"Global identifiers from different JavaScript environments","license":"MIT","repository":{"type":"git","url":"git+https://github.com/sindresorhus/globals.git"},"author":{"name":"Sindre Sorhus","email":"sindresorhus@gmail.com","url":"http://sindresorhus.com"},"engines":{"node":">=0.10.0"},"scripts":{"test":"mocha"},"files":["index.js","globals.json"],"keywords":["globals","global","identifiers","variables","vars","jshint","eslint","environments"],"devDependencies":{"mocha":"*"},"gitHead":"cbd8b3783569efa86603cf22ace00cf4efddfb83","bugs":{"url":"https://github.com/sindresorhus/globals/issues"},"homepage":"https://github.com/sindresorhus/globals#readme","_id":"globals@9.16.0","_shasum":"63e903658171ec2d9f51b1d31de5e2b8dc01fb80","_from":".","_npmVersion":"4.1.2","_nodeVersion":"7.5.0","_npmUser":{"name":"sindresorhus","email":"sindresorhus@gmail.com"},"dist":{"shasum":"63e903658171ec2d9f51b1d31de5e2b8dc01fb80","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/globals/-/globals-9.16.0.tgz"},"maintainers":[{"name":"byk","email":"ben@byk.im"},{"name":"lo1tuma","email":"schreck.mathias@gmail.com"},{"name":"nzakas","email":"nicholas@nczconsulting.com"},{"name":"sindresorhus","email":"sindresorhus@gmail.com"}],"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/globals-9.16.0.tgz_1487249737492_0.5163057728204876"},"directories":{}},"9.17.0":{"name":"globals","version":"9.17.0","description":"Global identifiers from different JavaScript environments","license":"MIT","repository":{"type":"git","url":"git+https://github.com/sindresorhus/globals.git"},"author":{"name":"Sindre Sorhus","email":"sindresorhus@gmail.com","url":"http://sindresorhus.com"},"engines":{"node":">=0.10.0"},"scripts":{"test":"mocha"},"files":["index.js","globals.json"],"keywords":["globals","global","identifiers","variables","vars","jshint","eslint","environments"],"devDependencies":{"mocha":"*"},"gitHead":"49b918ba1e72d831247a3f92cd8c59acc763a6bf","bugs":{"url":"https://github.com/sindresorhus/globals/issues"},"homepage":"https://github.com/sindresorhus/globals#readme","_id":"globals@9.17.0","_shasum":"0c0ca696d9b9bb694d2e5470bd37777caad50286","_from":".","_npmVersion":"2.15.11","_nodeVersion":"4.7.3","_npmUser":{"name":"sindresorhus","email":"sindresorhus@gmail.com"},"dist":{"shasum":"0c0ca696d9b9bb694d2e5470bd37777caad50286","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/globals/-/globals-9.17.0.tgz"},"maintainers":[{"name":"byk","email":"ben@byk.im"},{"name":"lo1tuma","email":"schreck.mathias@gmail.com"},{"name":"nzakas","email":"nicholas@nczconsulting.com"},{"name":"sindresorhus","email":"sindresorhus@gmail.com"}],"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/globals-9.17.0.tgz_1490427430895_0.24591433047316968"},"directories":{}},"9.18.0":{"name":"globals","version":"9.18.0","description":"Global identifiers from different JavaScript environments","license":"MIT","repository":{"type":"git","url":"git+https://github.com/sindresorhus/globals.git"},"author":{"name":"Sindre Sorhus","email":"sindresorhus@gmail.com","url":"http://sindresorhus.com"},"engines":{"node":">=0.10.0"},"scripts":{"test":"mocha"},"files":["index.js","globals.json"],"keywords":["globals","global","identifiers","variables","vars","jshint","eslint","environments"],"devDependencies":{"mocha":"*"},"gitHead":"09ba8754235e5953507b8d0543d65098bc7bb78d","bugs":{"url":"https://github.com/sindresorhus/globals/issues"},"homepage":"https://github.com/sindresorhus/globals#readme","_id":"globals@9.18.0","_npmVersion":"5.0.0","_nodeVersion":"8.0.0","_npmUser":{"name":"sindresorhus","email":"sindresorhus@gmail.com"},"dist":{"integrity":"sha512-S0nG3CLEQiY/ILxqtztTWH/3iRRdyBLw6KMDxnKMchrtbj2OFmehVh0WUCfW3DUrIgx/qFrJPICrq4Z4sTR9UQ==","shasum":"aa3896b3e69b487f17e31ed2143d69a8e30c2d8a","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/globals/-/globals-9.18.0.tgz"},"maintainers":[{"name":"byk","email":"ben@byk.im"},{"name":"lo1tuma","email":"schreck.mathias@gmail.com"},{"name":"nzakas","email":"nicholas@nczconsulting.com"},{"name":"sindresorhus","email":"sindresorhus@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/globals-9.18.0.tgz_1496827524121_0.8153965487144887"},"directories":{}},"10.0.0":{"name":"globals","version":"10.0.0","description":"Global identifiers from different JavaScript environments","license":"MIT","repository":{"type":"git","url":"git+https://github.com/sindresorhus/globals.git"},"author":{"name":"Sindre Sorhus","email":"sindresorhus@gmail.com","url":"sindresorhus.com"},"engines":{"node":">=4"},"scripts":{"test":"mocha"},"files":["index.js","globals.json"],"keywords":["globals","global","identifiers","variables","vars","jshint","eslint","environments"],"devDependencies":{"mocha":"^3.4.2"},"gitHead":"fd2e22986a7fc7a5a1fc3577b82cca2af6bdcd65","bugs":{"url":"https://github.com/sindresorhus/globals/issues"},"homepage":"https://github.com/sindresorhus/globals#readme","_id":"globals@10.0.0","_npmVersion":"5.0.0","_nodeVersion":"8.0.0","_npmUser":{"name":"sindresorhus","email":"sindresorhus@gmail.com"},"dist":{"integrity":"sha512-kxN6RfO/HLQcHV2yI48enVP37K7vlpTl3vcLCwYkRidzO/GjOOK7jQUD9LvhPeSvbiAsnSDGEd5SDVVa9EeimQ==","shasum":"a5803a1abe923b52bc33a59cffeaf6e0748cf3f7","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/globals/-/globals-10.0.0.tgz"},"maintainers":[{"name":"byk","email":"ben@byk.im"},{"name":"lo1tuma","email":"schreck.mathias@gmail.com"},{"name":"nzakas","email":"nicholas@nczconsulting.com"},{"name":"sindresorhus","email":"sindresorhus@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/globals-10.0.0.tgz_1496827902083_0.22080404963344336"},"directories":{}}},"name":"globals","time":{"modified":"2017-07-11T13:36:29.688Z","created":"2012-11-03T11:51:05.078Z","0.0.1":"2012-11-03T11:51:19.754Z","0.1.0":"2013-12-16T07:42:25.762Z","0.1.1":"2014-04-30T22:22:18.536Z","1.0.0":"2014-08-14T14:14:22.925Z","2.0.0":"2014-11-26T12:35:57.158Z","3.0.0":"2014-12-12T23:35:07.559Z","4.0.0":"2014-12-18T00:14:40.433Z","5.0.0":"2015-01-19T22:15:33.890Z","5.1.0":"2015-01-22T08:52:08.844Z","6.0.0":"2015-02-02T10:25:29.545Z","6.1.0":"2015-02-04T19:12:01.001Z","6.2.0":"2015-02-16T15:52:47.722Z","6.3.0":"2015-03-17T11:58:11.005Z","6.4.0":"2015-03-25T10:49:08.892Z","6.4.1":"2015-03-26T06:54:59.923Z","7.0.0":"2015-06-02T19:58:12.901Z","7.1.0":"2015-06-03T09:21:29.879Z","8.0.0":"2015-06-07T16:48:13.428Z","8.1.0":"2015-06-20T17:32:45.342Z","8.2.0":"2015-06-29T17:42:37.157Z","8.3.0":"2015-07-30T11:22:08.695Z","8.4.0":"2015-08-18T07:54:38.133Z","8.5.0":"2015-08-20T06:38:59.555Z","8.6.0":"2015-08-20T16:29:30.241Z","8.7.0":"2015-09-01T09:32:51.573Z","8.8.0":"2015-09-05T07:34:25.756Z","8.9.0":"2015-09-20T09:14:40.559Z","8.10.0":"2015-09-21T05:00:26.741Z","8.11.0":"2015-10-03T17:15:40.280Z","8.12.0":"2015-11-13T08:06:55.339Z","8.12.1":"2015-11-20T18:20:02.924Z","8.13.0":"2015-11-30T01:40:59.569Z","8.14.0":"2015-12-02T18:38:43.967Z","8.15.0":"2015-12-15T18:26:21.410Z","8.16.0":"2015-12-29T21:53:35.442Z","8.17.0":"2015-12-31T00:20:09.588Z","8.18.0":"2016-01-07T15:53:38.310Z","9.0.0":"2016-02-07T05:22:03.385Z","9.1.0":"2016-02-26T15:09:24.567Z","9.2.0":"2016-03-24T14:26:58.983Z","9.3.0":"2016-04-02T16:15:03.770Z","9.4.0":"2016-04-05T15:49:25.658Z","9.5.0":"2016-04-18T16:03:14.779Z","9.6.0":"2016-05-01T09:45:22.046Z","9.7.0":"2016-05-22T07:23:22.883Z","9.8.0":"2016-06-07T15:51:42.796Z","9.9.0":"2016-07-03T21:27:38.168Z","9.10.0":"2016-09-10T13:41:49.414Z","9.11.0":"2016-10-09T15:18:50.204Z","9.12.0":"2016-10-10T05:05:08.398Z","9.13.0":"2016-11-11T09:53:31.594Z","9.14.0":"2016-11-20T06:28:50.923Z","9.15.0":"2017-02-14T14:28:33.289Z","9.16.0":"2017-02-16T12:55:39.252Z","9.17.0":"2017-03-25T07:37:12.880Z","9.18.0":"2017-06-07T09:25:24.217Z","10.0.0":"2017-06-07T09:31:42.247Z"},"readmeFilename":"readme.md","homepage":"https://github.com/sindresorhus/globals#readme"}