-
Notifications
You must be signed in to change notification settings - Fork 175
Expand file tree
/
Copy pathpackage.json
More file actions
64 lines (64 loc) · 1.4 KB
/
package.json
File metadata and controls
64 lines (64 loc) · 1.4 KB
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
{
"name": "pcjs",
"type": "module",
"version": "2.00.0",
"year": 2026,
"description": "PCjs",
"license": "MIT",
"engines": {
"node": ">=14.0.0"
},
"scripts": {
"build": "gulp",
"test": "echo \"Error: no test specified\" && exit 1",
"postinstall": "node tools/misc/patch-vinyl-fs.cjs"
},
"repository": {
"type": "git",
"url": "git://github.com/jeffpar/pcjs.git"
},
"keywords": [
"pcjs",
"pcx86",
"ibm",
"pc",
"x86",
"emulator",
"javascript"
],
"author": "Jeff Parsons <Jeff@pcjs.org>",
"bugs": {
"url": "https://github.com/jeffpar/pcjs/issues"
},
"homepage": "https://www.pcjs.org/",
"dependencies": {
"eslint": "^8.57.1",
"glob": "^7.2.3",
"google-closure-compiler": "^20260128.0.0",
"gulp": "^5.0.1",
"gulp-chmod": "^3.1.0",
"gulp-cli": "^3.1.0",
"gulp-concat": "^2.6.1",
"gulp-header": "^2.0.12",
"gulp-merge-json": "^2.2.1",
"gulp-newer": "^1.4.0",
"gulp-replace": "^1.1.4",
"gulp-sourcemaps": "^3.0.0",
"json5": "^2.2.3",
"mkdirp": "^2.1.6",
"mysql2": "^3.19.1",
"pako": "^2.1.0",
"path": "^0.12.7",
"pdf-parse": "^1.1.4",
"sequelize": "^6.37.8",
"serialport": "^11.0.1",
"xml2js": "^0.5.0",
"xslt-polyfill": "^1.0.19",
"yargs-parser": "^21.1.1"
},
"overrides": {
"@gulp-sourcemaps/identity-map": {
"postcss": "^8.4.31"
}
}
}