aboutsummaryrefslogtreecommitdiff
path: root/node_modules/parse-glob
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2016-11-03 01:33:53 +0100
committerFlorian Dold <florian.dold@gmail.com>2016-11-03 01:33:53 +0100
commitd1291f67551c58168af43698a359cb5ddfd266b0 (patch)
tree55a13ed29fe1915e3f42f1b1b7038dafa2e975a7 /node_modules/parse-glob
parentd0a0695fb5d34996850723f7d4b1b59c3df909c2 (diff)
downloadwallet-core-d1291f67551c58168af43698a359cb5ddfd266b0.tar.xz
node_modules
Diffstat (limited to 'node_modules/parse-glob')
-rw-r--r--node_modules/parse-glob/package.json98
1 files changed, 18 insertions, 80 deletions
diff --git a/node_modules/parse-glob/package.json b/node_modules/parse-glob/package.json
index 8dcc941e6..a4acb5236 100644
--- a/node_modules/parse-glob/package.json
+++ b/node_modules/parse-glob/package.json
@@ -1,52 +1,24 @@
{
- "_args": [
- [
- {
- "raw": "parse-glob@^3.0.4",
- "scope": null,
- "escapedName": "parse-glob",
- "name": "parse-glob",
- "rawSpec": "^3.0.4",
- "spec": ">=3.0.4 <4.0.0",
- "type": "range"
- },
- "/home/dold/repos/taler/wallet-webex/node_modules/micromatch"
- ]
- ],
- "_from": "parse-glob@>=3.0.4 <4.0.0",
- "_id": "parse-glob@3.0.4",
- "_inCache": true,
- "_location": "/parse-glob",
- "_nodeVersion": "0.12.4",
- "_npmUser": {
- "name": "jonschlinkert",
- "email": "github@sellside.com"
- },
- "_npmVersion": "2.10.1",
- "_phantomChildren": {},
- "_requested": {
- "raw": "parse-glob@^3.0.4",
- "scope": null,
- "escapedName": "parse-glob",
- "name": "parse-glob",
- "rawSpec": "^3.0.4",
- "spec": ">=3.0.4 <4.0.0",
- "type": "range"
+ "name": "parse-glob",
+ "description": "Parse a glob pattern into an object of tokens.",
+ "version": "3.0.4",
+ "homepage": "https://github.com/jonschlinkert/parse-glob",
+ "author": "Jon Schlinkert (https://github.com/jonschlinkert)",
+ "repository": "jonschlinkert/parse-glob",
+ "bugs": {
+ "url": "https://github.com/jonschlinkert/parse-glob/issues"
},
- "_requiredBy": [
- "/micromatch"
+ "license": "MIT",
+ "files": [
+ "index.js"
],
- "_resolved": "https://registry.npmjs.org/parse-glob/-/parse-glob-3.0.4.tgz",
- "_shasum": "b2c376cfb11f35513badd173ef0bb6e3a388391c",
- "_shrinkwrap": null,
- "_spec": "parse-glob@^3.0.4",
- "_where": "/home/dold/repos/taler/wallet-webex/node_modules/micromatch",
- "author": {
- "name": "Jon Schlinkert",
- "url": "https://github.com/jonschlinkert"
+ "main": "index.js",
+ "engines": {
+ "node": ">=0.10.0"
},
- "bugs": {
- "url": "https://github.com/jonschlinkert/parse-glob/issues"
+ "scripts": {
+ "test": "mocha",
+ "prepublish": "browserify -o browser.js -e index.js"
},
"dependencies": {
"glob-base": "^0.3.0",
@@ -54,25 +26,11 @@
"is-extglob": "^1.0.0",
"is-glob": "^2.0.0"
},
- "description": "Parse a glob pattern into an object of tokens.",
"devDependencies": {
"browserify": "^9.0.3",
"lodash": "^3.3.1",
"mocha": "*"
},
- "directories": {},
- "dist": {
- "shasum": "b2c376cfb11f35513badd173ef0bb6e3a388391c",
- "tarball": "https://registry.npmjs.org/parse-glob/-/parse-glob-3.0.4.tgz"
- },
- "engines": {
- "node": ">=0.10.0"
- },
- "files": [
- "index.js"
- ],
- "gitHead": "9bfccb63acdeb3b1ed62035b3adef0e5081d8fc6",
- "homepage": "https://github.com/jonschlinkert/parse-glob",
"keywords": [
"glob",
"match",
@@ -100,25 +58,5 @@
"regular",
"shell",
"wildcard"
- ],
- "license": "MIT",
- "main": "index.js",
- "maintainers": [
- {
- "name": "jonschlinkert",
- "email": "github@sellside.com"
- }
- ],
- "name": "parse-glob",
- "optionalDependencies": {},
- "readme": "ERROR: No README data found!",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/jonschlinkert/parse-glob.git"
- },
- "scripts": {
- "prepublish": "browserify -o browser.js -e index.js",
- "test": "mocha"
- },
- "version": "3.0.4"
+ ]
}