{
  "name": "globule",
  "description": "An easy-to-use wildcard globbing library.",
  "version": "1.3.2",
  "homepage": "https://github.com/cowboy/node-globule",
  "author": {
    "name": "\"Cowboy\" Ben Alman",
    "url": "http://benalman.com/"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/cowboy/node-globule.git"
  },
  "bugs": {
    "url": "https://github.com/cowboy/node-globule/issues"
  },
  "license": "MIT",
  "main": "lib/globule",
  "files": [
    "lib"
  ],
  "engines": {
    "node": ">= 0.10"
  },
  "scripts": {
    "test": "grunt"
  },
  "devDependencies": {
    "grunt-contrib-jshint": "^1.0.0",
    "grunt-contrib-nodeunit": "^2.0.0",
    "grunt-contrib-watch": "^1.1.0",
    "grunt": "^1.0.2"
  },
  "keywords": [
    "glob",
    "file",
    "match",
    "mapping",
    "expand",
    "wildcard",
    "pattern",
    "sync",
    "awesome"
  ],
  "dependencies": {
    "glob": "~7.1.1",
    "lodash": "~4.17.10",
    "minimatch": "~3.0.2"
  }

,"_resolved": "https://registry.npmjs.org/globule/-/globule-1.3.2.tgz"
,"_integrity": "sha512-7IDTQTIu2xzXkT+6mlluidnWo+BypnbSoEVVQCGfzqnl5Ik8d3e1d4wycb8Rj9tWW+Z39uPWsdlquqiqPCd/pA=="
,"_from": "globule@1.3.2"
}