Changeset 79a0317 for imaps-frontend/node_modules/color-name/package.json
Legend:
- Unmodified
- Added
- Removed
-
imaps-frontend/node_modules/color-name/package.json
r0c6b92a r79a0317 1 1 { 2 "name": "color-name", 3 "version": "1.1.4", 2 "_from": "color-name@~1.1.4", 3 "_id": "color-name@1.1.4", 4 "_inBundle": false, 5 "_integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", 6 "_location": "/color-name", 7 "_phantomChildren": {}, 8 "_requested": { 9 "type": "range", 10 "registry": true, 11 "raw": "color-name@~1.1.4", 12 "name": "color-name", 13 "escapedName": "color-name", 14 "rawSpec": "~1.1.4", 15 "saveSpec": null, 16 "fetchSpec": "~1.1.4" 17 }, 18 "_requiredBy": [ 19 "/color-convert" 20 ], 21 "_resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", 22 "_shasum": "c2a09a87acbde69543de6f63fa3995c826c536a2", 23 "_spec": "color-name@~1.1.4", 24 "_where": "/home/stevetosak/Proekt/IMaps/imaps-frontend/node_modules/color-convert", 25 "author": { 26 "name": "DY", 27 "email": "dfcreative@gmail.com" 28 }, 29 "bugs": { 30 "url": "https://github.com/colorjs/color-name/issues" 31 }, 32 "bundleDependencies": false, 33 "deprecated": false, 4 34 "description": "A list of color names and its values", 5 "main": "index.js",6 35 "files": [ 7 36 "index.js" 8 37 ], 9 "scripts": { 10 "test": "node test.js" 11 }, 12 "repository": { 13 "type": "git", 14 "url": "git@github.com:colorjs/color-name.git" 15 }, 38 "homepage": "https://github.com/colorjs/color-name", 16 39 "keywords": [ 17 40 "color-name", … … 20 43 "keyword" 21 44 ], 22 "author": "DY <dfcreative@gmail.com>",23 45 "license": "MIT", 24 "bugs": { 25 "url": "https://github.com/colorjs/color-name/issues" 46 "main": "index.js", 47 "name": "color-name", 48 "repository": { 49 "type": "git", 50 "url": "git+ssh://git@github.com/colorjs/color-name.git" 26 51 }, 27 "homepage": "https://github.com/colorjs/color-name" 52 "scripts": { 53 "test": "node test.js" 54 }, 55 "version": "1.1.4" 28 56 }
Note:
See TracChangeset
for help on using the changeset viewer.