source: trip-planner-front/node_modules/nanoid/package.json@ 59329aa

Last change on this file since 59329aa was 59329aa, checked in by Ema <ema_spirova@…>, 3 years ago

adding photos

  • Property mode set to 100644
File size: 2.8 KB
Line 
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",
11 "_inBundle": false,
12 "_integrity": "sha512-dW2pUSGZ8ZnCFIlBIA31SV8huOGCHb6OwzVCc7A69rb/a+SgPBwfmLvK5TKQ3INPbRkcI8a/Owo0XbiTNH19wg==",
13 "_location": "/nanoid",
14 "_phantomChildren": {},
15 "_requested": {
16 "type": "version",
17 "registry": true,
18 "raw": "nanoid@3.1.29",
19 "name": "nanoid",
20 "escapedName": "nanoid",
21 "rawSpec": "3.1.29",
22 "saveSpec": null,
23 "fetchSpec": "3.1.29"
24 },
25 "_requiredBy": [
26 "/postcss"
27 ],
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",
31 "author": {
32 "name": "Andrey Sitnik",
33 "email": "andrey@sitnik.ru"
34 },
35 "bin": {
36 "nanoid": "bin/nanoid.cjs"
37 },
38 "browser": {
39 "./index.js": "./index.browser.js",
40 "./async/index.js": "./async/index.browser.js",
41 "./async/index.cjs": "./async/index.browser.cjs",
42 "./index.cjs": "./index.browser.cjs"
43 },
44 "bugs": {
45 "url": "https://github.com/ai/nanoid/issues"
46 },
47 "description": "A tiny (108 bytes), secure URL-friendly unique string ID generator",
48 "engines": {
49 "node": "^10 || ^12 || ^13.7 || ^14 || >=15.0.1"
50 },
51 "exports": {
52 ".": {
53 "browser": {
54 "development": "./index.dev.js",
55 "production": "./index.prod.js",
56 "default": "./index.prod.js"
57 },
58 "require": "./index.cjs",
59 "import": "./index.js",
60 "default": "./index.js",
61 "types": "./index.d.ts"
62 },
63 "./package.json": "./package.json",
64 "./async/package.json": "./async/package.json",
65 "./async": {
66 "browser": "./async/index.browser.js",
67 "require": "./async/index.cjs",
68 "import": "./async/index.js",
69 "default": "./async/index.js"
70 },
71 "./non-secure/package.json": "./non-secure/package.json",
72 "./non-secure": {
73 "require": "./non-secure/index.cjs",
74 "import": "./non-secure/index.js",
75 "default": "./non-secure/index.js"
76 },
77 "./url-alphabet/package.json": "./url-alphabet/package.json",
78 "./url-alphabet": {
79 "require": "./url-alphabet/index.cjs",
80 "import": "./url-alphabet/index.js",
81 "default": "./url-alphabet/index.js"
82 },
83 "./index.d.ts": "./index.d.ts"
84 },
85 "homepage": "https://github.com/ai/nanoid#readme",
86 "keywords": [
87 "uuid",
88 "random",
89 "id",
90 "url"
91 ],
92 "license": "MIT",
93 "main": "index.cjs",
94 "module": "index.js",
95 "name": "nanoid",
96 "react-native": "index.js",
97 "repository": {
98 "type": "git",
99 "url": "git+https://github.com/ai/nanoid.git"
100 },
101 "sideEffects": false,
102 "type": "module",
103 "types": "./index.d.ts",
104 "version": "3.1.29"
105}
Note: See TracBrowser for help on using the repository browser.