package.json 2.4 KB

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