package.json 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100
  1. {
  2. "_args": [
  3. [
  4. "nanoid@3.3.4",
  5. "E:\\item\\newItem\\admin"
  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. "/@vue/compiler-sfc/postcss"
  26. ],
  27. "_resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.4.tgz",
  28. "_spec": "3.3.4",
  29. "_where": "E:\\item\\newItem\\admin",
  30. "author": {
  31. "name": "Andrey Sitnik",
  32. "email": "andrey@sitnik.ru"
  33. },
  34. "bin": {
  35. "nanoid": "./bin/nanoid.cjs"
  36. },
  37. "browser": {
  38. "./index.js": "./index.browser.js",
  39. "./async/index.js": "./async/index.browser.js",
  40. "./async/index.cjs": "./async/index.browser.cjs",
  41. "./index.cjs": "./index.browser.cjs"
  42. },
  43. "bugs": {
  44. "url": "https://github.com/ai/nanoid/issues"
  45. },
  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. "types": "./index.d.ts",
  53. "browser": "./index.browser.js",
  54. "require": "./index.cjs",
  55. "import": "./index.js",
  56. "default": "./index.js"
  57. },
  58. "./index.d.ts": "./index.d.ts",
  59. "./package.json": "./package.json",
  60. "./async/package.json": "./async/package.json",
  61. "./async": {
  62. "browser": "./async/index.browser.js",
  63. "require": "./async/index.cjs",
  64. "import": "./async/index.js",
  65. "default": "./async/index.js"
  66. },
  67. "./non-secure/package.json": "./non-secure/package.json",
  68. "./non-secure": {
  69. "require": "./non-secure/index.cjs",
  70. "import": "./non-secure/index.js",
  71. "default": "./non-secure/index.js"
  72. },
  73. "./url-alphabet/package.json": "./url-alphabet/package.json",
  74. "./url-alphabet": {
  75. "require": "./url-alphabet/index.cjs",
  76. "import": "./url-alphabet/index.js",
  77. "default": "./url-alphabet/index.js"
  78. }
  79. },
  80. "homepage": "https://github.com/ai/nanoid#readme",
  81. "keywords": [
  82. "uuid",
  83. "random",
  84. "id",
  85. "url"
  86. ],
  87. "license": "MIT",
  88. "main": "index.cjs",
  89. "module": "index.js",
  90. "name": "nanoid",
  91. "react-native": "index.js",
  92. "repository": {
  93. "type": "git",
  94. "url": "git+https://github.com/ai/nanoid.git"
  95. },
  96. "sideEffects": false,
  97. "type": "module",
  98. "types": "./index.d.ts",
  99. "version": "3.3.4"
  100. }