{
  "_args": [
    [
      "jmespath@0.16.0",
      "/var/www/html/sprbackend"
    ]
  ],
  "_from": "jmespath@0.16.0",
  "_id": "jmespath@0.16.0",
  "_inBundle": false,
  "_integrity": "sha512-9FzQjJ7MATs1tSpnco1K6ayiYE3figslrXA72G2HQ/n76RzvYlofyi5QM+iX4YRs/pu3yzxlVQSST23+dMDknw==",
  "_location": "/jmespath",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "jmespath@0.16.0",
    "name": "jmespath",
    "escapedName": "jmespath",
    "rawSpec": "0.16.0",
    "saveSpec": null,
    "fetchSpec": "0.16.0"
  },
  "_requiredBy": [
    "/aws-sdk"
  ],
  "_resolved": "https://registry.npmjs.org/jmespath/-/jmespath-0.16.0.tgz",
  "_spec": "0.16.0",
  "_where": "/var/www/html/sprbackend",
  "author": {
    "name": "James Saryerwinnie",
    "email": "js@jamesls.com",
    "url": "http://jamesls.com/"
  },
  "bugs": {
    "url": "http://github.com/jmespath/jmespath.js/issues"
  },
  "contributors": [],
  "dependencies": {},
  "description": "JMESPath implementation in javascript",
  "devDependencies": {
    "grunt": "^0.4.5",
    "grunt-contrib-jshint": "^0.11.0",
    "grunt-contrib-uglify": "^0.11.1",
    "grunt-eslint": "^17.3.1",
    "mocha": "^2.1.0"
  },
  "directories": {
    "test": "test"
  },
  "engines": {
    "node": ">= 0.6.0"
  },
  "homepage": "https://github.com/jmespath/jmespath.js",
  "keywords": [
    "jmespath",
    "jsonpath",
    "json",
    "xpath"
  ],
  "license": "Apache-2.0",
  "main": "jmespath.js",
  "name": "jmespath",
  "repository": {
    "type": "git",
    "url": "git://github.com/jmespath/jmespath.js.git"
  },
  "scripts": {
    "test": "mocha test/"
  },
  "version": "0.16.0"
}
