securityos/node_modules/emulators/package.json

75 lines
2.1 KiB
JSON
Raw Permalink Normal View History

2024-09-06 15:32:35 +00:00
{
"name": "emulators",
"version": "0.73.8",
"description": "Emulators (dos) with standartized API",
"main": "dist/emulators.js",
"types": "dist/types/emulators.d.ts",
"browserslist": [
"defaults",
"not ie 11",
"not op_mini all"
],
"repository": {
"type": "git",
"url": "git+https://github.com/js-dos/emulators.git"
},
"keywords": [
"js-dos",
"dos",
"api",
"browser",
"dosbox",
"emulators",
"webassembly"
],
"author": "Alexander Guryanov (aka caiiiycuk)",
"license": "GPL-2.0",
"bugs": {
"url": "https://github.com/caiiiycuk/js-dos/issues"
},
"homepage": "https://js-dos.com",
"devDependencies": {
"@babel/core": "^7.18.6",
"@babel/preset-env": "^7.18.6",
"@types/assert": "^1.4.6",
"@types/browserify": "^12.0.36",
"@types/chai": "^4.2.11",
"@types/fs-extra": "^9.0.13",
"@types/gulp": "^4.0.9",
"@types/gulp-size": "^4.0.0",
"@types/gulp-sourcemaps": "0.0.35",
"@types/gulp-terser": "^1.2.1",
"@types/mocha": "^9.1.1",
"@types/node": "^18.0.3",
"@types/vinyl-buffer": "^1.0.0",
"@types/vinyl-source-stream": "0.0.30",
"@typescript-eslint/eslint-plugin": "^5.30.5",
"@typescript-eslint/parser": "^5.30.5",
"babelify": "^10.0.0",
"browserify": "^17.0.0",
"chai": "^4.3.6",
"colors": "^1.4.0",
"core-js": "^3.23.4",
"del": "^6.1.1",
"eslint": "^8.19.0",
"eslint-config-google": "^0.14.0",
"fast-glob": "^3.2.4",
"fs-extra": "^10.1.0",
"git-repo-info": "^2.1.1",
"gulp": "^4.0.2",
"gulp-footer": "^2.1.0",
"gulp-size": "^4.0.1",
"gulp-sourcemaps": "^3.0.0",
"gulp-terser": "^2.1.0",
"md5-file": "^5.0.0",
"md5.js": "^1.3.5",
"mocha": "^9.2.2",
"terser": "^5.14.1",
"ts-node": "^10.8.2",
"tsify": "^5.0.4",
"typescript": "^4.7.4",
"vinyl-buffer": "^1.0.1",
"vinyl-source-stream": "^2.0.0"
}
}