-
Notifications
You must be signed in to change notification settings - Fork 59
/
Copy pathpackage.json
180 lines (180 loc) · 5.43 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
176
177
178
179
180
{
"name": "aegir",
"version": "26.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 <hugomrdias@gmail.com>",
"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.10.1",
"@babel/core": "^7.10.2",
"@babel/plugin-transform-regenerator": "^7.10.1",
"@babel/plugin-transform-runtime": "^7.10.1",
"@babel/preset-env": "^7.10.2",
"@babel/preset-typescript": "^7.10.1",
"@babel/register": "^7.10.1",
"@babel/runtime": "^7.10.2",
"@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",
"@typescript-eslint/eslint-plugin": "^3.3.0",
"@typescript-eslint/parser": "^3.3.0",
"babel-loader": "^8.0.5",
"buffer": "^5.6.0",
"bytes": "^3.1.0",
"camelcase": "^6.0.0",
"chai": "^4.2.0",
"chai-as-promised": "^7.1.1",
"chai-subset": "^1.6.0",
"chalk": "^4.1.0",
"codecov": "^3.6.3",
"conventional-changelog": "^3.1.18",
"conventional-github-releaser": "^3.1.3",
"cors": "^2.8.5",
"cosmiconfig": "^6.0.0",
"dependency-check": "^4.1.0",
"dirty-chai": "^2.0.1",
"documentation": "^13.0.1",
"electron-mocha": "^8.2.0",
"eslint": "^6.3.0",
"eslint-config-standard": "^14.1.1",
"eslint-plugin-import": "^2.21.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.1",
"findup-sync": "^4.0.0",
"fs-extra": "^9.0.1",
"gh-pages": "^3.0.0",
"git-authors-cli": "^1.0.27",
"git-validate": "^2.2.4",
"globby": "^11.0.1",
"ipfs-utils": "^2.3.0",
"it-all": "^1.0.2",
"it-glob": "~0.0.8",
"json-loader": "~0.5.7",
"karma": "^5.1.0",
"karma-chrome-launcher": "^3.1.0",
"karma-cli": "^2.0.0",
"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": "^8.0.1",
"npm-package-json-lint": "^5.1.0",
"nyc": "^15.1.0",
"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": "^2.7.0",
"terser-webpack-plugin": "^3.0.5",
"typescript": "^3.9.5",
"update-notifier": "^4.0.0",
"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": "^9.0.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"
],
"eslintConfig": {
"extends": "./src/config/eslintrc.js"
},
"contributors": [
"dignifiedquire <dignifiedquire@gmail.com>",
"Hugo Dias <hugomrdias@gmail.com>",
"victorbjelkholm <victorbjelkholm@gmail.com>",
"David Dias <daviddias.p@gmail.com>",
"Alex Potsides <alex@achingbrain.net>",
"Volker Mische <volker.mische@gmail.com>",
"Dmitriy Ryajov <dryajov@gmail.com>",
"Jacob Heun <jacobheun@gmail.com>",
"Alan Shaw <alan.shaw@protocol.ai>",
"Henrique Dias <hacdias@gmail.com>",
"ᴠɪᴄᴛᴏʀ ʙᴊᴇʟᴋʜᴏʟᴍ <victor@protocol.ai>",
"Francis Yuen <fyuen@godaddy.com>",
"Maciej Krüger <mkg20001@gmail.com>",
"Adam Uhlíř <adam@uhlir.dev>",
"Alberto Elias <hi@albertoelias.me>",
"Diogo Silva <fsdiogo@gmail.com>",
"Garren Smith <garren.smith@gmail.com>",
"Hector Sanjuan <code@hector.link>",
"Irakli Gozalishvili <contact@gozala.io>",
"JGAntunes <j.goncalo.antunes@gmail.com>",
"Jakub Sztandera <kubuxu@protonmail.ch>",
"Marcin Rataj <lidel@lidel.org>",
"Michael Garvin <gar+gh@danger.computer>",
"Mikeal Rogers <mikeal.rogers@gmail.com>",
"Stephen Whitmore <stephen.whitmore@gmail.com>",
"Vasco Santos <vasco.santos@ua.pt>",
"0xflotus <0xflotus@gmail.com>"
]
}