{ "_from": "acorn@^6.0.4", "_id": "acorn@6.1.1", "_inBundle": false, "_integrity": "sha512-jPTiwtOxaHNaAPg/dmrJ/beuzLRnXtB0kQPQ8JpotKJgTB6rX6c8mlf315941pyjBSaPg8NHXS9fhP4u17DpGA==", "_location": "/acorn", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "acorn@^6.0.4", "name": "acorn", "escapedName": "acorn", "rawSpec": "^6.0.4", "saveSpec": null, "fetchSpec": "^6.0.4" }, "_requiredBy": [ "/acorn-globals", "/jsdom" ], "_resolved": "https://registry.npmjs.org/acorn/-/acorn-6.1.1.tgz", "_shasum": "7d25ae05bb8ad1f9b699108e1094ecd7884adc1f", "_spec": "acorn@^6.0.4", "_where": "F:\\projects\\p\\vanillajs-seed\\node_modules\\jsdom", "bin": { "acorn": "./bin/acorn" }, "bugs": { "url": "https://github.com/acornjs/acorn/issues" }, "bundleDependencies": false, "deprecated": false, "description": "ECMAScript parser", "engines": { "node": ">=0.4.0" }, "homepage": "https://github.com/acornjs/acorn", "license": "MIT", "main": "dist/acorn.js", "maintainers": [ { "name": "Marijn Haverbeke", "email": "marijnh@gmail.com", "url": "https://marijnhaverbeke.nl" }, { "name": "Ingvar Stepanyan", "email": "me@rreverser.com", "url": "https://rreverser.com/" }, { "name": "Adrian Heine", "url": "http://adrianheine.de" } ], "module": "dist/acorn.mjs", "name": "acorn", "repository": { "type": "git", "url": "git+https://github.com/acornjs/acorn.git" }, "scripts": { "prepare": "cd ..; npm run build:main && npm run build:bin" }, "version": "6.1.1" }