blob: 47f4ac4936eb84cdfcc3cedb46c84650c48dbdd6 [file] [log] [blame]
Leo Repp58b9f112021-11-22 11:57:47 +01001{
2 "_from": "shebang-command@^1.2.0",
3 "_id": "shebang-command@1.2.0",
4 "_inBundle": false,
5 "_integrity": "sha1-RKrGW2lbAzmJaMOfNj/uXer98eo=",
6 "_location": "/shebang-command",
7 "_phantomChildren": {},
8 "_requested": {
9 "type": "range",
10 "registry": true,
11 "raw": "shebang-command@^1.2.0",
12 "name": "shebang-command",
13 "escapedName": "shebang-command",
14 "rawSpec": "^1.2.0",
15 "saveSpec": null,
16 "fetchSpec": "^1.2.0"
17 },
18 "_requiredBy": [
19 "/bin-version/cross-spawn",
20 "/cross-spawn",
21 "/gifsicle/cross-spawn"
22 ],
23 "_resolved": "https://registry.npmjs.org/shebang-command/-/shebang-command-1.2.0.tgz",
24 "_shasum": "44aac65b695b03398968c39f363fee5deafdf1ea",
25 "_spec": "shebang-command@^1.2.0",
26 "_where": "C:\\Users\\marcr\\Desktop\\KorAp\\Git\\Kalamar\\node_modules\\cross-spawn",
27 "author": {
28 "name": "Kevin Martensson",
29 "email": "kevinmartensson@gmail.com",
30 "url": "github.com/kevva"
31 },
32 "bugs": {
33 "url": "https://github.com/kevva/shebang-command/issues"
34 },
35 "bundleDependencies": false,
36 "dependencies": {
37 "shebang-regex": "^1.0.0"
38 },
39 "deprecated": false,
40 "description": "Get the command from a shebang",
41 "devDependencies": {
42 "ava": "*",
43 "xo": "*"
44 },
45 "engines": {
46 "node": ">=0.10.0"
47 },
48 "files": [
49 "index.js"
50 ],
51 "homepage": "https://github.com/kevva/shebang-command#readme",
52 "keywords": [
53 "cmd",
54 "command",
55 "parse",
56 "shebang"
57 ],
58 "license": "MIT",
59 "name": "shebang-command",
60 "repository": {
61 "type": "git",
62 "url": "git+https://github.com/kevva/shebang-command.git"
63 },
64 "scripts": {
65 "test": "xo && ava"
66 },
67 "version": "1.2.0",
68 "xo": {
69 "ignores": [
70 "test.js"
71 ]
72 }
73}