package.json 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106
  1. {
  2. "_args": [
  3. [
  4. "nanoid@3.3.6",
  5. "/Users/mac/projects/mime/mine"
  6. ]
  7. ],
  8. "_from": "nanoid@3.3.6",
  9. "_id": "nanoid@3.3.6",
  10. "_inBundle": false,
  11. "_integrity": "sha512-BGcqMMJuToF7i1rt+2PWSNVnWIkGCU78jBG3RxO/bZlnZPK2Cmi2QaffxGO/2RvWi9sL+FAiRiXMgsyxQ1DIDA==",
  12. "_location": "/nanoid",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "nanoid@3.3.6",
  18. "name": "nanoid",
  19. "escapedName": "nanoid",
  20. "rawSpec": "3.3.6",
  21. "saveSpec": null,
  22. "fetchSpec": "3.3.6"
  23. },
  24. "_requiredBy": [
  25. "/postcss"
  26. ],
  27. "_resolved": "https://registry.npmmirror.com/nanoid/-/nanoid-3.3.6.tgz",
  28. "_spec": "3.3.6",
  29. "_where": "/Users/mac/projects/mime/mine",
  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. "funding": [
  81. {
  82. "type": "github",
  83. "url": "https://github.com/sponsors/ai"
  84. }
  85. ],
  86. "homepage": "https://github.com/ai/nanoid#readme",
  87. "keywords": [
  88. "uuid",
  89. "random",
  90. "id",
  91. "url"
  92. ],
  93. "license": "MIT",
  94. "main": "index.cjs",
  95. "module": "index.js",
  96. "name": "nanoid",
  97. "react-native": "index.js",
  98. "repository": {
  99. "type": "git",
  100. "url": "git+https://github.com/ai/nanoid.git"
  101. },
  102. "sideEffects": false,
  103. "type": "module",
  104. "types": "./index.d.ts",
  105. "version": "3.3.6"
  106. }