package.json 3.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159
  1. {
  2. "_from": "clone@^2.1.1",
  3. "_id": "[email protected]",
  4. "_inBundle": false,
  5. "_integrity": "sha1-G39Ln1kfHo+DZwQBYANFoCiHQ18=",
  6. "_location": "/clone",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "clone@^2.1.1",
  12. "name": "clone",
  13. "escapedName": "clone",
  14. "rawSpec": "^2.1.1",
  15. "saveSpec": null,
  16. "fetchSpec": "^2.1.1"
  17. },
  18. "_requiredBy": [
  19. "/less",
  20. "/vinyl"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/clone/-/clone-2.1.2.tgz",
  23. "_shasum": "1b7f4b9f591f1e8f83670401600345a02887435f",
  24. "_spec": "clone@^2.1.1",
  25. "_where": "D:\\Users\\James\\IdeaProjects\\website-core\\www\\libs\\node_modules\\vinyl",
  26. "author": {
  27. "name": "Paul Vorbach",
  28. "email": "[email protected]",
  29. "url": "http://paul.vorba.ch/"
  30. },
  31. "bugs": {
  32. "url": "https://github.com/pvorb/node-clone/issues"
  33. },
  34. "bundleDependencies": false,
  35. "contributors": [
  36. {
  37. "name": "Blake Miner",
  38. "email": "[email protected]",
  39. "url": "http://www.blakeminer.com/"
  40. },
  41. {
  42. "name": "Tian You",
  43. "email": "[email protected]",
  44. "url": "http://blog.axqd.net/"
  45. },
  46. {
  47. "name": "George Stagas",
  48. "email": "[email protected]",
  49. "url": "http://stagas.com/"
  50. },
  51. {
  52. "name": "Tobiasz Cudnik",
  53. "email": "[email protected]",
  54. "url": "https://github.com/TobiaszCudnik"
  55. },
  56. {
  57. "name": "Pavel Lang",
  58. "email": "[email protected]",
  59. "url": "https://github.com/langpavel"
  60. },
  61. {
  62. "name": "Dan MacTough",
  63. "url": "http://yabfog.com/"
  64. },
  65. {
  66. "name": "w1nk",
  67. "url": "https://github.com/w1nk"
  68. },
  69. {
  70. "name": "Hugh Kennedy",
  71. "url": "http://twitter.com/hughskennedy"
  72. },
  73. {
  74. "name": "Dustin Diaz",
  75. "url": "http://dustindiaz.com"
  76. },
  77. {
  78. "name": "Ilya Shaisultanov",
  79. "url": "https://github.com/diversario"
  80. },
  81. {
  82. "name": "Nathan MacInnes",
  83. "email": "[email protected]",
  84. "url": "http://macinn.es/"
  85. },
  86. {
  87. "name": "Benjamin E. Coe",
  88. "email": "[email protected]",
  89. "url": "https://twitter.com/benjamincoe"
  90. },
  91. {
  92. "name": "Nathan Zadoks",
  93. "url": "https://github.com/nathan7"
  94. },
  95. {
  96. "name": "Róbert Oroszi",
  97. "email": "[email protected]",
  98. "url": "https://github.com/oroce"
  99. },
  100. {
  101. "name": "Aurélio A. Heckert",
  102. "url": "http://softwarelivre.org/aurium"
  103. },
  104. {
  105. "name": "Guy Ellis",
  106. "url": "http://www.guyellisrocks.com/"
  107. },
  108. {
  109. "name": "fscherwi",
  110. "url": "https://fscherwi.github.io"
  111. },
  112. {
  113. "name": "rictic",
  114. "url": "https://github.com/rictic"
  115. },
  116. {
  117. "name": "Martin Jurča",
  118. "url": "https://github.com/jurca"
  119. },
  120. {
  121. "name": "Misery Lee",
  122. "email": "[email protected]",
  123. "url": "https://github.com/miserylee"
  124. },
  125. {
  126. "name": "Clemens Wolff",
  127. "url": "https://github.com/c-w"
  128. }
  129. ],
  130. "dependencies": {},
  131. "deprecated": false,
  132. "description": "deep cloning of objects and arrays",
  133. "devDependencies": {
  134. "nodeunit": "~0.9.0"
  135. },
  136. "engines": {
  137. "node": ">=0.8"
  138. },
  139. "homepage": "https://github.com/pvorb/node-clone#readme",
  140. "license": "MIT",
  141. "main": "clone.js",
  142. "name": "clone",
  143. "optionalDependencies": {},
  144. "repository": {
  145. "type": "git",
  146. "url": "git://github.com/pvorb/node-clone.git"
  147. },
  148. "scripts": {
  149. "test": "nodeunit test.js"
  150. },
  151. "tags": [
  152. "clone",
  153. "object",
  154. "array",
  155. "function",
  156. "date"
  157. ],
  158. "version": "2.1.2"
  159. }