package.json 3.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165
  1. {
  2. "_args": [
  3. [
  4. "clone@^1.0.0",
  5. "/home/seleznev/project Angular/Quality system/node_modules/vinyl"
  6. ]
  7. ],
  8. "_from": "clone@>=1.0.0 <2.0.0",
  9. "_id": "clone@1.0.4",
  10. "_inCache": true,
  11. "_installable": true,
  12. "_location": "/clone",
  13. "_nodeVersion": "4.4.5",
  14. "_npmOperationalInternal": {
  15. "host": "s3://npm-registry-packages",
  16. "tmp": "tmp/clone_1.0.4_1521667285505_0.22371712372947328"
  17. },
  18. "_npmUser": {
  19. "email": "paul@vorba.ch",
  20. "name": "pvorb"
  21. },
  22. "_npmVersion": "3.9.3",
  23. "_phantomChildren": {},
  24. "_requested": {
  25. "name": "clone",
  26. "raw": "clone@^1.0.0",
  27. "rawSpec": "^1.0.0",
  28. "scope": null,
  29. "spec": ">=1.0.0 <2.0.0",
  30. "type": "range"
  31. },
  32. "_requiredBy": [
  33. "/vinyl"
  34. ],
  35. "_resolved": "https://registry.npmjs.org/clone/-/clone-1.0.4.tgz",
  36. "_shasum": "da309cc263df15994c688ca902179ca3c7cd7c7e",
  37. "_shrinkwrap": null,
  38. "_spec": "clone@^1.0.0",
  39. "_where": "/home/seleznev/project Angular/Quality system/node_modules/vinyl",
  40. "author": {
  41. "email": "paul@vorba.ch",
  42. "name": "Paul Vorbach",
  43. "url": "http://paul.vorba.ch/"
  44. },
  45. "bugs": {
  46. "url": "https://github.com/pvorb/node-clone/issues"
  47. },
  48. "contributors": [
  49. {
  50. "name": "Dustin Diaz",
  51. "url": "http://dustindiaz.com"
  52. },
  53. {
  54. "name": "Blake Miner",
  55. "email": "miner.blake@gmail.com",
  56. "url": "http://www.blakeminer.com/"
  57. },
  58. {
  59. "name": "George Stagas",
  60. "email": "gstagas@gmail.com",
  61. "url": "http://stagas.com/"
  62. },
  63. {
  64. "name": "Tobiasz Cudnik",
  65. "email": "tobiasz.cudnik@gmail.com",
  66. "url": "https://github.com/TobiaszCudnik"
  67. },
  68. {
  69. "name": "Pavel Lang",
  70. "email": "langpavel@phpskelet.org",
  71. "url": "https://github.com/langpavel"
  72. },
  73. {
  74. "name": "Dan MacTough",
  75. "url": "http://yabfog.com/"
  76. },
  77. {
  78. "name": "w1nk",
  79. "url": "https://github.com/w1nk"
  80. },
  81. {
  82. "name": "Hugh Kennedy",
  83. "url": "http://twitter.com/hughskennedy"
  84. },
  85. {
  86. "name": "Tian You",
  87. "email": "axqd001@gmail.com",
  88. "url": "http://blog.axqd.net/"
  89. },
  90. {
  91. "name": "Ilya Shaisultanov",
  92. "url": "https://github.com/diversario"
  93. },
  94. {
  95. "name": "Nathan MacInnes",
  96. "email": "nathan@macinn.es",
  97. "url": "http://macinn.es/"
  98. },
  99. {
  100. "name": "Benjamin E. Coe",
  101. "email": "ben@npmjs.com",
  102. "url": "https://twitter.com/benjamincoe"
  103. },
  104. {
  105. "name": "Nathan Zadoks",
  106. "url": "https://github.com/nathan7"
  107. },
  108. {
  109. "name": "Róbert Oroszi",
  110. "email": "robert+gh@oroszi.net",
  111. "url": "https://github.com/oroce"
  112. },
  113. {
  114. "name": "Aurélio A. Heckert",
  115. "url": "http://softwarelivre.org/aurium"
  116. },
  117. {
  118. "name": "Guy Ellis",
  119. "url": "http://www.guyellisrocks.com/"
  120. }
  121. ],
  122. "dependencies": {},
  123. "description": "deep cloning of objects and arrays",
  124. "devDependencies": {
  125. "nodeunit": "~0.9.0"
  126. },
  127. "directories": {},
  128. "dist": {
  129. "fileCount": 6,
  130. "shasum": "da309cc263df15994c688ca902179ca3c7cd7c7e",
  131. "tarball": "https://registry.npmjs.org/clone/-/clone-1.0.4.tgz",
  132. "unpackedSize": 11132
  133. },
  134. "engines": {
  135. "node": ">=0.8"
  136. },
  137. "gitHead": "3095b1b4182ea1babc453b3a46924754831b66bf",
  138. "homepage": "https://github.com/pvorb/node-clone#readme",
  139. "license": "MIT",
  140. "main": "clone.js",
  141. "maintainers": [
  142. {
  143. "name": "pvorb",
  144. "email": "paul@vorb.de"
  145. }
  146. ],
  147. "name": "clone",
  148. "optionalDependencies": {},
  149. "readme": "ERROR: No README data found!",
  150. "repository": {
  151. "type": "git",
  152. "url": "git://github.com/pvorb/node-clone.git"
  153. },
  154. "scripts": {
  155. "test": "nodeunit test.js"
  156. },
  157. "tags": [
  158. "array",
  159. "clone",
  160. "date",
  161. "function",
  162. "object"
  163. ],
  164. "version": "1.0.4"
  165. }