package.json 2.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091
  1. {
  2. "_args": [
  3. [
  4. "uuid@3.2.1",
  5. "D:\\projects\\dealer_front"
  6. ]
  7. ],
  8. "_from": "uuid@3.2.1",
  9. "_id": "uuid@3.2.1",
  10. "_inBundle": false,
  11. "_integrity": "sha512-jZnMwlb9Iku/O3smGWvZhauCf6cvvpKi4BKRiliS3cxnI+Gz9j5MEpTz2UFuXiKPJocb7gnsLHwiS05ige5BEA==",
  12. "_location": "/uuid",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "uuid@3.2.1",
  18. "name": "uuid",
  19. "escapedName": "uuid",
  20. "rawSpec": "3.2.1",
  21. "saveSpec": null,
  22. "fetchSpec": "3.2.1"
  23. },
  24. "_requiredBy": [
  25. "/request",
  26. "/sockjs"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/uuid/-/uuid-3.2.1.tgz",
  29. "_spec": "3.2.1",
  30. "_where": "D:\\projects\\dealer_front",
  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/kelektiv/node-uuid/issues"
  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. "dependencies": {},
  65. "description": "RFC4122 (v1, v4, and v5) UUIDs",
  66. "devDependencies": {
  67. "eslint": "4.5.0",
  68. "mocha": "3.1.2",
  69. "runmd": "1.0.1",
  70. "standard-version": "4.2.0"
  71. },
  72. "homepage": "https://github.com/kelektiv/node-uuid#readme",
  73. "keywords": [
  74. "uuid",
  75. "guid",
  76. "rfc4122"
  77. ],
  78. "license": "MIT",
  79. "name": "uuid",
  80. "repository": {
  81. "type": "git",
  82. "url": "git+https://github.com/kelektiv/node-uuid.git"
  83. },
  84. "scripts": {
  85. "md": "runmd --watch --output=README.md README_js.md",
  86. "prepare": "runmd --output=README.md README_js.md",
  87. "release": "standard-version",
  88. "test": "mocha test/test.js"
  89. },
  90. "version": "3.2.1"
  91. }