mirror of https://github.com/lukechilds/node.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
72 lines
1.6 KiB
72 lines
1.6 KiB
{
|
|
"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": "globals@>=8.0.0 <9.0.0",
|
|
"_npmVersion": "2.10.1",
|
|
"_nodeVersion": "0.12.4",
|
|
"_npmUser": {
|
|
"name": "sindresorhus",
|
|
"email": "sindresorhus@gmail.com"
|
|
},
|
|
"dist": {
|
|
"shasum": "f491df47705dfb94e06ff4ff2352babde95e10b8",
|
|
"tarball": "http://registry.npmjs.org/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": {},
|
|
"_resolved": "https://registry.npmjs.org/globals/-/globals-8.1.0.tgz"
|
|
}
|
|
|