1234567891011121314151617181920212223242526272829303132333435363738394041424344454647 |
- {
- "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"
- },
- "bugs": {
- "url": "https://github.com/twada/power-assert-runtime/issues"
- },
- "contributors": [
- {
- "name": "Haoliang Gao",
- "url": "https://github.com/popomore"
- }
- ],
- "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",
- "keywords": [
- "power-assert"
- ],
- "license": "MIT",
- "main": "index.js",
- "repository": {
- "type": "git",
- "url": "https://github.com/twada/power-assert-runtime.git"
- },
- "scripts": {
- "test": "mocha"
- }
- }
|