package.json 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106
  1. {
  2. "_args": [
  3. [
  4. "uuid@3.4.0",
  5. "D:\\代码\\单商户\\admin"
  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. "/less/request",
  26. "/request",
  27. "/sockjs",
  28. "/webpack-log"
  29. ],
  30. "_resolved": "https://registry.npmjs.org/uuid/-/uuid-3.4.0.tgz",
  31. "_spec": "3.4.0",
  32. "_where": "D:\\代码\\单商户\\admin",
  33. "bin": {
  34. "uuid": "bin/uuid"
  35. },
  36. "browser": {
  37. "./lib/rng.js": "./lib/rng-browser.js",
  38. "./lib/sha1.js": "./lib/sha1-browser.js",
  39. "./lib/md5.js": "./lib/md5-browser.js"
  40. },
  41. "bugs": {
  42. "url": "https://github.com/uuidjs/uuid/issues"
  43. },
  44. "commitlint": {
  45. "extends": [
  46. "@commitlint/config-conventional"
  47. ]
  48. },
  49. "contributors": [
  50. {
  51. "name": "Robert Kieffer",
  52. "email": "robert@broofa.com"
  53. },
  54. {
  55. "name": "Christoph Tavan",
  56. "email": "dev@tavan.de"
  57. },
  58. {
  59. "name": "AJ ONeal",
  60. "email": "coolaj86@gmail.com"
  61. },
  62. {
  63. "name": "Vincent Voyer",
  64. "email": "vincent@zeroload.net"
  65. },
  66. {
  67. "name": "Roman Shtylman",
  68. "email": "shtylman@gmail.com"
  69. }
  70. ],
  71. "description": "RFC4122 (v1, v4, and v5) UUIDs",
  72. "devDependencies": {
  73. "@commitlint/cli": "~8.2.0",
  74. "@commitlint/config-conventional": "~8.2.0",
  75. "eslint": "~6.4.0",
  76. "husky": "~3.0.5",
  77. "mocha": "6.2.0",
  78. "runmd": "1.2.1",
  79. "standard-version": "7.0.0"
  80. },
  81. "homepage": "https://github.com/uuidjs/uuid#readme",
  82. "husky": {
  83. "hooks": {
  84. "commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
  85. }
  86. },
  87. "keywords": [
  88. "uuid",
  89. "guid",
  90. "rfc4122"
  91. ],
  92. "license": "MIT",
  93. "name": "uuid",
  94. "repository": {
  95. "type": "git",
  96. "url": "git+https://github.com/uuidjs/uuid.git"
  97. },
  98. "scripts": {
  99. "lint": "eslint .",
  100. "md": "runmd --watch --output=README.md README_js.md",
  101. "prepare": "runmd --output=README.md README_js.md",
  102. "release": "standard-version",
  103. "test": "npm run lint && mocha test/test.js"
  104. },
  105. "version": "3.4.0"
  106. }