package.json 3.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159
  1. {
  2. "_args": [
  3. [
  4. "clone@^1.0.2",
  5. "D:\\work\\im\\node_modules\\nodemailer-smtp-transport"
  6. ]
  7. ],
  8. "_from": "clone@>=1.0.2 <2.0.0",
  9. "_id": "clone@1.0.2",
  10. "_inCache": true,
  11. "_installable": true,
  12. "_location": "/clone",
  13. "_npmUser": {
  14. "email": "paul@vorba.ch",
  15. "name": "pvorb"
  16. },
  17. "_npmVersion": "1.4.14",
  18. "_phantomChildren": {},
  19. "_requested": {
  20. "name": "clone",
  21. "raw": "clone@^1.0.2",
  22. "rawSpec": "^1.0.2",
  23. "scope": null,
  24. "spec": ">=1.0.2 <2.0.0",
  25. "type": "range"
  26. },
  27. "_requiredBy": [
  28. "/nodemailer-smtp-transport"
  29. ],
  30. "_resolved": "https://registry.npmjs.org/clone/-/clone-1.0.2.tgz",
  31. "_shasum": "260b7a99ebb1edfe247538175f783243cb19d149",
  32. "_shrinkwrap": null,
  33. "_spec": "clone@^1.0.2",
  34. "_where": "D:\\work\\im\\node_modules\\nodemailer-smtp-transport",
  35. "author": {
  36. "email": "paul@vorba.ch",
  37. "name": "Paul Vorbach",
  38. "url": "http://paul.vorba.ch/"
  39. },
  40. "bugs": {
  41. "url": "https://github.com/pvorb/node-clone/issues"
  42. },
  43. "contributors": [
  44. {
  45. "email": "miner.blake@gmail.com",
  46. "name": "Blake Miner",
  47. "url": "http://www.blakeminer.com/"
  48. },
  49. {
  50. "email": "axqd001@gmail.com",
  51. "name": "Tian You",
  52. "url": "http://blog.axqd.net/"
  53. },
  54. {
  55. "email": "gstagas@gmail.com",
  56. "name": "George Stagas",
  57. "url": "http://stagas.com/"
  58. },
  59. {
  60. "email": "tobiasz.cudnik@gmail.com",
  61. "name": "Tobiasz Cudnik",
  62. "url": "https://github.com/TobiaszCudnik"
  63. },
  64. {
  65. "email": "langpavel@phpskelet.org",
  66. "name": "Pavel Lang",
  67. "url": "https://github.com/langpavel"
  68. },
  69. {
  70. "name": "Dan MacTough",
  71. "url": "http://yabfog.com/"
  72. },
  73. {
  74. "name": "w1nk",
  75. "url": "https://github.com/w1nk"
  76. },
  77. {
  78. "name": "Hugh Kennedy",
  79. "url": "http://twitter.com/hughskennedy"
  80. },
  81. {
  82. "name": "Dustin Diaz",
  83. "url": "http://dustindiaz.com"
  84. },
  85. {
  86. "name": "Ilya Shaisultanov",
  87. "url": "https://github.com/diversario"
  88. },
  89. {
  90. "email": "nathan@macinn.es",
  91. "name": "Nathan MacInnes",
  92. "url": "http://macinn.es/"
  93. },
  94. {
  95. "email": "ben@npmjs.com",
  96. "name": "Benjamin E. Coe",
  97. "url": "https://twitter.com/benjamincoe"
  98. },
  99. {
  100. "name": "Nathan Zadoks",
  101. "url": "https://github.com/nathan7"
  102. },
  103. {
  104. "email": "robert+gh@oroszi.net",
  105. "name": "Róbert Oroszi",
  106. "url": "https://github.com/oroce"
  107. },
  108. {
  109. "name": "Aurélio A. Heckert",
  110. "url": "http://softwarelivre.org/aurium"
  111. },
  112. {
  113. "name": "Guy Ellis",
  114. "url": "http://www.guyellisrocks.com/"
  115. }
  116. ],
  117. "dependencies": {},
  118. "description": "deep cloning of objects and arrays",
  119. "devDependencies": {
  120. "nodeunit": "~0.9.0"
  121. },
  122. "directories": {},
  123. "dist": {
  124. "shasum": "260b7a99ebb1edfe247538175f783243cb19d149",
  125. "tarball": "https://registry.npmjs.org/clone/-/clone-1.0.2.tgz"
  126. },
  127. "engines": {
  128. "node": ">=0.8"
  129. },
  130. "gitHead": "0e8216efc672496b612fd7ab62159117d16ec4a0",
  131. "homepage": "https://github.com/pvorb/node-clone",
  132. "license": "MIT",
  133. "main": "clone.js",
  134. "maintainers": [
  135. {
  136. "email": "paul@vorb.de",
  137. "name": "pvorb"
  138. }
  139. ],
  140. "name": "clone",
  141. "optionalDependencies": {},
  142. "readme": "ERROR: No README data found!",
  143. "repository": {
  144. "type": "git",
  145. "url": "git://github.com/pvorb/node-clone.git"
  146. },
  147. "scripts": {
  148. "test": "nodeunit test.js"
  149. },
  150. "tags": [
  151. "clone",
  152. "object",
  153. "array",
  154. "function",
  155. "date"
  156. ],
  157. "version": "1.0.2"
  158. }