1 | {
|
---|
2 | "_from": "nanoid@^3.1.30",
|
---|
3 | "_id": "nanoid@3.1.30",
|
---|
4 | "_inBundle": false,
|
---|
5 | "_integrity": "sha512-zJpuPDwOv8D2zq2WRoMe1HsfZthVewpel9CAvTfc/2mBD1uUT/agc5f7GHGWXlYkFvi1mVxe4IjvP2HNrop7nQ==",
|
---|
6 | "_location": "/nanoid",
|
---|
7 | "_phantomChildren": {},
|
---|
8 | "_requested": {
|
---|
9 | "type": "range",
|
---|
10 | "registry": true,
|
---|
11 | "raw": "nanoid@^3.1.30",
|
---|
12 | "name": "nanoid",
|
---|
13 | "escapedName": "nanoid",
|
---|
14 | "rawSpec": "^3.1.30",
|
---|
15 | "saveSpec": null,
|
---|
16 | "fetchSpec": "^3.1.30"
|
---|
17 | },
|
---|
18 | "_requiredBy": [
|
---|
19 | "/critters/postcss",
|
---|
20 | "/postcss"
|
---|
21 | ],
|
---|
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",
|
---|
26 | "author": {
|
---|
27 | "name": "Andrey Sitnik",
|
---|
28 | "email": "andrey@sitnik.ru"
|
---|
29 | },
|
---|
30 | "bin": {
|
---|
31 | "nanoid": "bin/nanoid.cjs"
|
---|
32 | },
|
---|
33 | "browser": {
|
---|
34 | "./index.js": "./index.browser.js",
|
---|
35 | "./async/index.js": "./async/index.browser.js",
|
---|
36 | "./async/index.cjs": "./async/index.browser.cjs",
|
---|
37 | "./index.cjs": "./index.browser.cjs"
|
---|
38 | },
|
---|
39 | "bugs": {
|
---|
40 | "url": "https://github.com/ai/nanoid/issues"
|
---|
41 | },
|
---|
42 | "bundleDependencies": false,
|
---|
43 | "deprecated": false,
|
---|
44 | "description": "A tiny (130 bytes), secure URL-friendly unique string ID generator",
|
---|
45 | "engines": {
|
---|
46 | "node": "^10 || ^12 || ^13.7 || ^14 || >=15.0.1"
|
---|
47 | },
|
---|
48 | "exports": {
|
---|
49 | ".": {
|
---|
50 | "browser": {
|
---|
51 | "development": "./index.dev.js",
|
---|
52 | "production": "./index.prod.js",
|
---|
53 | "default": "./index.prod.js"
|
---|
54 | },
|
---|
55 | "require": "./index.cjs",
|
---|
56 | "import": "./index.js",
|
---|
57 | "default": "./index.js",
|
---|
58 | "types": "./index.d.ts"
|
---|
59 | },
|
---|
60 | "./package.json": "./package.json",
|
---|
61 | "./async/package.json": "./async/package.json",
|
---|
62 | "./async": {
|
---|
63 | "browser": "./async/index.browser.js",
|
---|
64 | "require": "./async/index.cjs",
|
---|
65 | "import": "./async/index.js",
|
---|
66 | "default": "./async/index.js"
|
---|
67 | },
|
---|
68 | "./non-secure/package.json": "./non-secure/package.json",
|
---|
69 | "./non-secure": {
|
---|
70 | "require": "./non-secure/index.cjs",
|
---|
71 | "import": "./non-secure/index.js",
|
---|
72 | "default": "./non-secure/index.js"
|
---|
73 | },
|
---|
74 | "./url-alphabet/package.json": "./url-alphabet/package.json",
|
---|
75 | "./url-alphabet": {
|
---|
76 | "require": "./url-alphabet/index.cjs",
|
---|
77 | "import": "./url-alphabet/index.js",
|
---|
78 | "default": "./url-alphabet/index.js"
|
---|
79 | },
|
---|
80 | "./index.d.ts": "./index.d.ts"
|
---|
81 | },
|
---|
82 | "homepage": "https://github.com/ai/nanoid#readme",
|
---|
83 | "keywords": [
|
---|
84 | "uuid",
|
---|
85 | "random",
|
---|
86 | "id",
|
---|
87 | "url"
|
---|
88 | ],
|
---|
89 | "license": "MIT",
|
---|
90 | "main": "index.cjs",
|
---|
91 | "module": "index.js",
|
---|
92 | "name": "nanoid",
|
---|
93 | "react-native": "index.js",
|
---|
94 | "repository": {
|
---|
95 | "type": "git",
|
---|
96 | "url": "git+https://github.com/ai/nanoid.git"
|
---|
97 | },
|
---|
98 | "sideEffects": false,
|
---|
99 | "type": "module",
|
---|
100 | "types": "./index.d.ts",
|
---|
101 | "version": "3.1.30"
|
---|
102 | }
|
---|