package.json 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103
  1. {
  2. "_from": "nanoid@^3.3.6",
  3. "_id": "nanoid@3.3.6",
  4. "_inBundle": false,
  5. "_integrity": "sha512-BGcqMMJuToF7i1rt+2PWSNVnWIkGCU78jBG3RxO/bZlnZPK2Cmi2QaffxGO/2RvWi9sL+FAiRiXMgsyxQ1DIDA==",
  6. "_location": "/nanoid",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "nanoid@^3.3.6",
  12. "name": "nanoid",
  13. "escapedName": "nanoid",
  14. "rawSpec": "^3.3.6",
  15. "saveSpec": null,
  16. "fetchSpec": "^3.3.6"
  17. },
  18. "_requiredBy": [
  19. "/postcss"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.6.tgz",
  22. "_shasum": "443380c856d6e9f9824267d960b4236ad583ea4c",
  23. "_spec": "nanoid@^3.3.6",
  24. "_where": "D:\\公司项目\\wms\\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. "types": "./index.d.ts",
  50. "browser": "./index.browser.js",
  51. "require": "./index.cjs",
  52. "import": "./index.js",
  53. "default": "./index.js"
  54. },
  55. "./index.d.ts": "./index.d.ts",
  56. "./package.json": "./package.json",
  57. "./async/package.json": "./async/package.json",
  58. "./async": {
  59. "browser": "./async/index.browser.js",
  60. "require": "./async/index.cjs",
  61. "import": "./async/index.js",
  62. "default": "./async/index.js"
  63. },
  64. "./non-secure/package.json": "./non-secure/package.json",
  65. "./non-secure": {
  66. "require": "./non-secure/index.cjs",
  67. "import": "./non-secure/index.js",
  68. "default": "./non-secure/index.js"
  69. },
  70. "./url-alphabet/package.json": "./url-alphabet/package.json",
  71. "./url-alphabet": {
  72. "require": "./url-alphabet/index.cjs",
  73. "import": "./url-alphabet/index.js",
  74. "default": "./url-alphabet/index.js"
  75. }
  76. },
  77. "funding": [
  78. {
  79. "type": "github",
  80. "url": "https://github.com/sponsors/ai"
  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.6"
  103. }