forked from jamesshore/lets_code_javascript
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
122 lines (122 loc) · 3.12 KB
/
package.json
File metadata and controls
122 lines (122 loc) · 3.12 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
{
"name": "browserify",
"version": "5.12.1",
"description": "browser-side require() the node way",
"main": "index.js",
"bin": {
"browserify": "bin/cmd.js"
},
"repository": {
"type": "git",
"url": "http://github.com/substack/node-browserify.git"
},
"keywords": [
"browser",
"require",
"commonjs",
"commonj-esque",
"bundle",
"npm",
"javascript"
],
"dependencies": {
"JSONStream": "~0.8.3",
"assert": "~1.1.0",
"browser-pack": "^3.0.0",
"browser-resolve": "^1.3.0",
"browserify-zlib": "~0.1.2",
"buffer": "^2.3.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",
"deep-equal": "~0.2.1",
"defined": "~0.0.0",
"deps-sort": "^1.3.5",
"domain-browser": "~1.1.0",
"duplexer2": "~0.0.2",
"events": "~1.0.0",
"glob": "^4.0.5",
"http-browserify": "^1.4.0",
"https-browserify": "~0.0.0",
"inherits": "~2.0.1",
"insert-module-globals": "^6.1.0",
"isarray": "0.0.1",
"labeled-stream-splicer": "^1.0.0",
"module-deps": "^3.5.0",
"os-browserify": "~0.1.1",
"parents": "~0.0.1",
"path-browserify": "~0.0.0",
"process": "^0.7.0",
"punycode": "~1.2.3",
"querystring-es3": "~0.2.0",
"readable-stream": "^1.0.27-1",
"resolve": "~0.7.1",
"shallow-copy": "0.0.1",
"shasum": "^1.0.0",
"shell-quote": "~0.0.1",
"stream-browserify": "^1.0.0",
"stream-combiner": "~0.0.2",
"string_decoder": "~0.0.0",
"subarg": "0.0.1",
"syntax-error": "^1.1.1",
"through2": "^1.0.0",
"timers-browserify": "^1.0.1",
"tty-browserify": "~0.0.0",
"umd": "~2.1.0",
"url": "~0.10.1",
"util": "~0.10.1",
"vm-browserify": "~0.0.1",
"xtend": "^3.0.0"
},
"devDependencies": {
"backbone": "~0.9.2",
"browser-unpack": "~0.0.0",
"coffee-script": "~1.5.0",
"coffeeify": "~0.6.0",
"dnode": "~1.0.3",
"es6ify": "~0.4.8",
"mkdirp": "~0.3.3",
"seq": "0.3.3",
"tap": "~0.4.0",
"through": "^2.3.4"
},
"author": {
"name": "James Halliday",
"email": "[email protected]",
"url": "http://substack.net"
},
"scripts": {
"test": "tap test/*.js"
},
"license": "MIT",
"gitHead": "047b3d33497145670a1b285011f8cc4896235731",
"bugs": {
"url": "https://github.com/substack/node-browserify/issues"
},
"homepage": "https://github.com/substack/node-browserify",
"_id": "[email protected]",
"_shasum": "54181cf6e777ad59e0fc62a62e2c7867d31603fb",
"_from": "browserify@",
"_npmVersion": "2.0.2",
"_nodeVersion": "0.10.12",
"_npmUser": {
"name": "substack",
"email": "[email protected]"
},
"maintainers": [
{
"name": "substack",
"email": "[email protected]"
}
],
"dist": {
"shasum": "54181cf6e777ad59e0fc62a62e2c7867d31603fb",
"tarball": "http://registry.npmjs.org/browserify/-/browserify-5.12.1.tgz"
},
"directories": {},
"_resolved": "https://registry.npmjs.org/browserify/-/browserify-5.12.1.tgz",
"readme": "ERROR: No README data found!"
}