package.json 2.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788
  1. {
  2. "_from": "uuid@^3.1.0",
  3. "_id": "uuid@3.2.1",
  4. "_inBundle": false,
  5. "_integrity": "sha512-jZnMwlb9Iku/O3smGWvZhauCf6cvvpKi4BKRiliS3cxnI+Gz9j5MEpTz2UFuXiKPJocb7gnsLHwiS05ige5BEA==",
  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.2.1.tgz",
  22. "_shasum": "12c528bb9d58d0b9265d9a2f6f0fe8be17ff1f14",
  23. "_spec": "uuid@^3.1.0",
  24. "_where": "E:\\vscode\\vscode-electron-debug\\electron-quick-start\\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. "contributors": [
  38. {
  39. "name": "Robert Kieffer",
  40. "email": "robert@broofa.com"
  41. },
  42. {
  43. "name": "Christoph Tavan",
  44. "email": "dev@tavan.de"
  45. },
  46. {
  47. "name": "AJ ONeal",
  48. "email": "coolaj86@gmail.com"
  49. },
  50. {
  51. "name": "Vincent Voyer",
  52. "email": "vincent@zeroload.net"
  53. },
  54. {
  55. "name": "Roman Shtylman",
  56. "email": "shtylman@gmail.com"
  57. }
  58. ],
  59. "dependencies": {},
  60. "deprecated": false,
  61. "description": "RFC4122 (v1, v4, and v5) UUIDs",
  62. "devDependencies": {
  63. "eslint": "4.5.0",
  64. "mocha": "3.1.2",
  65. "runmd": "1.0.1",
  66. "standard-version": "4.2.0"
  67. },
  68. "homepage": "https://github.com/kelektiv/node-uuid#readme",
  69. "keywords": [
  70. "uuid",
  71. "guid",
  72. "rfc4122"
  73. ],
  74. "license": "MIT",
  75. "name": "uuid",
  76. "repository": {
  77. "type": "git",
  78. "url": "git+https://github.com/kelektiv/node-uuid.git"
  79. },
  80. "scripts": {
  81. "md": "runmd --watch --output=README.md README_js.md",
  82. "prepare": "runmd --output=README.md README_js.md",
  83. "release": "standard-version",
  84. "test": "mocha test/test.js"
  85. },
  86. "version": "3.2.1"
  87. }