0
0
mirror of https://github.com/nodejs/node.git synced 2024-12-01 16:10:02 +01:00
nodejs/deps/acorn-plugins/acorn-private-class-elements/package.json
Ruben Bridgewater 72c6ea2683
deps: add acorn stage-3 plugins
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>
2019-04-30 16:22:56 +02:00

64 lines
1.8 KiB
JSON

{
"_from": "acorn-private-class-elements@^0.1.1",
"_id": "acorn-private-class-elements@0.1.1",
"_inBundle": false,
"_integrity": "sha512-bZpmSnaOsK3jkF7J8xaLJ05f008vapPX+XliIv8+jjkclvDR+M4OnTHLhFnCCSeJ0fMwRKjbY+BXsglSNpVZtw==",
"_location": "/acorn-private-class-elements",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "acorn-private-class-elements@^0.1.1",
"name": "acorn-private-class-elements",
"escapedName": "acorn-private-class-elements",
"rawSpec": "^0.1.1",
"saveSpec": null,
"fetchSpec": "^0.1.1"
},
"_requiredBy": [
"/acorn-class-fields"
],
"_resolved": "https://registry.npmjs.org/acorn-private-class-elements/-/acorn-private-class-elements-0.1.1.tgz",
"_shasum": "85209cb5791ab84fde2362cb208fa51e7679bcdc",
"_spec": "acorn-private-class-elements@^0.1.1",
"_where": "/home/ruben/repos/node/node/node_modules/acorn-class-fields",
"bugs": {
"url": "https://github.com/acornjs/acorn-private-class-elements/issues"
},
"bundleDependencies": false,
"contributors": [
{
"name": "Adrian Heine",
"email": "mail@adrianheine.de"
}
],
"dependencies": {
"mocha": "^5.2.0"
},
"deprecated": false,
"description": "Helpers for supporting private class methods and fields in acorn",
"devDependencies": {
"acorn": "^6.1.0",
"eslint": "^5.13.0",
"eslint-plugin-node": "^8.0.1"
},
"engines": {
"node": ">=4.8.2"
},
"homepage": "https://github.com/acornjs/acorn-private-class-elements",
"license": "MIT",
"name": "acorn-private-class-elements",
"peerDependencies": {
"acorn": "^6.1.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/acornjs/acorn-private-class-elements.git"
},
"scripts": {
"lint": "eslint -c .eslintrc.json .",
"test": "mocha"
},
"version": "0.1.1"
}