{
  "_args": [
    [
      "include-all@4.0.3",
      "/app"
    ]
  ],
  "_from": "include-all@4.0.3",
  "_id": "include-all@4.0.3",
  "_inBundle": false,
  "_integrity": "sha1-ZfBujxGJSxp7XsH8l+azOS98+nU=",
  "_location": "/include-all",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "include-all@4.0.3",
    "name": "include-all",
    "escapedName": "include-all",
    "rawSpec": "4.0.3",
    "saveSpec": null,
    "fetchSpec": "4.0.3"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/include-all/-/include-all-4.0.3.tgz",
  "_spec": "4.0.3",
  "_where": "/app",
  "author": {
    "name": "felixge+thlorenz, adapted by Mike McNeil"
  },
  "bugs": {
    "url": "https://github.com/mikermcneil/include-all/issues"
  },
  "dependencies": {
    "@sailshq/lodash": "^3.10.2",
    "merge-dictionaries": "^0.0.3"
  },
  "description": "An easy way to include all node.js modules within a directory.",
  "devDependencies": {
    "mocha": "3.0.2"
  },
  "directories": {
    "test": "test"
  },
  "homepage": "https://github.com/mikermcneil/include-all#readme",
  "keywords": [
    "include-all",
    "include",
    "require-all",
    "require",
    "directory"
  ],
  "license": "MIT",
  "main": "index.js",
  "name": "include-all",
  "repository": {
    "type": "git",
    "url": "git://github.com/mikermcneil/include-all.git"
  },
  "scripts": {
    "test": "node ./node_modules/mocha/bin/mocha"
  },
  "version": "4.0.3"
}
