-
Notifications
You must be signed in to change notification settings - Fork 47
/
package.json
53 lines (53 loc) · 1.24 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
{
"name": "insert-module-globals",
"version": "7.2.1",
"description": "insert implicit module globals into a module-deps stream",
"main": "index.js",
"bin": {
"insert-module-globals": "bin/cmd.js"
},
"dependencies": {
"JSONStream": "^1.0.3",
"acorn-node": "^1.5.2",
"combine-source-map": "^0.8.0",
"concat-stream": "^1.6.1",
"is-buffer": "^1.1.0",
"path-is-absolute": "^1.0.1",
"process": "~0.11.0",
"through2": "^2.0.0",
"undeclared-identifiers": "^1.1.2",
"xtend": "^4.0.0"
},
"devDependencies": {
"browser-pack": "^6.0.0",
"buffer": "^4.9.1",
"convert-source-map": "~1.1.0",
"module-deps": "^4.0.2",
"nanobench": "^2.1.1",
"tape": "^4.2.0",
"timers-browserify": "^1.4.2"
},
"scripts": {
"test": "tape test/*.js"
},
"repository": {
"type": "git",
"url": "git://github.com/browserify/insert-module-globals.git"
},
"homepage": "https://github.com/browserify/insert-module-globals",
"keywords": [
"__filename",
"__dirname",
"global",
"process",
"module-deps",
"browser-pack",
"browserify"
],
"author": {
"name": "James Halliday",
"email": "[email protected]",
"url": "http://substack.net"
},
"license": "MIT"
}