forked from jspm/nodelibs
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.1 KB
/
Copy pathpackage.json
File metadata and controls
50 lines (50 loc) · 1.1 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
{
"name": "nodelibs",
"version": "0.0.2",
"description": "jspm Node builtin libraries",
"repository": {
"type": "git",
"url": "git@github.com/jspm/nodelibs"
},
"registry": "npm",
"dependencies": {
"Base64": "^0.2.0",
"base64-js": "^0.0.4",
"ieee754": "^1.1.1",
"inherits": "^2.0.1",
"json": "systemjs/plugin-json@master"
},
"map": {
"process/browser.js": "@@nodeProcess",
"process": "@@nodeProcess",
"assert": "./assert",
"buffer": "./buffer",
"console": "./console",
"constants": "./constants",
"domain": "./domain",
"events": "./events",
"http": "./http",
"https": "./https",
"os": "./os",
"path": "./path",
"punycode": "./punycode",
"querystring": "./querystring",
"stream": "./stream",
"string_decoder": "./string_decoder",
"timers": "./timers",
"tty": "./tty",
"url": "./url",
"util": "./util",
"vm": "./vm",
"zlib": "./zlib"
},
"buildConfig": {
"minify": true,
"transpileES6": false
},
"directories": {
"lib": "packaged",
"dist": "dist"
},
"license": "MIT"
}