mirror of
https://github.com/nodejs/node.git
synced 2024-12-01 16:10:02 +01:00
72c6ea2683
This adds bigint, class-fields, numeric-separators, static-class features, private class methods and fields as dependency. That way it's possible to use these in combination with acorn to parse these language features. This also removes a couple of files that were not necessary for Node.js to reduce the code base. PR-URL: https://github.com/nodejs/node/pull/27400 Refs: https://github.com/nodejs/node/issues/27391 Refs: https://github.com/nodejs/node/issues/25835 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Michaël Zasso <targos@protonmail.com>
69 lines
1.8 KiB
JSON
69 lines
1.8 KiB
JSON
{
|
|
"_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"
|
|
}
|