Changeset e29cc2e for trip-planner-front/node_modules/nanoid
- Timestamp:
- 11/25/21 22:08:24 (3 years ago)
- Branches:
- master
- Children:
- 8d391a1
- Parents:
- 59329aa
- Location:
- trip-planner-front/node_modules/nanoid
- Files:
-
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
trip-planner-front/node_modules/nanoid/README.md
r59329aa re29cc2e 11 11 > which is simply impossible not to respect.” 12 12 13 * **Small.** 1 08bytes (minified and gzipped). No dependencies.13 * **Small.** 130 bytes (minified and gzipped). No dependencies. 14 14 [Size Limit] controls the size. 15 15 * **Fast.** It is 2 times faster than UUID. -
trip-planner-front/node_modules/nanoid/non-secure/index.cjs
r59329aa re29cc2e 1 1 let urlAlphabet = 2 ' ModuleSymbhasOwnPr-0123456789ABCDEFGHNRVfgctiUvz_KqYTJkLxpZXIjQW'2 'useandom-26T198340PX75pxJACKVERYMINDBUSHWOLF_GQZbfghjklqvwyzrict' 3 3 let customAlphabet = (alphabet, size) => { 4 4 return () => { -
trip-planner-front/node_modules/nanoid/non-secure/index.js
r59329aa re29cc2e 1 1 let urlAlphabet = 2 ' ModuleSymbhasOwnPr-0123456789ABCDEFGHNRVfgctiUvz_KqYTJkLxpZXIjQW'2 'useandom-26T198340PX75pxJACKVERYMINDBUSHWOLF_GQZbfghjklqvwyzrict' 3 3 let customAlphabet = (alphabet, size) => { 4 4 return () => { -
trip-planner-front/node_modules/nanoid/package.json
r59329aa re29cc2e 1 1 { 2 "_args": [ 3 [ 4 "nanoid@3.1.29", 5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front" 6 ] 7 ], 8 "_development": true, 9 "_from": "nanoid@3.1.29", 10 "_id": "nanoid@3.1.29", 2 "_from": "nanoid@^3.1.30", 3 "_id": "nanoid@3.1.30", 11 4 "_inBundle": false, 12 "_integrity": "sha512- dW2pUSGZ8ZnCFIlBIA31SV8huOGCHb6OwzVCc7A69rb/a+SgPBwfmLvK5TKQ3INPbRkcI8a/Owo0XbiTNH19wg==",5 "_integrity": "sha512-zJpuPDwOv8D2zq2WRoMe1HsfZthVewpel9CAvTfc/2mBD1uUT/agc5f7GHGWXlYkFvi1mVxe4IjvP2HNrop7nQ==", 13 6 "_location": "/nanoid", 14 7 "_phantomChildren": {}, 15 8 "_requested": { 16 "type": " version",9 "type": "range", 17 10 "registry": true, 18 "raw": "nanoid@ 3.1.29",11 "raw": "nanoid@^3.1.30", 19 12 "name": "nanoid", 20 13 "escapedName": "nanoid", 21 "rawSpec": " 3.1.29",14 "rawSpec": "^3.1.30", 22 15 "saveSpec": null, 23 "fetchSpec": " 3.1.29"16 "fetchSpec": "^3.1.30" 24 17 }, 25 18 "_requiredBy": [ 19 "/critters/postcss", 26 20 "/postcss" 27 21 ], 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", 22 "_resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.1.30.tgz", 23 "_shasum": "63f93cc548d2a113dc5dfbc63bfa09e2b9b64362", 24 "_spec": "nanoid@^3.1.30", 25 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front\\node_modules\\critters\\node_modules\\postcss", 31 26 "author": { 32 27 "name": "Andrey Sitnik", … … 45 40 "url": "https://github.com/ai/nanoid/issues" 46 41 }, 47 "description": "A tiny (108 bytes), secure URL-friendly unique string ID generator", 42 "bundleDependencies": false, 43 "deprecated": false, 44 "description": "A tiny (130 bytes), secure URL-friendly unique string ID generator", 48 45 "engines": { 49 46 "node": "^10 || ^12 || ^13.7 || ^14 || >=15.0.1" … … 102 99 "type": "module", 103 100 "types": "./index.d.ts", 104 "version": "3.1. 29"101 "version": "3.1.30" 105 102 } -
trip-planner-front/node_modules/nanoid/url-alphabet/index.cjs
r59329aa re29cc2e 1 1 let urlAlphabet = 2 ' ModuleSymbhasOwnPr-0123456789ABCDEFGHNRVfgctiUvz_KqYTJkLxpZXIjQW'2 'useandom-26T198340PX75pxJACKVERYMINDBUSHWOLF_GQZbfghjklqvwyzrict' 3 3 module.exports = { urlAlphabet } -
trip-planner-front/node_modules/nanoid/url-alphabet/index.js
r59329aa re29cc2e 1 1 let urlAlphabet = 2 ' ModuleSymbhasOwnPr-0123456789ABCDEFGHNRVfgctiUvz_KqYTJkLxpZXIjQW'2 'useandom-26T198340PX75pxJACKVERYMINDBUSHWOLF_GQZbfghjklqvwyzrict' 3 3 export { urlAlphabet }
Note:
See TracChangeset
for help on using the changeset viewer.