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/has-color/package.json | 84 +++++-------------------------------- 1 file changed, 11 insertions(+), 73 deletions(-) (limited to 'node_modules/has-color') diff --git a/node_modules/has-color/package.json b/node_modules/has-color/package.json index 1aa42f33d..c631c1c7d 100644 --- a/node_modules/has-color/package.json +++ b/node_modules/has-color/package.json @@ -1,70 +1,23 @@ { - "_args": [ - [ - { - "raw": "has-color@~0.1.0", - "scope": null, - "escapedName": "has-color", - "name": "has-color", - "rawSpec": "~0.1.0", - "spec": ">=0.1.0 <0.2.0", - "type": "range" - }, - "/home/dold/repos/taler/wallet-webex/node_modules/nomnom/node_modules/chalk" - ] - ], - "_from": "has-color@>=0.1.0 <0.2.0", - "_id": "has-color@0.1.7", - "_inCache": true, - "_location": "/has-color", - "_npmUser": { - "name": "sindresorhus", - "email": "sindresorhus@gmail.com" - }, - "_npmVersion": "1.4.6", - "_phantomChildren": {}, - "_requested": { - "raw": "has-color@~0.1.0", - "scope": null, - "escapedName": "has-color", - "name": "has-color", - "rawSpec": "~0.1.0", - "spec": ">=0.1.0 <0.2.0", - "type": "range" - }, - "_requiredBy": [ - "/nomnom/chalk" - ], - "_resolved": "https://registry.npmjs.org/has-color/-/has-color-0.1.7.tgz", - "_shasum": "67144a5260c34fc3cca677d041daf52fe7b78b2f", - "_shrinkwrap": null, - "_spec": "has-color@~0.1.0", - "_where": "/home/dold/repos/taler/wallet-webex/node_modules/nomnom/node_modules/chalk", + "name": "has-color", + "version": "0.1.7", + "description": "Detect whether a terminal supports color", + "license": "MIT", + "repository": "sindresorhus/has-color", "author": { "name": "Sindre Sorhus", "email": "sindresorhus@gmail.com", "url": "http://sindresorhus.com" }, - "bugs": { - "url": "https://github.com/sindresorhus/has-color/issues" - }, - "dependencies": {}, - "description": "Detect whether a terminal supports color", - "devDependencies": { - "mocha": "*" - }, - "directories": {}, - "dist": { - "shasum": "67144a5260c34fc3cca677d041daf52fe7b78b2f", - "tarball": "https://registry.npmjs.org/has-color/-/has-color-0.1.7.tgz" - }, "engines": { "node": ">=0.10.0" }, + "scripts": { + "test": "mocha" + }, "files": [ "index.js" ], - "homepage": "https://github.com/sindresorhus/has-color", "keywords": [ "color", "colour", @@ -84,22 +37,7 @@ "capability", "detect" ], - "license": "MIT", - "maintainers": [ - { - "name": "sindresorhus", - "email": "sindresorhus@gmail.com" - } - ], - "name": "has-color", - "optionalDependencies": {}, - "readme": "ERROR: No README data found!", - "repository": { - "type": "git", - "url": "git://github.com/sindresorhus/has-color.git" - }, - "scripts": { - "test": "mocha" - }, - "version": "0.1.7" + "devDependencies": { + "mocha": "*" + } } -- cgit v1.2.3