diff options
author | Florian Dold <florian.dold@gmail.com> | 2016-11-03 01:33:53 +0100 |
---|---|---|
committer | Florian Dold <florian.dold@gmail.com> | 2016-11-03 01:33:53 +0100 |
commit | d1291f67551c58168af43698a359cb5ddfd266b0 (patch) | |
tree | 55a13ed29fe1915e3f42f1b1b7038dafa2e975a7 /node_modules/braces | |
parent | d0a0695fb5d34996850723f7d4b1b59c3df909c2 (diff) |
node_modules
Diffstat (limited to 'node_modules/braces')
-rw-r--r-- | node_modules/braces/package.json | 108 |
1 files changed, 17 insertions, 91 deletions
diff --git a/node_modules/braces/package.json b/node_modules/braces/package.json index 4ddebfc08..ab6bcdc38 100644 --- a/node_modules/braces/package.json +++ b/node_modules/braces/package.json @@ -1,63 +1,29 @@ { - "_args": [ - [ - { - "raw": "braces@^1.8.2", - "scope": null, - "escapedName": "braces", - "name": "braces", - "rawSpec": "^1.8.2", - "spec": ">=1.8.2 <2.0.0", - "type": "range" - }, - "/home/dold/repos/taler/wallet-webex/node_modules/micromatch" - ] - ], - "_from": "braces@>=1.8.2 <2.0.0", - "_id": "braces@1.8.5", - "_inCache": true, - "_location": "/braces", - "_nodeVersion": "5.5.0", - "_npmOperationalInternal": { - "host": "packages-16-east.internal.npmjs.com", - "tmp": "tmp/braces-1.8.5.tgz_1463843581552_0.5618140168953687" - }, - "_npmUser": { - "name": "jonschlinkert", - "email": "github@sellside.com" - }, - "_npmVersion": "3.6.0", - "_phantomChildren": {}, - "_requested": { - "raw": "braces@^1.8.2", - "scope": null, - "escapedName": "braces", - "name": "braces", - "rawSpec": "^1.8.2", - "spec": ">=1.8.2 <2.0.0", - "type": "range" + "name": "braces", + "description": "Fastest brace expansion for node.js, with the most complete support for the Bash 4.3 braces specification.", + "version": "1.8.5", + "homepage": "https://github.com/jonschlinkert/braces", + "author": "Jon Schlinkert (https://github.com/jonschlinkert)", + "repository": "jonschlinkert/braces", + "bugs": { + "url": "https://github.com/jonschlinkert/braces/issues" }, - "_requiredBy": [ - "/micromatch" + "license": "MIT", + "files": [ + "index.js" ], - "_resolved": "https://registry.npmjs.org/braces/-/braces-1.8.5.tgz", - "_shasum": "ba77962e12dff969d6b76711e914b737857bf6a7", - "_shrinkwrap": null, - "_spec": "braces@^1.8.2", - "_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/braces/issues" + "scripts": { + "test": "mocha" }, "dependencies": { "expand-range": "^1.8.1", "preserve": "^0.2.0", "repeat-element": "^1.1.2" }, - "description": "Fastest brace expansion for node.js, with the most complete support for the Bash 4.3 braces specification.", "devDependencies": { "benchmarked": "^0.1.5", "brace-expansion": "^1.1.3", @@ -68,19 +34,6 @@ "mocha": "^2.4.5", "should": "^8.3.1" }, - "directories": {}, - "dist": { - "shasum": "ba77962e12dff969d6b76711e914b737857bf6a7", - "tarball": "https://registry.npmjs.org/braces/-/braces-1.8.5.tgz" - }, - "engines": { - "node": ">=0.10.0" - }, - "files": [ - "index.js" - ], - "gitHead": "24874614ebeda1c5405180f1f6c9f374bcf384ce", - "homepage": "https://github.com/jonschlinkert/braces", "keywords": [ "alpha", "alphabetical", @@ -104,32 +57,6 @@ "ranges", "sh" ], - "license": "MIT", - "main": "index.js", - "maintainers": [ - { - "name": "jonschlinkert", - "email": "github@sellside.com" - }, - { - "name": "es128", - "email": "elan.shanker+npm@gmail.com" - }, - { - "name": "doowb", - "email": "brian.woodward@gmail.com" - } - ], - "name": "braces", - "optionalDependencies": {}, - "readme": "ERROR: No README data found!", - "repository": { - "type": "git", - "url": "git+https://github.com/jonschlinkert/braces.git" - }, - "scripts": { - "test": "mocha" - }, "verb": { "plugins": [ "gulp-format-md" @@ -152,6 +79,5 @@ "fill-range" ] } - }, - "version": "1.8.5" + } } |