test262-stream
Version:
A Node.js API for traversing the Test262 test suite
27 lines (26 loc) • 569 B
JSON
{
"name": "test262-stream",
"version": "1.4.0",
"description": "A Node.js API for traversing the Test262 test suite",
"main": "lib/index.js",
"directories": {
"test": "test"
},
"scripts": {
"lint": "jshint lib test",
"test": "npm run lint && npm run test-unit",
"test-unit": "tape test/test.js"
},
"author": "",
"license": "BSD-3-Clause",
"devDependencies": {
"jshint": "^2.10.2",
"mkdirp": "^0.5.1",
"rimraf": "^2.6.2",
"tape": "^4.8.0"
},
"dependencies": {
"js-yaml": "^3.2.1",
"klaw": "^2.1.0"
}
}