{
  "_args": [
    [
      "try-require@1.2.1",
      "/Users/a09y/serverless-artillery/lib/lambda"
    ]
  ],
  "_from": "try-require@1.2.1",
  "_id": "try-require@1.2.1",
  "_inBundle": false,
  "_integrity": "sha1-NEiaLKwMCcHMEO2RugEVlNQzO+I=",
  "_location": "/try-require",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "try-require@1.2.1",
    "name": "try-require",
    "escapedName": "try-require",
    "rawSpec": "1.2.1",
    "saveSpec": null,
    "fetchSpec": "1.2.1"
  },
  "_requiredBy": [
    "/artillery"
  ],
  "_resolved": "https://registry.npmjs.org/try-require/-/try-require-1.2.1.tgz",
  "_spec": "1.2.1",
  "_where": "/Users/a09y/serverless-artillery/lib/lambda",
  "author": {
    "name": "Richard Ragan"
  },
  "bugs": {
    "url": "https://github.com/rragan/try-require/issues"
  },
  "dependencies": {},
  "description": "Conditional load modules.",
  "devDependencies": {
    "async": "1.0.0",
    "mocha": "2.2.5"
  },
  "homepage": "https://github.com/rragan/try-require#readme",
  "license": "MIT",
  "main": "./index.js",
  "name": "try-require",
  "repository": {
    "type": "git",
    "url": "git://github.com/rragan/try-require.git"
  },
  "scripts": {
    "test": "npm update; node_modules/mocha/bin/mocha -b -u tdd --reporter list test/*.test.js"
  },
  "version": "1.2.1"
}
