package.json 3.7 KB

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