package.json 3.8 KB

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