package.json 3.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142
  1. {
  2. "_args": [
  3. [
  4. "clone@1.0.3",
  5. "/mnt/data/Sites/anissabensalah.net/user/themes/anissabensalah"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "clone@1.0.3",
  10. "_id": "clone@1.0.3",
  11. "_inBundle": false,
  12. "_integrity": "sha1-KY1+IjFmD0DAA8LtMUDezz9TCF8=",
  13. "_location": "/clone",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "clone@1.0.3",
  19. "name": "clone",
  20. "escapedName": "clone",
  21. "rawSpec": "1.0.3",
  22. "saveSpec": null,
  23. "fetchSpec": "1.0.3"
  24. },
  25. "_requiredBy": [
  26. "/defaults",
  27. "/gulp-util/vinyl"
  28. ],
  29. "_resolved": "https://registry.npmjs.org/clone/-/clone-1.0.3.tgz",
  30. "_spec": "1.0.3",
  31. "_where": "/mnt/data/Sites/anissabensalah.net/user/themes/anissabensalah",
  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. "dependencies": {},
  115. "description": "deep cloning of objects and arrays",
  116. "devDependencies": {
  117. "nodeunit": "~0.9.0"
  118. },
  119. "engines": {
  120. "node": ">=0.8"
  121. },
  122. "homepage": "https://github.com/pvorb/node-clone#readme",
  123. "license": "MIT",
  124. "main": "clone.js",
  125. "name": "clone",
  126. "optionalDependencies": {},
  127. "repository": {
  128. "type": "git",
  129. "url": "git://github.com/pvorb/node-clone.git"
  130. },
  131. "scripts": {
  132. "test": "nodeunit test.js"
  133. },
  134. "tags": [
  135. "clone",
  136. "object",
  137. "array",
  138. "function",
  139. "date"
  140. ],
  141. "version": "1.0.3"
  142. }