package.json
1.46 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
{
"_from": "spawn-sync@^1.0.15",
"_id": "spawn-sync@1.0.15",
"_inBundle": false,
"_integrity": "sha1-sAeZVX63+wyDdsKdROih6mfldHY=",
"_location": "/spawn-sync",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "spawn-sync@^1.0.15",
"name": "spawn-sync",
"escapedName": "spawn-sync",
"rawSpec": "^1.0.15",
"saveSpec": null,
"fetchSpec": "^1.0.15"
},
"_requiredBy": [
"/cheerio-httpcli"
],
"_resolved": "https://registry.npmjs.org/spawn-sync/-/spawn-sync-1.0.15.tgz",
"_shasum": "b00799557eb7fb0c8376c29d44e8a1ea67e57476",
"_spec": "spawn-sync@^1.0.15",
"_where": "D:\\OSS project\\YTMT\\node_modules\\cheerio-httpcli",
"author": {
"name": "ForbesLindesay"
},
"bugs": {
"url": "https://github.com/ForbesLindesay/spawn-sync/issues"
},
"bundleDependencies": false,
"dependencies": {
"concat-stream": "^1.4.7",
"os-shim": "^0.1.2"
},
"deprecated": false,
"description": "Prollyfill for child_process.spawnSync",
"devDependencies": {
"try-thread-sleep": "^1.0.0"
},
"homepage": "https://github.com/ForbesLindesay/spawn-sync#readme",
"keywords": [],
"license": "MIT",
"name": "spawn-sync",
"repository": {
"type": "git",
"url": "git+https://github.com/ForbesLindesay/spawn-sync.git"
},
"scripts": {
"postinstall": "node postinstall",
"prepublish": "node postinstall",
"test": "node test/index.js"
},
"version": "1.0.15"
}