{
  "name": "assert-valid-glob-opts",
  "version": "1.0.0",
  "description": "Assert a given object is a valid glob option",
  "repository": "shinnn/assert-valid-glob-opts",
  "author": "Shinnosuke Watanabe (https://github.com/shinnn)",
  "scripts": {
    "pretest": "eslint --fix --format=codeframe index.js test.js",
    "test": "node --throw-deprecation test.js",
    "coverage": "istanbul cover --print=both test.js"
  },
  "license": "CC0-1.0",
  "files": [
    "index.js"
  ],
  "keywords": [
    "glob",
    "option",
    "validate",
    "invalidate",
    "check",
    "type",
    "error",
    "throw",
    "assert",
    "assertion",
    "strict"
  ],
  "dependencies": {
    "glob-option-error": "^1.0.0",
    "validate-glob-opts": "^1.0.0"
  },
  "devDependencies": {
    "@shinnn/eslint-config-node": "^3.0.0",
    "eslint": "^3.19.0",
    "istanbul": "^0.4.5",
    "tape": "^4.6.3"
  },
  "eslintConfig": {
    "extends": "@shinnn/node"
  }
}
