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