Changeset 59329aa for trip-planner-front/node_modules/nanocolors
- 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/nanocolors/package.json
rceaed42 r59329aa 1 1 { 2 "name": "nanocolors", 3 "version": "0.1.12", 2 "_args": [ 3 [ 4 "nanocolors@0.1.12", 5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front" 6 ] 7 ], 8 "_development": true, 9 "_from": "nanocolors@0.1.12", 10 "_id": "nanocolors@0.1.12", 11 "_inBundle": false, 12 "_integrity": "sha512-2nMHqg1x5PU+unxX7PGY7AuYxl2qDx7PSrTRjizr8sxdd3l/3hBuWWaki62qmtYm2U5i4Z5E7GbjlyDFhs9/EQ==", 13 "_location": "/nanocolors", 14 "_phantomChildren": {}, 15 "_requested": { 16 "type": "version", 17 "registry": true, 18 "raw": "nanocolors@0.1.12", 19 "name": "nanocolors", 20 "escapedName": "nanocolors", 21 "rawSpec": "0.1.12", 22 "saveSpec": null, 23 "fetchSpec": "0.1.12" 24 }, 25 "_requiredBy": [ 26 "/svgo" 27 ], 28 "_resolved": "https://registry.npmjs.org/nanocolors/-/nanocolors-0.1.12.tgz", 29 "_spec": "0.1.12", 30 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front", 31 "author": { 32 "name": "Andrey Sitnik", 33 "email": "andrey@sitnik.ru" 34 }, 35 "browser": { 36 "./index.js": "./index.browser.js", 37 "./index.cjs": "./index.browser.cjs" 38 }, 39 "bugs": { 40 "url": "https://github.com/ai/nanocolors/issues" 41 }, 4 42 "description": "2x times faster than chalk and use 5x less space in node_modules", 43 "exports": { 44 ".": { 45 "browser": "./index.browser.js", 46 "require": "./index.cjs", 47 "import": "./index.js", 48 "default": "./index.js" 49 }, 50 "./package.json": "./package.json" 51 }, 52 "homepage": "https://github.com/ai/nanocolors#readme", 5 53 "keywords": [ 6 54 "color", … … 12 60 "chalk" 13 61 ], 14 "author": "Andrey Sitnik <andrey@sitnik.ru>",15 62 "license": "MIT", 16 "repository": "ai/nanocolors", 63 "main": "index.cjs", 64 "module": "index.js", 65 "name": "nanocolors", 66 "repository": { 67 "type": "git", 68 "url": "git+https://github.com/ai/nanocolors.git" 69 }, 17 70 "sideEffects": false, 18 71 "type": "module", 19 72 "types": "./index.d.ts", 20 "browser": { 21 "./index.js": "./index.browser.js", 22 "./index.cjs": "./index.browser.cjs" 23 }, 24 "main": "index.cjs", 25 "module": "index.js", 26 "exports": { 27 ".": { 28 "browser": "./index.browser.js", 29 "require": "./index.cjs", 30 "import": "./index.js", 31 "default": "./index.js" 32 }, 33 "./package.json": "./package.json" 34 } 73 "version": "0.1.12" 35 74 }
Note:
See TracChangeset
for help on using the changeset viewer.