Legend:
- Unmodified
- Added
- Removed
-
imaps-frontend/node_modules/color-convert/package.json
r0c6b92a r79a0317 1 1 { 2 "name": "color-convert", 2 "_from": "color-convert@^2.0.1", 3 "_id": "color-convert@2.0.1", 4 "_inBundle": false, 5 "_integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", 6 "_location": "/color-convert", 7 "_phantomChildren": {}, 8 "_requested": { 9 "type": "range", 10 "registry": true, 11 "raw": "color-convert@^2.0.1", 12 "name": "color-convert", 13 "escapedName": "color-convert", 14 "rawSpec": "^2.0.1", 15 "saveSpec": null, 16 "fetchSpec": "^2.0.1" 17 }, 18 "_requiredBy": [ 19 "/ansi-styles" 20 ], 21 "_resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", 22 "_shasum": "72d3a68d598c9bdb3af2ad1e84f21d896abd4de3", 23 "_spec": "color-convert@^2.0.1", 24 "_where": "/home/stevetosak/Proekt/IMaps/imaps-frontend/node_modules/ansi-styles", 25 "author": { 26 "name": "Heather Arthur", 27 "email": "fayearthur@gmail.com" 28 }, 29 "bugs": { 30 "url": "https://github.com/Qix-/color-convert/issues" 31 }, 32 "bundleDependencies": false, 33 "dependencies": { 34 "color-name": "~1.1.4" 35 }, 36 "deprecated": false, 3 37 "description": "Plain color conversion functions", 4 "version": "2.0.1", 5 "author": "Heather Arthur <fayearthur@gmail.com>", 6 "license": "MIT", 7 "repository": "Qix-/color-convert", 8 "scripts": { 9 "pretest": "xo", 10 "test": "node test/basic.js" 38 "devDependencies": { 39 "chalk": "^2.4.2", 40 "xo": "^0.24.0" 11 41 }, 12 42 "engines": { 13 43 "node": ">=7.0.0" 14 44 }, 45 "files": [ 46 "index.js", 47 "conversions.js", 48 "route.js" 49 ], 50 "homepage": "https://github.com/Qix-/color-convert#readme", 15 51 "keywords": [ 16 52 "color", … … 27 63 "ansi16" 28 64 ], 29 "files": [ 30 "index.js", 31 "conversions.js", 32 "route.js" 33 ], 65 "license": "MIT", 66 "name": "color-convert", 67 "repository": { 68 "type": "git", 69 "url": "git+https://github.com/Qix-/color-convert.git" 70 }, 71 "scripts": { 72 "pretest": "xo", 73 "test": "node test/basic.js" 74 }, 75 "version": "2.0.1", 34 76 "xo": { 35 77 "rules": { … … 38 80 "operator-linebreak": 0 39 81 } 40 },41 "devDependencies": {42 "chalk": "^2.4.2",43 "xo": "^0.24.0"44 },45 "dependencies": {46 "color-name": "~1.1.4"47 82 } 48 83 }
Note:
See TracChangeset
for help on using the changeset viewer.