aboutsummaryrefslogtreecommitdiff
path: root/node_modules/minimatch
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/minimatch
parentd0a0695fb5d34996850723f7d4b1b59c3df909c2 (diff)
downloadwallet-core-d1291f67551c58168af43698a359cb5ddfd266b0.tar.xz
node_modules
Diffstat (limited to 'node_modules/minimatch')
-rw-r--r--node_modules/minimatch/package.json99
1 files changed, 15 insertions, 84 deletions
diff --git a/node_modules/minimatch/package.json b/node_modules/minimatch/package.json
index 13cbe82de..ec4b9fd88 100644
--- a/node_modules/minimatch/package.json
+++ b/node_modules/minimatch/package.json
@@ -1,98 +1,29 @@
{
- "_args": [
- [
- {
- "raw": "minimatch@^3.0.2",
- "scope": null,
- "escapedName": "minimatch",
- "name": "minimatch",
- "rawSpec": "^3.0.2",
- "spec": ">=3.0.2 <4.0.0",
- "type": "range"
- },
- "/home/dold/repos/taler/wallet-webex/node_modules/glob"
- ]
- ],
- "_from": "minimatch@>=3.0.2 <4.0.0",
- "_id": "minimatch@3.0.3",
- "_inCache": true,
- "_location": "/minimatch",
- "_nodeVersion": "4.4.4",
- "_npmOperationalInternal": {
- "host": "packages-12-west.internal.npmjs.com",
- "tmp": "tmp/minimatch-3.0.3.tgz_1470678322731_0.1892083385027945"
- },
- "_npmUser": {
- "name": "isaacs",
- "email": "i@izs.me"
- },
- "_npmVersion": "3.10.6",
- "_phantomChildren": {},
- "_requested": {
- "raw": "minimatch@^3.0.2",
- "scope": null,
- "escapedName": "minimatch",
- "name": "minimatch",
- "rawSpec": "^3.0.2",
- "spec": ">=3.0.2 <4.0.0",
- "type": "range"
+ "author": "Isaac Z. Schlueter <i@izs.me> (http://blog.izs.me)",
+ "name": "minimatch",
+ "description": "a glob matcher in javascript",
+ "version": "3.0.3",
+ "repository": {
+ "type": "git",
+ "url": "git://github.com/isaacs/minimatch.git"
},
- "_requiredBy": [
- "/glob",
- "/vinyl-fs/glob"
- ],
- "_resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.0.3.tgz",
- "_shasum": "2a4e4090b96b2db06a9d7df01055a62a77c9b774",
- "_shrinkwrap": null,
- "_spec": "minimatch@^3.0.2",
- "_where": "/home/dold/repos/taler/wallet-webex/node_modules/glob",
- "author": {
- "name": "Isaac Z. Schlueter",
- "email": "i@izs.me",
- "url": "http://blog.izs.me"
+ "main": "minimatch.js",
+ "scripts": {
+ "posttest": "standard minimatch.js test/*.js",
+ "test": "tap test/*.js"
},
- "bugs": {
- "url": "https://github.com/isaacs/minimatch/issues"
+ "engines": {
+ "node": "*"
},
"dependencies": {
"brace-expansion": "^1.0.0"
},
- "description": "a glob matcher in javascript",
"devDependencies": {
"standard": "^3.7.2",
"tap": "^5.6.0"
},
- "directories": {},
- "dist": {
- "shasum": "2a4e4090b96b2db06a9d7df01055a62a77c9b774",
- "tarball": "https://registry.npmjs.org/minimatch/-/minimatch-3.0.3.tgz"
- },
- "engines": {
- "node": "*"
- },
+ "license": "ISC",
"files": [
"minimatch.js"
- ],
- "gitHead": "eed89491bd4a4e6bc463aac0dfb5c29ef0d1dc13",
- "homepage": "https://github.com/isaacs/minimatch#readme",
- "license": "ISC",
- "main": "minimatch.js",
- "maintainers": [
- {
- "name": "isaacs",
- "email": "i@izs.me"
- }
- ],
- "name": "minimatch",
- "optionalDependencies": {},
- "readme": "ERROR: No README data found!",
- "repository": {
- "type": "git",
- "url": "git://github.com/isaacs/minimatch.git"
- },
- "scripts": {
- "posttest": "standard minimatch.js test/*.js",
- "test": "tap test/*.js"
- },
- "version": "3.0.3"
+ ]
}