32 lines
731 B
JSON
32 lines
731 B
JSON
|
|
{
|
||
|
|
"name": "power-assert-context-reducer-ast",
|
||
|
|
"description": "append AST into power-assert context",
|
||
|
|
"version": "1.2.0",
|
||
|
|
"author": {
|
||
|
|
"name": "Takuto Wada",
|
||
|
|
"email": "takuto.wada@gmail.com",
|
||
|
|
"url": "https://github.com/twada"
|
||
|
|
},
|
||
|
|
"dependencies": {
|
||
|
|
"acorn": "^5.0.0",
|
||
|
|
"acorn-es7-plugin": "^1.0.12",
|
||
|
|
"core-js": "^2.0.0",
|
||
|
|
"espurify": "^1.6.0",
|
||
|
|
"estraverse": "^4.2.0"
|
||
|
|
},
|
||
|
|
"devDependencies": {
|
||
|
|
"mocha": "^5.0.0"
|
||
|
|
},
|
||
|
|
"files": [
|
||
|
|
"README.md",
|
||
|
|
"index.js",
|
||
|
|
"lib"
|
||
|
|
],
|
||
|
|
"homepage": "https://github.com/twada/power-assert-runtime",
|
||
|
|
"license": "MIT",
|
||
|
|
"main": "index.js",
|
||
|
|
"repository": {
|
||
|
|
"type": "git",
|
||
|
|
"url": "https://github.com/twada/power-assert-runtime.git"
|
||
|
|
}
|
||
|
|
}
|