-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
94 lines (94 loc) · 2.15 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
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
92
93
94
{
"name": "pinf-for-nodejs",
"version": "0.6.1",
"pm": "npm",
"publish": true,
"main": "lib/pinf.js",
"bin": {
"pinf": "./bin/pinf"
},
"dependencies": {
"babel-core": "^6.17.0",
"babel-preset-es2015": "^6.16.0",
"colors": "~1.1.2",
"commander": "~2.9.0",
"deepcopy": "~0.6.3",
"deepmerge": "~1.1.0",
"fs-extra": "~0.30.0",
"jsdom": "^9.6.0",
"pinf-config": "0.1.x",
"pinf-it-bundler": "0.1.x",
"pinf-it-package-insight": "0.1.x",
"pinf-it-program-insight": "0.1.x",
"pinf-loader-js": "0.4.x",
"pinf-primitives-js": "0.2.x",
"pinf-vfs": "0.1.x",
"q": "~1.4.1",
"request": "~2.75.0",
"require.async": "~0.1.1",
"send": "~0.14.1",
"waitfor": "~0.1.3"
},
"devDependencies": {
"mocha": "~3.1.0",
"grunt": "~1.0.1",
"grunt-mocha": "~1.0.2"
},
"require.async": {
"./lib/main.js": "./context"
},
"scripts": {
"test": "node_modules/.bin/mocha --reporter list test/*.js",
"build": "./bin/pinf bundle"
},
"exports": {
"bundles": {
"lib/pinf.js": "./lib/pinf.js",
"lib/main.js": "./lib/main.js",
"lib/loader.js": "./lib/loader.js"
}
},
"overrides": {
"./node_modules/request/node_modules/hawk/node_modules/boom": {
"descriptor": {
"config": {
"pinf/0/bundler/options/0": {
"mapParentSiblingPackages": 2
}
}
}
},
"./node_modules/request/node_modules/hawk/node_modules/sntp": {
"descriptor": {
"config": {
"pinf/0/bundler/options/0": {
"mapParentSiblingPackages": 2
}
}
}
},
"./node_modules/request/node_modules/hawk/node_modules/cryptiles": {
"descriptor": {
"config": {
"pinf/0/bundler/options/0": {
"mapParentSiblingPackages": 2
}
}
}
},
"./node_modules/request/node_modules/form-data": {
"descriptor": {
"config": {
"pinf/0/bundler/options/0": {
"mapParentSiblingPackages": 2
}
}
}
}
},
"config": {
"pio.deploy.converter": {
"name": "nodejs-lib"
}
}
}