package.json 3.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134
  1. {
  2. "_from": "nanoid@^3.3.7",
  3. "_id": "nanoid@3.3.7",
  4. "_inBundle": false,
  5. "_integrity": "sha512-eSRppjcPIatRIMC1U6UngP8XFcz8MQWGQdt1MTBQ7NaAmvXDfvNxbvWV3x2y6CdEUciCSsDHDQZbhYaB8QEo2g==",
  6. "_location": "/nanoid",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "nanoid@^3.3.7",
  12. "name": "nanoid",
  13. "escapedName": "nanoid",
  14. "rawSpec": "^3.3.7",
  15. "saveSpec": null,
  16. "fetchSpec": "^3.3.7"
  17. },
  18. "_requiredBy": [
  19. "/postcss"
  20. ],
  21. "_resolved": "https://registry.npmmirror.com/nanoid/-/nanoid-3.3.7.tgz",
  22. "_shasum": "d0c301a691bc8d54efa0a2226ccf3fe2fd656bd8",
  23. "_spec": "nanoid@^3.3.7",
  24. "_where": "/Users/mac/Documents/file/盛磊/发票/ocr-invoice/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. "browser": "./index.browser.js",
  50. "require": {
  51. "types": "./index.d.cts",
  52. "default": "./index.cjs"
  53. },
  54. "import": {
  55. "types": "./index.d.ts",
  56. "default": "./index.js"
  57. },
  58. "default": "./index.js"
  59. },
  60. "./package.json": "./package.json",
  61. "./async/package.json": "./async/package.json",
  62. "./async": {
  63. "browser": "./async/index.browser.js",
  64. "require": {
  65. "types": "./index.d.cts",
  66. "default": "./async/index.cjs"
  67. },
  68. "import": {
  69. "types": "./index.d.ts",
  70. "default": "./async/index.js"
  71. },
  72. "default": "./async/index.js"
  73. },
  74. "./non-secure/package.json": "./non-secure/package.json",
  75. "./non-secure": {
  76. "require": {
  77. "types": "./index.d.cts",
  78. "default": "./non-secure/index.cjs"
  79. },
  80. "import": {
  81. "types": "./index.d.ts",
  82. "default": "./non-secure/index.js"
  83. },
  84. "default": "./non-secure/index.js"
  85. },
  86. "./url-alphabet/package.json": "./url-alphabet/package.json",
  87. "./url-alphabet": {
  88. "require": {
  89. "types": "./index.d.cts",
  90. "default": "./url-alphabet/index.cjs"
  91. },
  92. "import": {
  93. "types": "./index.d.ts",
  94. "default": "./url-alphabet/index.js"
  95. },
  96. "default": "./url-alphabet/index.js"
  97. }
  98. },
  99. "funding": [
  100. {
  101. "type": "github",
  102. "url": "https://github.com/sponsors/ai"
  103. }
  104. ],
  105. "homepage": "https://github.com/ai/nanoid#readme",
  106. "keywords": [
  107. "uuid",
  108. "random",
  109. "id",
  110. "url"
  111. ],
  112. "license": "MIT",
  113. "main": "index.cjs",
  114. "module": "index.js",
  115. "name": "nanoid",
  116. "react-native": "index.js",
  117. "repository": {
  118. "type": "git",
  119. "url": "git+https://github.com/ai/nanoid.git"
  120. },
  121. "sideEffects": false,
  122. "type": "module",
  123. "types": "./index.d.ts",
  124. "version": "3.3.7",
  125. "warnings": [
  126. {
  127. "code": "ENOTSUP",
  128. "required": {
  129. "node": "^10 || ^12 || ^13.7 || ^14 || >=15.0.1"
  130. },
  131. "pkgid": "nanoid@3.3.7"
  132. }
  133. ]
  134. }