package.json 3.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128
  1. {
  2. "_from": "nanoid@^3.2.0",
  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.2.0",
  12. "name": "nanoid",
  13. "escapedName": "nanoid",
  14. "rawSpec": "^3.2.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^3.2.0"
  17. },
  18. "_requiredBy": [
  19. "/@uppy/core",
  20. "/@uppy/xhr-upload",
  21. "/@wangeditor/editor",
  22. "/postcss"
  23. ],
  24. "_resolved": "https://registry.npmmirror.com/nanoid/-/nanoid-3.3.8.tgz",
  25. "_shasum": "b1be3030bee36aaff18bacb375e5cce521684baf",
  26. "_spec": "nanoid@^3.2.0",
  27. "_where": "E:\\qinduan\\mallbackinfrontend\\node_modules\\@wangeditor\\editor",
  28. "author": {
  29. "name": "Andrey Sitnik",
  30. "email": "andrey@sitnik.ru"
  31. },
  32. "bin": {
  33. "nanoid": "bin/nanoid.cjs"
  34. },
  35. "browser": {
  36. "./index.js": "./index.browser.js",
  37. "./async/index.js": "./async/index.browser.js",
  38. "./async/index.cjs": "./async/index.browser.cjs",
  39. "./index.cjs": "./index.browser.cjs"
  40. },
  41. "bugs": {
  42. "url": "https://github.com/ai/nanoid/issues"
  43. },
  44. "bundleDependencies": false,
  45. "deprecated": false,
  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. }