|
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566 |
- {
- "_from": "acorn@^6.0.2",
- "_id": "acorn@6.0.4",
- "_inBundle": false,
- "_integrity": "sha512-VY4i5EKSKkofY2I+6QLTbTTN/UvEQPCo6eiwzzSaSWfpaDhOmStMCMod6wmuPciNq+XS0faCglFu2lHZpdHUtg==",
- "_location": "/acorn",
- "_phantomChildren": {},
- "_requested": {
- "type": "range",
- "registry": true,
- "raw": "acorn@^6.0.2",
- "name": "acorn",
- "escapedName": "acorn",
- "rawSpec": "^6.0.2",
- "saveSpec": null,
- "fetchSpec": "^6.0.2"
- },
- "_requiredBy": [
- "/espree"
- ],
- "_resolved": "https://registry.npmjs.org/acorn/-/acorn-6.0.4.tgz",
- "_shasum": "77377e7353b72ec5104550aa2d2097a2fd40b754",
- "_spec": "acorn@^6.0.2",
- "_where": "/home/erik/Documents/workspace_brackets/BME_Project_Ohm/om/node_modules/espree",
- "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.0.4"
- }
|