PR-URL: https://github.com/nodejs/node/pull/35415 Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Jiawen Geng <technicalcute@gmail.com> Reviewed-By: Daniel Bevenius <daniel.bevenius@gmail.com> Reviewed-By: Matteo Collina <matteo.collina@gmail.com> Reviewed-By: Myles Borins <myles.borins@gmail.com>
33 lines
698 B
JSON
33 lines
698 B
JSON
{
|
|
"name": "ochang_js_fuzzer",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "run.js",
|
|
"scripts": {
|
|
"test": "APP_NAME=d8 mocha"
|
|
},
|
|
"bin": "run.js",
|
|
"author": "ochang@google.com",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"@babel/generator": "^7.1.3",
|
|
"@babel/template": "^7.1.2",
|
|
"@babel/traverse": "^7.1.4",
|
|
"@babel/types": "^7.1.3",
|
|
"@babel/parser": "^7.1.3",
|
|
"commander": "^2.11.0",
|
|
"globals": "^10.1.0",
|
|
"tempfile": "^3.0.0",
|
|
"tempy": "^0.5.0"
|
|
},
|
|
"devDependencies": {
|
|
"eslint": "^6.8.0",
|
|
"mocha": "^3.5.3",
|
|
"pkg": "^4.3.4",
|
|
"prettier": "2.0.5",
|
|
"sinon": "^4.0.0"
|
|
},
|
|
"pkg": {
|
|
"assets": "resources/**/*"
|
|
}
|
|
}
|