Changeset 0c6b92a for imaps-frontend/node_modules/color-name
- Timestamp:
- 12/12/24 17:06:06 (5 weeks ago)
- Branches:
- main
- Parents:
- d565449
- Location:
- imaps-frontend/node_modules/color-name
- Files:
-
- 3 deleted
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
imaps-frontend/node_modules/color-name/package.json
rd565449 r0c6b92a 1 1 { 2 2 "name": "color-name", 3 "version": "1.1. 3",3 "version": "1.1.4", 4 4 "description": "A list of color names and its values", 5 5 "main": "index.js", 6 "files": [ 7 "index.js" 8 ], 6 9 "scripts": { 7 10 "test": "node test.js" … … 9 12 "repository": { 10 13 "type": "git", 11 "url": "git@github.com: dfcreative/color-name.git"14 "url": "git@github.com:colorjs/color-name.git" 12 15 }, 13 16 "keywords": [ … … 20 23 "license": "MIT", 21 24 "bugs": { 22 "url": "https://github.com/ dfcreative/color-name/issues"25 "url": "https://github.com/colorjs/color-name/issues" 23 26 }, 24 "homepage": "https://github.com/ dfcreative/color-name"27 "homepage": "https://github.com/colorjs/color-name" 25 28 }
Note:
See TracChangeset
for help on using the changeset viewer.