summaryrefslogtreecommitdiff
path: root/deps/acorn-plugins/acorn-numeric-separator/package.json
blob: bf3615e6b7e7ea29719b0c93ed076544fd5700dd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
{
  "_from": "acorn-numeric-separator",
  "_id": "acorn-numeric-separator@0.3.0",
  "_inBundle": false,
  "_integrity": "sha512-g9FikQZHwG/P1Xs+dDzecqagmGBbU4b8OF4UbDQK8Wr8apwuFGG1c7KiaFxC4ClYU8D7zNl60vzqOCUuhKM3kA==",
  "_location": "/acorn-numeric-separator",
  "_phantomChildren": {},
  "_requested": {
    "type": "tag",
    "registry": true,
    "raw": "acorn-numeric-separator",
    "name": "acorn-numeric-separator",
    "escapedName": "acorn-numeric-separator",
    "rawSpec": "",
    "saveSpec": null,
    "fetchSpec": "latest"
  },
  "_requiredBy": [
    "#USER",
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/acorn-numeric-separator/-/acorn-numeric-separator-0.3.0.tgz",
  "_shasum": "15e2f9a698bbec83a339a70a7026ab1d9d257de2",
  "_spec": "acorn-numeric-separator",
  "_where": "/home/ruben/repos/node/node",
  "bugs": {
    "url": "https://github.com/acornjs/acorn-numeric-separator/issues"
  },
  "bundleDependencies": false,
  "contributors": [
    {
      "name": "Adrian Heine",
      "email": "mail@adrianheine.de"
    }
  ],
  "deprecated": false,
  "description": "Support for numeric separators in acorn",
  "devDependencies": {
    "acorn": "^6.0.0",
    "eslint": "^5.5.0",
    "eslint-plugin-node": "^8.0.1",
    "mocha": "^6.0.2",
    "test262": "git+https://github.com/tc39/test262.git#de567d3aa5de4eaa11e00131d26b9fe77997dfb0",
    "test262-parser-runner": "^0.5.0"
  },
  "engines": {
    "node": ">=4.8.2"
  },
  "homepage": "https://github.com/acornjs/acorn-numeric-separator",
  "license": "MIT",
  "name": "acorn-numeric-separator",
  "peerDependencies": {
    "acorn": "^6.0.0"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/acornjs/acorn-numeric-separator.git"
  },
  "scripts": {
    "lint": "eslint -c .eslintrc.json .",
    "test": "mocha",
    "test:test262": "node run_test262.js"
  },
  "version": "0.3.0"
}