UNPKG

emulators

Version:

Emulators (dos) with standartized API

76 lines (75 loc) 2.23 kB
{ "name": "emulators", "version": "8.3.3", "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.21.4", "@babel/preset-env": "^7.21.4", "@types/assert": "^1.4.6", "@types/browserify": "^12.0.36", "@types/chai": "^4.3.4", "@types/fs-extra": "^11.0.1", "@types/gulp": "^4.0.10", "@types/gulp-size": "^4.0.0", "@types/gulp-sourcemaps": "0.0.35", "@types/gulp-terser": "^1.2.1", "@types/mocha": "^10.0.1", "@types/node": "^18.15.11", "@types/vinyl-buffer": "^1.0.0", "@types/vinyl-source-stream": "0.0.30", "@typescript-eslint/eslint-plugin": "^5.57.1", "@typescript-eslint/parser": "^5.57.1", "babelify": "^10.0.0", "browserify": "^17.0.0", "chai": "^4.3.7", "colors": "^1.4.0", "core-js": "^3.30.0", "del": "^6.1.1", "eslint": "^8.38.0", "eslint-config-google": "^0.14.0", "fast-glob": "^3.2.12", "fs-extra": "^11.1.1", "git-repo-info": "^2.1.1", "gulp": "^4.0.2", "gulp-footer": "^2.1.0", "gulp-replace": "^1.1.4", "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": "^10.2.0", "terser": "^5.16.8", "ts-node": "^10.9.1", "tsify": "^5.0.4", "typescript": "^5.0.4", "vinyl-buffer": "^1.0.1", "vinyl-source-stream": "^2.0.0" } }