aboutsummaryrefslogtreecommitdiff
path: root/node_modules/is-valid-glob
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/is-valid-glob')
-rw-r--r--node_modules/is-valid-glob/package.json97
1 files changed, 17 insertions, 80 deletions
diff --git a/node_modules/is-valid-glob/package.json b/node_modules/is-valid-glob/package.json
index ce5f6aa8f..c72565a5f 100644
--- a/node_modules/is-valid-glob/package.json
+++ b/node_modules/is-valid-glob/package.json
@@ -1,71 +1,27 @@
{
- "_args": [
- [
- {
- "raw": "is-valid-glob@^0.3.0",
- "scope": null,
- "escapedName": "is-valid-glob",
- "name": "is-valid-glob",
- "rawSpec": "^0.3.0",
- "spec": ">=0.3.0 <0.4.0",
- "type": "range"
- },
- "/home/dold/repos/taler/wallet-webex/node_modules/vinyl-fs"
- ]
- ],
- "_from": "is-valid-glob@>=0.3.0 <0.4.0",
- "_id": "is-valid-glob@0.3.0",
- "_inCache": true,
- "_location": "/is-valid-glob",
- "_nodeVersion": "0.12.4",
- "_npmUser": {
- "name": "jonschlinkert",
- "email": "github@sellside.com"
- },
- "_npmVersion": "2.10.1",
- "_phantomChildren": {},
- "_requested": {
- "raw": "is-valid-glob@^0.3.0",
- "scope": null,
- "escapedName": "is-valid-glob",
- "name": "is-valid-glob",
- "rawSpec": "^0.3.0",
- "spec": ">=0.3.0 <0.4.0",
- "type": "range"
+ "name": "is-valid-glob",
+ "description": "Return true if a value is a valid glob pattern or patterns.",
+ "version": "0.3.0",
+ "homepage": "https://github.com/jonschlinkert/is-valid-glob",
+ "author": "Jon Schlinkert (https://github.com/jonschlinkert)",
+ "repository": "jonschlinkert/is-valid-glob",
+ "bugs": {
+ "url": "https://github.com/jonschlinkert/is-valid-glob/issues"
},
- "_requiredBy": [
- "/vinyl-fs"
+ "license": "MIT",
+ "files": [
+ "index.js"
],
- "_resolved": "https://registry.npmjs.org/is-valid-glob/-/is-valid-glob-0.3.0.tgz",
- "_shasum": "d4b55c69f51886f9b65c70d6c2622d37e29f48fe",
- "_shrinkwrap": null,
- "_spec": "is-valid-glob@^0.3.0",
- "_where": "/home/dold/repos/taler/wallet-webex/node_modules/vinyl-fs",
- "author": {
- "name": "Jon Schlinkert",
- "url": "https://github.com/jonschlinkert"
+ "main": "index.js",
+ "engines": {
+ "node": ">=0.10.0"
},
- "bugs": {
- "url": "https://github.com/jonschlinkert/is-valid-glob/issues"
+ "scripts": {
+ "test": "mocha"
},
- "dependencies": {},
- "description": "Return true if a value is a valid glob pattern or patterns.",
"devDependencies": {
"mocha": "*"
},
- "directories": {},
- "dist": {
- "shasum": "d4b55c69f51886f9b65c70d6c2622d37e29f48fe",
- "tarball": "https://registry.npmjs.org/is-valid-glob/-/is-valid-glob-0.3.0.tgz"
- },
- "engines": {
- "node": ">=0.10.0"
- },
- "files": [
- "index.js"
- ],
- "gitHead": "1db8053be10fcbfbe5e38dd671a7b2660556a8e1",
- "homepage": "https://github.com/jonschlinkert/is-valid-glob",
"keywords": [
"array",
"check",
@@ -78,24 +34,6 @@
"valid",
"validate"
],
- "license": "MIT",
- "main": "index.js",
- "maintainers": [
- {
- "name": "jonschlinkert",
- "email": "github@sellside.com"
- }
- ],
- "name": "is-valid-glob",
- "optionalDependencies": {},
- "readme": "ERROR: No README data found!",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/jonschlinkert/is-valid-glob.git"
- },
- "scripts": {
- "test": "mocha"
- },
"verb": {
"related": {
"list": [
@@ -109,6 +47,5 @@
"glob-fs"
]
}
- },
- "version": "0.3.0"
+ }
}