• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{
2  "_from": "cross-spawn@^5.0.1",
3  "_id": "cross-spawn@5.1.0",
4  "_inBundle": false,
5  "_integrity": "sha1-6L0O/uWPz/b4+UUQoKVUu/ojVEk=",
6  "_location": "/cross-spawn",
7  "_phantomChildren": {},
8  "_requested": {
9    "type": "range",
10    "registry": true,
11    "raw": "cross-spawn@^5.0.1",
12    "name": "cross-spawn",
13    "escapedName": "cross-spawn",
14    "rawSpec": "^5.0.1",
15    "saveSpec": null,
16    "fetchSpec": "^5.0.1"
17  },
18  "_requiredBy": [
19    "/eslint",
20    "/execa"
21  ],
22  "_resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-5.1.0.tgz",
23  "_shasum": "e8bd0efee58fcff6f8f94510a0a554bbfa235449",
24  "_spec": "cross-spawn@^5.0.1",
25  "_where": "/Users/rebecca/code/npm/node_modules/execa",
26  "author": {
27    "name": "IndigoUnited",
28    "email": "hello@indigounited.com",
29    "url": "http://indigounited.com"
30  },
31  "bugs": {
32    "url": "https://github.com/IndigoUnited/node-cross-spawn/issues/"
33  },
34  "bundleDependencies": false,
35  "dependencies": {
36    "lru-cache": "^4.0.1",
37    "shebang-command": "^1.2.0",
38    "which": "^1.2.9"
39  },
40  "deprecated": false,
41  "description": "Cross platform child_process#spawn and child_process#spawnSync",
42  "devDependencies": {
43    "@satazor/eslint-config": "^3.0.0",
44    "eslint": "^3.0.0",
45    "expect.js": "^0.3.0",
46    "glob": "^7.0.0",
47    "mkdirp": "^0.5.1",
48    "mocha": "^3.0.2",
49    "once": "^1.4.0",
50    "rimraf": "^2.5.0"
51  },
52  "files": [
53    "index.js",
54    "lib"
55  ],
56  "homepage": "https://github.com/IndigoUnited/node-cross-spawn#readme",
57  "keywords": [
58    "spawn",
59    "spawnSync",
60    "windows",
61    "cross",
62    "platform",
63    "path",
64    "ext",
65    "path-ext",
66    "path_ext",
67    "shebang",
68    "hashbang",
69    "cmd",
70    "execute"
71  ],
72  "license": "MIT",
73  "main": "index.js",
74  "name": "cross-spawn",
75  "repository": {
76    "type": "git",
77    "url": "git://github.com/IndigoUnited/node-cross-spawn.git"
78  },
79  "scripts": {
80    "lint": "eslint '{*.js,lib/**/*.js,test/**/*.js}'",
81    "test": "node test/prepare && mocha --bail test/test"
82  },
83  "version": "5.1.0"
84}
85