Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
Download
80522 views
1
{
2
"name": "insert-module-globals",
3
"version": "6.5.0",
4
"description": "insert implicit module globals into a module-deps stream",
5
"main": "index.js",
6
"bin": {
7
"insert-module-globals": "bin/cmd.js"
8
},
9
"dependencies": {
10
"JSONStream": "^1.0.3",
11
"combine-source-map": "~0.3.0",
12
"concat-stream": "~1.4.1",
13
"lexical-scope": "~1.1.0",
14
"process": "~0.11.0",
15
"through2": "^1.0.0",
16
"xtend": "^4.0.0"
17
},
18
"devDependencies": {
19
"tap": "^1.1.0",
20
"browser-pack": "^5.0.0",
21
"buffer": "^3.0.0",
22
"module-deps": "^3.7.11"
23
},
24
"scripts": {
25
"test": "tap test/*.js"
26
},
27
"repository": {
28
"type": "git",
29
"url": "git://github.com/substack/insert-module-globals.git"
30
},
31
"homepage": "https://github.com/substack/insert-module-globals",
32
"keywords": [
33
"__filename",
34
"__dirname",
35
"global",
36
"process",
37
"module-deps",
38
"browser-pack",
39
"browserify"
40
],
41
"author": {
42
"name": "James Halliday",
43
"email": "[email protected]",
44
"url": "http://substack.net"
45
},
46
"license": "MIT",
47
"gitHead": "b247821160abf231580bd316f7c00efbe4498ebe",
48
"bugs": {
49
"url": "https://github.com/substack/insert-module-globals/issues"
50
},
51
"_id": "[email protected]",
52
"_shasum": "e554008c41d6cb186ebe062fea4d779810e3c837",
53
"_from": "insert-module-globals@>=6.4.1 <7.0.0",
54
"_npmVersion": "2.10.1",
55
"_nodeVersion": "0.10.38",
56
"_npmUser": {
57
"name": "zertosh",
58
"email": "[email protected]"
59
},
60
"maintainers": [
61
{
62
"name": "substack",
63
"email": "[email protected]"
64
},
65
{
66
"name": "zertosh",
67
"email": "[email protected]"
68
}
69
],
70
"dist": {
71
"shasum": "e554008c41d6cb186ebe062fea4d779810e3c837",
72
"tarball": "http://registry.npmjs.org/insert-module-globals/-/insert-module-globals-6.5.0.tgz"
73
},
74
"directories": {},
75
"_resolved": "https://registry.npmjs.org/insert-module-globals/-/insert-module-globals-6.5.0.tgz",
76
"readme": "ERROR: No README data found!"
77
}
78
79