{
  "_args": [
    [
      "comment-parser@^0.3.1",
      "/Users/gajus/Documents/dev/canonical-code-style/canonical/node_modules/eslint-plugin-jsdoc"
    ]
  ],
  "_from": "comment-parser@>=0.3.1 <0.4.0",
  "_id": "comment-parser@0.3.1",
  "_inCache": true,
  "_installable": true,
  "_location": "/comment-parser",
  "_nodeVersion": "0.12.7",
  "_npmUser": {
    "email": "yavorskiy.s@gmail.com",
    "name": "yavorskiys"
  },
  "_npmVersion": "2.11.3",
  "_phantomChildren": {},
  "_requested": {
    "name": "comment-parser",
    "raw": "comment-parser@^0.3.1",
    "rawSpec": "^0.3.1",
    "scope": null,
    "spec": ">=0.3.1 <0.4.0",
    "type": "range"
  },
  "_requiredBy": [
    "/eslint-plugin-jsdoc"
  ],
  "_resolved": "https://registry.npmjs.org/comment-parser/-/comment-parser-0.3.1.tgz",
  "_shasum": "fd657aac8c1492d308c9a6100fc9b49d2435aba1",
  "_shrinkwrap": null,
  "_spec": "comment-parser@^0.3.1",
  "_where": "/Users/gajus/Documents/dev/canonical-code-style/canonical/node_modules/eslint-plugin-jsdoc",
  "author": {
    "email": "yavorskiy.s@gmail.com",
    "name": "Sergii Iavorskyi",
    "url": "https://github.com/yavorskiy"
  },
  "bugs": {
    "url": "https://github.com/yavorskiy/comment-parser/issues"
  },
  "dependencies": {
    "readable-stream": "^2.0.4"
  },
  "description": "Generic JSDoc-like comment parser. ",
  "devDependencies": {
    "chai": "~1.9.0",
    "jshint": "^2.5.10",
    "jshint-stylish": "^1.0.0",
    "mocha": "~1.17.1",
    "nodemon": "^1.2.1"
  },
  "directories": {
    "test": "tests"
  },
  "dist": {
    "shasum": "fd657aac8c1492d308c9a6100fc9b49d2435aba1",
    "tarball": "http://registry.npmjs.org/comment-parser/-/comment-parser-0.3.1.tgz"
  },
  "gitHead": "a4c62837c1a2bf2399379de23268b442ccc51db5",
  "homepage": "https://github.com/yavorskiy/comment-parser",
  "keywords": [
    "comments",
    "jsdoc",
    "parser"
  ],
  "license": "MIT",
  "main": "index.js",
  "maintainers": [
    {
      "name": "yavorskiys",
      "email": "yavorskiy.s@gmail.com"
    }
  ],
  "name": "comment-parser",
  "optionalDependencies": {},
  "readme": "ERROR: No README data found!",
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/yavorskiy/comment-parser.git"
  },
  "scripts": {
    "test": "jshint --reporter node_modules/jshint-stylish/stylish.js index.js && mocha tests/*",
    "watch": "nodemon -q -w index.js -w tests/ -x npm test"
  },
  "version": "0.3.1"
}
