{
  "_args": [
    [
      "JSONPath@0.11.2",
      "/Users/a09y/serverless-artillery/lib/lambda"
    ]
  ],
  "_from": "JSONPath@0.11.2",
  "_id": "JSONPath@0.11.2",
  "_inBundle": false,
  "_integrity": "sha1-P70gM6lXn3/1bBGCW11913ZBWD0=",
  "_location": "/JSONPath",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "JSONPath@0.11.2",
    "name": "JSONPath",
    "escapedName": "JSONPath",
    "rawSpec": "0.11.2",
    "saveSpec": null,
    "fetchSpec": "0.11.2"
  },
  "_requiredBy": [
    "/artillery"
  ],
  "_resolved": "https://registry.npmjs.org/JSONPath/-/JSONPath-0.11.2.tgz",
  "_spec": "0.11.2",
  "_where": "/Users/a09y/serverless-artillery/lib/lambda",
  "author": {
    "name": "Stefan Goessner"
  },
  "bugs": {
    "url": "https://github.com/s3u/JSONPath/issues/"
  },
  "contributors": [
    {
      "name": "Prof. Gössner",
      "email": "stefan.goessner@fh-dortmund.de"
    },
    {
      "name": "Subbu Allamaraju",
      "email": "subbu@subbu.org"
    },
    {
      "name": "Mike Brevoort",
      "email": "mike@brevoort.com"
    },
    {
      "name": "Robert Krahn",
      "email": "robert.krahn@gmail.com"
    },
    {
      "name": "Brett Zamir",
      "email": "brettz9@yahoo.com"
    }
  ],
  "dependencies": {},
  "description": "A JS implementation of JSONPath",
  "devDependencies": {
    "nodeunit": "0.9.0"
  },
  "homepage": "https://github.com/s3u/JSONPath",
  "keywords": [
    "json",
    "jsonpath"
  ],
  "license": "MIT",
  "main": "./lib/jsonpath",
  "name": "JSONPath",
  "repository": {
    "type": "git",
    "url": "git://github.com/s3u/JSONPath.git"
  },
  "scripts": {
    "test": "nodeunit test"
  },
  "version": "0.11.2"
}
