forked from ipfs/aegir
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
197 lines (197 loc) · 6.48 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
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
{
"name": "tasegir",
"version": "1.9.3",
"description": "TypeScript JavaScript project management",
"keywords": [
"webpack",
"standard",
"lint",
"typescript",
"build"
],
"homepage": "https://github.com/auhau/tasegir",
"bugs": "https://github.com/ipfs/auhau/tasegir",
"license": "MIT",
"leadMaintainer": "Adam Uhlíř <adam@uhlir.dev>",
"files": [
"cmds",
"src",
"cli.js",
"fixtures.js"
],
"main": "cli.js",
"browser": {
"fs": false
},
"bin": {
"tasegir": "cli.js"
},
"repository": "github:auhau/tasegir",
"scripts": {
"lint": "node cli.js lint",
"test:node": "cross-env TASEGIR_TEST=hello node cli.js test -t node --files 'test/**/*.spec.ts'",
"test:browser": "cross-env TASEGIR_TEST=hello node cli.js test -t browser webworker --files test/browser.spec.ts",
"test:acceptance": "./test/acceptance.sh",
"test": "npm run test:node && npm run test:browser",
"coverage": "cross-env TASEGIR_TEST=hello node cli.js coverage -t node",
"watch": "cross-env TASEGIR_TEST=hello node cli.js test -t node --watch",
"release": "npm run test && node cli.js release --no-build --no-test --no-compile",
"release-minor": "npm run test && node cli.js release --no-build --no-compile --no-test --type minor",
"release-major": "npm run test && node cli.js release --no-build --no-compile --no-test --type major"
},
"dependencies": {
"@babel/cli": "^7.6.0",
"@babel/core": "^7.6.0",
"@babel/plugin-proposal-class-properties": "^7.7.4",
"@babel/plugin-proposal-object-rest-spread": "^7.6.2",
"@babel/plugin-transform-regenerator": "^7.4.5",
"@babel/plugin-transform-runtime": "^7.6.0",
"@babel/preset-env": "^7.6.0",
"@babel/preset-typescript": "^7.6.0",
"@babel/runtime": "^7.6.0",
"@commitlint/cli": "^8.3.3",
"@commitlint/config-conventional": "^8.3.3",
"@commitlint/lint": "^8.3.2",
"@commitlint/load": "^8.3.3",
"@commitlint/read": "^8.3.2",
"@commitlint/travis-cli": "^8.3.3",
"@hapi/joi": "^15.1.0",
"@types/node": "^14.14.14",
"@typescript-eslint/eslint-plugin": "^4.13.0",
"@typescript-eslint/parser": "^4.13.0",
"arrify": "^2.0.1",
"async": "^2.6.1",
"babel-loader": "^8.0.5",
"browserify-zlib": "~0.2.0",
"bundlesize": "~0.18.0",
"chalk": "^2.4.1",
"codecov": "^3.3.0",
"conventional-changelog": "^3.1.10",
"conventional-github-releaser": "^3.1.3",
"del": "^5.1.0",
"dependency-check": "^4.1.0",
"detect-node": "^2.0.4",
"detective-typescript": "^6.0.0",
"documentation": "^13.1.0",
"electron-mocha": "^8.1.2",
"es6-promisify": "^6.0.2",
"eslint": "^7.17.0",
"eslint-config-standard": "^16.0.2",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-no-only-tests": "^2.4.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^4.2.1",
"execa": "^5.0.0",
"filesize": "^4.2.0",
"findup-sync": "^4.0.0",
"fs-extra": "^8.1.0",
"gh-pages": "^2.1.1",
"git-validate": "^2.2.4",
"globby": "^10.0.1",
"inquirer": "^7.0.0",
"it-glob": "~0.0.5",
"json-loader": "~0.5.7",
"karma": "^4.3.0",
"karma-chrome-launcher": "^3.1.0",
"karma-cli": "^2.0.0",
"karma-edge-launcher": "~0.4.2",
"karma-firefox-launcher": "^1.2.0",
"karma-junit-reporter": "^1.2.0",
"karma-mocha": "^1.3.0",
"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",
"listr-verbose-renderer": "~0.5.0",
"lodash": "^4.17.14",
"mocha": "^6.1.4",
"npm-package-json-lint": "^3.7.0",
"npm-which": "^3.0.1",
"nyc": "^14.1.0",
"p-map": "^3.0.0",
"pify": "^4.0.1",
"pretty-hrtime": "^1.0.3",
"prompt-promise": "^1.0.3",
"read-pkg-up": "^6.0.0",
"resolve-bin": "~0.4.0",
"rimraf": "^3.0.0",
"semver": "^6.3.0",
"simple-git": "^1.126.0",
"source-map-support": "^0.5.16",
"stats-webpack-plugin": "~0.7.0",
"stream-array": "^1.1.2",
"stream-http": "^3.1.0",
"terser-webpack-plugin": "^2.0.1",
"through": "^2.3.8",
"transform-loader": "~0.2.4",
"ts-node": "^9.1.1",
"ts-node-dev": "^1.1.1",
"typescript": "^4.1.3",
"update-notifier": "^3.0.1",
"vinyl-fs": "^3.0.3",
"webpack": "^4.40.2",
"webpack-bundle-analyzer": "^3.5.0",
"webpack-cli": "^3.3.8",
"webpack-merge": "^4.2.2",
"yargs": "^14.0.0",
"yargs-parser": "^14.0.0"
},
"devDependencies": {
"@types/mocha": "^5.2.7",
"chai": "^4.2.0",
"cross-env": "^6.0.0",
"mock-require": "^3.0.2",
"sinon": "^7.5.0"
},
"peerDependencies": {
"electron": "^6.0.9"
},
"engines": {
"node": ">=10.0.0",
"npm": ">=6.0.0"
},
"types": "",
"browserslist": [
">1%",
"last 2 versions",
"Firefox ESR",
"not ie < 11"
],
"contributors": [
"Adam Uhlíř <adam@uhlir.dev>",
"Alan Shaw <alan.shaw@protocol.ai>",
"Alan Shaw <alan@tableflip.io>",
"Alberto Elias <hi@albertoelias.me>",
"Alex Potsides <alex@achingbrain.net>",
"David Dias <daviddias.p@gmail.com>",
"Diogo Silva <fsdiogo@gmail.com>",
"Dmitriy Ryajov <dryajov@gmail.com>",
"Francis Yuen <fyuen@godaddy.com>",
"Garren Smith <garren.smith@gmail.com>",
"Haad <haadcode@users.noreply.github.com>",
"Henrique Dias <hacdias@gmail.com>",
"Hugo Dias <hugomrdias@gmail.com>",
"Hugo Dias <mail@hugodias.me>",
"JGAntunes <j.goncalo.antunes@gmail.com>",
"Jacob Heun <jacobheun@gmail.com>",
"Jakub Sztandera <kubuxu@protonmail.ch>",
"Lars Gierth <lgierth@users.noreply.github.com>",
"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>",
"Victor Bjelkholm <victorbjelkholm@gmail.com>",
"Volker Mische <volker.mische@gmail.com>",
"dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>",
"dependabot-preview[bot] <dependabot-preview[bot]@users.noreply.github.com>",
"dignifiedquire <dignifiedquire@gmail.com>",
"greenkeeper[bot] <greenkeeper[bot]@users.noreply.github.com>",
"greenkeeperio-bot <support@greenkeeper.io>",
"kumavis <kumavis@users.noreply.github.com>",
"mkg20001 <mkg20001@gmail.com>",
"npmcdn-to-unpkg-bot <npmcdn-to-unpkg-bot@users.noreply.github.com>",
"ᴠɪᴄᴛᴏʀ ʙᴊᴇʟᴋʜᴏʟᴍ <victor@protocol.ai>"
]
}