Ignore:
Timestamp:
11/25/21 22:08:24 (3 years ago)
Author:
Ema <ema_spirova@…>
Branches:
master
Children:
8d391a1
Parents:
59329aa
Message:

primeNG components

Location:
trip-planner-front/node_modules/nanoid
Files:
6 edited

Legend:

Unmodified
Added
Removed
  • trip-planner-front/node_modules/nanoid/README.md

    r59329aa re29cc2e  
    1111> which is simply impossible not to respect.”
    1212
    13 * **Small.** 108 bytes (minified and gzipped). No dependencies.
     13* **Small.** 130 bytes (minified and gzipped). No dependencies.
    1414  [Size Limit] controls the size.
    1515* **Fast.** It is 2 times faster than UUID.
  • trip-planner-front/node_modules/nanoid/non-secure/index.cjs

    r59329aa re29cc2e  
    11let urlAlphabet =
    2   'ModuleSymbhasOwnPr-0123456789ABCDEFGHNRVfgctiUvz_KqYTJkLxpZXIjQW'
     2  'useandom-26T198340PX75pxJACKVERYMINDBUSHWOLF_GQZbfghjklqvwyzrict'
    33let customAlphabet = (alphabet, size) => {
    44  return () => {
  • trip-planner-front/node_modules/nanoid/non-secure/index.js

    r59329aa re29cc2e  
    11let urlAlphabet =
    2   'ModuleSymbhasOwnPr-0123456789ABCDEFGHNRVfgctiUvz_KqYTJkLxpZXIjQW'
     2  'useandom-26T198340PX75pxJACKVERYMINDBUSHWOLF_GQZbfghjklqvwyzrict'
    33let customAlphabet = (alphabet, size) => {
    44  return () => {
  • trip-planner-front/node_modules/nanoid/package.json

    r59329aa re29cc2e  
    11{
    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",
    114  "_inBundle": false,
    12   "_integrity": "sha512-dW2pUSGZ8ZnCFIlBIA31SV8huOGCHb6OwzVCc7A69rb/a+SgPBwfmLvK5TKQ3INPbRkcI8a/Owo0XbiTNH19wg==",
     5  "_integrity": "sha512-zJpuPDwOv8D2zq2WRoMe1HsfZthVewpel9CAvTfc/2mBD1uUT/agc5f7GHGWXlYkFvi1mVxe4IjvP2HNrop7nQ==",
    136  "_location": "/nanoid",
    147  "_phantomChildren": {},
    158  "_requested": {
    16     "type": "version",
     9    "type": "range",
    1710    "registry": true,
    18     "raw": "nanoid@3.1.29",
     11    "raw": "nanoid@^3.1.30",
    1912    "name": "nanoid",
    2013    "escapedName": "nanoid",
    21     "rawSpec": "3.1.29",
     14    "rawSpec": "^3.1.30",
    2215    "saveSpec": null,
    23     "fetchSpec": "3.1.29"
     16    "fetchSpec": "^3.1.30"
    2417  },
    2518  "_requiredBy": [
     19    "/critters/postcss",
    2620    "/postcss"
    2721  ],
    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",
    3126  "author": {
    3227    "name": "Andrey Sitnik",
     
    4540    "url": "https://github.com/ai/nanoid/issues"
    4641  },
    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",
    4845  "engines": {
    4946    "node": "^10 || ^12 || ^13.7 || ^14 || >=15.0.1"
     
    10299  "type": "module",
    103100  "types": "./index.d.ts",
    104   "version": "3.1.29"
     101  "version": "3.1.30"
    105102}
  • trip-planner-front/node_modules/nanoid/url-alphabet/index.cjs

    r59329aa re29cc2e  
    11let urlAlphabet =
    2   'ModuleSymbhasOwnPr-0123456789ABCDEFGHNRVfgctiUvz_KqYTJkLxpZXIjQW'
     2  'useandom-26T198340PX75pxJACKVERYMINDBUSHWOLF_GQZbfghjklqvwyzrict'
    33module.exports = { urlAlphabet }
  • trip-planner-front/node_modules/nanoid/url-alphabet/index.js

    r59329aa re29cc2e  
    11let urlAlphabet =
    2   'ModuleSymbhasOwnPr-0123456789ABCDEFGHNRVfgctiUvz_KqYTJkLxpZXIjQW'
     2  'useandom-26T198340PX75pxJACKVERYMINDBUSHWOLF_GQZbfghjklqvwyzrict'
    33export { urlAlphabet }
Note: See TracChangeset for help on using the changeset viewer.