package.json 2.3 KB

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