Files
2024-12-13 08:53:01 +01:00

72 lines
1.9 KiB
JSON

{
"_args": [
[
"acorn-class-fields@0.3.4",
"D:\\Projects\\siag\\vanillajs-seed"
]
],
"_development": true,
"_from": "acorn-class-fields@0.3.4",
"_id": "acorn-class-fields@0.3.4",
"_inBundle": false,
"_integrity": "sha512-yqUCIu0UJHFmCVhH3Cq29UR+3OJo1CtNWf1ncxTf3KfdEDt7aD0iVYmX7UN+RvIHyOsgukzplQhNkgePtASLUw==",
"_location": "/acorn-class-fields",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "acorn-class-fields@0.3.4",
"name": "acorn-class-fields",
"escapedName": "acorn-class-fields",
"rawSpec": "0.3.4",
"saveSpec": null,
"fetchSpec": "0.3.4"
},
"_requiredBy": [
"/acorn-stage3"
],
"_resolved": "https://registry.npmjs.org/acorn-class-fields/-/acorn-class-fields-0.3.4.tgz",
"_spec": "0.3.4",
"_where": "D:\\Projects\\siag\\vanillajs-seed",
"bugs": {
"url": "https://github.com/acornjs/acorn-class-fields/issues"
},
"contributors": [
{
"name": "Adrian Heine",
"email": "mail@adrianheine.de"
}
],
"dependencies": {
"acorn-private-class-elements": "^0.2.5"
},
"description": "Support for class fields in acorn",
"devDependencies": {
"acorn": "^6.0.0 || ^7.0.0",
"eslint": "^6",
"eslint-plugin-node": "^11",
"mocha": "^7",
"test262": "git+https://github.com/tc39/test262.git#058adfed86b1d4129996faaf50a85ea55379a66a",
"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 || ^7.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.4"
}