-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
126 lines (126 loc) · 3.11 KB
/
package.json
File metadata and controls
126 lines (126 loc) · 3.11 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
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
{
"_args": [
[
"browserify@11.2.0",
"/Users/luzhiyong/blog"
]
],
"_from": "browserify@11.2.0",
"_id": "browserify@11.2.0",
"_inBundle": false,
"_integrity": "sha1-oRu53SCdeVcrgT9+7q+Cil9cDk4=",
"_location": "/browserify",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "browserify@11.2.0",
"name": "browserify",
"escapedName": "browserify",
"rawSpec": "11.2.0",
"saveSpec": null,
"fetchSpec": "11.2.0"
},
"_requiredBy": [
"/hexo-admin"
],
"_resolved": "http://registry.npm.taobao.org/browserify/download/browserify-11.2.0.tgz",
"_spec": "11.2.0",
"_where": "/Users/luzhiyong/blog",
"author": {
"name": "James Halliday",
"email": "mail@substack.net",
"url": "http://substack.net"
},
"bin": {
"browserify": "bin/cmd.js"
},
"bugs": {
"url": "https://github.com/substack/node-browserify/issues"
},
"dependencies": {
"JSONStream": "^1.0.3",
"assert": "~1.3.0",
"browser-pack": "^5.0.0",
"browser-resolve": "^1.7.1",
"browserify-zlib": "~0.1.2",
"buffer": "^3.0.0",
"builtins": "~0.0.3",
"commondir": "0.0.1",
"concat-stream": "~1.4.1",
"console-browserify": "^1.1.0",
"constants-browserify": "~0.0.1",
"crypto-browserify": "^3.0.0",
"defined": "^1.0.0",
"deps-sort": "^1.3.7",
"domain-browser": "~1.1.0",
"duplexer2": "~0.0.2",
"events": "~1.0.0",
"glob": "^4.0.5",
"has": "^1.0.0",
"htmlescape": "^1.1.0",
"https-browserify": "~0.0.0",
"inherits": "~2.0.1",
"insert-module-globals": "^6.4.1",
"isarray": "0.0.1",
"labeled-stream-splicer": "^1.0.0",
"module-deps": "^3.7.11",
"os-browserify": "~0.1.1",
"parents": "^1.0.1",
"path-browserify": "~0.0.0",
"process": "~0.11.0",
"punycode": "^1.3.2",
"querystring-es3": "~0.2.0",
"read-only-stream": "^1.1.1",
"readable-stream": "^2.0.2",
"resolve": "^1.1.4",
"shasum": "^1.0.0",
"shell-quote": "~0.0.1",
"stream-browserify": "^2.0.0",
"stream-http": "^1.2.0",
"string_decoder": "~0.10.0",
"subarg": "^1.0.0",
"syntax-error": "^1.1.1",
"through2": "^1.0.0",
"timers-browserify": "^1.0.1",
"tty-browserify": "~0.0.0",
"url": "~0.10.1",
"util": "~0.10.1",
"vm-browserify": "~0.0.1",
"xtend": "^4.0.0"
},
"description": "browser-side require() the node way",
"devDependencies": {
"backbone": "~0.9.2",
"browser-unpack": "~0.0.0",
"coffee-script": "~1.5.0",
"coffeeify": "~0.6.0",
"es6ify": "~0.4.8",
"isstream": "^0.1.2",
"seq": "0.3.3",
"tap": "^1.1.0",
"temp": "^0.8.1",
"through": "^2.3.4"
},
"homepage": "https://github.com/substack/node-browserify#readme",
"keywords": [
"browser",
"require",
"commonjs",
"commonj-esque",
"bundle",
"npm",
"javascript"
],
"license": "MIT",
"main": "index.js",
"name": "browserify",
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/substack/node-browserify.git"
},
"scripts": {
"test": "tap test/*.js"
},
"version": "11.2.0"
}