aboutsummaryrefslogtreecommitdiff
path: root/node_modules/micromatch
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/micromatch
parentd0a0695fb5d34996850723f7d4b1b59c3df909c2 (diff)
downloadwallet-core-d1291f67551c58168af43698a359cb5ddfd266b0.tar.xz
node_modules
Diffstat (limited to 'node_modules/micromatch')
-rw-r--r--node_modules/micromatch/package.json111
1 files changed, 18 insertions, 93 deletions
diff --git a/node_modules/micromatch/package.json b/node_modules/micromatch/package.json
index 679ad735d..f2aef5b14 100644
--- a/node_modules/micromatch/package.json
+++ b/node_modules/micromatch/package.json
@@ -1,57 +1,24 @@
{
- "_args": [
- [
- {
- "raw": "micromatch@^2.3.7",
- "scope": null,
- "escapedName": "micromatch",
- "name": "micromatch",
- "rawSpec": "^2.3.7",
- "spec": ">=2.3.7 <3.0.0",
- "type": "range"
- },
- "/home/dold/repos/taler/wallet-webex/node_modules/findup-sync"
- ]
- ],
- "_from": "micromatch@>=2.3.7 <3.0.0",
- "_id": "micromatch@2.3.11",
- "_inCache": true,
- "_location": "/micromatch",
- "_nodeVersion": "6.3.0",
- "_npmOperationalInternal": {
- "host": "packages-16-east.internal.npmjs.com",
- "tmp": "tmp/micromatch-2.3.11.tgz_1468602931475_0.3629888044670224"
- },
- "_npmUser": {
- "name": "jonschlinkert",
- "email": "github@sellside.com"
- },
- "_npmVersion": "3.10.3",
- "_phantomChildren": {},
- "_requested": {
- "raw": "micromatch@^2.3.7",
- "scope": null,
- "escapedName": "micromatch",
- "name": "micromatch",
- "rawSpec": "^2.3.7",
- "spec": ">=2.3.7 <3.0.0",
- "type": "range"
+ "name": "micromatch",
+ "description": "Glob matching for javascript/node.js. A drop-in replacement and faster alternative to minimatch and multimatch.",
+ "version": "2.3.11",
+ "homepage": "https://github.com/jonschlinkert/micromatch",
+ "author": "Jon Schlinkert (https://github.com/jonschlinkert)",
+ "repository": "jonschlinkert/micromatch",
+ "bugs": {
+ "url": "https://github.com/jonschlinkert/micromatch/issues"
},
- "_requiredBy": [
- "/findup-sync",
- "/vinyl-fs/glob-stream"
+ "license": "MIT",
+ "files": [
+ "index.js",
+ "lib"
],
- "_resolved": "https://registry.npmjs.org/micromatch/-/micromatch-2.3.11.tgz",
- "_shasum": "86677c97d1720b363431d04d0d15293bd38c1565",
- "_shrinkwrap": null,
- "_spec": "micromatch@^2.3.7",
- "_where": "/home/dold/repos/taler/wallet-webex/node_modules/findup-sync",
- "author": {
- "name": "Jon Schlinkert",
- "url": "https://github.com/jonschlinkert"
+ "main": "index.js",
+ "engines": {
+ "node": ">=0.10.0"
},
- "bugs": {
- "url": "https://github.com/jonschlinkert/micromatch/issues"
+ "scripts": {
+ "test": "mocha"
},
"dependencies": {
"arr-diff": "^2.0.0",
@@ -68,7 +35,6 @@
"parse-glob": "^3.0.4",
"regex-cache": "^0.4.2"
},
- "description": "Glob matching for javascript/node.js. A drop-in replacement and faster alternative to minimatch and multimatch.",
"devDependencies": {
"benchmarked": "^0.1.4",
"chalk": "^1.1.1",
@@ -84,20 +50,6 @@
"should": "^8",
"write": "^0.2.1"
},
- "directories": {},
- "dist": {
- "shasum": "86677c97d1720b363431d04d0d15293bd38c1565",
- "tarball": "https://registry.npmjs.org/micromatch/-/micromatch-2.3.11.tgz"
- },
- "engines": {
- "node": ">=0.10.0"
- },
- "files": [
- "index.js",
- "lib"
- ],
- "gitHead": "f194c187d04677b03047bb7d8d25643725f7a577",
- "homepage": "https://github.com/jonschlinkert/micromatch",
"keywords": [
"bash",
"expand",
@@ -126,32 +78,6 @@
"shell",
"wildcard"
],
- "license": "MIT",
- "main": "index.js",
- "maintainers": [
- {
- "name": "jonschlinkert",
- "email": "github@sellside.com"
- },
- {
- "name": "doowb",
- "email": "brian.woodward@gmail.com"
- },
- {
- "name": "es128",
- "email": "elan.shanker+npm@gmail.com"
- }
- ],
- "name": "micromatch",
- "optionalDependencies": {},
- "readme": "ERROR: No README data found!",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/jonschlinkert/micromatch.git"
- },
- "scripts": {
- "test": "mocha"
- },
"verb": {
"related": {
"list": [
@@ -184,6 +110,5 @@
"lint": {
"reflinks": true
}
- },
- "version": "2.3.11"
+ }
}