- Timestamp:
- 11/23/21 14:58:44 (3 years ago)
- Branches:
- master
- Children:
- e29cc2e
- Parents:
- ceaed42
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trip-planner-front/node_modules/color-name/package.json
rceaed42 r59329aa 1 1 { 2 "name": "color-name", 3 "version": "1.1.3", 2 "_args": [ 3 [ 4 "color-name@1.1.3", 5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front" 6 ] 7 ], 8 "_development": true, 9 "_from": "color-name@1.1.3", 10 "_id": "color-name@1.1.3", 11 "_inBundle": false, 12 "_integrity": "sha1-p9BVi9icQveV3UIyj3QIMcpTvCU=", 13 "_location": "/color-name", 14 "_phantomChildren": {}, 15 "_requested": { 16 "type": "version", 17 "registry": true, 18 "raw": "color-name@1.1.3", 19 "name": "color-name", 20 "escapedName": "color-name", 21 "rawSpec": "1.1.3", 22 "saveSpec": null, 23 "fetchSpec": "1.1.3" 24 }, 25 "_requiredBy": [ 26 "/color-convert" 27 ], 28 "_resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.3.tgz", 29 "_spec": "1.1.3", 30 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front", 31 "author": { 32 "name": "DY", 33 "email": "dfcreative@gmail.com" 34 }, 35 "bugs": { 36 "url": "https://github.com/dfcreative/color-name/issues" 37 }, 4 38 "description": "A list of color names and its values", 5 "main": "index.js", 6 "scripts": { 7 "test": "node test.js" 8 }, 9 "repository": { 10 "type": "git", 11 "url": "git@github.com:dfcreative/color-name.git" 12 }, 39 "homepage": "https://github.com/dfcreative/color-name", 13 40 "keywords": [ 14 41 "color-name", … … 17 44 "keyword" 18 45 ], 19 "author": "DY <dfcreative@gmail.com>",20 46 "license": "MIT", 21 "bugs": { 22 "url": "https://github.com/dfcreative/color-name/issues" 47 "main": "index.js", 48 "name": "color-name", 49 "repository": { 50 "type": "git", 51 "url": "git+ssh://git@github.com/dfcreative/color-name.git" 23 52 }, 24 "homepage": "https://github.com/dfcreative/color-name" 53 "scripts": { 54 "test": "node test.js" 55 }, 56 "version": "1.1.3" 25 57 }
Note:
See TracChangeset
for help on using the changeset viewer.