package.json 3.7 KB

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