package.json 3.3 KB

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