package.json 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123
  1. {
  2. "_args": [
  3. [
  4. {
  5. "raw": "uuid@^3.0.0",
  6. "scope": null,
  7. "escapedName": "uuid",
  8. "name": "uuid",
  9. "rawSpec": "^3.0.0",
  10. "spec": ">=3.0.0 <4.0.0",
  11. "type": "range"
  12. },
  13. "/home/king/Desktop/FINAL/AhMyth/app/node_modules/request"
  14. ]
  15. ],
  16. "_from": "uuid@>=3.0.0 <4.0.0",
  17. "_id": "uuid@3.0.1",
  18. "_inCache": true,
  19. "_installable": true,
  20. "_location": "/uuid",
  21. "_nodeVersion": "6.7.0",
  22. "_npmOperationalInternal": {
  23. "host": "packages-12-west.internal.npmjs.com",
  24. "tmp": "tmp/uuid-3.0.1.tgz_1480403886767_0.2584113120101392"
  25. },
  26. "_npmUser": {
  27. "name": "defunctzombie",
  28. "email": "shtylman@gmail.com"
  29. },
  30. "_npmVersion": "3.10.3",
  31. "_phantomChildren": {},
  32. "_requested": {
  33. "raw": "uuid@^3.0.0",
  34. "scope": null,
  35. "escapedName": "uuid",
  36. "name": "uuid",
  37. "rawSpec": "^3.0.0",
  38. "spec": ">=3.0.0 <4.0.0",
  39. "type": "range"
  40. },
  41. "_requiredBy": [
  42. "/request"
  43. ],
  44. "_resolved": "http://registry.npmjs.org/uuid/-/uuid-3.0.1.tgz",
  45. "_shasum": "6544bba2dfda8c1cf17e629a3a305e2bb1fee6c1",
  46. "_shrinkwrap": null,
  47. "_spec": "uuid@^3.0.0",
  48. "_where": "/home/king/Desktop/FINAL/AhMyth/app/node_modules/request",
  49. "bin": {
  50. "uuid": "./bin/uuid"
  51. },
  52. "browser": {
  53. "./lib/rng.js": "./lib/rng-browser.js"
  54. },
  55. "bugs": {
  56. "url": "https://github.com/kelektiv/node-uuid/issues"
  57. },
  58. "contributors": [
  59. {
  60. "name": "Robert Kieffer",
  61. "email": "robert@broofa.com"
  62. },
  63. {
  64. "name": "Christoph Tavan",
  65. "email": "dev@tavan.de"
  66. },
  67. {
  68. "name": "AJ ONeal",
  69. "email": "coolaj86@gmail.com"
  70. },
  71. {
  72. "name": "Vincent Voyer",
  73. "email": "vincent@zeroload.net"
  74. },
  75. {
  76. "name": "Roman Shtylman",
  77. "email": "shtylman@gmail.com"
  78. }
  79. ],
  80. "dependencies": {},
  81. "description": "RFC4122 (v1 and v4) generator",
  82. "devDependencies": {
  83. "mocha": "3.1.2"
  84. },
  85. "directories": {},
  86. "dist": {
  87. "shasum": "6544bba2dfda8c1cf17e629a3a305e2bb1fee6c1",
  88. "tarball": "https://registry.npmjs.org/uuid/-/uuid-3.0.1.tgz"
  89. },
  90. "gitHead": "374de826de71d8997f71b4641f65552e48956ced",
  91. "homepage": "https://github.com/kelektiv/node-uuid#readme",
  92. "keywords": [
  93. "uuid",
  94. "guid",
  95. "rfc4122"
  96. ],
  97. "license": "MIT",
  98. "maintainers": [
  99. {
  100. "name": "broofa",
  101. "email": "robert@broofa.com"
  102. },
  103. {
  104. "name": "defunctzombie",
  105. "email": "shtylman@gmail.com"
  106. },
  107. {
  108. "name": "vvo",
  109. "email": "vincent.voyer@gmail.com"
  110. }
  111. ],
  112. "name": "uuid",
  113. "optionalDependencies": {},
  114. "readme": "ERROR: No README data found!",
  115. "repository": {
  116. "type": "git",
  117. "url": "git+https://github.com/kelektiv/node-uuid.git"
  118. },
  119. "scripts": {
  120. "test": "mocha test/test.js"
  121. },
  122. "version": "3.0.1"
  123. }