package.json 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101
  1. {
  2. "_from": "uuid@^3.3.2",
  3. "_id": "uuid@3.4.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-HjSDRw6gZE5JMggctHBcjVak08+KEVhSIiDzFnT9S9aegmp85S/bReBVTb4QTFaRNptJ9kuYaNhnbNEOkbKb/A==",
  6. "_location": "/uuid",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "uuid@^3.3.2",
  12. "name": "uuid",
  13. "escapedName": "uuid",
  14. "rawSpec": "^3.3.2",
  15. "saveSpec": null,
  16. "fetchSpec": "^3.3.2"
  17. },
  18. "_requiredBy": [
  19. "/request",
  20. "/webpack-log"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/uuid/-/uuid-3.4.0.tgz",
  23. "_shasum": "b23e4358afa8a202fe7a100af1f5f883f02007ee",
  24. "_spec": "uuid@^3.3.2",
  25. "_where": "D:\\qianger\\7\\jindouyunNewFront\\node_modules\\request",
  26. "bin": {
  27. "uuid": "bin/uuid"
  28. },
  29. "browser": {
  30. "./lib/rng.js": "./lib/rng-browser.js",
  31. "./lib/sha1.js": "./lib/sha1-browser.js",
  32. "./lib/md5.js": "./lib/md5-browser.js"
  33. },
  34. "bugs": {
  35. "url": "https://github.com/uuidjs/uuid/issues"
  36. },
  37. "bundleDependencies": false,
  38. "commitlint": {
  39. "extends": [
  40. "@commitlint/config-conventional"
  41. ]
  42. },
  43. "contributors": [
  44. {
  45. "name": "Robert Kieffer",
  46. "email": "robert@broofa.com"
  47. },
  48. {
  49. "name": "Christoph Tavan",
  50. "email": "dev@tavan.de"
  51. },
  52. {
  53. "name": "AJ ONeal",
  54. "email": "coolaj86@gmail.com"
  55. },
  56. {
  57. "name": "Vincent Voyer",
  58. "email": "vincent@zeroload.net"
  59. },
  60. {
  61. "name": "Roman Shtylman",
  62. "email": "shtylman@gmail.com"
  63. }
  64. ],
  65. "deprecated": "Please upgrade to version 7 or higher. Older versions may use Math.random() in certain circumstances, which is known to be problematic. See https://v8.dev/blog/math-random for details.",
  66. "description": "RFC4122 (v1, v4, and v5) UUIDs",
  67. "devDependencies": {
  68. "@commitlint/cli": "~8.2.0",
  69. "@commitlint/config-conventional": "~8.2.0",
  70. "eslint": "~6.4.0",
  71. "husky": "~3.0.5",
  72. "mocha": "6.2.0",
  73. "runmd": "1.2.1",
  74. "standard-version": "7.0.0"
  75. },
  76. "homepage": "https://github.com/uuidjs/uuid#readme",
  77. "husky": {
  78. "hooks": {
  79. "commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
  80. }
  81. },
  82. "keywords": [
  83. "uuid",
  84. "guid",
  85. "rfc4122"
  86. ],
  87. "license": "MIT",
  88. "name": "uuid",
  89. "repository": {
  90. "type": "git",
  91. "url": "git+https://github.com/uuidjs/uuid.git"
  92. },
  93. "scripts": {
  94. "lint": "eslint .",
  95. "md": "runmd --watch --output=README.md README_js.md",
  96. "prepare": "runmd --output=README.md README_js.md",
  97. "release": "standard-version",
  98. "test": "npm run lint && mocha test/test.js"
  99. },
  100. "version": "3.4.0"
  101. }