{
  "_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": "range",
    "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",
  "_shasum": "bab82a31e292ce7af9e3fc7fd65acd1bbb9248e8",
  "_spec": "json-ptr@~0.1.1",
  "_where": "/usr/src/app/stopfals-website/node_modules/json-path",
  "author": {
    "name": "Phillip Clark",
    "email": "phillip@flitbit.com"
  },
  "bugs": {
    "url": "https://github.com/flitbit/json-ptr/issues"
  },
  "bundleDependencies": false,
  "deprecated": false,
  "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"
}
