Changeset 59329aa for trip-planner-front/node_modules/nanoid/package.json
- 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/nanoid/package.json
rceaed42 r59329aa 1 1 { 2 "name": "nanoid", 3 "version": "3.1.29", 4 "description": "A tiny (108 bytes), secure URL-friendly unique string ID generator", 5 "keywords": [ 6 "uuid", 7 "random", 8 "id", 9 "url" 2 "_args": [ 3 [ 4 "nanoid@3.1.29", 5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front" 6 ] 10 7 ], 11 "engines": { 12 "node": "^10 || ^12 || ^13.7 || ^14 || >=15.0.1" 8 "_development": true, 9 "_from": "nanoid@3.1.29", 10 "_id": "nanoid@3.1.29", 11 "_inBundle": false, 12 "_integrity": "sha512-dW2pUSGZ8ZnCFIlBIA31SV8huOGCHb6OwzVCc7A69rb/a+SgPBwfmLvK5TKQ3INPbRkcI8a/Owo0XbiTNH19wg==", 13 "_location": "/nanoid", 14 "_phantomChildren": {}, 15 "_requested": { 16 "type": "version", 17 "registry": true, 18 "raw": "nanoid@3.1.29", 19 "name": "nanoid", 20 "escapedName": "nanoid", 21 "rawSpec": "3.1.29", 22 "saveSpec": null, 23 "fetchSpec": "3.1.29" 13 24 }, 14 "author": "Andrey Sitnik <andrey@sitnik.ru>", 15 "license": "MIT", 16 "repository": "ai/nanoid", 25 "_requiredBy": [ 26 "/postcss" 27 ], 28 "_resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.1.29.tgz", 29 "_spec": "3.1.29", 30 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front", 31 "author": { 32 "name": "Andrey Sitnik", 33 "email": "andrey@sitnik.ru" 34 }, 35 "bin": { 36 "nanoid": "bin/nanoid.cjs" 37 }, 17 38 "browser": { 18 39 "./index.js": "./index.browser.js", … … 21 42 "./index.cjs": "./index.browser.cjs" 22 43 }, 23 " react-native": "index.js",24 "bin": "./bin/nanoid.cjs",25 "sideEffects": false,26 " types": "./index.d.ts",27 " type": "module",28 "main": "index.cjs",29 "module": "index.js",44 "bugs": { 45 "url": "https://github.com/ai/nanoid/issues" 46 }, 47 "description": "A tiny (108 bytes), secure URL-friendly unique string ID generator", 48 "engines": { 49 "node": "^10 || ^12 || ^13.7 || ^14 || >=15.0.1" 50 }, 30 51 "exports": { 31 52 ".": { … … 61 82 }, 62 83 "./index.d.ts": "./index.d.ts" 63 } 84 }, 85 "homepage": "https://github.com/ai/nanoid#readme", 86 "keywords": [ 87 "uuid", 88 "random", 89 "id", 90 "url" 91 ], 92 "license": "MIT", 93 "main": "index.cjs", 94 "module": "index.js", 95 "name": "nanoid", 96 "react-native": "index.js", 97 "repository": { 98 "type": "git", 99 "url": "git+https://github.com/ai/nanoid.git" 100 }, 101 "sideEffects": false, 102 "type": "module", 103 "types": "./index.d.ts", 104 "version": "3.1.29" 64 105 }
Note:
See TracChangeset
for help on using the changeset viewer.