From d1291f67551c58168af43698a359cb5ddfd266b0 Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Thu, 3 Nov 2016 01:33:53 +0100 Subject: node_modules --- node_modules/is-glob/package.json | 103 +++++++------------------------------- 1 file changed, 18 insertions(+), 85 deletions(-) (limited to 'node_modules/is-glob') diff --git a/node_modules/is-glob/package.json b/node_modules/is-glob/package.json index 2f5a31f49..7cf6eef8a 100644 --- a/node_modules/is-glob/package.json +++ b/node_modules/is-glob/package.json @@ -1,77 +1,33 @@ { - "_args": [ - [ - { - "raw": "is-glob@^2.0.1", - "scope": null, - "escapedName": "is-glob", - "name": "is-glob", - "rawSpec": "^2.0.1", - "spec": ">=2.0.1 <3.0.0", - "type": "range" - }, - "/home/dold/repos/taler/wallet-webex/node_modules/findup-sync" - ] - ], - "_from": "is-glob@>=2.0.1 <3.0.0", - "_id": "is-glob@2.0.1", - "_inCache": true, - "_location": "/is-glob", - "_nodeVersion": "0.12.4", - "_npmUser": { - "name": "jonschlinkert", - "email": "github@sellside.com" - }, - "_npmVersion": "2.10.1", - "_phantomChildren": {}, - "_requested": { - "raw": "is-glob@^2.0.1", - "scope": null, - "escapedName": "is-glob", - "name": "is-glob", - "rawSpec": "^2.0.1", - "spec": ">=2.0.1 <3.0.0", - "type": "range" - }, - "_requiredBy": [ - "/findup-sync", - "/glob-base", - "/glob-parent", - "/micromatch", - "/parse-glob" - ], - "_resolved": "https://registry.npmjs.org/is-glob/-/is-glob-2.0.1.tgz", - "_shasum": "d096f926a3ded5600f3fdfd91198cb0888c2d863", - "_shrinkwrap": null, - "_spec": "is-glob@^2.0.1", - "_where": "/home/dold/repos/taler/wallet-webex/node_modules/findup-sync", + "name": "is-glob", + "description": "Returns `true` if the given string looks like a glob pattern or an extglob pattern. This makes it easy to create code that only uses external modules like node-glob when necessary, resulting in much faster code execution and initialization time, and a better user experience.", + "version": "2.0.1", + "homepage": "https://github.com/jonschlinkert/is-glob", "author": { "name": "Jon Schlinkert", "url": "https://github.com/jonschlinkert" }, + "repository": "jonschlinkert/is-glob", "bugs": { "url": "https://github.com/jonschlinkert/is-glob/issues" }, + "license": "MIT", + "files": [ + "index.js" + ], + "main": "index.js", + "engines": { + "node": ">=0.10.0" + }, + "scripts": { + "test": "mocha" + }, "dependencies": { "is-extglob": "^1.0.0" }, - "description": "Returns `true` if the given string looks like a glob pattern or an extglob pattern. This makes it easy to create code that only uses external modules like node-glob when necessary, resulting in much faster code execution and initialization time, and a bet", "devDependencies": { "mocha": "*" }, - "directories": {}, - "dist": { - "shasum": "d096f926a3ded5600f3fdfd91198cb0888c2d863", - "tarball": "https://registry.npmjs.org/is-glob/-/is-glob-2.0.1.tgz" - }, - "engines": { - "node": ">=0.10.0" - }, - "files": [ - "index.js" - ], - "gitHead": "d7db1b2dd559b3d5a73f89dbe72d9e9f4d6587d7", - "homepage": "https://github.com/jonschlinkert/is-glob", "keywords": [ "bash", "braces", @@ -90,28 +46,6 @@ "string", "test" ], - "license": "MIT", - "main": "index.js", - "maintainers": [ - { - "name": "jonschlinkert", - "email": "github@sellside.com" - }, - { - "name": "doowb", - "email": "brian.woodward@gmail.com" - } - ], - "name": "is-glob", - "optionalDependencies": {}, - "readme": "ERROR: No README data found!", - "repository": { - "type": "git", - "url": "git+https://github.com/jonschlinkert/is-glob.git" - }, - "scripts": { - "test": "mocha" - }, "verb": { "related": { "list": [ @@ -122,6 +56,5 @@ "micromatch" ] } - }, - "version": "2.0.1" -} + } +} \ No newline at end of file -- cgit v1.2.3