package.json 2.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798
  1. {
  2. "_from": "nanoid@^3.1.23",
  3. "_id": "nanoid@3.1.23",
  4. "_inBundle": false,
  5. "_integrity": "sha512-FiB0kzdP0FFVGDKlRLEQ1BgDzU87dy5NnzjeW9YZNt+/c3+q82EQDUwniSAUxp/F0gFNI1ZhKU1FqYsMuqZVnw==",
  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. "/postcss-safe-parser/postcss"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.1.23.tgz",
  22. "_shasum": "f744086ce7c2bc47ee0a8472574d5c78e4183a81",
  23. "_spec": "nanoid@^3.1.23",
  24. "_where": "C:\\Users\\rickh\\Desktop\\js-hw-1\\hw1\\node_modules\\postcss-safe-parser\\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. },
  35. "bugs": {
  36. "url": "https://github.com/ai/nanoid/issues"
  37. },
  38. "bundleDependencies": false,
  39. "deprecated": false,
  40. "description": "A tiny (108 bytes), secure URL-friendly unique string ID generator",
  41. "engines": {
  42. "node": "^10 || ^12 || ^13.7 || ^14 || >=15.0.1"
  43. },
  44. "exports": {
  45. ".": {
  46. "browser": {
  47. "development": "./index.dev.js",
  48. "production": "./index.prod.js",
  49. "default": "./index.prod.js"
  50. },
  51. "require": "./index.cjs",
  52. "import": "./index.js",
  53. "default": "./index.js",
  54. "types": "./index.d.ts"
  55. },
  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. "./index.d.ts": "./index.d.ts"
  77. },
  78. "homepage": "https://github.com/ai/nanoid#readme",
  79. "keywords": [
  80. "uuid",
  81. "random",
  82. "id",
  83. "url"
  84. ],
  85. "license": "MIT",
  86. "main": "index.cjs",
  87. "module": "index.js",
  88. "name": "nanoid",
  89. "react-native": "index.js",
  90. "repository": {
  91. "type": "git",
  92. "url": "git+https://github.com/ai/nanoid.git"
  93. },
  94. "sideEffects": false,
  95. "type": "module",
  96. "types": "./index.d.ts",
  97. "version": "3.1.23"
  98. }