30 lines
667 B
JSON
30 lines
667 B
JSON
|
|
{
|
||
|
|
"name": "power-assert-context-traversal",
|
||
|
|
"description": "traverse power-assert context",
|
||
|
|
"version": "1.2.0",
|
||
|
|
"author": {
|
||
|
|
"name": "Takuto Wada",
|
||
|
|
"email": "takuto.wada@gmail.com",
|
||
|
|
"url": "https://github.com/twada"
|
||
|
|
},
|
||
|
|
"dependencies": {
|
||
|
|
"core-js": "^2.0.0",
|
||
|
|
"estraverse": "^4.1.0"
|
||
|
|
},
|
||
|
|
"devDependencies": {
|
||
|
|
"babel-types": "^6.1.0",
|
||
|
|
"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"
|
||
|
|
}
|
||
|
|
}
|