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
119 lines (119 loc) · 2.8 KB
/
package.json
File metadata and controls
119 lines (119 loc) · 2.8 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
{
"_args": [
[
"browser-pack@^6.0.1",
"/Users/jshore/Documents/Projects/weewikipaint/node_modules/browserify"
]
],
"_from": "browser-pack@>=6.0.1 <7.0.0",
"_id": "[email protected]",
"_inCache": true,
"_location": "/browser-pack",
"_nodeVersion": "4.1.2",
"_npmUser": {
"email": "[email protected]",
"name": "zertosh"
},
"_npmVersion": "2.14.4",
"_phantomChildren": {},
"_requested": {
"name": "browser-pack",
"raw": "browser-pack@^6.0.1",
"rawSpec": "^6.0.1",
"scope": null,
"spec": ">=6.0.1 <7.0.0",
"type": "range"
},
"_requiredBy": [
"/browserify"
],
"_resolved": "https://registry.npmjs.org/browser-pack/-/browser-pack-6.0.1.tgz",
"_shasum": "779887c792eaa1f64a46a22c8f1051cdcd96755f",
"_shrinkwrap": null,
"_spec": "browser-pack@^6.0.1",
"_where": "/Users/jshore/Documents/Projects/weewikipaint/node_modules/browserify",
"author": {
"email": "[email protected]",
"name": "James Halliday",
"url": "http://substack.net"
},
"bin": {
"browser-pack": "bin/cmd.js"
},
"bugs": {
"url": "https://github.com/substack/browser-pack/issues"
},
"dependencies": {
"JSONStream": "^1.0.3",
"combine-source-map": "~0.7.1",
"defined": "^1.0.0",
"through2": "^2.0.0",
"umd": "^3.0.0"
},
"description": "pack node-style source files from a json stream into a browser bundle",
"devDependencies": {
"concat-stream": "~1.5.1",
"convert-source-map": "~1.1.0",
"parse-base64vlq-mappings": "~0.1.1",
"tap": "^2.2.0",
"uglify-js": "1.3.5"
},
"directories": {},
"dist": {
"shasum": "779887c792eaa1f64a46a22c8f1051cdcd96755f",
"tarball": "http://registry.npmjs.org/browser-pack/-/browser-pack-6.0.1.tgz"
},
"gitHead": "c96715ed49dd20cb46c3cfa65daceda0c1064714",
"homepage": "https://github.com/substack/browser-pack",
"installable": true,
"keywords": [
"browser",
"bundle",
"commonj-esque",
"commonjs",
"exports",
"module.exports",
"require"
],
"license": "MIT",
"main": "index.js",
"maintainers": [
{
"name": "substack",
"email": "[email protected]"
},
{
"name": "forbeslindesay",
"email": "[email protected]"
},
{
"name": "zertosh",
"email": "[email protected]"
}
],
"name": "browser-pack",
"optionalDependencies": {},
"repository": {
"type": "git",
"url": "git://github.com/substack/browser-pack.git"
},
"scripts": {
"prepublish": "node bin/prepublish.js",
"test": "tap test/*.js"
},
"testling": {
"browsers": [
"chrome/15",
"chrome/latest",
"firefox/10",
"firefox/latest",
"ie/10",
"ie/8",
"ie/9",
"opera/latest",
"safari/latest"
],
"files": "test/*.js"
},
"version": "6.0.1"
}