1 | {
|
---|
2 | "_from": "shebang-command@^2.0.0",
|
---|
3 | "_id": "shebang-command@2.0.0",
|
---|
4 | "_inBundle": false,
|
---|
5 | "_integrity": "sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==",
|
---|
6 | "_location": "/shebang-command",
|
---|
7 | "_phantomChildren": {},
|
---|
8 | "_requested": {
|
---|
9 | "type": "range",
|
---|
10 | "registry": true,
|
---|
11 | "raw": "shebang-command@^2.0.0",
|
---|
12 | "name": "shebang-command",
|
---|
13 | "escapedName": "shebang-command",
|
---|
14 | "rawSpec": "^2.0.0",
|
---|
15 | "saveSpec": null,
|
---|
16 | "fetchSpec": "^2.0.0"
|
---|
17 | },
|
---|
18 | "_requiredBy": [
|
---|
19 | "/cross-spawn"
|
---|
20 | ],
|
---|
21 | "_resolved": "https://registry.npmjs.org/shebang-command/-/shebang-command-2.0.0.tgz",
|
---|
22 | "_shasum": "ccd0af4f8835fbdc265b82461aaf0c36663f34ea",
|
---|
23 | "_spec": "shebang-command@^2.0.0",
|
---|
24 | "_where": "/home/stevetosak/Proekt/IMaps/imaps-frontend/node_modules/cross-spawn",
|
---|
25 | "author": {
|
---|
26 | "name": "Kevin Mårtensson",
|
---|
27 | "email": "kevinmartensson@gmail.com",
|
---|
28 | "url": "github.com/kevva"
|
---|
29 | },
|
---|
30 | "bugs": {
|
---|
31 | "url": "https://github.com/kevva/shebang-command/issues"
|
---|
32 | },
|
---|
33 | "bundleDependencies": false,
|
---|
34 | "dependencies": {
|
---|
35 | "shebang-regex": "^3.0.0"
|
---|
36 | },
|
---|
37 | "deprecated": false,
|
---|
38 | "description": "Get the command from a shebang",
|
---|
39 | "devDependencies": {
|
---|
40 | "ava": "^2.3.0",
|
---|
41 | "xo": "^0.24.0"
|
---|
42 | },
|
---|
43 | "engines": {
|
---|
44 | "node": ">=8"
|
---|
45 | },
|
---|
46 | "files": [
|
---|
47 | "index.js"
|
---|
48 | ],
|
---|
49 | "homepage": "https://github.com/kevva/shebang-command#readme",
|
---|
50 | "keywords": [
|
---|
51 | "cmd",
|
---|
52 | "command",
|
---|
53 | "parse",
|
---|
54 | "shebang"
|
---|
55 | ],
|
---|
56 | "license": "MIT",
|
---|
57 | "name": "shebang-command",
|
---|
58 | "repository": {
|
---|
59 | "type": "git",
|
---|
60 | "url": "git+https://github.com/kevva/shebang-command.git"
|
---|
61 | },
|
---|
62 | "scripts": {
|
---|
63 | "test": "xo && ava"
|
---|
64 | },
|
---|
65 | "version": "2.0.0"
|
---|
66 | }
|
---|