• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
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  "engines": {
9    "node": ">=4.8.2"
10  },
11  "repository": {
12    "type": "git",
13    "url": "https://github.com/acornjs/acorn-numeric-separator"
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.3.0",
25  "devDependencies": {
26    "acorn": "^6.0.0",
27    "eslint": "^5.5.0",
28    "eslint-plugin-node": "^8.0.1",
29    "mocha": "^6.0.2",
30    "test262": "git+https://github.com/tc39/test262.git#de567d3aa5de4eaa11e00131d26b9fe77997dfb0",
31    "test262-parser-runner": "^0.5.0"
32  }
33}