package.json 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100
  1. {
  2. "_args": [
  3. [
  4. "uuid@3.3.2",
  5. "/home/kevin/Documents/Sites/figureslibres.net/user/themes/figureslibres"
  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. "/node-gyp/request",
  27. "/request"
  28. ],
  29. "_resolved": "https://registry.npmjs.org/uuid/-/uuid-3.3.2.tgz",
  30. "_spec": "3.3.2",
  31. "_where": "/home/kevin/Documents/Sites/figureslibres.net/user/themes/figureslibres",
  32. "bin": {
  33. "uuid": "./bin/uuid"
  34. },
  35. "browser": {
  36. "./lib/rng.js": "./lib/rng-browser.js",
  37. "./lib/sha1.js": "./lib/sha1-browser.js",
  38. "./lib/md5.js": "./lib/md5-browser.js"
  39. },
  40. "bugs": {
  41. "url": "https://github.com/kelektiv/node-uuid/issues"
  42. },
  43. "commitlint": {
  44. "extends": [
  45. "@commitlint/config-conventional"
  46. ]
  47. },
  48. "contributors": [
  49. {
  50. "name": "Robert Kieffer",
  51. "email": "robert@broofa.com"
  52. },
  53. {
  54. "name": "Christoph Tavan",
  55. "email": "dev@tavan.de"
  56. },
  57. {
  58. "name": "AJ ONeal",
  59. "email": "coolaj86@gmail.com"
  60. },
  61. {
  62. "name": "Vincent Voyer",
  63. "email": "vincent@zeroload.net"
  64. },
  65. {
  66. "name": "Roman Shtylman",
  67. "email": "shtylman@gmail.com"
  68. }
  69. ],
  70. "description": "RFC4122 (v1, v4, and v5) UUIDs",
  71. "devDependencies": {
  72. "@commitlint/cli": "7.0.0",
  73. "@commitlint/config-conventional": "7.0.1",
  74. "eslint": "4.19.1",
  75. "husky": "0.14.3",
  76. "mocha": "5.2.0",
  77. "runmd": "1.0.1",
  78. "standard-version": "4.4.0"
  79. },
  80. "homepage": "https://github.com/kelektiv/node-uuid#readme",
  81. "keywords": [
  82. "uuid",
  83. "guid",
  84. "rfc4122"
  85. ],
  86. "license": "MIT",
  87. "name": "uuid",
  88. "repository": {
  89. "type": "git",
  90. "url": "git+https://github.com/kelektiv/node-uuid.git"
  91. },
  92. "scripts": {
  93. "commitmsg": "commitlint -E GIT_PARAMS",
  94. "md": "runmd --watch --output=README.md README_js.md",
  95. "prepare": "runmd --output=README.md README_js.md",
  96. "release": "standard-version",
  97. "test": "mocha test/test.js"
  98. },
  99. "version": "3.3.2"
  100. }