{
  "_from": "acorn@^6.0.7",
  "_id": "acorn@6.4.0",
  "_inBundle": false,
  "_integrity": "sha512-gac8OEcQ2Li1dxIEWGZzsp2BitJxwkwcOm0zHAJLcPJaVvm58FRnk6RkuLRpU1EujipU2ZFODv2P9DLMfnV8mw==",
  "_location": "/acorn",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "acorn@^6.0.7",
    "name": "acorn",
    "escapedName": "acorn",
    "rawSpec": "^6.0.7",
    "saveSpec": null,
    "fetchSpec": "^6.0.7"
  },
  "_requiredBy": [
    "/acorn-globals",
    "/espree",
    "/jest-environment-jsdom-fourteen/jsdom",
    "/webpack"
  ],
  "_resolved": "https://registry.npmjs.org/acorn/-/acorn-6.4.0.tgz",
  "_shasum": "b659d2ffbafa24baf5db1cdbb2c94a983ecd2784",
  "_spec": "acorn@^6.0.7",
  "_where": "/u1/h0/jkinne/public_html/cs499-f2019/code/sorting-algorithms/nbarrow1/bubble-sort-react/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.4.0"
}