package.json 3.1 KB

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