Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
Download
80712 views
1
{
2
"name": "browser-pack",
3
"version": "3.2.0",
4
"description": "pack node-style source files from a json stream into a browser bundle",
5
"main": "index.js",
6
"bin": {
7
"browser-pack": "bin/cmd.js"
8
},
9
"dependencies": {
10
"JSONStream": "~0.8.4",
11
"combine-source-map": "~0.3.0",
12
"concat-stream": "~1.4.1",
13
"defined": "~0.0.0",
14
"through2": "~0.5.1",
15
"umd": "^2.1.0"
16
},
17
"devDependencies": {
18
"tap": "~0.4.0",
19
"tape": "~0.2.2",
20
"uglify-js": "1.3.5",
21
"convert-source-map": "~0.3.1",
22
"parse-base64vlq-mappings": "~0.1.1"
23
},
24
"scripts": {
25
"test": "tap test/*.js",
26
"prepublish": "node bin/prepublish.js"
27
},
28
"testling": {
29
"files": "test/*.js",
30
"browsers": [
31
"ie/8",
32
"ie/9",
33
"ie/10",
34
"chrome/15",
35
"chrome/latest",
36
"firefox/10",
37
"firefox/latest",
38
"safari/latest",
39
"opera/latest"
40
]
41
},
42
"repository": {
43
"type": "git",
44
"url": "git://github.com/substack/browser-pack.git"
45
},
46
"homepage": "https://github.com/substack/browser-pack",
47
"keywords": [
48
"browser",
49
"bundle",
50
"commonjs",
51
"commonj-esque",
52
"exports",
53
"module.exports",
54
"require"
55
],
56
"author": {
57
"name": "James Halliday",
58
"email": "[email protected]",
59
"url": "http://substack.net"
60
},
61
"license": "MIT",
62
"gitHead": "15c9d1b580150902b123761a1657722e1afd4ace",
63
"bugs": {
64
"url": "https://github.com/substack/browser-pack/issues"
65
},
66
"_id": "[email protected]",
67
"_shasum": "faa1cbc41487b1acc4747e373e1148adffd0e2d9",
68
"_from": "browser-pack@>=3.2.0 <4.0.0",
69
"_npmVersion": "2.0.2",
70
"_nodeVersion": "0.10.31",
71
"_npmUser": {
72
"name": "substack",
73
"email": "[email protected]"
74
},
75
"maintainers": [
76
{
77
"name": "substack",
78
"email": "[email protected]"
79
}
80
],
81
"dist": {
82
"shasum": "faa1cbc41487b1acc4747e373e1148adffd0e2d9",
83
"tarball": "http://registry.npmjs.org/browser-pack/-/browser-pack-3.2.0.tgz"
84
},
85
"directories": {},
86
"_resolved": "https://registry.npmjs.org/browser-pack/-/browser-pack-3.2.0.tgz"
87
}
88
89