node/tools/eslint/node_modules/shebang-command/package.json
Rich Trott 31f572c3ea
tools: update to ESLint 4.3.0
PR-URL: https://github.com/nodejs/node/pull/14417
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Teddy Katz <teddy.katz@gmail.com>
Reviewed-By: Roman Reiss <me@silverwind.io>
Reviewed-By: Refael Ackermann <refack@gmail.com>
2017-09-05 12:50:01 -04:00

106 lines
2.6 KiB
JSON

{
"_args": [
[
{
"raw": "shebang-command@^1.2.0",
"scope": null,
"escapedName": "shebang-command",
"name": "shebang-command",
"rawSpec": "^1.2.0",
"spec": ">=1.2.0 <2.0.0",
"type": "range"
},
"/Users/mborins/code/node/v6.x/tools/eslint-tmp/node_modules/eslint/node_modules/cross-spawn"
]
],
"_from": "shebang-command@>=1.2.0 <2.0.0",
"_id": "shebang-command@1.2.0",
"_inCache": true,
"_location": "/eslint/shebang-command",
"_nodeVersion": "6.6.0",
"_npmOperationalInternal": {
"host": "packages-16-east.internal.npmjs.com",
"tmp": "tmp/shebang-command-1.2.0.tgz_1474530105733_0.9689246460329741"
},
"_npmUser": {
"name": "kevva",
"email": "kevinmartensson@gmail.com"
},
"_npmVersion": "3.10.6",
"_phantomChildren": {},
"_requested": {
"raw": "shebang-command@^1.2.0",
"scope": null,
"escapedName": "shebang-command",
"name": "shebang-command",
"rawSpec": "^1.2.0",
"spec": ">=1.2.0 <2.0.0",
"type": "range"
},
"_requiredBy": [
"/eslint/cross-spawn"
],
"_resolved": "https://registry.npmjs.org/shebang-command/-/shebang-command-1.2.0.tgz",
"_shasum": "44aac65b695b03398968c39f363fee5deafdf1ea",
"_shrinkwrap": null,
"_spec": "shebang-command@^1.2.0",
"_where": "/Users/mborins/code/node/v6.x/tools/eslint-tmp/node_modules/eslint/node_modules/cross-spawn",
"author": {
"name": "Kevin Martensson",
"email": "kevinmartensson@gmail.com",
"url": "github.com/kevva"
},
"bugs": {
"url": "https://github.com/kevva/shebang-command/issues"
},
"dependencies": {
"shebang-regex": "^1.0.0"
},
"description": "Get the command from a shebang",
"devDependencies": {
"ava": "*",
"xo": "*"
},
"directories": {},
"dist": {
"shasum": "44aac65b695b03398968c39f363fee5deafdf1ea",
"tarball": "https://registry.npmjs.org/shebang-command/-/shebang-command-1.2.0.tgz"
},
"engines": {
"node": ">=0.10.0"
},
"files": [
"index.js"
],
"gitHead": "01de9b7d355f21e00417650a6fb1eb56321bc23c",
"homepage": "https://github.com/kevva/shebang-command#readme",
"keywords": [
"cmd",
"command",
"parse",
"shebang"
],
"license": "MIT",
"maintainers": [
{
"name": "kevva",
"email": "kevinmartensson@gmail.com"
}
],
"name": "shebang-command",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+https://github.com/kevva/shebang-command.git"
},
"scripts": {
"test": "xo && ava"
},
"version": "1.2.0",
"xo": {
"ignores": [
"test.js"
]
}
}