项目原始demo,不改动
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.

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