Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/color-convert/package.json')
-rw-r--r--node_modules/color-convert/package.json32
1 files changed, 17 insertions, 15 deletions
diff --git a/node_modules/color-convert/package.json b/node_modules/color-convert/package.json
index e93e54aa9..f008163ca 100644
--- a/node_modules/color-convert/package.json
+++ b/node_modules/color-convert/package.json
@@ -1,27 +1,27 @@
{
- "_from": "color-convert@^1.9.0",
- "_id": "color-convert@1.9.1",
+ "_from": "color-convert@^2.0.1",
+ "_id": "color-convert@2.0.1",
"_inBundle": false,
- "_integrity": "sha512-mjGanIiwQJskCC18rPR6OmrZ6fm2Lc7PeGFYwCmy5J34wC6F1PzdGL6xeMfmgicfYcNLGuVFA3WzXtIDCQSZxQ==",
+ "_integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
"_location": "/color-convert",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
- "raw": "color-convert@^1.9.0",
+ "raw": "color-convert@^2.0.1",
"name": "color-convert",
"escapedName": "color-convert",
- "rawSpec": "^1.9.0",
+ "rawSpec": "^2.0.1",
"saveSpec": null,
- "fetchSpec": "^1.9.0"
+ "fetchSpec": "^2.0.1"
},
"_requiredBy": [
"/ansi-styles"
],
- "_resolved": "https://registry.npmjs.org/color-convert/-/color-convert-1.9.1.tgz",
- "_shasum": "c1261107aeb2f294ebffec9ed9ecad529a6097ed",
- "_spec": "color-convert@^1.9.0",
- "_where": "/Users/rebecca/code/npm/node_modules/ansi-styles",
+ "_resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
+ "_shasum": "72d3a68d598c9bdb3af2ad1e84f21d896abd4de3",
+ "_spec": "color-convert@^2.0.1",
+ "_where": "/Users/isaacs/dev/npm/cli/node_modules/ansi-styles",
"author": {
"name": "Heather Arthur",
"email": "fayearthur@gmail.com"
@@ -31,18 +31,20 @@
},
"bundleDependencies": false,
"dependencies": {
- "color-name": "^1.1.1"
+ "color-name": "~1.1.4"
},
"deprecated": false,
"description": "Plain color conversion functions",
"devDependencies": {
- "chalk": "^1.1.1",
- "xo": "^0.11.2"
+ "chalk": "^2.4.2",
+ "xo": "^0.24.0"
+ },
+ "engines": {
+ "node": ">=7.0.0"
},
"files": [
"index.js",
"conversions.js",
- "css-keywords.js",
"route.js"
],
"homepage": "https://github.com/Qix-/color-convert#readme",
@@ -70,7 +72,7 @@
"pretest": "xo",
"test": "node test/basic.js"
},
- "version": "1.9.1",
+ "version": "2.0.1",
"xo": {
"rules": {
"default-case": 0,