{
  "_from": "crx-parser@0.1.2",
  "_id": "crx-parser@0.1.2",
  "_inBundle": false,
  "_integrity": "sha1-fu7tnt3JXiLBiTguNGJARKiaWm0=",
  "_location": "/crx-parser",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "crx-parser@0.1.2",
    "name": "crx-parser",
    "escapedName": "crx-parser",
    "rawSpec": "0.1.2",
    "saveSpec": null,
    "fetchSpec": "0.1.2"
  },
  "_requiredBy": [
    "/addons-linter"
  ],
  "_resolved": "https://registry.npmjs.org/crx-parser/-/crx-parser-0.1.2.tgz",
  "_shasum": "7eeeed9eddc95e22c189382e34624044a89a5a6d",
  "_spec": "crx-parser@0.1.2",
  "_where": "/Users/ggironda/Repositories/redux-webextension/example/node_modules/addons-linter",
  "author": {
    "name": "Stanley Shyiko",
    "email": "stanley.shyiko@gmail.com"
  },
  "bugs": {
    "url": "https://github.com/shyiko/node-crx-parser/issues"
  },
  "bundleDependencies": false,
  "deprecated": false,
  "description": "CRX parser",
  "devDependencies": {
    "concat-stream": "^1.4.8",
    "once": "^1.3.2",
    "streamifier": "^0.1.1",
    "unzip": "^0.1.11"
  },
  "homepage": "https://github.com/shyiko/node-crx-parser#readme",
  "keywords": [
    "crx",
    "parser"
  ],
  "license": "MIT",
  "main": "src/index.js",
  "name": "crx-parser",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/shyiko/node-crx-parser.git"
  },
  "scripts": {
    "test": "node test/index.spec.js"
  },
  "version": "0.1.2"
}
