{
  "_from": "catharsis@^0.9.0",
  "_id": "catharsis@0.9.0",
  "_inBundle": false,
  "_integrity": "sha512-prMTQVpcns/tzFgFVkVp6ak6RykZyWb3gu8ckUpd6YkTlacOd3DXGJjIpD4Q6zJirizvaiAjSSHlOsA+6sNh2A==",
  "_location": "/catharsis",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "catharsis@^0.9.0",
    "name": "catharsis",
    "escapedName": "catharsis",
    "rawSpec": "^0.9.0",
    "saveSpec": null,
    "fetchSpec": "^0.9.0"
  },
  "_requiredBy": [
    "/jsdoc"
  ],
  "_resolved": "https://registry.npmjs.org/catharsis/-/catharsis-0.9.0.tgz",
  "_shasum": "40382a168be0e6da308c277d3a2b3eb40c7d2121",
  "_spec": "catharsis@^0.9.0",
  "_where": "/usr/share/nginx/html/anki_kol/tts/node_modules/jsdoc",
  "author": {
    "name": "Jeff Williams",
    "email": "jeffrey.l.williams@gmail.com"
  },
  "bugs": {
    "url": "https://github.com/hegemonic/catharsis/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "lodash": "^4.17.15"
  },
  "deprecated": false,
  "description": "A JavaScript parser for Google Closure Compiler and JSDoc type expressions.",
  "devDependencies": {
    "ajv": "^6.12.2",
    "mocha": "^8.0.1",
    "pegjs": "^0.10.0",
    "should": "^13.2.3",
    "should-equal": "^2.0.0"
  },
  "engines": {
    "node": ">= 10"
  },
  "homepage": "https://github.com/hegemonic/catharsis#readme",
  "license": "MIT",
  "main": "catharsis.js",
  "name": "catharsis",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/hegemonic/catharsis.git"
  },
  "scripts": {
    "prepare": "./node_modules/pegjs/bin/pegjs ./lib/parser.pegjs",
    "test": "./node_modules/mocha/bin/mocha"
  },
  "version": "0.9.0"
}
