Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
Download
80522 views
1
{
2
"name": "browser-pack",
3
"version": "5.0.1",
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": "^1.0.3",
11
"combine-source-map": "~0.6.1",
12
"defined": "^1.0.0",
13
"through2": "^1.0.0",
14
"umd": "^3.0.0"
15
},
16
"devDependencies": {
17
"tap": "^1.1.0",
18
"uglify-js": "1.3.5",
19
"concat-stream": "~1.4.1",
20
"convert-source-map": "~1.1.0",
21
"parse-base64vlq-mappings": "~0.1.1"
22
},
23
"scripts": {
24
"test": "tap test/*.js",
25
"prepublish": "node bin/prepublish.js"
26
},
27
"testling": {
28
"files": "test/*.js",
29
"browsers": [
30
"ie/8",
31
"ie/9",
32
"ie/10",
33
"chrome/15",
34
"chrome/latest",
35
"firefox/10",
36
"firefox/latest",
37
"safari/latest",
38
"opera/latest"
39
]
40
},
41
"repository": {
42
"type": "git",
43
"url": "git://github.com/substack/browser-pack.git"
44
},
45
"homepage": "https://github.com/substack/browser-pack",
46
"keywords": [
47
"browser",
48
"bundle",
49
"commonjs",
50
"commonj-esque",
51
"exports",
52
"module.exports",
53
"require"
54
],
55
"author": {
56
"name": "James Halliday",
57
"email": "[email protected]",
58
"url": "http://substack.net"
59
},
60
"license": "MIT",
61
"gitHead": "aadeabea66feac48193d27d233daf1c85209357e",
62
"bugs": {
63
"url": "https://github.com/substack/browser-pack/issues"
64
},
65
"_id": "[email protected]",
66
"_shasum": "4197719b20c6e0aaa09451c5111e53efb6fbc18d",
67
"_from": "browser-pack@>=5.0.0 <6.0.0",
68
"_npmVersion": "2.10.1",
69
"_nodeVersion": "0.10.38",
70
"_npmUser": {
71
"name": "zertosh",
72
"email": "[email protected]"
73
},
74
"maintainers": [
75
{
76
"name": "substack",
77
"email": "[email protected]"
78
},
79
{
80
"name": "forbeslindesay",
81
"email": "[email protected]"
82
},
83
{
84
"name": "zertosh",
85
"email": "[email protected]"
86
}
87
],
88
"dist": {
89
"shasum": "4197719b20c6e0aaa09451c5111e53efb6fbc18d",
90
"tarball": "http://registry.npmjs.org/browser-pack/-/browser-pack-5.0.1.tgz"
91
},
92
"directories": {},
93
"_resolved": "https://registry.npmjs.org/browser-pack/-/browser-pack-5.0.1.tgz"
94
}
95
96