{
  "_args": [
    [
      "propprop@0.3.1",
      "/var/www/shap-preprod/ShareAndPull"
    ]
  ],
  "_development": true,
  "_from": "propprop@0.3.1",
  "_id": "propprop@0.3.1",
  "_inBundle": false,
  "_integrity": "sha1-oEmjVouJZEAGfRXY7J8zc15XAXg=",
  "_location": "/propprop",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "propprop@0.3.1",
    "name": "propprop",
    "escapedName": "propprop",
    "rawSpec": "0.3.1",
    "saveSpec": null,
    "fetchSpec": "0.3.1"
  },
  "_requiredBy": [
    "/wiredep"
  ],
  "_resolved": "https://registry.npmjs.org/propprop/-/propprop-0.3.1.tgz",
  "_spec": "0.3.1",
  "_where": "/var/www/shap-preprod/ShareAndPull",
  "author": {
    "name": "Stephen Sawchuk",
    "email": "sawchuk@gmail.com"
  },
  "bugs": {
    "url": "https://github.com/stephenplusplus/propprop/issues"
  },
  "description": "Just a helper for plucking a property out of an object.",
  "devDependencies": {
    "browserify": "^3.0.0"
  },
  "files": [
    "index.js"
  ],
  "homepage": "https://github.com/stephenplusplus/propprop#readme",
  "keywords": [
    "prop",
    "property",
    "pluck"
  ],
  "license": "MIT",
  "name": "propprop",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/stephenplusplus/propprop.git"
  },
  "scripts": {
    "browser": "a=$npm_package_name; browserify -r ./index:$a -s $a index.js -o browser.js"
  },
  "version": "0.3.1"
}
