package.json 3.5 KB

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