-
Notifications
You must be signed in to change notification settings - Fork 13
/
package.json
58 lines (58 loc) · 1.57 KB
/
package.json
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
{
"name": "browser-pack-flat",
"version": "3.5.0",
"description": "bundle browserify modules into a single scope, a la rollup",
"main": "index.js",
"bin": {
"browser-pack-flat": "cli.js"
},
"scripts": {
"build": "node build",
"prepare": "node build",
"test": "node build && tape test/test.js test/expose.js test/order.js test/self.js"
},
"keywords": [],
"author": "Renée Kooi <renee@kooi.me>",
"license": "MIT",
"dependencies": {
"JSONStream": "^1.3.2",
"combine-source-map": "^0.8.0",
"convert-source-map": "^1.5.1",
"count-lines": "^0.1.2",
"dedent": "^0.7.0",
"estree-is-member-expression": "^1.0.0",
"estree-is-require": "^1.0.0",
"esutils": "^2.0.2",
"path-parse": "^1.0.5",
"scope-analyzer": "^2.0.0",
"stream-combiner": "^0.2.2",
"through2": "^3.0.2",
"transform-ast": "^2.4.2",
"umd": "^3.0.3",
"wrap-comment": "^1.0.0"
},
"devDependencies": {
"@babel/core": "^7.5.4",
"@babel/plugin-transform-modules-commonjs": "^7.5.0",
"babelify": "^10.0.0",
"brfs": "^2.0.2",
"browser-unpack": "^1.2.0",
"browserify": "^17.0.0",
"concat-stream": "^2.0.0",
"nanohtml": "1.6.1",
"sliced": "^1.0.1",
"tape": "^5.0.0",
"uglify-js": "3.6.0"
},
"directories": {
"test": "test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/goto-bus-stop/browser-pack-flat.git"
},
"bugs": {
"url": "https://github.com/goto-bus-stop/browser-pack-flat/issues"
},
"homepage": "https://github.com/goto-bus-stop/browser-pack-flat#readme"
}