package.json 3.8 KB

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