summaryrefslogtreecommitdiff
path: root/deps/acorn-plugins/acorn-private-methods/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'deps/acorn-plugins/acorn-private-methods/package.json')
-rw-r--r--deps/acorn-plugins/acorn-private-methods/package.json68
1 files changed, 68 insertions, 0 deletions
diff --git a/deps/acorn-plugins/acorn-private-methods/package.json b/deps/acorn-plugins/acorn-private-methods/package.json
new file mode 100644
index 0000000000..d25c611316
--- /dev/null
+++ b/deps/acorn-plugins/acorn-private-methods/package.json
@@ -0,0 +1,68 @@
+{
+ "_from": "acorn-private-methods",
+ "_id": "acorn-private-methods@0.3.0",
+ "_inBundle": false,
+ "_integrity": "sha512-+gWTjSA+13lsv1mwCPosSrLzEyghYtWgrr/1Ck7i7Pu5iK7Ke0hOgw3IW1RUxhc4qS2QTQBQx2+qHYqsa4Qlqw==",
+ "_location": "/acorn-private-methods",
+ "_phantomChildren": {},
+ "_requested": {
+ "type": "tag",
+ "registry": true,
+ "raw": "acorn-private-methods",
+ "name": "acorn-private-methods",
+ "escapedName": "acorn-private-methods",
+ "rawSpec": "",
+ "saveSpec": null,
+ "fetchSpec": "latest"
+ },
+ "_requiredBy": [
+ "#USER",
+ "/"
+ ],
+ "_resolved": "https://registry.npmjs.org/acorn-private-methods/-/acorn-private-methods-0.3.0.tgz",
+ "_shasum": "a5a9f8cd83d175bc138fa22592fababd0afda35d",
+ "_spec": "acorn-private-methods",
+ "_where": "/home/ruben/repos/node/node",
+ "bugs": {
+ "url": "https://github.com/acornjs/acorn-private-methods/issues"
+ },
+ "bundleDependencies": false,
+ "contributors": [
+ {
+ "name": "Adrian Heine",
+ "email": "mail@adrianheine.de"
+ }
+ ],
+ "dependencies": {
+ "acorn-private-class-elements": "^0.1.0"
+ },
+ "deprecated": false,
+ "description": "Support for private methods 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-private-methods",
+ "license": "MIT",
+ "name": "acorn-private-methods",
+ "peerDependencies": {
+ "acorn": "^6.1.0"
+ },
+ "repository": {
+ "type": "git",
+ "url": "git+https://github.com/acornjs/acorn-private-methods.git"
+ },
+ "scripts": {
+ "lint": "eslint -c .eslintrc.json .",
+ "test": "mocha",
+ "test:test262": "node run_test262.js"
+ },
+ "version": "0.3.0"
+}