wishthis/node_modules/is-valid-glob/package.json
2022-02-23 17:41:13 +01:00

104 lines
2.1 KiB
JSON

{
"_args": [
[
"is-valid-glob@1.0.0",
"F:\\laragon\\www\\wishthis"
]
],
"_from": "is-valid-glob@1.0.0",
"_id": "is-valid-glob@1.0.0",
"_inBundle": false,
"_integrity": "sha1-Kb8+/3Ab4tTTFdusw5vDn+j2Aao=",
"_location": "/is-valid-glob",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "is-valid-glob@1.0.0",
"name": "is-valid-glob",
"escapedName": "is-valid-glob",
"rawSpec": "1.0.0",
"saveSpec": null,
"fetchSpec": "1.0.0"
},
"_requiredBy": [
"/vinyl-fs"
],
"_resolved": "https://registry.npmjs.org/is-valid-glob/-/is-valid-glob-1.0.0.tgz",
"_spec": "1.0.0",
"_where": "F:\\laragon\\www\\wishthis",
"author": {
"name": "Jon Schlinkert",
"url": "https://github.com/jonschlinkert"
},
"bugs": {
"url": "https://github.com/jonschlinkert/is-valid-glob/issues"
},
"contributors": [
{
"name": "contra",
"url": "http://contra.io"
},
{
"name": "Jon Schlinkert",
"url": "http://twitter.com/jonschlinkert"
}
],
"description": "Return true if a value is a valid glob pattern or patterns.",
"devDependencies": {
"gulp-format-md": "^0.1.12",
"mocha": "^3.4.2"
},
"engines": {
"node": ">=0.10.0"
},
"files": [
"index.js"
],
"homepage": "https://github.com/jonschlinkert/is-valid-glob",
"keywords": [
"array",
"check",
"glob",
"is",
"match",
"pattern",
"patterns",
"read",
"test",
"valid",
"validate"
],
"license": "MIT",
"main": "index.js",
"name": "is-valid-glob",
"repository": {
"type": "git",
"url": "git+https://github.com/jonschlinkert/is-valid-glob.git"
},
"scripts": {
"test": "mocha"
},
"verb": {
"related": {
"list": [
"is-glob",
"micromatch",
"vinyl-fs",
"vinyl"
]
},
"toc": false,
"layout": "default",
"tasks": [
"readme"
],
"plugins": [
"gulp-format-md"
],
"lint": {
"reflinks": true
}
},
"version": "1.0.0"
}