1{ 2 "name": "acorn-static-class-features", 3 "description": "Support for static class features in acorn", 4 "homepage": "https://github.com/acornjs/acorn-static-class-features", 5 "contributors": [ 6 "Adrian Heine <mail@adrianheine.de>" 7 ], 8 "engines": { 9 "node": ">=4.8.2" 10 }, 11 "repository": { 12 "type": "git", 13 "url": "https://github.com/acornjs/acorn-static-class-features" 14 }, 15 "license": "MIT", 16 "scripts": { 17 "test": "mocha", 18 "test:test262": "node run_test262.js", 19 "lint": "eslint -c .eslintrc.json ." 20 }, 21 "peerDependencies": { 22 "acorn": "^6.1.0" 23 }, 24 "version": "0.2.0", 25 "devDependencies": { 26 "acorn": "^6.1.0", 27 "eslint": "^5.13.0", 28 "eslint-plugin-node": "^8.0.1", 29 "mocha": "^5.2.0", 30 "test262": "git+https://github.com/tc39/test262.git#33a306d1026b72227eb50a918db19ada16f12b3d", 31 "test262-parser-runner": "^0.5.0" 32 }, 33 "dependencies": { 34 "acorn-private-class-elements": "^0.1.1" 35 } 36}