{
  "_args": [
    [
      {
        "raw": "glob@~4.3.0",
        "scope": null,
        "escapedName": "glob",
        "name": "glob",
        "rawSpec": "~4.3.0",
        "spec": ">=4.3.0 <4.4.0",
        "type": "range"
      },
      "/home/travis/build/waterlinejs/sqlite3-adapter/node_modules/findup-sync"
    ]
  ],
  "_from": "glob@>=4.3.0 <4.4.0",
  "_id": "glob@4.3.5",
  "_inBundle": true,
  "_inCache": true,
  "_location": "/waterline-sqlite3/glob",
  "_nodeVersion": "0.10.35",
  "_npmUser": {
    "name": "isaacs",
    "email": "i@izs.me"
  },
  "_npmVersion": "2.2.0",
  "_phantomChildren": {},
  "_requested": {
    "raw": "glob@~4.3.0",
    "scope": null,
    "escapedName": "glob",
    "name": "glob",
    "rawSpec": "~4.3.0",
    "spec": ">=4.3.0 <4.4.0",
    "type": "range"
  },
  "_requiredBy": [
    "/waterline-sqlite3/findup-sync"
  ],
  "_resolved": "https://registry.npmjs.org/glob/-/glob-4.3.5.tgz",
  "_shasum": "80fbb08ca540f238acce5d11d1e9bc41e75173d3",
  "_shrinkwrap": null,
  "_spec": "glob@~4.3.0",
  "_where": "/home/travis/build/waterlinejs/sqlite3-adapter/node_modules/findup-sync",
  "author": {
    "name": "Isaac Z. Schlueter",
    "email": "i@izs.me",
    "url": "http://blog.izs.me/"
  },
  "bugs": {
    "url": "https://github.com/isaacs/node-glob/issues"
  },
  "dependencies": {
    "inflight": "^1.0.4",
    "inherits": "2",
    "minimatch": "^2.0.1",
    "once": "^1.3.0"
  },
  "description": "a little globber",
  "devDependencies": {
    "mkdirp": "0",
    "rimraf": "^2.2.8",
    "tap": "^0.5.0",
    "tick": "0.0.6"
  },
  "directories": {},
  "dist": {
    "shasum": "80fbb08ca540f238acce5d11d1e9bc41e75173d3",
    "tarball": "https://registry.npmjs.org/glob/-/glob-4.3.5.tgz"
  },
  "engines": {
    "node": "*"
  },
  "files": [
    "glob.js",
    "sync.js",
    "common.js"
  ],
  "gitHead": "9de4cb6bfeb9c8458cf188fe91447b99bf8f3cfd",
  "homepage": "https://github.com/isaacs/node-glob",
  "license": "ISC",
  "main": "glob.js",
  "maintainers": [
    {
      "name": "isaacs",
      "email": "i@izs.me"
    }
  ],
  "name": "glob",
  "optionalDependencies": {},
  "repository": {
    "type": "git",
    "url": "git://github.com/isaacs/node-glob.git"
  },
  "scripts": {
    "bench": "bash benchmark.sh",
    "benchclean": "bash benchclean.sh",
    "prepublish": "npm run benchclean",
    "prof": "bash prof.sh && cat profile.txt",
    "profclean": "rm -f v8.log profile.txt",
    "test": "npm run profclean && tap test/*.js",
    "test-regen": "npm run profclean && TEST_REGEN=1 node test/00-setup.js"
  },
  "version": "4.3.5"
}
