summaryrefslogtreecommitdiff
path: root/deps/acorn-plugins/acorn-class-fields/package.json
blob: 4df166ba19fa4a2875445c2f8388db2ad2667b98 (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
66
67
68
{
  "_from": "acorn-class-fields",
  "_id": "acorn-class-fields@0.3.1",
  "_inBundle": false,
  "_integrity": "sha512-X/8hSJuregAnrvfV1Y80VJNfeJx1uhw7yskOwvL631ygYeCGVLPumCnnPDHYZ8acV3ytHhg53K171H3tAemgiw==",
  "_location": "/acorn-class-fields",
  "_phantomChildren": {},
  "_requested": {
    "type": "tag",
    "registry": true,
    "raw": "acorn-class-fields",
    "name": "acorn-class-fields",
    "escapedName": "acorn-class-fields",
    "rawSpec": "",
    "saveSpec": null,
    "fetchSpec": "latest"
  },
  "_requiredBy": [
    "#USER",
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/acorn-class-fields/-/acorn-class-fields-0.3.1.tgz",
  "_shasum": "032ce47a9688a71d4713ee366fadcb7fefaea9e0",
  "_spec": "acorn-class-fields",
  "_where": "/home/ruben/repos/node/node",
  "bugs": {
    "url": "https://github.com/acornjs/acorn-class-fields/issues"
  },
  "bundleDependencies": false,
  "contributors": [
    {
      "name": "Adrian Heine",
      "email": "mail@adrianheine.de"
    }
  ],
  "dependencies": {
    "acorn-private-class-elements": "^0.1.1"
  },
  "deprecated": false,
  "description": "Support for class fields in acorn",
  "devDependencies": {
    "acorn": "^6.1.0",
    "eslint": "^5.13.0",
    "eslint-plugin-node": "^8.0.1",
    "mocha": "^5.2.0",
    "test262": "git+https://github.com/tc39/test262.git#33a306d1026b72227eb50a918db19ada16f12b3d",
    "test262-parser-runner": "^0.5.0"
  },
  "engines": {
    "node": ">=4.8.2"
  },
  "homepage": "https://github.com/acornjs/acorn-class-fields",
  "license": "MIT",
  "name": "acorn-class-fields",
  "peerDependencies": {
    "acorn": "^6.0.0"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/acornjs/acorn-class-fields.git"
  },
  "scripts": {
    "lint": "eslint -c .eslintrc.json .",
    "test": "mocha",
    "test:test262": "node run_test262.js"
  },
  "version": "0.3.1"
}