{
  "_args": [
    [
      "path-proxy@1.0.0",
      "/app"
    ]
  ],
  "_from": "path-proxy@1.0.0",
  "_id": "path-proxy@1.0.0",
  "_inBundle": false,
  "_integrity": "sha1-GOijaFn8nS8aU7SN7hOFQ8Ag3l4=",
  "_location": "/path-proxy",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "path-proxy@1.0.0",
    "name": "path-proxy",
    "escapedName": "path-proxy",
    "rawSpec": "1.0.0",
    "saveSpec": null,
    "fetchSpec": "1.0.0"
  },
  "_requiredBy": [
    "/mailgun-js"
  ],
  "_resolved": "https://registry.npmjs.org/path-proxy/-/path-proxy-1.0.0.tgz",
  "_spec": "1.0.0",
  "_where": "/app",
  "author": {
    "name": "Jonathan Clem"
  },
  "bugs": {
    "url": "https://github.com/jclem/path-proxy/issues"
  },
  "dependencies": {
    "inflection": "~1.3.0"
  },
  "description": "A path proxy object constructor",
  "devDependencies": {
    "jasmine-node": "~1.11.0"
  },
  "homepage": "https://github.com/jclem/path-proxy#readme",
  "keywords": [
    "node",
    "proxy"
  ],
  "license": "MIT",
  "main": "index.js",
  "name": "path-proxy",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/jclem/path-proxy.git"
  },
  "scripts": {
    "test": "./node_modules/jasmine-node/bin/jasmine-node spec"
  },
  "version": "1.0.0"
}
