forked from kb18519142009/android_interview
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
88 lines (88 loc) · 2.38 KB
/
package.json
File metadata and controls
88 lines (88 loc) · 2.38 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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
{
"_args": [
[
{
"name": "win-spawn",
"raw": "win-spawn@~2.0.0",
"rawSpec": "~2.0.0",
"scope": null,
"spec": ">=2.0.0 <2.1.0",
"type": "range"
},
"/Users/lvruheng/android_interview/node_modules/phantom"
]
],
"_cnpm_publish_time": 1375334341982,
"_from": "win-spawn@>=2.0.0 <2.1.0",
"_hasShrinkwrap": false,
"_id": "win-spawn@2.0.0",
"_inCache": true,
"_installable": true,
"_location": "/win-spawn",
"_npmUser": {
"email": "forbes@lindesay.co.uk",
"name": "forbeslindesay"
},
"_npmVersion": "1.2.10",
"_phantomChildren": {},
"_requested": {
"name": "win-spawn",
"raw": "win-spawn@~2.0.0",
"rawSpec": "~2.0.0",
"scope": null,
"spec": ">=2.0.0 <2.1.0",
"type": "range"
},
"_requiredBy": [
"/phantom"
],
"_resolved": "https://registry.npm.taobao.org/win-spawn/download/win-spawn-2.0.0.tgz",
"_shasum": "397a29130ec98d0aa0bc86baa4621393effd0b07",
"_shrinkwrap": null,
"_spec": "win-spawn@~2.0.0",
"_where": "/Users/lvruheng/android_interview/node_modules/phantom",
"author": {
"name": "ForbesLindesay"
},
"bin": {
"win-spawn": "./bin/win-spawn"
},
"bugs": {
"url": "https://github.com/ForbesLindesay/win-spawn/issues"
},
"dependencies": {},
"deprecated": "use [cross-spawn](https://github.com/IndigoUnited/node-cross-spawn) or [cross-spawn-async](https://github.com/IndigoUnited/node-cross-spawn-async) instead.",
"description": "Spawn for node.js but in a way that works regardless of which OS you're using",
"devDependencies": {
"linify": "~1.0.1"
},
"directories": {},
"dist": {
"noattachment": false,
"shasum": "397a29130ec98d0aa0bc86baa4621393effd0b07",
"size": 1879,
"tarball": "http://registry.npm.taobao.org/win-spawn/download/win-spawn-2.0.0.tgz"
},
"homepage": "https://github.com/ForbesLindesay/win-spawn#readme",
"license": "BSD",
"main": "index.js",
"maintainers": [
{
"email": "forbes@lindesay.co.uk",
"name": "forbeslindesay"
}
],
"name": "win-spawn",
"optionalDependencies": {},
"publish_time": 1375334341982,
"readme": "ERROR: No README data found!",
"readmeFilename": "README.md",
"repository": {
"type": "git",
"url": "git+https://github.com/ForbesLindesay/win-spawn.git"
},
"scripts": {
"prepublish": "linify transform bin"
},
"version": "2.0.0"
}