108 lines
3.1 KiB
JSON
108 lines
3.1 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"
|
|
},
|
|
"/Volumes/2009-SSD/GT2/GT2-iOS/node_modules/cross-spawn"
|
|
]
|
|
],
|
|
"_from": "shebang-command@>=1.2.0 <2.0.0",
|
|
"_id": "shebang-command@1.2.0",
|
|
"_inCache": true,
|
|
"_location": "/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": [
|
|
"/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": "/Volumes/2009-SSD/GT2/GT2-iOS/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": "# shebang-command [![Build Status](https://travis-ci.org/kevva/shebang-command.svg?branch=master)](https://travis-ci.org/kevva/shebang-command)\n\n> Get the command from a shebang\n\n\n## Install\n\n```\n$ npm install --save shebang-command\n```\n\n\n## Usage\n\n```js\nconst shebangCommand = require('shebang-command');\n\nshebangCommand('#!/usr/bin/env node');\n//=> 'node'\n\nshebangCommand('#!/bin/bash');\n//=> 'bash'\n```\n\n\n## API\n\n### shebangCommand(string)\n\n#### string\n\nType: `string`\n\nString containing a shebang.\n\n\n## License\n\nMIT © [Kevin Martensson](http://github.com/kevva)\n",
|
|
"readmeFilename": "readme.md",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/kevva/shebang-command.git"
|
|
},
|
|
"scripts": {
|
|
"test": "xo && ava"
|
|
},
|
|
"version": "1.2.0",
|
|
"xo": {
|
|
"ignores": [
|
|
"test.js"
|
|
]
|
|
}
|
|
}
|