Initial commit

This commit is contained in:
pasketti
2026-04-05 16:14:49 -04:00
commit ebee3a5534
14059 changed files with 2588797 additions and 0 deletions

View File

@@ -0,0 +1,30 @@
{
"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"
}
}