{ "_from": "acorn-class-fields", "_id": "acorn-class-fields@0.3.1", "_inBundle": false, "_integrity": "sha512-X/8hSJuregAnrvfV1Y80VJNfeJx1uhw7yskOwvL631ygYeCGVLPumCnnPDHYZ8acV3ytHhg53K171H3tAemgiw==", "_location": "/acorn-class-fields", "_phantomChildren": {}, "_requested": { "type": "tag", "registry": true, "raw": "acorn-class-fields", "name": "acorn-class-fields", "escapedName": "acorn-class-fields", "rawSpec": "", "saveSpec": null, "fetchSpec": "latest" }, "_requiredBy": [ "#USER", "/" ], "_resolved": "https://registry.npmjs.org/acorn-class-fields/-/acorn-class-fields-0.3.1.tgz", "_shasum": "032ce47a9688a71d4713ee366fadcb7fefaea9e0", "_spec": "acorn-class-fields", "_where": "/home/ruben/repos/node/node", "bugs": { "url": "https://github.com/acornjs/acorn-class-fields/issues" }, "bundleDependencies": false, "contributors": [ { "name": "Adrian Heine", "email": "mail@adrianheine.de" } ], "dependencies": { "acorn-private-class-elements": "^0.1.1" }, "deprecated": false, "description": "Support for class fields 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-class-fields", "license": "MIT", "name": "acorn-class-fields", "peerDependencies": { "acorn": "^6.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.1" }