package.json 1.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283
  1. {
  2. "_args": [
  3. [
  4. "uuid@3.1.0",
  5. "/mnt/Data/bach/Documents/ola/OLA#5/ola5doc/sys"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "uuid@3.1.0",
  10. "_id": "uuid@3.1.0",
  11. "_inBundle": false,
  12. "_integrity": "sha1-PdPT55Crwk17DToDT/q6vijrvAQ=",
  13. "_location": "/uuid",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "uuid@3.1.0",
  19. "name": "uuid",
  20. "escapedName": "uuid",
  21. "rawSpec": "3.1.0",
  22. "saveSpec": null,
  23. "fetchSpec": "3.1.0"
  24. },
  25. "_requiredBy": [
  26. "/request"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/uuid/-/uuid-3.1.0.tgz",
  29. "_spec": "3.1.0",
  30. "_where": "/mnt/Data/bach/Documents/ola/OLA#5/ola5doc/sys",
  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. },
  38. "bugs": {
  39. "url": "https://github.com/kelektiv/node-uuid/issues"
  40. },
  41. "contributors": [
  42. {
  43. "name": "Robert Kieffer",
  44. "email": "robert@broofa.com"
  45. },
  46. {
  47. "name": "Christoph Tavan",
  48. "email": "dev@tavan.de"
  49. },
  50. {
  51. "name": "AJ ONeal",
  52. "email": "coolaj86@gmail.com"
  53. },
  54. {
  55. "name": "Vincent Voyer",
  56. "email": "vincent@zeroload.net"
  57. },
  58. {
  59. "name": "Roman Shtylman",
  60. "email": "shtylman@gmail.com"
  61. }
  62. ],
  63. "description": "RFC4122 (v1, v4, and v5) UUIDs",
  64. "devDependencies": {
  65. "mocha": "3.1.2"
  66. },
  67. "homepage": "https://github.com/kelektiv/node-uuid#readme",
  68. "keywords": [
  69. "uuid",
  70. "guid",
  71. "rfc4122"
  72. ],
  73. "license": "MIT",
  74. "name": "uuid",
  75. "repository": {
  76. "type": "git",
  77. "url": "git+https://github.com/kelektiv/node-uuid.git"
  78. },
  79. "scripts": {
  80. "test": "mocha test/test.js"
  81. },
  82. "version": "3.1.0"
  83. }