package.json 3.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129
  1. {
  2. "_args": [
  3. [
  4. "nanoid@3.3.8",
  5. "/usr/local/develop/php/www/waibao/NN2025081602/NN2025081602/addons/min-exam"
  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. "/",
  26. "/postcss"
  27. ],
  28. "_resolved": "https://registry.npmmirror.com/nanoid/-/nanoid-3.3.8.tgz",
  29. "_spec": "3.3.8",
  30. "_where": "/usr/local/develop/php/www/waibao/NN2025081602/NN2025081602/addons/min-exam",
  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 (116 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": "./index.browser.js",
  54. "require": {
  55. "types": "./index.d.cts",
  56. "default": "./index.cjs"
  57. },
  58. "import": {
  59. "types": "./index.d.ts",
  60. "default": "./index.js"
  61. },
  62. "default": "./index.js"
  63. },
  64. "./package.json": "./package.json",
  65. "./async/package.json": "./async/package.json",
  66. "./async": {
  67. "browser": "./async/index.browser.js",
  68. "require": {
  69. "types": "./index.d.cts",
  70. "default": "./async/index.cjs"
  71. },
  72. "import": {
  73. "types": "./index.d.ts",
  74. "default": "./async/index.js"
  75. },
  76. "default": "./async/index.js"
  77. },
  78. "./non-secure/package.json": "./non-secure/package.json",
  79. "./non-secure": {
  80. "require": {
  81. "types": "./index.d.cts",
  82. "default": "./non-secure/index.cjs"
  83. },
  84. "import": {
  85. "types": "./index.d.ts",
  86. "default": "./non-secure/index.js"
  87. },
  88. "default": "./non-secure/index.js"
  89. },
  90. "./url-alphabet/package.json": "./url-alphabet/package.json",
  91. "./url-alphabet": {
  92. "require": {
  93. "types": "./index.d.cts",
  94. "default": "./url-alphabet/index.cjs"
  95. },
  96. "import": {
  97. "types": "./index.d.ts",
  98. "default": "./url-alphabet/index.js"
  99. },
  100. "default": "./url-alphabet/index.js"
  101. }
  102. },
  103. "funding": [
  104. {
  105. "type": "github",
  106. "url": "https://github.com/sponsors/ai"
  107. }
  108. ],
  109. "homepage": "https://github.com/ai/nanoid#readme",
  110. "keywords": [
  111. "uuid",
  112. "random",
  113. "id",
  114. "url"
  115. ],
  116. "license": "MIT",
  117. "main": "index.cjs",
  118. "module": "index.js",
  119. "name": "nanoid",
  120. "react-native": "index.js",
  121. "repository": {
  122. "type": "git",
  123. "url": "git+https://github.com/ai/nanoid.git"
  124. },
  125. "sideEffects": false,
  126. "type": "module",
  127. "types": "./index.d.ts",
  128. "version": "3.3.8"
  129. }