package.json 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104
  1. {
  2. "_args": [
  3. [
  4. "uuid@3.4.0",
  5. "E:\\amr1.0\\AMR"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "uuid@3.4.0",
  10. "_id": "uuid@3.4.0",
  11. "_inBundle": false,
  12. "_integrity": "sha512-HjSDRw6gZE5JMggctHBcjVak08+KEVhSIiDzFnT9S9aegmp85S/bReBVTb4QTFaRNptJ9kuYaNhnbNEOkbKb/A==",
  13. "_location": "/uuid",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "uuid@3.4.0",
  19. "name": "uuid",
  20. "escapedName": "uuid",
  21. "rawSpec": "3.4.0",
  22. "saveSpec": null,
  23. "fetchSpec": "3.4.0"
  24. },
  25. "_requiredBy": [
  26. "/sockjs"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/uuid/-/uuid-3.4.0.tgz",
  29. "_spec": "3.4.0",
  30. "_where": "E:\\amr1.0\\AMR",
  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/uuidjs/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": "~8.2.0",
  72. "@commitlint/config-conventional": "~8.2.0",
  73. "eslint": "~6.4.0",
  74. "husky": "~3.0.5",
  75. "mocha": "6.2.0",
  76. "runmd": "1.2.1",
  77. "standard-version": "7.0.0"
  78. },
  79. "homepage": "https://github.com/uuidjs/uuid#readme",
  80. "husky": {
  81. "hooks": {
  82. "commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
  83. }
  84. },
  85. "keywords": [
  86. "uuid",
  87. "guid",
  88. "rfc4122"
  89. ],
  90. "license": "MIT",
  91. "name": "uuid",
  92. "repository": {
  93. "type": "git",
  94. "url": "git+https://github.com/uuidjs/uuid.git"
  95. },
  96. "scripts": {
  97. "lint": "eslint .",
  98. "md": "runmd --watch --output=README.md README_js.md",
  99. "prepare": "runmd --output=README.md README_js.md",
  100. "release": "standard-version",
  101. "test": "npm run lint && mocha test/test.js"
  102. },
  103. "version": "3.4.0"
  104. }