package.json 2.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126
  1. {
  2. "_args": [
  3. [
  4. {
  5. "raw": "uuid@^2.0.1",
  6. "scope": null,
  7. "escapedName": "uuid",
  8. "name": "uuid",
  9. "rawSpec": "^2.0.1",
  10. "spec": ">=2.0.1 <3.0.0",
  11. "type": "range"
  12. },
  13. "/home/robert/workspace/xmlrpc/node_modules/configstore"
  14. ]
  15. ],
  16. "_from": "uuid@>=2.0.1 <3.0.0",
  17. "_id": "uuid@2.0.3",
  18. "_inCache": true,
  19. "_location": "/uuid",
  20. "_nodeVersion": "6.2.0",
  21. "_npmOperationalInternal": {
  22. "host": "packages-12-west.internal.npmjs.com",
  23. "tmp": "tmp/uuid-2.0.3.tgz_1474232617862_0.6578061426989734"
  24. },
  25. "_npmUser": {
  26. "name": "defunctzombie",
  27. "email": "shtylman@gmail.com"
  28. },
  29. "_npmVersion": "3.8.9",
  30. "_phantomChildren": {},
  31. "_requested": {
  32. "raw": "uuid@^2.0.1",
  33. "scope": null,
  34. "escapedName": "uuid",
  35. "name": "uuid",
  36. "rawSpec": "^2.0.1",
  37. "spec": ">=2.0.1 <3.0.0",
  38. "type": "range"
  39. },
  40. "_requiredBy": [
  41. "/configstore"
  42. ],
  43. "_resolved": "https://registry.npmjs.org/uuid/-/uuid-2.0.3.tgz",
  44. "_shasum": "67e2e863797215530dff318e5bf9dcebfd47b21a",
  45. "_shrinkwrap": null,
  46. "_spec": "uuid@^2.0.1",
  47. "_where": "/home/robert/workspace/xmlrpc/node_modules/configstore",
  48. "author": {
  49. "name": "Robert Kieffer",
  50. "email": "robert@broofa.com"
  51. },
  52. "browser": {
  53. "./rng.js": "./rng-browser.js"
  54. },
  55. "bugs": {
  56. "url": "https://github.com/defunctzombie/node-uuid/issues"
  57. },
  58. "contributors": [
  59. {
  60. "name": "Christoph Tavan",
  61. "email": "dev@tavan.de"
  62. },
  63. {
  64. "name": "Vincent Voyer",
  65. "email": "vincent@zeroload.net"
  66. }
  67. ],
  68. "dependencies": {},
  69. "description": "Rigorous implementation of RFC4122 (v1 and v4) UUIDs.",
  70. "devDependencies": {
  71. "mocha": "1.8.0"
  72. },
  73. "directories": {},
  74. "dist": {
  75. "shasum": "67e2e863797215530dff318e5bf9dcebfd47b21a",
  76. "tarball": "https://registry.npmjs.org/uuid/-/uuid-2.0.3.tgz"
  77. },
  78. "gitHead": "3f44acd0e722e965c14af816e2f658361a6b15f9",
  79. "homepage": "https://github.com/defunctzombie/node-uuid#readme",
  80. "keywords": [
  81. "uuid",
  82. "guid",
  83. "rfc4122"
  84. ],
  85. "license": "MIT",
  86. "main": "./uuid.js",
  87. "maintainers": [
  88. {
  89. "name": "broofa",
  90. "email": "robert@broofa.com"
  91. },
  92. {
  93. "name": "tim-smart",
  94. "email": "tim@fostle.com"
  95. },
  96. {
  97. "name": "vvo",
  98. "email": "vincent.voyer@gmail.com"
  99. },
  100. {
  101. "name": "defunctzombie",
  102. "email": "shtylman@gmail.com"
  103. }
  104. ],
  105. "name": "uuid",
  106. "optionalDependencies": {},
  107. "readme": "ERROR: No README data found!",
  108. "repository": {
  109. "type": "git",
  110. "url": "git+https://github.com/defunctzombie/node-uuid.git"
  111. },
  112. "scripts": {
  113. "test": "mocha test/test.js"
  114. },
  115. "testling": {
  116. "browsers": [
  117. "ie6..latest",
  118. "firefox/3.6..latest",
  119. "chrome/22..latest",
  120. "safari/5.1..latest"
  121. ],
  122. "harness": "mocha-tdd",
  123. "files": "test/*.js"
  124. },
  125. "version": "2.0.3"
  126. }