{
  "_args": [
    [
      "strip-loader@^0.1.0",
      "/Users/nick/codes/twreporter-react"
    ]
  ],
  "_from": "strip-loader@>=0.1.0 <0.2.0",
  "_id": "strip-loader@0.1.2",
  "_inCache": true,
  "_installable": true,
  "_location": "/strip-loader",
  "_npmUser": {
    "email": "r@jiv.me",
    "name": "vijar"
  },
  "_npmVersion": "1.4.28",
  "_phantomChildren": {},
  "_requested": {
    "name": "strip-loader",
    "raw": "strip-loader@^0.1.0",
    "rawSpec": "^0.1.0",
    "scope": null,
    "spec": ">=0.1.0 <0.2.0",
    "type": "range"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/strip-loader/-/strip-loader-0.1.2.tgz",
  "_shasum": "5166038181599342a424c62a49bbd21902ce8f33",
  "_shrinkwrap": null,
  "_spec": "strip-loader@^0.1.0",
  "_where": "/Users/nick/codes/twreporter-react",
  "author": {
    "email": "rajivtirum@yahoo-inc.com",
    "name": "Rajiv Tirumalareddy"
  },
  "bugs": {
    "url": "https://github.com/yahoo/strip-loader/issues"
  },
  "dependencies": {
    "loader-utils": "^0.2.6"
  },
  "description": "Webpack loader to strip arbitrary functions out of your production code.",
  "devDependencies": {
    "chai": "^1.10.0",
    "coveralls": "^2.11.2",
    "istanbul": "^0.3.5",
    "jshint": "^2.5.11",
    "mocha": "^2.1.0",
    "webpack": "^1.4.15"
  },
  "directories": {},
  "dist": {
    "shasum": "5166038181599342a424c62a49bbd21902ce8f33",
    "tarball": "http://registry.npmjs.org/strip-loader/-/strip-loader-0.1.2.tgz"
  },
  "gitHead": "63930410151898b99ccabab661028d3706e43890",
  "homepage": "https://github.com/yahoo/strip-loader",
  "jshintConfig": {
    "node": true
  },
  "keywords": [
    "strip",
    "webpack"
  ],
  "licenses": [
    {
      "type": "BSD",
      "url": "https://github.com/yahoo/strip-loader/blob/master/LICENSE.md"
    }
  ],
  "main": "lib/index.js",
  "maintainers": [
    {
      "name": "vijar",
      "email": "r@jiv.me"
    }
  ],
  "name": "strip-loader",
  "optionalDependencies": {},
  "readme": "ERROR: No README data found!",
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/yahoo/strip-loader.git"
  },
  "scripts": {
    "cover": "node node_modules/istanbul/lib/cli.js cover --dir artifacts -- ./node_modules/mocha/bin/_mocha tests/unit/ --recursive --reporter spec",
    "lint": "jshint lib tests",
    "test": "mocha tests/unit --recursive --reporter spec"
  },
  "version": "0.1.2"
}
