package.json 3.6 KB

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