-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.35 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
{
"name": "so-q-async-gulp-function-call",
"version": "0.0.1",
"description": "Reproducible environment for question on Stack-overflow",
"main": "index.js",
"scripts": {
"preinstall": "npx npm-force-resolutions",
"postinstall": "sed -i \"s/'end'/'finish'/g\" node_modules/excel/excelParser.js"
},
"author": "",
"license": "ISC",
"devDependencies": {
"ansi-colors": "^4.1.1",
"del": "^5.1.0",
"documentation": "^12.1.4",
"event-stream": "^4.0.1",
"excel-as-json": "^2.0.2",
"fancy-log": "^1.3.3",
"functools": "^3.3.0",
"glob": "^7.1.6",
"gulp": "^4.0.2",
"gulp-autoprefixer": "^7.0.1",
"gulp-babel": "^8.0.0",
"gulp-beautify": "^3.0.0",
"gulp-function": "^2.2.3",
"gulp-htmlmin": "^5.0.1",
"gulp-ignore": "^3.0.0",
"gulp-limiter": "^1.0.0",
"gulp-markdown": "^5.0.1",
"gulp-newer": "^1.4.0",
"gulp-notify": "^3.2.0",
"gulp-plumber": "^1.2.1",
"gulp-pug": "^4.0.1",
"gulp-rename": "^2.0.0",
"gulp-sourcemaps": "^2.6.5",
"npm-force-resolutions": "0.0.3",
"plugin-error": "^1.0.1",
"pprint": "0.0.1",
"q": "^1.5.1",
"replace-ext": "^1.0.0",
"require-dir": "^1.2.0",
"run-sequence": "^2.2.1",
"stream-replace": "^1.0.0",
"systemjs-builder": "^0.16.15",
"through2": "^3.0.1"
},
"resolutions": {
"fstream": "^1.0.12"
}
}