validate-glob-opts
Version:
Validate glob options
41 lines (40 loc) • 852 B
JSON
{
"name": "validate-glob-opts",
"version": "1.0.2",
"description": "Validate glob options",
"repository": "shinnn/validate-glob-opts",
"author": "Shinnosuke Watanabe (https://github.com/shinnn)",
"scripts": {
"pretest": "eslint --fix --format=codeframe index.js test.js",
"test": "nyc --reporter=html --reporter=text node test.js"
},
"license": "ISC",
"files": [
"index.js"
],
"keywords": [
"glob",
"option",
"validate",
"invalidate",
"check",
"type",
"strict"
],
"dependencies": {
"array-to-sentence": "^1.1.0",
"indexed-filter": "^1.0.0",
"inspect-with-kind": "^1.0.4",
"is-plain-obj": "^1.1.0"
},
"devDependencies": {
"@shinnn/eslint-config-node": "^5.0.0",
"eslint": "^4.17.0",
"graceful-fs": "^4.1.11",
"nyc": "^11.4.1",
"tape": "^4.8.0"
},
"eslintConfig": {
"extends": "@shinnn/node"
}
}