UNPKG

886 BJSONView Raw
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.0.0"
23 },
24 "version": "0.1.0",
25 "devDependencies": {
26 "acorn": "^6.0.0",
27 "eslint": "^5.5.0",
28 "eslint-plugin-node": "^7.0.1",
29 "mocha": "^5.2.0",
30 "test262": "git+https://github.com/tc39/test262.git#e286bfa00086226f781a3ed4e0a6295634b8ed11",
31 "test262-parser-runner": "^0.4.0"
32 }
33}