package.json 2.4 KB

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