{
  "_args": [
    [
      "json-ptr@0.1.1",
      "/usr/src/app/stopfals-dashboard"
    ]
  ],
  "_from": "json-ptr@0.1.1",
  "_id": "json-ptr@0.1.1",
  "_inBundle": false,
  "_integrity": "sha1-urgqMeKSznr54/x/1lrNG7uSSOg=",
  "_location": "/json-ptr",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "json-ptr@0.1.1",
    "name": "json-ptr",
    "escapedName": "json-ptr",
    "rawSpec": "0.1.1",
    "saveSpec": null,
    "fetchSpec": "0.1.1"
  },
  "_requiredBy": [
    "/json-path"
  ],
  "_resolved": "https://registry.npmjs.org/json-ptr/-/json-ptr-0.1.1.tgz",
  "_spec": "0.1.1",
  "_where": "/usr/src/app/stopfals-dashboard",
  "author": {
    "name": "Phillip Clark",
    "email": "phillip@flitbit.com"
  },
  "bugs": {
    "url": "https://github.com/flitbit/json-ptr/issues"
  },
  "description": "A complete implementation of JSON Pointer (RFC 6901) for nodejs and modern browsers.",
  "devDependencies": {
    "expect.js": "~0.2.x",
    "mocha": "~1.10.x"
  },
  "directories": {
    "example": "examples",
    "test": "test"
  },
  "homepage": "https://github.com/flitbit/json-ptr#readme",
  "license": "MIT",
  "main": "index.js",
  "name": "json-ptr",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/flitbit/json-ptr.git"
  },
  "scripts": {
    "test": "mocha -R spec"
  },
  "version": "0.1.1"
}
