mirror of
https://github.com/bendtherules/completion-viz.git
synced 2026-08-18 13:42:51 +00:00
Clone engine262 in /engine262
This commit is contained in:
@@ -0,0 +1,54 @@
|
||||
{
|
||||
"name": "engine262",
|
||||
"version": "0.0.1",
|
||||
"description": "Implementation of ECMA-262 in JavaScript",
|
||||
"author": "engine262 Contributors",
|
||||
"license": "MIT",
|
||||
"homepage": "https://github.com/engine262/engine262#readme",
|
||||
"bugs": {
|
||||
"url": "https://github.com/engine262/engine262/issues"
|
||||
},
|
||||
"main": "dist/engine262",
|
||||
"scripts": {
|
||||
"lint": "eslint rollup.config.js test/ src/ bin/ inspector/ scripts/ --cache --ext=js,mjs",
|
||||
"build": "npm run build:engine",
|
||||
"build:engine": "rollup -c",
|
||||
"test": "bash test/test_root.sh",
|
||||
"test:test262": "node test/test262/test262.js",
|
||||
"test:supplemental": "node test/supplemental.js",
|
||||
"test:json": "node test/json/json.js",
|
||||
"coverage": "nyc --reporter=lcov npm run test",
|
||||
"prepublishOnly": "node scripts/tag_version_with_git_hash.js",
|
||||
"postpublish": "git reset --hard HEAD"
|
||||
},
|
||||
"bin": {
|
||||
"engine262": "bin/engine262.js"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/engine262/engine262.git"
|
||||
},
|
||||
"publishConfig": {
|
||||
"registry": "https://npm.pkg.github.com/@engine262"
|
||||
},
|
||||
"dependencies": {},
|
||||
"devDependencies": {
|
||||
"@babel/core": "^7.11.1",
|
||||
"@babel/eslint-parser": "^7.11.3",
|
||||
"@rollup/plugin-babel": "^5.1.0",
|
||||
"@rollup/plugin-commonjs": "^14.0.0",
|
||||
"@rollup/plugin-node-resolve": "^8.4.0",
|
||||
"@snek/source-map-support": "^1.0.4",
|
||||
"acorn": "^7.4.0",
|
||||
"eslint": "^7.2.0",
|
||||
"eslint-config-airbnb-base": "^14.2.0",
|
||||
"eslint-plugin-import": "^2.22.0",
|
||||
"glob": "^7.1.6",
|
||||
"minimatch": "^3.0.4",
|
||||
"nyc": "^15.1.0",
|
||||
"rollup": "^2.23.1",
|
||||
"test262-stream": "^1.3.0",
|
||||
"unicode-13.0.0": "^0.8.0",
|
||||
"ws": "^7.2.3"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user