package.json 2.7 KB

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