1{
2  "name": "acorn-numeric-separator",
3  "description": "Support for numeric separators in acorn",
4  "homepage": "https://github.com/acornjs/acorn-numeric-separator",
5  "contributors": [
6    "Adrian Heine <mail@adrianheine.de>"
7  ],
8  "main": "dist/acorn-numeric-separator.js",
9  "module": "dist/acorn-numeric-separator.mjs",
10  "engines": {
11    "node": ">=4.8.2"
12  },
13  "repository": {
14    "type": "git",
15    "url": "https://github.com/acornjs/acorn-numeric-separator"
16  },
17  "license": "MIT",
18  "scripts": {
19    "build": "rollup -c rollup.config.js",
20    "prepare": "npm run build",
21    "test": "mocha",
22    "test:test262": "node run_test262.js",
23    "lint": "eslint -c .eslintrc.json ."
24  },
25  "peerDependencies": {
26    "acorn": "^6 || ^7"
27  },
28  "version": "0.3.3",
29  "devDependencies": {
30    "acorn": "^7",
31    "eslint": "^6",
32    "eslint-plugin-node": "^11",
33    "mocha": "^7",
34    "rollup": "^2.10.0",
35    "test262": "git+https://github.com/tc39/test262.git#a3c7d30cbb68ebcdc522df362dffbc31465b0d1d",
36    "test262-parser-runner": "^0.5.0"
37  }
38}
39