{
  "_from": "jsonpath",
  "_id": "jsonpath@1.1.1",
  "_inBundle": false,
  "_integrity": "sha512-l6Cg7jRpixfbgoWgkrl77dgEj8RPvND0wMH6TwQmi9Qs4TFfS9u5cUFnbeKTwj5ga5Y3BTGGNI28k117LJ009w==",
  "_location": "/jsonpath",
  "_phantomChildren": {},
  "_requested": {
    "type": "tag",
    "registry": true,
    "raw": "jsonpath",
    "name": "jsonpath",
    "escapedName": "jsonpath",
    "rawSpec": "",
    "saveSpec": null,
    "fetchSpec": "latest"
  },
  "_requiredBy": [
    "#USER",
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/jsonpath/-/jsonpath-1.1.1.tgz",
  "_shasum": "0ca1ed8fb65bb3309248cc9d5466d12d5b0b9901",
  "_spec": "jsonpath",
  "_where": "C:\\xampp\\htdocs\\Projects\\bibtext-JSON",
  "alias": {
    "./lib/aesprim.js": "./generated/aesprim-browser.js"
  },
  "author": {
    "name": "david@fmail.co.uk"
  },
  "browser": "./jsonpath.js",
  "bugs": {
    "url": "https://github.com/dchester/jsonpath/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "esprima": "1.2.2",
    "static-eval": "2.0.2",
    "underscore": "1.12.1"
  },
  "deprecated": false,
  "description": "Query JavaScript objects with JSONPath expressions. Robust / safe JSONPath engine for Node.js.",
  "devDependencies": {
    "grunt": "0.4.5",
    "grunt-browserify": "3.8.0",
    "grunt-cli": "0.1.13",
    "grunt-contrib-uglify": "0.9.1",
    "jison": "0.4.13",
    "jscs": "1.10.0",
    "jshint": "2.6.0",
    "mocha": "2.1.0"
  },
  "homepage": "https://github.com/dchester/jsonpath#readme",
  "keywords": [
    "JSONPath",
    "jsonpath",
    "json-path",
    "object",
    "traversal",
    "json",
    "path",
    "data structures"
  ],
  "license": "MIT",
  "name": "jsonpath",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/dchester/jsonpath.git"
  },
  "scripts": {
    "generate": "node bin/generate_parser.js > generated/parser.js",
    "prepublishOnly": "node lib/aesprim.js > generated/aesprim-browser.js",
    "test": "mocha -u tdd test && jscs lib && jshint lib"
  },
  "version": "1.1.1"
}
