package.json 2.06 KB
{
  "name": "require-glob",
  "version": "2.0.0",
  "description": "Require multiple modules using glob patterns. Supports exclusions.",
  "main": "src/require-glob.js",
  "scripts": {
    "coveralls": "nyc report -r text-lcov | coveralls",
    "pretest": "xo src/*.js test/*.js",
    "test": "nyc ava -v test/*.js",
    "watch": "watch 'npm test' src test -du"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/shannonmoeller/require-glob.git"
  },
  "keywords": [
    "dir",
    "directory",
    "directories",
    "file",
    "files",
    "glob",
    "globs",
    "map",
    "mapreduce",
    "multi",
    "multiple",
    "reduce",
    "require",
    "tree"
  ],
  "author": {
    "name": "Shannon Moeller",
    "email": "me@shannonmoeller.com",
    "url": "http://shannonmoeller.com"
  },
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/shannonmoeller/require-glob/issues"
  },
  "homepage": "https://github.com/shannonmoeller/require-glob",
  "dependencies": {
    "globby": "^3.0.1",
    "object-assign": "^4.0.1"
  },
  "devDependencies": {
    "ava": "^0.11.0",
    "coveralls": "^2.11.4",
    "nyc": "^5.5.0",
    "watch": "^0.17.1",
    "xo": "^0.12.1"
  },
  "gitHead": "fb11110ddb9a85b0ea8865f7b82307a9e43f73ea",
  "_id": "require-glob@2.0.0",
  "_shasum": "1dede6335774d378ee3222c12ceb5429e5e04767",
  "_from": "require-glob@>=2.0.0 <3.0.0",
  "_npmVersion": "3.3.12",
  "_nodeVersion": "5.4.0",
  "_npmUser": {
    "name": "shannonmoeller",
    "email": "me@shannonmoeller.com"
  },
  "dist": {
    "shasum": "1dede6335774d378ee3222c12ceb5429e5e04767",
    "tarball": "https://registry.npmjs.org/require-glob/-/require-glob-2.0.0.tgz"
  },
  "maintainers": [
    {
      "name": "shannonmoeller",
      "email": "me@shannonmoeller.com"
    }
  ],
  "_npmOperationalInternal": {
    "host": "packages-9-west.internal.npmjs.com",
    "tmp": "tmp/require-glob-2.0.0.tgz_1454647966127_0.5003036682028323"
  },
  "directories": {},
  "_resolved": "https://registry.npmjs.org/require-glob/-/require-glob-2.0.0.tgz",
  "readme": "ERROR: No README data found!"
}