package.json 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102
  1. {
  2. "_args": [
  3. [
  4. "uuid@3.3.2",
  5. "/Users/lihai/jolijoli/pad_spa"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "uuid@3.3.2",
  10. "_id": "uuid@3.3.2",
  11. "_inBundle": false,
  12. "_integrity": "sha1-G0r0lV6zB3xQHCOHL8ZROBFYcTE=",
  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. "/request",
  27. "/sockjs",
  28. "/webpack-log"
  29. ],
  30. "_resolved": "https://registry.npm.taobao.org/uuid/download/uuid-3.3.2.tgz",
  31. "_spec": "3.3.2",
  32. "_where": "/Users/lihai/jolijoli/pad_spa",
  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/kelektiv/node-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": "7.0.0",
  74. "@commitlint/config-conventional": "7.0.1",
  75. "eslint": "4.19.1",
  76. "husky": "0.14.3",
  77. "mocha": "5.2.0",
  78. "runmd": "1.0.1",
  79. "standard-version": "4.4.0"
  80. },
  81. "homepage": "https://github.com/kelektiv/node-uuid#readme",
  82. "keywords": [
  83. "uuid",
  84. "guid",
  85. "rfc4122"
  86. ],
  87. "license": "MIT",
  88. "name": "uuid",
  89. "repository": {
  90. "type": "git",
  91. "url": "git+https://github.com/kelektiv/node-uuid.git"
  92. },
  93. "scripts": {
  94. "commitmsg": "commitlint -E GIT_PARAMS",
  95. "md": "runmd --watch --output=README.md README_js.md",
  96. "prepare": "runmd --output=README.md README_js.md",
  97. "release": "standard-version",
  98. "test": "mocha test/test.js"
  99. },
  100. "version": "3.3.2"
  101. }