You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

128 lines
3.2 KiB

1 month ago
  1. {
  2. "_args": [
  3. [
  4. "nanoid@3.3.8",
  5. "D:\\IDEAproject\\frontend\\Front-end logistics"
  6. ]
  7. ],
  8. "_from": "nanoid@3.3.8",
  9. "_id": "nanoid@3.3.8",
  10. "_inBundle": false,
  11. "_integrity": "sha512-WNLf5Sd8oZxOm+TzppcYk8gVOgP+l58xNy58D0nbUnOxOWRWvlcCV4kUF7ltmI6PsrLl/BgKEyS4mqsGChFN0w==",
  12. "_location": "/nanoid",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "nanoid@3.3.8",
  18. "name": "nanoid",
  19. "escapedName": "nanoid",
  20. "rawSpec": "3.3.8",
  21. "saveSpec": null,
  22. "fetchSpec": "3.3.8"
  23. },
  24. "_requiredBy": [
  25. "/postcss"
  26. ],
  27. "_resolved": "https://registry.npmmirror.com/nanoid/-/nanoid-3.3.8.tgz",
  28. "_spec": "3.3.8",
  29. "_where": "D:\\IDEAproject\\frontend\\Front-end logistics",
  30. "author": {
  31. "name": "Andrey Sitnik",
  32. "email": "andrey@sitnik.ru"
  33. },
  34. "bin": {
  35. "nanoid": "bin/nanoid.cjs"
  36. },
  37. "browser": {
  38. "./index.js": "./index.browser.js",
  39. "./async/index.js": "./async/index.browser.js",
  40. "./async/index.cjs": "./async/index.browser.cjs",
  41. "./index.cjs": "./index.browser.cjs"
  42. },
  43. "bugs": {
  44. "url": "https://github.com/ai/nanoid/issues"
  45. },
  46. "description": "A tiny (116 bytes), secure URL-friendly unique string ID generator",
  47. "engines": {
  48. "node": "^10 || ^12 || ^13.7 || ^14 || >=15.0.1"
  49. },
  50. "exports": {
  51. ".": {
  52. "browser": "./index.browser.js",
  53. "require": {
  54. "types": "./index.d.cts",
  55. "default": "./index.cjs"
  56. },
  57. "import": {
  58. "types": "./index.d.ts",
  59. "default": "./index.js"
  60. },
  61. "default": "./index.js"
  62. },
  63. "./package.json": "./package.json",
  64. "./async/package.json": "./async/package.json",
  65. "./async": {
  66. "browser": "./async/index.browser.js",
  67. "require": {
  68. "types": "./index.d.cts",
  69. "default": "./async/index.cjs"
  70. },
  71. "import": {
  72. "types": "./index.d.ts",
  73. "default": "./async/index.js"
  74. },
  75. "default": "./async/index.js"
  76. },
  77. "./non-secure/package.json": "./non-secure/package.json",
  78. "./non-secure": {
  79. "require": {
  80. "types": "./index.d.cts",
  81. "default": "./non-secure/index.cjs"
  82. },
  83. "import": {
  84. "types": "./index.d.ts",
  85. "default": "./non-secure/index.js"
  86. },
  87. "default": "./non-secure/index.js"
  88. },
  89. "./url-alphabet/package.json": "./url-alphabet/package.json",
  90. "./url-alphabet": {
  91. "require": {
  92. "types": "./index.d.cts",
  93. "default": "./url-alphabet/index.cjs"
  94. },
  95. "import": {
  96. "types": "./index.d.ts",
  97. "default": "./url-alphabet/index.js"
  98. },
  99. "default": "./url-alphabet/index.js"
  100. }
  101. },
  102. "funding": [
  103. {
  104. "type": "github",
  105. "url": "https://github.com/sponsors/ai"
  106. }
  107. ],
  108. "homepage": "https://github.com/ai/nanoid#readme",
  109. "keywords": [
  110. "uuid",
  111. "random",
  112. "id",
  113. "url"
  114. ],
  115. "license": "MIT",
  116. "main": "index.cjs",
  117. "module": "index.js",
  118. "name": "nanoid",
  119. "react-native": "index.js",
  120. "repository": {
  121. "type": "git",
  122. "url": "git+https://github.com/ai/nanoid.git"
  123. },
  124. "sideEffects": false,
  125. "type": "module",
  126. "types": "./index.d.ts",
  127. "version": "3.3.8"
  128. }