package.json 2.4 KB

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