{
  "_args": [
    [
      "multi-glob@1.0.2",
      "/home/tbbdev/public_html/billbook"
    ]
  ],
  "_from": "multi-glob@1.0.2",
  "_id": "multi-glob@1.0.2",
  "_inBundle": false,
  "_integrity": "sha512-sUBlFqEARG0FhuI7dELtmLmC+vGHz0supHIMntXazUjzV7hV34dK7LXWtpgD/L29tHsWoui91pLD+vjRnk6PVw==",
  "_location": "/multi-glob",
  "_phantomChildren": {
    "inflight": "1.0.6",
    "inherits": "2.0.4",
    "minimatch": "3.0.4",
    "once": "1.4.0",
    "path-is-absolute": "1.0.1"
  },
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "multi-glob@1.0.2",
    "name": "multi-glob",
    "escapedName": "multi-glob",
    "rawSpec": "1.0.2",
    "saveSpec": null,
    "fetchSpec": "1.0.2"
  },
  "_requiredBy": [
    "/babel-istanbul"
  ],
  "_resolved": "https://registry.npmjs.org/multi-glob/-/multi-glob-1.0.2.tgz",
  "_spec": "1.0.2",
  "_where": "/home/tbbdev/public_html/billbook",
  "author": {
    "name": "Christian Johansen"
  },
  "bugs": {
    "url": "https://github.com/busterjs/multi-glob/issues"
  },
  "contributors": [
    {
      "name": "Christian Johansen",
      "email": "christian@cjohansen.no",
      "url": "http://cjohansen.no"
    },
    {
      "name": "Stein Magnus Jodal",
      "email": "stein.magnus@jodal.no",
      "url": "http://jodal.no"
    }
  ],
  "dependencies": {
    "glob": "5.x"
  },
  "description": "Small wrapper around the glob module that allows globbing for multiple patterns at once",
  "devDependencies": {
    "@sinonjs/referee-sinon": "^4.1.0",
    "jest": "23.6.0"
  },
  "engines": {
    "node": ">= 6"
  },
  "homepage": "http://busterjs.org/docs/modules/multi-glob",
  "jest": {
    "testRegex": "test/*\\.js"
  },
  "license": "BSD-3-Clause",
  "main": "./lib/multi-glob",
  "name": "multi-glob",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/busterjs/multi-glob.git"
  },
  "scripts": {
    "autotest": "jest --watch --verbose",
    "test": "jest",
    "test-debug": "node --debug-brk node_modules/.bin/jest"
  },
  "version": "1.0.2"
}
