package.json 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103
  1. {
  2. "_args": [
  3. [
  4. "nanoid@3.3.4",
  5. "E:\\2023\\5\\myjadmin"
  6. ]
  7. ],
  8. "_from": "nanoid@3.3.4",
  9. "_id": "nanoid@3.3.4",
  10. "_inBundle": false,
  11. "_integrity": "sha512-MqBkQh/OHTS2egovRtLk45wEyNXwF+cokD+1YPf9u5VfJiRdAiRwB2froX5Co9Rh20xs4siNPm8naNotSD6RBw==",
  12. "_location": "/nanoid",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "nanoid@3.3.4",
  18. "name": "nanoid",
  19. "escapedName": "nanoid",
  20. "rawSpec": "3.3.4",
  21. "saveSpec": null,
  22. "fetchSpec": "3.3.4"
  23. },
  24. "_requiredBy": [
  25. "/@uppy/core",
  26. "/@uppy/xhr-upload",
  27. "/@wangeditor/editor",
  28. "/postcss"
  29. ],
  30. "_resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.4.tgz",
  31. "_spec": "3.3.4",
  32. "_where": "E:\\2023\\5\\myjadmin",
  33. "author": {
  34. "name": "Andrey Sitnik",
  35. "email": "andrey@sitnik.ru"
  36. },
  37. "bin": {
  38. "nanoid": "bin/nanoid.cjs"
  39. },
  40. "browser": {
  41. "./index.js": "./index.browser.js",
  42. "./async/index.js": "./async/index.browser.js",
  43. "./async/index.cjs": "./async/index.browser.cjs",
  44. "./index.cjs": "./index.browser.cjs"
  45. },
  46. "bugs": {
  47. "url": "https://github.com/ai/nanoid/issues"
  48. },
  49. "description": "A tiny (116 bytes), secure URL-friendly unique string ID generator",
  50. "engines": {
  51. "node": "^10 || ^12 || ^13.7 || ^14 || >=15.0.1"
  52. },
  53. "exports": {
  54. ".": {
  55. "types": "./index.d.ts",
  56. "browser": "./index.browser.js",
  57. "require": "./index.cjs",
  58. "import": "./index.js",
  59. "default": "./index.js"
  60. },
  61. "./index.d.ts": "./index.d.ts",
  62. "./package.json": "./package.json",
  63. "./async/package.json": "./async/package.json",
  64. "./async": {
  65. "browser": "./async/index.browser.js",
  66. "require": "./async/index.cjs",
  67. "import": "./async/index.js",
  68. "default": "./async/index.js"
  69. },
  70. "./non-secure/package.json": "./non-secure/package.json",
  71. "./non-secure": {
  72. "require": "./non-secure/index.cjs",
  73. "import": "./non-secure/index.js",
  74. "default": "./non-secure/index.js"
  75. },
  76. "./url-alphabet/package.json": "./url-alphabet/package.json",
  77. "./url-alphabet": {
  78. "require": "./url-alphabet/index.cjs",
  79. "import": "./url-alphabet/index.js",
  80. "default": "./url-alphabet/index.js"
  81. }
  82. },
  83. "homepage": "https://github.com/ai/nanoid#readme",
  84. "keywords": [
  85. "uuid",
  86. "random",
  87. "id",
  88. "url"
  89. ],
  90. "license": "MIT",
  91. "main": "index.cjs",
  92. "module": "index.js",
  93. "name": "nanoid",
  94. "react-native": "index.js",
  95. "repository": {
  96. "type": "git",
  97. "url": "git+https://github.com/ai/nanoid.git"
  98. },
  99. "sideEffects": false,
  100. "type": "module",
  101. "types": "./index.d.ts",
  102. "version": "3.3.4"
  103. }