72 lines
1.9 KiB
JSON
72 lines
1.9 KiB
JSON
{
|
|
"_args": [
|
|
[
|
|
"acorn-private-methods@0.3.1",
|
|
"D:\\Projects\\vanillajs-seed"
|
|
]
|
|
],
|
|
"_development": true,
|
|
"_from": "acorn-private-methods@0.3.1",
|
|
"_id": "acorn-private-methods@0.3.1",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-IV5XZInFQaQK5ucjJy/HAk2UYvt+Buax00evzwo8NSuo8zhOBhW5v6VOjAljYUhAzQ/Hosi+Kaz6xJmvPiSM4Q==",
|
|
"_location": "/acorn-private-methods",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "version",
|
|
"registry": true,
|
|
"raw": "acorn-private-methods@0.3.1",
|
|
"name": "acorn-private-methods",
|
|
"escapedName": "acorn-private-methods",
|
|
"rawSpec": "0.3.1",
|
|
"saveSpec": null,
|
|
"fetchSpec": "0.3.1"
|
|
},
|
|
"_requiredBy": [
|
|
"/acorn-stage3"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/acorn-private-methods/-/acorn-private-methods-0.3.1.tgz",
|
|
"_spec": "0.3.1",
|
|
"_where": "D:\\Projects\\vanillajs-seed",
|
|
"bugs": {
|
|
"url": "https://github.com/acornjs/acorn-private-methods/issues"
|
|
},
|
|
"contributors": [
|
|
{
|
|
"name": "Adrian Heine",
|
|
"email": "mail@adrianheine.de"
|
|
}
|
|
],
|
|
"dependencies": {
|
|
"acorn-private-class-elements": "^0.2.4"
|
|
},
|
|
"description": "Support for private methods in acorn",
|
|
"devDependencies": {
|
|
"acorn": "^7",
|
|
"eslint": "^6",
|
|
"eslint-plugin-node": "^11",
|
|
"mocha": "^7",
|
|
"test262": "git+https://github.com/tc39/test262.git#57fa74b170e9554bfe89a29c10de2447fe7d3b27",
|
|
"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 || ^7"
|
|
},
|
|
"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.1"
|
|
}
|