-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
91 lines (91 loc) · 2.07 KB
/
package.json
File metadata and controls
91 lines (91 loc) · 2.07 KB
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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
{
"name": "@wekanteam/meteor-node-stubs",
"description": "Stub implementations of Node built-in modules, a la Browserify",
"version": "1.2.7",
"main": "index.js",
"license": "MIT",
"homepage": "https://github.com/wekan/meteor-node-stubs/README.md",
"author": "Ben Newman <ben@meteor.com>",
"contributors": [
{
"name": "Lauri Ojansivu",
"url": "https://github.com/xet7"
}
],
"type": "commonjs",
"scripts": {
"prepare": "node scripts/build-deps.js"
},
"dependencies": {
"assert": "^2.1.0",
"browserify-zlib": "^0.2.0",
"buffer": "^5.7.1",
"console-browserify": "^1.2.0",
"constants-browserify": "^1.0.0",
"crypto-browserify": "^3.12.0",
"domain-browser": "^4.23.0",
"elliptic": "^6.6.0",
"events": "^3.3.0",
"https-browserify": "^1.0.0",
"os-browserify": "^0.3.0",
"path-browserify": "^1.0.1",
"process": "^0.11.10",
"punycode": "^1.4.1",
"querystring-es3": "^0.2.1",
"readable-stream": "^3.6.2",
"stream-browserify": "^3.0.0",
"stream-http": "^3.2.0",
"string_decoder": "^1.3.0",
"timers-browserify": "^2.0.12",
"tty-browserify": "0.0.1",
"url": "^0.11.3",
"util": "^0.12.5",
"vm-browserify": "^1.1.2"
},
"bundledDependencies": [
"assert",
"browserify-zlib",
"buffer",
"console-browserify",
"constants-browserify",
"crypto-browserify",
"domain-browser",
"events",
"https-browserify",
"os-browserify",
"path-browserify",
"process",
"punycode",
"querystring-es3",
"readable-stream",
"stream-browserify",
"stream-http",
"string_decoder",
"timers-browserify",
"tty-browserify",
"url",
"util",
"vm-browserify"
],
"devDependencies": {
"rimraf": "^2.7.1"
},
"repository": {
"type": "git",
"url": "https://github.com/wekan/meteor-node-stubs"
},
"keywords": [
"stubs",
"shims",
"node",
"builtins",
"core",
"modules",
"browserify",
"webpack",
"meteor"
],
"bugs": {
"url": "https://github.com/meteor/node-stubs/issues"
}
}