{
  "_from": "glob@~4.0.3",
  "_id": "glob@4.0.6",
  "_inBundle": false,
  "_integrity": "sha1-aVxQvdTi+1xdNwsJHziNNwfikac=",
  "_location": "/glob",
  "_phantomChildren": {
    "natives": "1.1.6"
  },
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "glob@~4.0.3",
    "name": "glob",
    "escapedName": "glob",
    "rawSpec": "~4.0.3",
    "saveSpec": null,
    "fetchSpec": "~4.0.3"
  },
  "_requiredBy": [
    "/documentjs"
  ],
  "_resolved": "https://registry.npmjs.org/glob/-/glob-4.0.6.tgz",
  "_shasum": "695c50bdd4e2fb5c5d370b091f388d3707e291a7",
  "_spec": "glob@~4.0.3",
  "_where": "/Library/WebServer/Documents/GitHub/funcunit/site/node_modules/documentjs",
  "author": {
    "name": "Isaac Z. Schlueter",
    "email": "i@izs.me",
    "url": "http://blog.izs.me/"
  },
  "bugs": {
    "url": "https://github.com/isaacs/node-glob/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "graceful-fs": "^3.0.2",
    "inherits": "2",
    "minimatch": "^1.0.0",
    "once": "^1.3.0"
  },
  "deprecated": false,
  "description": "a little globber",
  "devDependencies": {
    "mkdirp": "0",
    "rimraf": "1",
    "tap": "~0.4.0"
  },
  "engines": {
    "node": "*"
  },
  "homepage": "https://github.com/isaacs/node-glob#readme",
  "license": "ISC",
  "main": "glob.js",
  "name": "glob",
  "repository": {
    "type": "git",
    "url": "git://github.com/isaacs/node-glob.git"
  },
  "scripts": {
    "test": "tap test/*.js",
    "test-regen": "TEST_REGEN=1 node test/00-setup.js"
  },
  "version": "4.0.6"
}
