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

72 lines
2.0 KiB
JSON

{
"_args": [
[
"acorn-static-class-features@0.2.2",
"D:\\Projects\\siag\\vanillajs-seed"
]
],
"_development": true,
"_from": "acorn-static-class-features@0.2.2",
"_id": "acorn-static-class-features@0.2.2",
"_inBundle": false,
"_integrity": "sha512-B7aWeS7MXqdgP3RnettN/CFz7HevAlQWfh5zkc3LJzeCQoF1InTzYBCfkkbmit1p0pmCEB8IG05gB62pOm5lvA==",
"_location": "/acorn-static-class-features",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "acorn-static-class-features@0.2.2",
"name": "acorn-static-class-features",
"escapedName": "acorn-static-class-features",
"rawSpec": "0.2.2",
"saveSpec": null,
"fetchSpec": "0.2.2"
},
"_requiredBy": [
"/acorn-stage3"
],
"_resolved": "https://registry.npmjs.org/acorn-static-class-features/-/acorn-static-class-features-0.2.2.tgz",
"_spec": "0.2.2",
"_where": "D:\\Projects\\siag\\vanillajs-seed",
"bugs": {
"url": "https://github.com/acornjs/acorn-static-class-features/issues"
},
"contributors": [
{
"name": "Adrian Heine",
"email": "mail@adrianheine.de"
}
],
"dependencies": {
"acorn-private-class-elements": "^0.2.3"
},
"description": "Support for static class features in acorn",
"devDependencies": {
"acorn": "^7.0.0",
"eslint": "^6",
"eslint-plugin-node": "^11",
"mocha": "^7",
"test262": "git+https://github.com/tc39/test262.git#2f1d28ddcaa82004236619876c31359d8ca81414",
"test262-parser-runner": "^0.5.0"
},
"engines": {
"node": ">=4.8.2"
},
"homepage": "https://github.com/acornjs/acorn-static-class-features",
"license": "MIT",
"name": "acorn-static-class-features",
"peerDependencies": {
"acorn": "^6.1.0 || ^7.0.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/acornjs/acorn-static-class-features.git"
},
"scripts": {
"lint": "eslint -c .eslintrc.json .",
"test": "mocha",
"test:test262": "node run_test262.js"
},
"version": "0.2.2"
}