forked from enviPath/enviPy
Current Dev State
This commit is contained in:
82
static/js/ketcher2/node_modules/is-valid-glob/package.json
generated
vendored
Normal file
82
static/js/ketcher2/node_modules/is-valid-glob/package.json
generated
vendored
Normal file
@ -0,0 +1,82 @@
|
||||
{
|
||||
"_from": "is-valid-glob@^0.3.0",
|
||||
"_id": "is-valid-glob@0.3.0",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha1-1LVcafUYhvm2XHDWwmItN+KfSP4=",
|
||||
"_location": "/is-valid-glob",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "range",
|
||||
"registry": true,
|
||||
"raw": "is-valid-glob@^0.3.0",
|
||||
"name": "is-valid-glob",
|
||||
"escapedName": "is-valid-glob",
|
||||
"rawSpec": "^0.3.0",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "^0.3.0"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/guppy-cli/vinyl-fs"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/is-valid-glob/-/is-valid-glob-0.3.0.tgz",
|
||||
"_shasum": "d4b55c69f51886f9b65c70d6c2622d37e29f48fe",
|
||||
"_spec": "is-valid-glob@^0.3.0",
|
||||
"_where": "/home/manfred/enviPath/ketcher2/ketcher/node_modules/guppy-cli/node_modules/vinyl-fs",
|
||||
"author": {
|
||||
"name": "Jon Schlinkert",
|
||||
"url": "https://github.com/jonschlinkert"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/jonschlinkert/is-valid-glob/issues"
|
||||
},
|
||||
"bundleDependencies": false,
|
||||
"deprecated": false,
|
||||
"description": "Return true if a value is a valid glob pattern or patterns.",
|
||||
"devDependencies": {
|
||||
"mocha": "*"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=0.10.0"
|
||||
},
|
||||
"files": [
|
||||
"index.js"
|
||||
],
|
||||
"homepage": "https://github.com/jonschlinkert/is-valid-glob",
|
||||
"keywords": [
|
||||
"array",
|
||||
"check",
|
||||
"glob",
|
||||
"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": [
|
||||
"gulp",
|
||||
"vinyl-fs",
|
||||
"is-glob",
|
||||
"micromatch",
|
||||
"braces",
|
||||
"fill-range",
|
||||
"expand-range",
|
||||
"glob-fs"
|
||||
]
|
||||
}
|
||||
},
|
||||
"version": "0.3.0"
|
||||
}
|
||||
Reference in New Issue
Block a user