-
Notifications
You must be signed in to change notification settings - Fork 59
/
package.json
175 lines (175 loc) · 5.28 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
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
{
"name": "aegir",
"version": "22.0.0",
"description": "JavaScript project management",
"keywords": [
"webpack",
"standard",
"lint",
"build"
],
"homepage": "https://github.com/ipfs/aegir",
"bugs": "https://github.com/ipfs/aegir/issues",
"license": "MIT",
"leadMaintainer": "Hugo Dias <[email protected]>",
"files": [
"cmds",
"utils",
"src",
"cli.js",
"fixtures.js"
],
"main": "cli.js",
"browser": {
"fs": false,
"./src/fixtures.js": "./src/fixtures.browser.js"
},
"bin": {
"aegir": "cli.js"
},
"repository": "github:ipfs/aegir",
"scripts": {
"lint": "node cli.js lint",
"test:node": "node cli.js test -t node",
"test:browser": "node cli.js test -t browser webworker",
"test:acceptance": "./test/acceptance.sh",
"test": "npm run test:node && npm run test:browser",
"coverage": "node cli.js coverage -t node",
"watch": "node cli.js test -t node --watch",
"release": "node cli.js release --no-test --no-build",
"release-minor": "node cli.js release --no-build --no-test --type minor",
"release-major": "node cli.js release --no-build --no-test --type major"
},
"dependencies": {
"@babel/cli": "^7.8.4",
"@babel/core": "^7.9.6",
"@babel/plugin-transform-regenerator": "^7.8.3",
"@babel/plugin-transform-runtime": "^7.9.6",
"@babel/preset-env": "^7.9.6",
"@babel/register": "^7.8.3",
"@babel/runtime": "^7.9.6",
"@commitlint/cli": "^8.3.5",
"@commitlint/config-conventional": "^8.3.4",
"@commitlint/lint": "^8.3.5",
"@commitlint/load": "^8.3.5",
"@commitlint/read": "^8.3.4",
"@commitlint/travis-cli": "^8.3.5",
"@electron/get": "^1.10.0",
"@polka/send-type": "^0.5.2",
"babel-loader": "^8.0.5",
"babel-plugin-transform-flow-comments": "^6.22.0",
"buffer": "^5.6.0",
"bundlesize": "~0.18.0",
"camelcase": "^6.0.0",
"chai": "^4.2.0",
"chai-as-promised": "^7.1.1",
"chai-subset": "^1.6.0",
"chalk": "^4.0.0",
"codecov": "^3.6.3",
"conventional-changelog": "^3.1.18",
"conventional-github-releaser": "^3.1.3",
"cors": "^2.8.5",
"dependency-check": "^4.1.0",
"dirty-chai": "^2.0.1",
"documentation": "^12.1.4",
"electron-mocha": "^8.2.0",
"eslint": "^6.3.0",
"eslint-config-standard": "^14.1.1",
"eslint-plugin-import": "^2.20.2",
"eslint-plugin-no-only-tests": "^2.4.0",
"eslint-plugin-node": "^11.0.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^4.0.1",
"execa": "^4.0.0",
"extract-zip": "^2.0.0",
"findup-sync": "^4.0.0",
"fs-extra": "^9.0.0",
"gh-pages": "^2.2.0",
"git-authors-cli": "^1.0.24",
"git-validate": "^2.2.4",
"globby": "^11.0.0",
"ipfs-utils": "^2.2.0",
"it-glob": "~0.0.8",
"json-loader": "~0.5.7",
"karma": "^5.0.3",
"karma-chrome-launcher": "^3.1.0",
"karma-cli": "^2.0.0",
"karma-edge-launcher": "~0.4.2",
"karma-firefox-launcher": "^1.3.0",
"karma-mocha": "^2.0.1",
"karma-mocha-reporter": "^2.2.5",
"karma-mocha-webworker": "^1.3.0",
"karma-sourcemap-loader": "~0.3.7",
"karma-webpack": "4.0.2",
"listr": "~0.14.2",
"merge-options": "^2.0.0",
"mocha": "^7.1.2",
"npm-package-json-lint": "^5.1.0",
"nyc": "^15.0.1",
"ora": "^4.0.4",
"p-map": "^4.0.0",
"pascalcase": "^1.0.0",
"pify": "^5.0.0",
"polka": "^0.5.2",
"prompt-promise": "^1.0.3",
"read-pkg-up": "^7.0.1",
"rimraf": "^3.0.1",
"semver": "^7.3.2",
"simple-git": "^1.131.0",
"stats-webpack-plugin": "~0.7.0",
"stream-array": "^1.1.2",
"terser-webpack-plugin": "^2.3.6",
"transform-loader": "~0.2.4",
"update-notifier": "^4.0.0",
"vinyl-fs": "^3.0.3",
"webpack": "^4.43.0",
"webpack-bundle-analyzer": "^3.7.0",
"webpack-cli": "^3.3.10",
"webpack-merge": "^4.2.2",
"yargs": "^15.3.1",
"yargs-parser": "^18.1.3"
},
"devDependencies": {
"electron": "^8.2.4",
"iso-url": "^0.4.7",
"mock-require": "^3.0.2",
"sinon": "^9.0.2"
},
"engines": {
"node": ">=10.0.0",
"npm": ">=6.0.0"
},
"browserslist": [
">1%",
"last 2 versions",
"Firefox ESR",
"not ie < 11"
],
"contributors": [
"dignifiedquire <[email protected]>",
"Hugo Dias <[email protected]>",
"victorbjelkholm <[email protected]>",
"David Dias <[email protected]>",
"Alex Potsides <[email protected]>",
"Volker Mische <[email protected]>",
"Dmitriy Ryajov <[email protected]>",
"Alan Shaw <[email protected]>",
"Jacob Heun <[email protected]>",
"ᴠɪᴄᴛᴏʀ ʙᴊᴇʟᴋʜᴏʟᴍ <[email protected]>",
"Francis Yuen <[email protected]>",
"Henrique Dias <[email protected]>",
"Maciej Krüger <[email protected]>",
"Alberto Elias <[email protected]>",
"Diogo Silva <[email protected]>",
"Garren Smith <[email protected]>",
"Hector Sanjuan <[email protected]>",
"JGAntunes <[email protected]>",
"Jakub Sztandera <[email protected]>",
"Marcin Rataj <[email protected]>",
"Michael Garvin <[email protected]>",
"Mikeal Rogers <[email protected]>",
"Stephen Whitmore <[email protected]>",
"Vasco Santos <[email protected]>",
"Adam Uhlíř <[email protected]>"
]
}