source: imaps-frontend/node_modules/nanoid/package.json@ 79a0317

main
Last change on this file since 79a0317 was 79a0317, checked in by stefan toskovski <stefantoska84@…>, 3 days ago

F4 Finalna Verzija

  • Property mode set to 100644
File size: 3.2 KB
Line 
1{
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"
20 ],
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"
28 },
29 "bin": {
30 "nanoid": "bin/nanoid.cjs"
31 },
32 "browser": {
33 "./index.js": "./index.browser.js",
34 "./async/index.js": "./async/index.browser.js",
35 "./async/index.cjs": "./async/index.browser.cjs",
36 "./index.cjs": "./index.browser.cjs"
37 },
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 },
47 "exports": {
48 ".": {
49 "browser": "./index.browser.js",
50 "require": {
51 "types": "./index.d.cts",
52 "default": "./index.cjs"
53 },
54 "import": {
55 "types": "./index.d.ts",
56 "default": "./index.js"
57 },
58 "default": "./index.js"
59 },
60 "./package.json": "./package.json",
61 "./async/package.json": "./async/package.json",
62 "./async": {
63 "browser": "./async/index.browser.js",
64 "require": {
65 "types": "./index.d.cts",
66 "default": "./async/index.cjs"
67 },
68 "import": {
69 "types": "./index.d.ts",
70 "default": "./async/index.js"
71 },
72 "default": "./async/index.js"
73 },
74 "./non-secure/package.json": "./non-secure/package.json",
75 "./non-secure": {
76 "require": {
77 "types": "./index.d.cts",
78 "default": "./non-secure/index.cjs"
79 },
80 "import": {
81 "types": "./index.d.ts",
82 "default": "./non-secure/index.js"
83 },
84 "default": "./non-secure/index.js"
85 },
86 "./url-alphabet/package.json": "./url-alphabet/package.json",
87 "./url-alphabet": {
88 "require": {
89 "types": "./index.d.cts",
90 "default": "./url-alphabet/index.cjs"
91 },
92 "import": {
93 "types": "./index.d.ts",
94 "default": "./url-alphabet/index.js"
95 },
96 "default": "./url-alphabet/index.js"
97 }
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"
125}
Note: See TracBrowser for help on using the repository browser.