UNPKG

test262-harness

Version:
33 lines (32 loc) 653 B
{ "name": "test262-harness", "repository": "bterlson/test262-harness", "version": "10.0.0", "description": "Node-based harness for test262", "main": "index.js", "bin": { "test262-harness": "bin/run.js" }, "scripts": { "test": "node_modules/.bin/tap --no-esm -T test/*.js" }, "dependencies": { "eshost": "^9.0.0", "minimatch": "^3.0.4", "rxjs": "^6.4.0", "test262-stream": "^1.3.0", "yargs": "^13.2.2" }, "author": "Brian Terlson", "license": "BSD-3-Clause", "files": [ "index.js", "bin", "lib", "test" ], "devDependencies": { "rimraf": "^2.6.3", "tap": "^12.6.0" } }