package.json 3.2 KB

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