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
92 lines (92 loc) · 2.27 KB
/
package.json
File metadata and controls
92 lines (92 loc) · 2.27 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
{
"_from": "browser-pack@^6.0.1",
"_id": "[email protected]",
"_inBundle": false,
"_integrity": "sha512-Q4Rvn7P6ObyWfc4stqLWHtG1MJ8vVtjgT24Zbu+8UTzxYuZouqZsmNRRTFVMY/Ux0eIKv1d+JWzsInTX+fdHPQ==",
"_location": "/browser-pack",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "browser-pack@^6.0.1",
"name": "browser-pack",
"escapedName": "browser-pack",
"rawSpec": "^6.0.1",
"saveSpec": null,
"fetchSpec": "^6.0.1"
},
"_requiredBy": [
"/browserify",
"/karma/browserify"
],
"_resolved": "https://registry.npmjs.org/browser-pack/-/browser-pack-6.0.4.tgz",
"_shasum": "9a73beb3b48f9e36868be007b64400102c04a99f",
"_spec": "browser-pack@^6.0.1",
"_where": "/Users/jshore/Documents/Projects/weewikipaint/node_modules/browserify",
"author": {
"name": "James Halliday",
"email": "[email protected]",
"url": "http://substack.net"
},
"bin": {
"browser-pack": "bin/cmd.js"
},
"bugs": {
"url": "https://github.com/browserify/browser-pack/issues"
},
"bundleDependencies": false,
"dependencies": {
"JSONStream": "^1.0.3",
"combine-source-map": "~0.8.0",
"defined": "^1.0.0",
"safe-buffer": "^5.1.1",
"through2": "^2.0.0",
"umd": "^3.0.0"
},
"deprecated": false,
"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": "^10.7.2",
"uglify-js": "1.3.5"
},
"homepage": "https://github.com/browserify/browser-pack",
"keywords": [
"browser",
"bundle",
"commonjs",
"commonj-esque",
"exports",
"module.exports",
"require"
],
"license": "MIT",
"main": "index.js",
"name": "browser-pack",
"repository": {
"type": "git",
"url": "git://github.com/browserify/browser-pack.git"
},
"scripts": {
"prepublish": "node bin/prepublish.js",
"test": "tap test/*.js"
},
"testling": {
"files": "test/*.js",
"browsers": [
"ie/8",
"ie/9",
"ie/10",
"chrome/15",
"chrome/latest",
"firefox/10",
"firefox/latest",
"safari/latest",
"opera/10",
"opera/latest"
]
},
"version": "6.0.4"
}