Ignore:
Timestamp:
01/21/25 03:08:24 (3 days ago)
Author:
stefan toskovski <stefantoska84@…>
Branches:
main
Parents:
0c6b92a
Message:

F4 Finalna Verzija

File:
1 edited

Legend:

Unmodified
Added
Removed
  • imaps-frontend/node_modules/nanoid/package.json

    r0c6b92a r79a0317  
    11{
    2   "name": "nanoid",
    3   "version": "3.3.8",
    4   "description": "A tiny (116 bytes), secure URL-friendly unique string ID generator",
    5   "keywords": [
    6     "uuid",
    7     "random",
    8     "id",
    9     "url"
     2  "_from": "nanoid@^3.3.7",
     3  "_id": "nanoid@3.3.8",
     4  "_inBundle": false,
     5  "_integrity": "sha512-WNLf5Sd8oZxOm+TzppcYk8gVOgP+l58xNy58D0nbUnOxOWRWvlcCV4kUF7ltmI6PsrLl/BgKEyS4mqsGChFN0w==",
     6  "_location": "/nanoid",
     7  "_phantomChildren": {},
     8  "_requested": {
     9    "type": "range",
     10    "registry": true,
     11    "raw": "nanoid@^3.3.7",
     12    "name": "nanoid",
     13    "escapedName": "nanoid",
     14    "rawSpec": "^3.3.7",
     15    "saveSpec": null,
     16    "fetchSpec": "^3.3.7"
     17  },
     18  "_requiredBy": [
     19    "/postcss"
    1020  ],
    11   "engines": {
    12     "node": "^10 || ^12 || ^13.7 || ^14 || >=15.0.1"
     21  "_resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.8.tgz",
     22  "_shasum": "b1be3030bee36aaff18bacb375e5cce521684baf",
     23  "_spec": "nanoid@^3.3.7",
     24  "_where": "/home/stevetosak/Proekt/IMaps/imaps-frontend/node_modules/postcss",
     25  "author": {
     26    "name": "Andrey Sitnik",
     27    "email": "andrey@sitnik.ru"
    1328  },
    14   "funding": [
    15     {
    16       "type": "github",
    17       "url": "https://github.com/sponsors/ai"
    18     }
    19   ],
    20   "author": "Andrey Sitnik <andrey@sitnik.ru>",
    21   "license": "MIT",
    22   "repository": "ai/nanoid",
     29  "bin": {
     30    "nanoid": "bin/nanoid.cjs"
     31  },
    2332  "browser": {
    2433    "./index.js": "./index.browser.js",
     
    2736    "./index.cjs": "./index.browser.cjs"
    2837  },
    29   "react-native": "index.js",
    30   "bin": "./bin/nanoid.cjs",
    31   "sideEffects": false,
    32   "types": "./index.d.ts",
    33   "type": "module",
    34   "main": "index.cjs",
    35   "module": "index.js",
     38  "bugs": {
     39    "url": "https://github.com/ai/nanoid/issues"
     40  },
     41  "bundleDependencies": false,
     42  "deprecated": false,
     43  "description": "A tiny (116 bytes), secure URL-friendly unique string ID generator",
     44  "engines": {
     45    "node": "^10 || ^12 || ^13.7 || ^14 || >=15.0.1"
     46  },
    3647  "exports": {
    3748    ".": {
     
    8596      "default": "./url-alphabet/index.js"
    8697    }
    87   }
     98  },
     99  "funding": [
     100    {
     101      "type": "github",
     102      "url": "https://github.com/sponsors/ai"
     103    }
     104  ],
     105  "homepage": "https://github.com/ai/nanoid#readme",
     106  "keywords": [
     107    "uuid",
     108    "random",
     109    "id",
     110    "url"
     111  ],
     112  "license": "MIT",
     113  "main": "index.cjs",
     114  "module": "index.js",
     115  "name": "nanoid",
     116  "react-native": "index.js",
     117  "repository": {
     118    "type": "git",
     119    "url": "git+https://github.com/ai/nanoid.git"
     120  },
     121  "sideEffects": false,
     122  "type": "module",
     123  "types": "./index.d.ts",
     124  "version": "3.3.8"
    88125}
Note: See TracChangeset for help on using the changeset viewer.