Initial commit
[yaffs-website] / node_modules / cross-spawn / package.json
1 {
2   "_args": [
3     [
4       "cross-spawn@^4.0.0",
5       "/var/www/yaffs/node_modules/execa"
6     ]
7   ],
8   "_from": "cross-spawn@>=4.0.0 <5.0.0",
9   "_id": "cross-spawn@4.0.2",
10   "_inCache": true,
11   "_installable": true,
12   "_location": "/cross-spawn",
13   "_nodeVersion": "4.5.0",
14   "_npmOperationalInternal": {
15     "host": "packages-12-west.internal.npmjs.com",
16     "tmp": "tmp/cross-spawn-4.0.2.tgz_1474803799646_0.017929385183379054"
17   },
18   "_npmUser": {
19     "email": "andremiguelcruz@msn.com",
20     "name": "satazor"
21   },
22   "_npmVersion": "2.15.9",
23   "_phantomChildren": {
24     "pseudomap": "1.0.2",
25     "yallist": "2.0.0"
26   },
27   "_requested": {
28     "name": "cross-spawn",
29     "raw": "cross-spawn@^4.0.0",
30     "rawSpec": "^4.0.0",
31     "scope": null,
32     "spec": ">=4.0.0 <5.0.0",
33     "type": "range"
34   },
35   "_requiredBy": [
36     "/execa"
37   ],
38   "_resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-4.0.2.tgz",
39   "_shasum": "7b9247621c23adfdd3856004a823cbe397424d41",
40   "_shrinkwrap": null,
41   "_spec": "cross-spawn@^4.0.0",
42   "_where": "/var/www/yaffs/node_modules/execa",
43   "author": {
44     "email": "hello@indigounited.com",
45     "name": "IndigoUnited",
46     "url": "http://indigounited.com"
47   },
48   "bugs": {
49     "url": "https://github.com/IndigoUnited/node-cross-spawn/issues/"
50   },
51   "dependencies": {
52     "lru-cache": "^4.0.1",
53     "which": "^1.2.9"
54   },
55   "description": "Cross platform child_process#spawn and child_process#spawnSync",
56   "devDependencies": {
57     "@satazor/eslint-config": "^3.0.0",
58     "eslint": "^3.0.0",
59     "expect.js": "^0.3.0",
60     "glob": "^7.0.0",
61     "mkdirp": "^0.5.1",
62     "mocha": "^3.0.2",
63     "rimraf": "^2.5.0"
64   },
65   "directories": {},
66   "dist": {
67     "shasum": "7b9247621c23adfdd3856004a823cbe397424d41",
68     "tarball": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-4.0.2.tgz"
69   },
70   "files": [
71     "index.js",
72     "lib"
73   ],
74   "gitHead": "674ceb2f2b69ad64b5dcad661b9bf048d6ec4c22",
75   "homepage": "https://github.com/IndigoUnited/node-cross-spawn#readme",
76   "keywords": [
77     "cmd",
78     "cross",
79     "execute",
80     "ext",
81     "hashbang",
82     "path",
83     "path-ext",
84     "path_ext",
85     "platform",
86     "shebang",
87     "spawn",
88     "spawnSync",
89     "windows"
90   ],
91   "license": "MIT",
92   "main": "index.js",
93   "maintainers": [
94     {
95       "name": "satazor",
96       "email": "andremiguelcruz@msn.com"
97     }
98   ],
99   "name": "cross-spawn",
100   "optionalDependencies": {},
101   "readme": "ERROR: No README data found!",
102   "repository": {
103     "type": "git",
104     "url": "git://github.com/IndigoUnited/node-cross-spawn.git"
105   },
106   "scripts": {
107     "lint": "eslint '{*.js,lib/**/*.js,test/**/*.js}'",
108     "test": "node test/prepare && mocha --bail test/test"
109   },
110   "version": "4.0.2"
111 }