package.json 2.3 KB

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