package.json 3.5 KB

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