package.json 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101
  1. {
  2. "_from": "nanoid@^3.1.30",
  3. "_id": "nanoid@3.1.30",
  4. "_inBundle": false,
  5. "_integrity": "sha512-zJpuPDwOv8D2zq2WRoMe1HsfZthVewpel9CAvTfc/2mBD1uUT/agc5f7GHGWXlYkFvi1mVxe4IjvP2HNrop7nQ==",
  6. "_location": "/nanoid",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "nanoid@^3.1.30",
  12. "name": "nanoid",
  13. "escapedName": "nanoid",
  14. "rawSpec": "^3.1.30",
  15. "saveSpec": null,
  16. "fetchSpec": "^3.1.30"
  17. },
  18. "_requiredBy": [
  19. "/postcss"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.1.30.tgz",
  22. "_shasum": "63f93cc548d2a113dc5dfbc63bfa09e2b9b64362",
  23. "_spec": "nanoid@^3.1.30",
  24. "_where": "/Users/xiayangqun/Documents/CompanyWorkSpace/youtongkeji/WuLiTuiXiangZi/extensions/seek-miss/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 (130 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. "browser": {
  50. "development": "./index.dev.js",
  51. "production": "./index.prod.js",
  52. "default": "./index.prod.js"
  53. },
  54. "require": "./index.cjs",
  55. "import": "./index.js",
  56. "default": "./index.js",
  57. "types": "./index.d.ts"
  58. },
  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. "./index.d.ts": "./index.d.ts"
  80. },
  81. "homepage": "https://github.com/ai/nanoid#readme",
  82. "keywords": [
  83. "uuid",
  84. "random",
  85. "id",
  86. "url"
  87. ],
  88. "license": "MIT",
  89. "main": "index.cjs",
  90. "module": "index.js",
  91. "name": "nanoid",
  92. "react-native": "index.js",
  93. "repository": {
  94. "type": "git",
  95. "url": "git+https://github.com/ai/nanoid.git"
  96. },
  97. "sideEffects": false,
  98. "type": "module",
  99. "types": "./index.d.ts",
  100. "version": "3.1.30"
  101. }