UNPKG

test262-parser-runner

Version:

A test runner for running the ECMAScript Test Suite against a parser

31 lines (30 loc) 837 B
{ "name": "test262-parser-runner", "version": "0.5.0", "description": "A test runner for running the ECMAScript Test Suite against a parser", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+https://github.com/adrianheine/test262-parser-runner.git" }, "keywords": [ "test262" ], "contributors": [ "Adrian Heine <mail@adrianheine.de>", "jugglinmike <mike@mikepennisi.com>" ], "license": "AGPL-3.0", "bugs": { "url": "https://github.com/adrianheine/test262-parser-runner/issues" }, "homepage": "https://github.com/adrianheine/test262-parser-runner#readme", "dependencies": { "chalk": "^2.3.1", "test262": "git+https://github.com/tc39/test262.git", "test262-stream": "^1.2.0" } }