{
  "_from": "jsdoctypeparser@^2.0.0-alpha-8",
  "_id": "jsdoctypeparser@2.0.0-alpha-8",
  "_inBundle": false,
  "_integrity": "sha1-uvE3+44qVYgQrc8Z0tKi9oDpCl8=",
  "_location": "/jsdoctypeparser",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "jsdoctypeparser@^2.0.0-alpha-8",
    "name": "jsdoctypeparser",
    "escapedName": "jsdoctypeparser",
    "rawSpec": "^2.0.0-alpha-8",
    "saveSpec": null,
    "fetchSpec": "^2.0.0-alpha-8"
  },
  "_requiredBy": [
    "/eslint-plugin-jsdoc"
  ],
  "_resolved": "https://registry.npmjs.org/jsdoctypeparser/-/jsdoctypeparser-2.0.0-alpha-8.tgz",
  "_shasum": "baf137fb8e2a558810adcf19d2d2a2f680e90a5f",
  "_spec": "jsdoctypeparser@^2.0.0-alpha-8",
  "_where": "/home/physikerwelt/git/ag-gipp/vmext/frontend/node_modules/eslint-plugin-jsdoc",
  "author": {
    "name": "Kuniwak",
    "email": "orga.chem.job@gmail.com"
  },
  "bugs": {
    "url": "https://github.com/Kuniwak/jsdoctypeparser/issues"
  },
  "bundleDependencies": false,
  "dependencies": {},
  "deprecated": false,
  "description": "Strict JsDoc type expression parser.",
  "devDependencies": {
    "chai": "^2.2.0",
    "eslint": "^0.20.0",
    "mkdirp": "^0.5.1",
    "mocha": "^2.2.4",
    "npm-run-all": "^2.1.0",
    "pegjs": "^0.9.0",
    "rimraf": "^2.5.2"
  },
  "directories": {
    "test": "test"
  },
  "homepage": "https://github.com/Kuniwak/jsdoctypeparser#readme",
  "keywords": [
    "jsdoc",
    "type expression",
    "parser"
  ],
  "license": "MIT",
  "main": "index.js",
  "name": "jsdoctypeparser",
  "repository": {
    "type": "git",
    "url": "git://github.com/Kuniwak/jsdoctypeparser.git"
  },
  "scripts": {
    "build": "pegjs --cache ./peg_src/jsdoctype.pegjs ./peg_lib/jsdoctype.js",
    "clean": "rimraf ./peg_lib",
    "lint": "eslint lib tests",
    "postclean": "mkdirp ./peg_lib",
    "prebuild": "npm-run-all clean",
    "prepublidh": "npm-run-all build",
    "pretest": "npm-run-all lint build",
    "test": "mocha tests"
  },
  "version": "2.0.0-alpha-8"
}
