Advertisement
Guest User

Untitled

a guest
Nov 14th, 2015
774
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 341.46 KB | None | 0 0
  1. 0 info it worked if it ends with ok
  2. 1 verbose cli [ 'C:\\Program Files (x86)\\nodejs\\node.exe',
  3. 1 verbose cli 'C:\\Program Files (x86)\\nodejs\\node_modules\\npm\\bin\\npm-cli.js',
  4. 1 verbose cli 'install',
  5. 1 verbose cli '-g',
  6. 1 verbose cli 'homebridge' ]
  7. 2 info using npm@2.14.7
  8. 3 info using node@v4.2.2
  9. 4 verbose install initial load of C:\Users\Rowan\AppData\Roaming\npm\package.json
  10. 5 verbose readDependencies loading dependencies from C:\Users\Rowan\AppData\Roaming\npm\package.json
  11. 6 silly cache add args [ 'homebridge', null ]
  12. 7 verbose cache add spec homebridge
  13. 8 silly cache add parsed spec Result {
  14. 8 silly cache add raw: 'homebridge',
  15. 8 silly cache add scope: null,
  16. 8 silly cache add name: 'homebridge',
  17. 8 silly cache add rawSpec: '',
  18. 8 silly cache add spec: '*',
  19. 8 silly cache add type: 'range' }
  20. 9 silly addNamed homebridge@*
  21. 10 verbose addNamed "*" is a valid semver range for homebridge
  22. 11 silly addNameRange { name: 'homebridge', range: '*', hasData: false }
  23. 12 silly mapToRegistry name homebridge
  24. 13 silly mapToRegistry using default registry
  25. 14 silly mapToRegistry registry https://registry.npmjs.org/
  26. 15 silly mapToRegistry uri https://registry.npmjs.org/homebridge
  27. 16 verbose addNameRange registry:https://registry.npmjs.org/homebridge not in flight; fetching
  28. 17 verbose request uri https://registry.npmjs.org/homebridge
  29. 18 verbose request no auth needed
  30. 19 info attempt registry request try #1 at 1:31:19 PM
  31. 20 verbose request id 2a078eb57c9a3b14
  32. 21 verbose etag "5TTCML010ICJ6OLV8Q3YUU8N5"
  33. 22 http request GET https://registry.npmjs.org/homebridge
  34. 23 http 304 https://registry.npmjs.org/homebridge
  35. 24 verbose headers { date: 'Sat, 14 Nov 2015 13:31:08 GMT',
  36. 24 verbose headers via: '1.1 varnish',
  37. 24 verbose headers 'cache-control': 'max-age=60',
  38. 24 verbose headers etag: '"5TTCML010ICJ6OLV8Q3YUU8N5"',
  39. 24 verbose headers age: '0',
  40. 24 verbose headers connection: 'keep-alive',
  41. 24 verbose headers 'x-served-by': 'cache-ams4124-AMS',
  42. 24 verbose headers 'x-cache': 'HIT',
  43. 24 verbose headers 'x-cache-hits': '1',
  44. 24 verbose headers 'x-timer': 'S1447507868.675518,VS0,VE686',
  45. 24 verbose headers vary: 'Accept' }
  46. 25 silly get cb [ 304,
  47. 25 silly get { date: 'Sat, 14 Nov 2015 13:31:08 GMT',
  48. 25 silly get via: '1.1 varnish',
  49. 25 silly get 'cache-control': 'max-age=60',
  50. 25 silly get etag: '"5TTCML010ICJ6OLV8Q3YUU8N5"',
  51. 25 silly get age: '0',
  52. 25 silly get connection: 'keep-alive',
  53. 25 silly get 'x-served-by': 'cache-ams4124-AMS',
  54. 25 silly get 'x-cache': 'HIT',
  55. 25 silly get 'x-cache-hits': '1',
  56. 25 silly get 'x-timer': 'S1447507868.675518,VS0,VE686',
  57. 25 silly get vary: 'Accept' } ]
  58. 26 verbose etag https://registry.npmjs.org/homebridge from cache
  59. 27 verbose get saving homebridge to C:\Users\Rowan\AppData\Roaming\npm-cache\registry.npmjs.org\homebridge\.cache.json
  60. 28 silly addNameRange number 2 { name: 'homebridge', range: '*', hasData: true }
  61. 29 silly addNameRange versions [ 'homebridge',
  62. 29 silly addNameRange [ '0.0.0',
  63. 29 silly addNameRange '0.1.0',
  64. 29 silly addNameRange '0.1.1',
  65. 29 silly addNameRange '0.2.0',
  66. 29 silly addNameRange '0.2.1',
  67. 29 silly addNameRange '0.2.2',
  68. 29 silly addNameRange '0.2.3',
  69. 29 silly addNameRange '0.2.4',
  70. 29 silly addNameRange '0.2.5',
  71. 29 silly addNameRange '0.2.6',
  72. 29 silly addNameRange '0.2.7',
  73. 29 silly addNameRange '0.2.8',
  74. 29 silly addNameRange '0.2.9',
  75. 29 silly addNameRange '0.2.10',
  76. 29 silly addNameRange '0.2.11' ] ]
  77. 30 silly addNamed homebridge@0.2.11
  78. 31 verbose addNamed "0.2.11" is a plain semver version for homebridge
  79. 32 silly cache afterAdd homebridge@0.2.11
  80. 33 verbose afterAdd C:\Users\Rowan\AppData\Roaming\npm-cache\homebridge\0.2.11\package\package.json not in flight; writing
  81. 34 verbose afterAdd C:\Users\Rowan\AppData\Roaming\npm-cache\homebridge\0.2.11\package\package.json written
  82. 35 silly install resolved [ { name: 'homebridge',
  83. 35 silly install resolved description: 'HomeKit support for the impatient',
  84. 35 silly install resolved version: '0.2.11',
  85. 35 silly install resolved scripts: { dev: 'DEBUG=* ./bin/homebridge -D -P example-plugins/ || true' },
  86. 35 silly install resolved author: { name: 'Nick Farina' },
  87. 35 silly install resolved repository: { type: 'git', url: 'git://github.com/nfarina/homebridge.git' },
  88. 35 silly install resolved bugs: { url: 'http://github.com/nfarina/homebridge/issues' },
  89. 35 silly install resolved licenses: [ [Object] ],
  90. 35 silly install resolved bin: { homebridge: 'bin/homebridge' },
  91. 35 silly install resolved engines: { node: '>=0.12.0' },
  92. 35 silly install resolved preferGlobal: true,
  93. 35 silly install resolved dependencies:
  94. 35 silly install resolved { chalk: '^1.1.1',
  95. 35 silly install resolved commander: '2.8.1',
  96. 35 silly install resolved 'hap-nodejs': '0.0.3',
  97. 35 silly install resolved semver: '5.0.3' },
  98. 35 silly install resolved gitHead: 'e3a5c5a96a8b19e355fc9ac55c2240d66b0a2077',
  99. 35 silly install resolved homepage: 'https://github.com/nfarina/homebridge#readme',
  100. 35 silly install resolved _id: 'homebridge@0.2.11',
  101. 35 silly install resolved _shasum: 'cb2451f1e16bcddd45ab72e8aa8ed2050719b34f',
  102. 35 silly install resolved _from: 'homebridge@*',
  103. 35 silly install resolved _npmVersion: '2.14.4',
  104. 35 silly install resolved _nodeVersion: '4.1.1',
  105. 35 silly install resolved _npmUser: { name: 'nfarina', email: 'nfarina@gmail.com' },
  106. 35 silly install resolved maintainers: [ [Object] ],
  107. 35 silly install resolved dist:
  108. 35 silly install resolved { shasum: 'cb2451f1e16bcddd45ab72e8aa8ed2050719b34f',
  109. 35 silly install resolved tarball: 'http://registry.npmjs.org/homebridge/-/homebridge-0.2.11.tgz' },
  110. 35 silly install resolved directories: {},
  111. 35 silly install resolved _resolved: 'https://registry.npmjs.org/homebridge/-/homebridge-0.2.11.tgz',
  112. 35 silly install resolved readme: 'ERROR: No README data found!' } ]
  113. 36 info install homebridge@0.2.11 into C:\Users\Rowan\AppData\Roaming\npm
  114. 37 info installOne homebridge@0.2.11
  115. 38 verbose installOne of homebridge to C:\Users\Rowan\AppData\Roaming\npm not in flight; installing
  116. 39 verbose lock using C:\Users\Rowan\AppData\Roaming\npm-cache\_locks\homebridge-0e22277508ee70fc.lock for C:\Users\Rowan\AppData\Roaming\npm\node_modules\homebridge
  117. 40 silly install write writing homebridge 0.2.11 to C:\Users\Rowan\AppData\Roaming\npm\node_modules\homebridge
  118. 41 verbose unbuild node_modules\homebridge
  119. 42 silly gentlyRm C:\Users\Rowan\AppData\Roaming\npm\node_modules\homebridge is being purged from base C:\Users\Rowan\AppData\Roaming\npm
  120. 43 verbose gentlyRm don't care about contents; nuking C:\Users\Rowan\AppData\Roaming\npm\node_modules\homebridge
  121. 44 verbose tar unpack C:\Users\Rowan\AppData\Roaming\npm-cache\homebridge\0.2.11\package.tgz
  122. 45 verbose tar unpacking to C:\Users\Rowan\AppData\Roaming\npm\node_modules\homebridge
  123. 46 silly gentlyRm C:\Users\Rowan\AppData\Roaming\npm\node_modules\homebridge is being purged
  124. 47 verbose gentlyRm don't care about contents; nuking C:\Users\Rowan\AppData\Roaming\npm\node_modules\homebridge
  125. 48 silly gunzTarPerm modes [ '777', '666' ]
  126. 49 silly gunzTarPerm extractEntry package.json
  127. 50 silly gunzTarPerm modified mode [ 'package.json', 420, 438 ]
  128. 51 silly gunzTarPerm extractEntry .npmignore
  129. 52 silly gunzTarPerm modified mode [ '.npmignore', 420, 438 ]
  130. 53 silly gunzTarPerm extractEntry README.md
  131. 54 silly gunzTarPerm modified mode [ 'README.md', 420, 438 ]
  132. 55 silly gunzTarPerm extractEntry LICENSE
  133. 56 silly gunzTarPerm modified mode [ 'LICENSE', 420, 438 ]
  134. 57 silly gunzTarPerm extractEntry config-sample.json
  135. 58 silly gunzTarPerm modified mode [ 'config-sample.json', 420, 438 ]
  136. 59 silly gunzTarPerm extractEntry lib/api.js
  137. 60 silly gunzTarPerm modified mode [ 'lib/api.js', 420, 438 ]
  138. 61 silly gunzTarPerm extractEntry lib/cli.js
  139. 62 silly gunzTarPerm modified mode [ 'lib/cli.js', 420, 438 ]
  140. 63 silly gunzTarPerm extractEntry lib/logger.js
  141. 64 silly gunzTarPerm modified mode [ 'lib/logger.js', 420, 438 ]
  142. 65 silly gunzTarPerm extractEntry lib/plugin.js
  143. 66 silly gunzTarPerm modified mode [ 'lib/plugin.js', 420, 438 ]
  144. 67 silly gunzTarPerm extractEntry lib/server.js
  145. 68 silly gunzTarPerm modified mode [ 'lib/server.js', 420, 438 ]
  146. 69 silly gunzTarPerm extractEntry lib/user.js
  147. 70 silly gunzTarPerm modified mode [ 'lib/user.js', 420, 438 ]
  148. 71 silly gunzTarPerm extractEntry lib/version.js
  149. 72 silly gunzTarPerm modified mode [ 'lib/version.js', 420, 438 ]
  150. 73 silly gunzTarPerm extractEntry bin/homebridge
  151. 74 silly gunzTarPerm modified mode [ 'bin/homebridge', 493, 511 ]
  152. 75 verbose write writing to C:\Users\Rowan\AppData\Roaming\npm\node_modules\homebridge\package.json
  153. 76 info preinstall homebridge@0.2.11
  154. 77 verbose readDependencies loading dependencies from C:\Users\Rowan\AppData\Roaming\npm\node_modules\homebridge\package.json
  155. 78 silly prepareForInstallMany adding chalk@^1.1.1 from homebridge dependencies
  156. 79 silly prepareForInstallMany adding commander@2.8.1 from homebridge dependencies
  157. 80 silly prepareForInstallMany adding hap-nodejs@0.0.3 from homebridge dependencies
  158. 81 silly prepareForInstallMany adding semver@5.0.3 from homebridge dependencies
  159. 82 verbose readDependencies loading dependencies from C:\Users\Rowan\AppData\Roaming\npm\node_modules\homebridge\package.json
  160. 83 silly cache add args [ 'chalk@^1.1.1', null ]
  161. 84 verbose cache add spec chalk@^1.1.1
  162. 85 silly cache add args [ 'commander@2.8.1', null ]
  163. 86 verbose cache add spec commander@2.8.1
  164. 87 silly cache add parsed spec Result {
  165. 87 silly cache add raw: 'chalk@^1.1.1',
  166. 87 silly cache add scope: null,
  167. 87 silly cache add name: 'chalk',
  168. 87 silly cache add rawSpec: '^1.1.1',
  169. 87 silly cache add spec: '>=1.1.1 <2.0.0',
  170. 87 silly cache add type: 'range' }
  171. 88 silly addNamed chalk@>=1.1.1 <2.0.0
  172. 89 verbose addNamed ">=1.1.1 <2.0.0" is a valid semver range for chalk
  173. 90 silly addNameRange { name: 'chalk', range: '>=1.1.1 <2.0.0', hasData: false }
  174. 91 silly mapToRegistry name chalk
  175. 92 silly mapToRegistry using default registry
  176. 93 silly mapToRegistry registry https://registry.npmjs.org/
  177. 94 silly mapToRegistry uri https://registry.npmjs.org/chalk
  178. 95 verbose addNameRange registry:https://registry.npmjs.org/chalk not in flight; fetching
  179. 96 silly cache add parsed spec Result {
  180. 96 silly cache add raw: 'commander@2.8.1',
  181. 96 silly cache add scope: null,
  182. 96 silly cache add name: 'commander',
  183. 96 silly cache add rawSpec: '2.8.1',
  184. 96 silly cache add spec: '2.8.1',
  185. 96 silly cache add type: 'version' }
  186. 97 silly addNamed commander@2.8.1
  187. 98 verbose addNamed "2.8.1" is a plain semver version for commander
  188. 99 silly mapToRegistry name commander
  189. 100 silly mapToRegistry using default registry
  190. 101 silly mapToRegistry registry https://registry.npmjs.org/
  191. 102 silly mapToRegistry uri https://registry.npmjs.org/commander
  192. 103 verbose addNameVersion registry:https://registry.npmjs.org/commander not in flight; fetching
  193. 104 silly cache add args [ 'hap-nodejs@0.0.3', null ]
  194. 105 verbose cache add spec hap-nodejs@0.0.3
  195. 106 silly cache add parsed spec Result {
  196. 106 silly cache add raw: 'hap-nodejs@0.0.3',
  197. 106 silly cache add scope: null,
  198. 106 silly cache add name: 'hap-nodejs',
  199. 106 silly cache add rawSpec: '0.0.3',
  200. 106 silly cache add spec: '0.0.3',
  201. 106 silly cache add type: 'version' }
  202. 107 silly addNamed hap-nodejs@0.0.3
  203. 108 verbose addNamed "0.0.3" is a plain semver version for hap-nodejs
  204. 109 silly mapToRegistry name hap-nodejs
  205. 110 silly mapToRegistry using default registry
  206. 111 silly mapToRegistry registry https://registry.npmjs.org/
  207. 112 silly mapToRegistry uri https://registry.npmjs.org/hap-nodejs
  208. 113 verbose addNameVersion registry:https://registry.npmjs.org/hap-nodejs not in flight; fetching
  209. 114 silly cache add args [ 'semver@5.0.3', null ]
  210. 115 verbose cache add spec semver@5.0.3
  211. 116 silly cache add parsed spec Result {
  212. 116 silly cache add raw: 'semver@5.0.3',
  213. 116 silly cache add scope: null,
  214. 116 silly cache add name: 'semver',
  215. 116 silly cache add rawSpec: '5.0.3',
  216. 116 silly cache add spec: '5.0.3',
  217. 116 silly cache add type: 'version' }
  218. 117 silly addNamed semver@5.0.3
  219. 118 verbose addNamed "5.0.3" is a plain semver version for semver
  220. 119 silly mapToRegistry name semver
  221. 120 silly mapToRegistry using default registry
  222. 121 silly mapToRegistry registry https://registry.npmjs.org/
  223. 122 silly mapToRegistry uri https://registry.npmjs.org/semver
  224. 123 verbose addNameVersion registry:https://registry.npmjs.org/semver not in flight; fetching
  225. 124 verbose request uri https://registry.npmjs.org/chalk
  226. 125 verbose request no auth needed
  227. 126 info attempt registry request try #1 at 1:31:20 PM
  228. 127 verbose etag "C9YD3V5XE0DT3DYNQ0TDN3KVX"
  229. 128 http request GET https://registry.npmjs.org/chalk
  230. 129 verbose request uri https://registry.npmjs.org/commander
  231. 130 verbose request no auth needed
  232. 131 info attempt registry request try #1 at 1:31:20 PM
  233. 132 verbose etag "3WPSHAWM1VK6XM5ZG85K3MHMR"
  234. 133 http request GET https://registry.npmjs.org/commander
  235. 134 verbose request uri https://registry.npmjs.org/hap-nodejs
  236. 135 verbose request no auth needed
  237. 136 info attempt registry request try #1 at 1:31:20 PM
  238. 137 verbose etag "BJPEX6VDJOE8PKKDPP6L3WIM7"
  239. 138 http request GET https://registry.npmjs.org/hap-nodejs
  240. 139 verbose request uri https://registry.npmjs.org/semver
  241. 140 verbose request no auth needed
  242. 141 info attempt registry request try #1 at 1:31:20 PM
  243. 142 verbose etag "405XUAN8LAPXOUUEW3KAD2U0B"
  244. 143 http request GET https://registry.npmjs.org/semver
  245. 144 http 304 https://registry.npmjs.org/semver
  246. 145 verbose headers { date: 'Sat, 14 Nov 2015 13:31:09 GMT',
  247. 145 verbose headers via: '1.1 varnish',
  248. 145 verbose headers 'cache-control': 'max-age=60',
  249. 145 verbose headers etag: '"405XUAN8LAPXOUUEW3KAD2U0B"',
  250. 145 verbose headers age: '23',
  251. 145 verbose headers connection: 'keep-alive',
  252. 145 verbose headers 'x-served-by': 'cache-ams4148-AMS',
  253. 145 verbose headers 'x-cache': 'HIT',
  254. 145 verbose headers 'x-cache-hits': '1',
  255. 145 verbose headers 'x-timer': 'S1447507869.552319,VS0,VE0',
  256. 145 verbose headers vary: 'Accept' }
  257. 146 silly get cb [ 304,
  258. 146 silly get { date: 'Sat, 14 Nov 2015 13:31:09 GMT',
  259. 146 silly get via: '1.1 varnish',
  260. 146 silly get 'cache-control': 'max-age=60',
  261. 146 silly get etag: '"405XUAN8LAPXOUUEW3KAD2U0B"',
  262. 146 silly get age: '23',
  263. 146 silly get connection: 'keep-alive',
  264. 146 silly get 'x-served-by': 'cache-ams4148-AMS',
  265. 146 silly get 'x-cache': 'HIT',
  266. 146 silly get 'x-cache-hits': '1',
  267. 146 silly get 'x-timer': 'S1447507869.552319,VS0,VE0',
  268. 146 silly get vary: 'Accept' } ]
  269. 147 verbose etag https://registry.npmjs.org/semver from cache
  270. 148 verbose get saving semver to C:\Users\Rowan\AppData\Roaming\npm-cache\registry.npmjs.org\semver\.cache.json
  271. 149 silly cache afterAdd semver@5.0.3
  272. 150 verbose afterAdd C:\Users\Rowan\AppData\Roaming\npm-cache\semver\5.0.3\package\package.json not in flight; writing
  273. 151 verbose afterAdd C:\Users\Rowan\AppData\Roaming\npm-cache\semver\5.0.3\package\package.json written
  274. 152 http 304 https://registry.npmjs.org/chalk
  275. 153 verbose headers { date: 'Sat, 14 Nov 2015 13:31:09 GMT',
  276. 153 verbose headers via: '1.1 varnish',
  277. 153 verbose headers 'cache-control': 'max-age=60',
  278. 153 verbose headers etag: '"C9YD3V5XE0DT3DYNQ0TDN3KVX"',
  279. 153 verbose headers age: '42',
  280. 153 verbose headers connection: 'keep-alive',
  281. 153 verbose headers 'x-served-by': 'cache-ams4131-AMS',
  282. 153 verbose headers 'x-cache': 'HIT',
  283. 153 verbose headers 'x-cache-hits': '2',
  284. 153 verbose headers 'x-timer': 'S1447507869.565675,VS0,VE0',
  285. 153 verbose headers vary: 'Accept' }
  286. 154 silly get cb [ 304,
  287. 154 silly get { date: 'Sat, 14 Nov 2015 13:31:09 GMT',
  288. 154 silly get via: '1.1 varnish',
  289. 154 silly get 'cache-control': 'max-age=60',
  290. 154 silly get etag: '"C9YD3V5XE0DT3DYNQ0TDN3KVX"',
  291. 154 silly get age: '42',
  292. 154 silly get connection: 'keep-alive',
  293. 154 silly get 'x-served-by': 'cache-ams4131-AMS',
  294. 154 silly get 'x-cache': 'HIT',
  295. 154 silly get 'x-cache-hits': '2',
  296. 154 silly get 'x-timer': 'S1447507869.565675,VS0,VE0',
  297. 154 silly get vary: 'Accept' } ]
  298. 155 verbose etag https://registry.npmjs.org/chalk from cache
  299. 156 verbose get saving chalk to C:\Users\Rowan\AppData\Roaming\npm-cache\registry.npmjs.org\chalk\.cache.json
  300. 157 http 304 https://registry.npmjs.org/commander
  301. 158 verbose headers { date: 'Sat, 14 Nov 2015 13:31:09 GMT',
  302. 158 verbose headers via: '1.1 varnish',
  303. 158 verbose headers 'cache-control': 'max-age=60',
  304. 158 verbose headers etag: '"3WPSHAWM1VK6XM5ZG85K3MHMR"',
  305. 158 verbose headers age: '41',
  306. 158 verbose headers connection: 'keep-alive',
  307. 158 verbose headers 'x-served-by': 'cache-ams4127-AMS',
  308. 158 verbose headers 'x-cache': 'HIT',
  309. 158 verbose headers 'x-cache-hits': '2',
  310. 158 verbose headers 'x-timer': 'S1447507869.566407,VS0,VE0',
  311. 158 verbose headers vary: 'Accept' }
  312. 159 silly get cb [ 304,
  313. 159 silly get { date: 'Sat, 14 Nov 2015 13:31:09 GMT',
  314. 159 silly get via: '1.1 varnish',
  315. 159 silly get 'cache-control': 'max-age=60',
  316. 159 silly get etag: '"3WPSHAWM1VK6XM5ZG85K3MHMR"',
  317. 159 silly get age: '41',
  318. 159 silly get connection: 'keep-alive',
  319. 159 silly get 'x-served-by': 'cache-ams4127-AMS',
  320. 159 silly get 'x-cache': 'HIT',
  321. 159 silly get 'x-cache-hits': '2',
  322. 159 silly get 'x-timer': 'S1447507869.566407,VS0,VE0',
  323. 159 silly get vary: 'Accept' } ]
  324. 160 verbose etag https://registry.npmjs.org/commander from cache
  325. 161 verbose get saving commander to C:\Users\Rowan\AppData\Roaming\npm-cache\registry.npmjs.org\commander\.cache.json
  326. 162 silly addNameRange number 2 { name: 'chalk', range: '>=1.1.1 <2.0.0', hasData: true }
  327. 163 silly addNameRange versions [ 'chalk',
  328. 163 silly addNameRange [ '0.1.0',
  329. 163 silly addNameRange '0.1.1',
  330. 163 silly addNameRange '0.2.0',
  331. 163 silly addNameRange '0.2.1',
  332. 163 silly addNameRange '0.3.0',
  333. 163 silly addNameRange '0.4.0',
  334. 163 silly addNameRange '0.5.0',
  335. 163 silly addNameRange '0.5.1',
  336. 163 silly addNameRange '1.0.0',
  337. 163 silly addNameRange '1.1.0',
  338. 163 silly addNameRange '1.1.1' ] ]
  339. 164 silly addNamed chalk@1.1.1
  340. 165 verbose addNamed "1.1.1" is a plain semver version for chalk
  341. 166 silly cache afterAdd chalk@1.1.1
  342. 167 verbose afterAdd C:\Users\Rowan\AppData\Roaming\npm-cache\chalk\1.1.1\package\package.json not in flight; writing
  343. 168 silly cache afterAdd commander@2.8.1
  344. 169 verbose afterAdd C:\Users\Rowan\AppData\Roaming\npm-cache\commander\2.8.1\package\package.json not in flight; writing
  345. 170 verbose afterAdd C:\Users\Rowan\AppData\Roaming\npm-cache\chalk\1.1.1\package\package.json written
  346. 171 verbose afterAdd C:\Users\Rowan\AppData\Roaming\npm-cache\commander\2.8.1\package\package.json written
  347. 172 http 304 https://registry.npmjs.org/hap-nodejs
  348. 173 verbose headers { date: 'Sat, 14 Nov 2015 13:31:09 GMT',
  349. 173 verbose headers via: '1.1 varnish',
  350. 173 verbose headers 'cache-control': 'max-age=60',
  351. 173 verbose headers etag: '"BJPEX6VDJOE8PKKDPP6L3WIM7"',
  352. 173 verbose headers age: '0',
  353. 173 verbose headers connection: 'keep-alive',
  354. 173 verbose headers 'x-served-by': 'cache-ams4128-AMS',
  355. 173 verbose headers 'x-cache': 'HIT',
  356. 173 verbose headers 'x-cache-hits': '1',
  357. 173 verbose headers 'x-timer': 'S1447507869.560099,VS0,VE181',
  358. 173 verbose headers vary: 'Accept' }
  359. 174 silly get cb [ 304,
  360. 174 silly get { date: 'Sat, 14 Nov 2015 13:31:09 GMT',
  361. 174 silly get via: '1.1 varnish',
  362. 174 silly get 'cache-control': 'max-age=60',
  363. 174 silly get etag: '"BJPEX6VDJOE8PKKDPP6L3WIM7"',
  364. 174 silly get age: '0',
  365. 174 silly get connection: 'keep-alive',
  366. 174 silly get 'x-served-by': 'cache-ams4128-AMS',
  367. 174 silly get 'x-cache': 'HIT',
  368. 174 silly get 'x-cache-hits': '1',
  369. 174 silly get 'x-timer': 'S1447507869.560099,VS0,VE181',
  370. 174 silly get vary: 'Accept' } ]
  371. 175 verbose etag https://registry.npmjs.org/hap-nodejs from cache
  372. 176 verbose get saving hap-nodejs to C:\Users\Rowan\AppData\Roaming\npm-cache\registry.npmjs.org\hap-nodejs\.cache.json
  373. 177 silly cache afterAdd hap-nodejs@0.0.3
  374. 178 verbose afterAdd C:\Users\Rowan\AppData\Roaming\npm-cache\hap-nodejs\0.0.3\package\package.json not in flight; writing
  375. 179 verbose afterAdd C:\Users\Rowan\AppData\Roaming\npm-cache\hap-nodejs\0.0.3\package\package.json written
  376. 180 silly install resolved [ { name: 'semver',
  377. 180 silly install resolved version: '5.0.3',
  378. 180 silly install resolved description: 'The semantic version parser used by npm.',
  379. 180 silly install resolved main: 'semver.js',
  380. 180 silly install resolved scripts: { test: 'tap test/*.js' },
  381. 180 silly install resolved devDependencies: { tap: '^1.3.4' },
  382. 180 silly install resolved license: 'ISC',
  383. 180 silly install resolved repository:
  384. 180 silly install resolved { type: 'git',
  385. 180 silly install resolved url: 'git+https://github.com/npm/node-semver.git' },
  386. 180 silly install resolved bin: { semver: './bin/semver' },
  387. 180 silly install resolved gitHead: '5f89ecbe78145ad0b501cf6279f602a23c89738d',
  388. 180 silly install resolved bugs: { url: 'https://github.com/npm/node-semver/issues' },
  389. 180 silly install resolved homepage: 'https://github.com/npm/node-semver#readme',
  390. 180 silly install resolved _id: 'semver@5.0.3',
  391. 180 silly install resolved _shasum: '77466de589cd5d3c95f138aa78bc569a3cb5d27a',
  392. 180 silly install resolved _from: 'semver@5.0.3',
  393. 180 silly install resolved _npmVersion: '3.3.2',
  394. 180 silly install resolved _nodeVersion: '4.0.0',
  395. 180 silly install resolved _npmUser: { name: 'isaacs', email: 'isaacs@npmjs.com' },
  396. 180 silly install resolved dist:
  397. 180 silly install resolved { shasum: '77466de589cd5d3c95f138aa78bc569a3cb5d27a',
  398. 180 silly install resolved tarball: 'http://registry.npmjs.org/semver/-/semver-5.0.3.tgz' },
  399. 180 silly install resolved maintainers: [ [Object], [Object] ],
  400. 180 silly install resolved directories: {},
  401. 180 silly install resolved _resolved: 'https://registry.npmjs.org/semver/-/semver-5.0.3.tgz',
  402. 180 silly install resolved readme: 'ERROR: No README data found!' },
  403. 180 silly install resolved { name: 'chalk',
  404. 180 silly install resolved version: '1.1.1',
  405. 180 silly install resolved description: 'Terminal string styling done right. Much color.',
  406. 180 silly install resolved license: 'MIT',
  407. 180 silly install resolved repository: { type: 'git', url: 'git+https://github.com/chalk/chalk.git' },
  408. 180 silly install resolved maintainers: [ [Object], [Object], [Object] ],
  409. 180 silly install resolved engines: { node: '>=0.10.0' },
  410. 180 silly install resolved scripts:
  411. 180 silly install resolved { test: 'xo && mocha',
  412. 180 silly install resolved bench: 'matcha benchmark.js',
  413. 180 silly install resolved coverage: 'nyc npm test && nyc report',
  414. 180 silly install resolved coveralls: 'nyc npm test && nyc report --reporter=text-lcov | coveralls' },
  415. 180 silly install resolved files: [ 'index.js' ],
  416. 180 silly install resolved keywords:
  417. 180 silly install resolved [ 'color',
  418. 180 silly install resolved 'colour',
  419. 180 silly install resolved 'colors',
  420. 180 silly install resolved 'terminal',
  421. 180 silly install resolved 'console',
  422. 180 silly install resolved 'cli',
  423. 180 silly install resolved 'string',
  424. 180 silly install resolved 'str',
  425. 180 silly install resolved 'ansi',
  426. 180 silly install resolved 'style',
  427. 180 silly install resolved 'styles',
  428. 180 silly install resolved 'tty',
  429. 180 silly install resolved 'formatting',
  430. 180 silly install resolved 'rgb',
  431. 180 silly install resolved '256',
  432. 180 silly install resolved 'shell',
  433. 180 silly install resolved 'xterm',
  434. 180 silly install resolved 'log',
  435. 180 silly install resolved 'logging',
  436. 180 silly install resolved 'command-line',
  437. 180 silly install resolved 'text' ],
  438. 180 silly install resolved dependencies:
  439. 180 silly install resolved { 'ansi-styles': '^2.1.0',
  440. 180 silly install resolved 'escape-string-regexp': '^1.0.2',
  441. 180 silly install resolved 'has-ansi': '^2.0.0',
  442. 180 silly install resolved 'strip-ansi': '^3.0.0',
  443. 180 silly install resolved 'supports-color': '^2.0.0' },
  444. 180 silly install resolved devDependencies:
  445. 180 silly install resolved { coveralls: '^2.11.2',
  446. 180 silly install resolved matcha: '^0.6.0',
  447. 180 silly install resolved mocha: '*',
  448. 180 silly install resolved nyc: '^3.0.0',
  449. 180 silly install resolved 'require-uncached': '^1.0.2',
  450. 180 silly install resolved 'resolve-from': '^1.0.0',
  451. 180 silly install resolved semver: '^4.3.3',
  452. 180 silly install resolved xo: '*' },
  453. 180 silly install resolved xo: { envs: [Object] },
  454. 180 silly install resolved gitHead: '8b554e254e89c85c1fd04dcc444beeb15824e1a5',
  455. 180 silly install resolved bugs: { url: 'https://github.com/chalk/chalk/issues' },
  456. 180 silly install resolved homepage: 'https://github.com/chalk/chalk#readme',
  457. 180 silly install resolved _id: 'chalk@1.1.1',
  458. 180 silly install resolved _shasum: '509afb67066e7499f7eb3535c77445772ae2d019',
  459. 180 silly install resolved _from: 'chalk@>=1.1.1 <2.0.0',
  460. 180 silly install resolved _npmVersion: '2.13.5',
  461. 180 silly install resolved _nodeVersion: '0.12.7',
  462. 180 silly install resolved _npmUser: { name: 'sindresorhus', email: 'sindresorhus@gmail.com' },
  463. 180 silly install resolved dist:
  464. 180 silly install resolved { shasum: '509afb67066e7499f7eb3535c77445772ae2d019',
  465. 180 silly install resolved tarball: 'http://registry.npmjs.org/chalk/-/chalk-1.1.1.tgz' },
  466. 180 silly install resolved directories: {},
  467. 180 silly install resolved _resolved: 'https://registry.npmjs.org/chalk/-/chalk-1.1.1.tgz',
  468. 180 silly install resolved readme: 'ERROR: No README data found!' },
  469. 180 silly install resolved { name: 'commander',
  470. 180 silly install resolved version: '2.8.1',
  471. 180 silly install resolved description: 'the complete solution for node.js command-line programs',
  472. 180 silly install resolved keywords: [ 'command', 'option', 'parser' ],
  473. 180 silly install resolved author: { name: 'TJ Holowaychuk', email: 'tj@vision-media.ca' },
  474. 180 silly install resolved license: 'MIT',
  475. 180 silly install resolved repository:
  476. 180 silly install resolved { type: 'git',
  477. 180 silly install resolved url: 'git+https://github.com/tj/commander.js.git' },
  478. 180 silly install resolved devDependencies: { should: '>= 0.0.1', sinon: '>= 1.14.1' },
  479. 180 silly install resolved scripts: { test: 'make test' },
  480. 180 silly install resolved main: 'index',
  481. 180 silly install resolved engines: { node: '>= 0.6.x' },
  482. 180 silly install resolved files: [ 'index.js' ],
  483. 180 silly install resolved dependencies: { 'graceful-readlink': '>= 1.0.0' },
  484. 180 silly install resolved gitHead: 'c6c84726050b19c0373de27cd359f3baddff579f',
  485. 180 silly install resolved bugs: { url: 'https://github.com/tj/commander.js/issues' },
  486. 180 silly install resolved homepage: 'https://github.com/tj/commander.js',
  487. 180 silly install resolved _id: 'commander@2.8.1',
  488. 180 silly install resolved _shasum: '06be367febfda0c330aa1e2a072d3dc9762425d4',
  489. 180 silly install resolved _from: 'commander@2.8.1',
  490. 180 silly install resolved _npmVersion: '2.5.1',
  491. 180 silly install resolved _nodeVersion: '0.12.0',
  492. 180 silly install resolved _npmUser: { name: 'zhiyelee', email: 'zhiyelee@gmail.com' },
  493. 180 silly install resolved maintainers: [ [Object], [Object], [Object], [Object] ],
  494. 180 silly install resolved dist:
  495. 180 silly install resolved { shasum: '06be367febfda0c330aa1e2a072d3dc9762425d4',
  496. 180 silly install resolved tarball: 'http://registry.npmjs.org/commander/-/commander-2.8.1.tgz' },
  497. 180 silly install resolved directories: {},
  498. 180 silly install resolved _resolved: 'https://registry.npmjs.org/commander/-/commander-2.8.1.tgz',
  499. 180 silly install resolved readme: 'ERROR: No README data found!' },
  500. 180 silly install resolved { name: 'hap-nodejs',
  501. 180 silly install resolved version: '0.0.3',
  502. 180 silly install resolved description: 'HAP-NodeJS is a Node.js implementation of HomeKit Accessory Server.',
  503. 180 silly install resolved main: 'index.js',
  504. 180 silly install resolved dependencies:
  505. 180 silly install resolved { curve25519: 'git://github.com/KhaosT/node-curve25519.git',
  506. 180 silly install resolved debug: '^2.2.0',
  507. 180 silly install resolved ed25519: 'git://github.com/KhaosT/ed25519.git',
  508. 180 silly install resolved mdns: '^2.2.4',
  509. 180 silly install resolved 'node-persist': '0.0.3',
  510. 180 silly install resolved srp: 'git://github.com/KhaosT/node-srp.git' },
  511. 180 silly install resolved devDependencies: { 'simple-plist': '0.0.4' },
  512. 180 silly install resolved scripts:
  513. 180 silly install resolved { test: 'echo "Error: no test specified" && exit 1',
  514. 180 silly install resolved start: 'node BridgedCore.js' },
  515. 180 silly install resolved repository:
  516. 180 silly install resolved { type: 'git',
  517. 180 silly install resolved url: 'git+https://github.com/KhaosT/HAP-NodeJS.git' },
  518. 180 silly install resolved author:
  519. 180 silly install resolved { name: 'Khaos Tian',
  520. 180 silly install resolved email: 'khaos.tian@gmail.com',
  521. 180 silly install resolved url: 'http://tz.is/' },
  522. 180 silly install resolved license: 'ISC',
  523. 180 silly install resolved bugs: { url: 'https://github.com/KhaosT/HAP-NodeJS/issues' },
  524. 180 silly install resolved homepage: 'https://github.com/KhaosT/HAP-NodeJS',
  525. 180 silly install resolved gitHead: 'd56d81ac1356d380b7146c58349cb564e7d2320c',
  526. 180 silly install resolved _id: 'hap-nodejs@0.0.3',
  527. 180 silly install resolved _shasum: '5dae87e6592df70f0f10b4edbbd78b408b2f056c',
  528. 180 silly install resolved _from: 'hap-nodejs@0.0.3',
  529. 180 silly install resolved _npmVersion: '2.11.2',
  530. 180 silly install resolved _nodeVersion: '0.12.5',
  531. 180 silly install resolved _npmUser: { name: 'khaost', email: 'khaos.tian@gmail.com' },
  532. 180 silly install resolved dist:
  533. 180 silly install resolved { shasum: '5dae87e6592df70f0f10b4edbbd78b408b2f056c',
  534. 180 silly install resolved tarball: 'http://registry.npmjs.org/hap-nodejs/-/hap-nodejs-0.0.3.tgz' },
  535. 180 silly install resolved maintainers: [ [Object] ],
  536. 180 silly install resolved directories: {},
  537. 180 silly install resolved _resolved: 'https://registry.npmjs.org/hap-nodejs/-/hap-nodejs-0.0.3.tgz',
  538. 180 silly install resolved readme: 'ERROR: No README data found!' } ]
  539. 181 info install semver@5.0.3 into C:\Users\Rowan\AppData\Roaming\npm\node_modules\homebridge
  540. 182 info install chalk@1.1.1 into C:\Users\Rowan\AppData\Roaming\npm\node_modules\homebridge
  541. 183 info install commander@2.8.1 into C:\Users\Rowan\AppData\Roaming\npm\node_modules\homebridge
  542. 184 info install hap-nodejs@0.0.3 into C:\Users\Rowan\AppData\Roaming\npm\node_modules\homebridge
  543. 185 info installOne semver@5.0.3
  544. 186 verbose installOne of semver to C:\Users\Rowan\AppData\Roaming\npm\node_modules\homebridge not in flight; installing
  545. 187 info installOne chalk@1.1.1
  546. 188 verbose installOne of chalk to C:\Users\Rowan\AppData\Roaming\npm\node_modules\homebridge not in flight; installing
  547. 189 info installOne commander@2.8.1
  548. 190 verbose installOne of commander to C:\Users\Rowan\AppData\Roaming\npm\node_modules\homebridge not in flight; installing
  549. 191 info installOne hap-nodejs@0.0.3
  550. 192 verbose installOne of hap-nodejs to C:\Users\Rowan\AppData\Roaming\npm\node_modules\homebridge not in flight; installing
  551. 193 verbose lock using C:\Users\Rowan\AppData\Roaming\npm-cache\_locks\semver-2bbda1576804c523.lock for C:\Users\Rowan\AppData\Roaming\npm\node_modules\homebridge\node_modules\semver
  552. 194 verbose lock using C:\Users\Rowan\AppData\Roaming\npm-cache\_locks\chalk-77a5418650883a4d.lock for C:\Users\Rowan\AppData\Roaming\npm\node_modules\homebridge\node_modules\chalk
  553. 195 verbose lock using C:\Users\Rowan\AppData\Roaming\npm-cache\_locks\commander-ff941c5db8c642e4.lock for C:\Users\Rowan\AppData\Roaming\npm\node_modules\homebridge\node_modules\commander
  554. 196 silly install write writing semver 5.0.3 to C:\Users\Rowan\AppData\Roaming\npm\node_modules\homebridge\node_modules\semver
  555. 197 verbose lock using C:\Users\Rowan\AppData\Roaming\npm-cache\_locks\hap-nodejs-cf6beb751032fb58.lock for C:\Users\Rowan\AppData\Roaming\npm\node_modules\homebridge\node_modules\hap-nodejs
  556. 198 silly install write writing chalk 1.1.1 to C:\Users\Rowan\AppData\Roaming\npm\node_modules\homebridge\node_modules\chalk
  557. 199 silly install write writing commander 2.8.1 to C:\Users\Rowan\AppData\Roaming\npm\node_modules\homebridge\node_modules\commander
  558. 200 silly install write writing hap-nodejs 0.0.3 to C:\Users\Rowan\AppData\Roaming\npm\node_modules\homebridge\node_modules\hap-nodejs
  559. 201 verbose unbuild node_modules\homebridge\node_modules\commander
  560. 202 verbose unbuild node_modules\homebridge\node_modules\semver
  561. 203 verbose unbuild node_modules\homebridge\node_modules\hap-nodejs
  562. 204 verbose unbuild node_modules\homebridge\node_modules\chalk
  563. 205 silly gentlyRm C:\Users\Rowan\AppData\Roaming\npm\node_modules\homebridge\node_modules\commander is being purged from base C:\Users\Rowan\AppData\Roaming\npm
  564. 206 verbose gentlyRm don't care about contents; nuking C:\Users\Rowan\AppData\Roaming\npm\node_modules\homebridge\node_modules\commander
  565. 207 silly gentlyRm C:\Users\Rowan\AppData\Roaming\npm\node_modules\homebridge\node_modules\semver is being purged from base C:\Users\Rowan\AppData\Roaming\npm
  566. 208 verbose gentlyRm don't care about contents; nuking C:\Users\Rowan\AppData\Roaming\npm\node_modules\homebridge\node_modules\semver
  567. 209 silly gentlyRm C:\Users\Rowan\AppData\Roaming\npm\node_modules\homebridge\node_modules\hap-nodejs is being purged from base C:\Users\Rowan\AppData\Roaming\npm
  568. 210 verbose gentlyRm don't care about contents; nuking C:\Users\Rowan\AppData\Roaming\npm\node_modules\homebridge\node_modules\hap-nodejs
  569. 211 verbose tar unpack C:\Users\Rowan\AppData\Roaming\npm-cache\commander\2.8.1\package.tgz
  570. 212 verbose tar unpacking to C:\Users\Rowan\AppData\Roaming\npm\node_modules\homebridge\node_modules\commander
  571. 213 silly gentlyRm C:\Users\Rowan\AppData\Roaming\npm\node_modules\homebridge\node_modules\commander is being purged
  572. 214 verbose gentlyRm don't care about contents; nuking C:\Users\Rowan\AppData\Roaming\npm\node_modules\homebridge\node_modules\commander
  573. 215 silly gentlyRm C:\Users\Rowan\AppData\Roaming\npm\node_modules\homebridge\node_modules\chalk is being purged from base C:\Users\Rowan\AppData\Roaming\npm
  574. 216 verbose gentlyRm don't care about contents; nuking C:\Users\Rowan\AppData\Roaming\npm\node_modules\homebridge\node_modules\chalk
  575. 217 verbose tar unpack C:\Users\Rowan\AppData\Roaming\npm-cache\semver\5.0.3\package.tgz
  576. 218 verbose tar unpacking to C:\Users\Rowan\AppData\Roaming\npm\node_modules\homebridge\node_modules\semver
  577. 219 silly gentlyRm C:\Users\Rowan\AppData\Roaming\npm\node_modules\homebridge\node_modules\semver is being purged
  578. 220 verbose gentlyRm don't care about contents; nuking C:\Users\Rowan\AppData\Roaming\npm\node_modules\homebridge\node_modules\semver
  579. 221 verbose tar unpack C:\Users\Rowan\AppData\Roaming\npm-cache\hap-nodejs\0.0.3\package.tgz
  580. 222 verbose tar unpacking to C:\Users\Rowan\AppData\Roaming\npm\node_modules\homebridge\node_modules\hap-nodejs
  581. 223 silly gentlyRm C:\Users\Rowan\AppData\Roaming\npm\node_modules\homebridge\node_modules\hap-nodejs is being purged
  582. 224 verbose gentlyRm don't care about contents; nuking C:\Users\Rowan\AppData\Roaming\npm\node_modules\homebridge\node_modules\hap-nodejs
  583. 225 silly gunzTarPerm modes [ '777', '666' ]
  584. 226 verbose tar unpack C:\Users\Rowan\AppData\Roaming\npm-cache\chalk\1.1.1\package.tgz
  585. 227 verbose tar unpacking to C:\Users\Rowan\AppData\Roaming\npm\node_modules\homebridge\node_modules\chalk
  586. 228 silly gentlyRm C:\Users\Rowan\AppData\Roaming\npm\node_modules\homebridge\node_modules\chalk is being purged
  587. 229 verbose gentlyRm don't care about contents; nuking C:\Users\Rowan\AppData\Roaming\npm\node_modules\homebridge\node_modules\chalk
  588. 230 silly gunzTarPerm modes [ '777', '666' ]
  589. 231 silly gunzTarPerm modes [ '777', '666' ]
  590. 232 silly gunzTarPerm modes [ '777', '666' ]
  591. 233 silly gunzTarPerm extractEntry package.json
  592. 234 silly gunzTarPerm modified mode [ 'package.json', 420, 438 ]
  593. 235 silly gunzTarPerm extractEntry package.json
  594. 236 silly gunzTarPerm modified mode [ 'package.json', 420, 438 ]
  595. 237 silly gunzTarPerm extractEntry package.json
  596. 238 silly gunzTarPerm modified mode [ 'package.json', 420, 438 ]
  597. 239 silly gunzTarPerm extractEntry package.json
  598. 240 silly gunzTarPerm modified mode [ 'package.json', 420, 438 ]
  599. 241 silly gunzTarPerm extractEntry LICENSE
  600. 242 silly gunzTarPerm modified mode [ 'LICENSE', 420, 438 ]
  601. 243 silly gunzTarPerm extractEntry index.js
  602. 244 silly gunzTarPerm modified mode [ 'index.js', 420, 438 ]
  603. 245 silly gunzTarPerm extractEntry .npmignore
  604. 246 silly gunzTarPerm modified mode [ '.npmignore', 420, 438 ]
  605. 247 silly gunzTarPerm extractEntry README.md
  606. 248 silly gunzTarPerm modified mode [ 'README.md', 420, 438 ]
  607. 249 silly gunzTarPerm extractEntry .npmignore
  608. 250 silly gunzTarPerm modified mode [ '.npmignore', 420, 438 ]
  609. 251 silly gunzTarPerm extractEntry README.md
  610. 252 silly gunzTarPerm modified mode [ 'README.md', 420, 438 ]
  611. 253 silly gunzTarPerm extractEntry index.js
  612. 254 silly gunzTarPerm modified mode [ 'index.js', 420, 438 ]
  613. 255 silly gunzTarPerm extractEntry license
  614. 256 silly gunzTarPerm modified mode [ 'license', 420, 438 ]
  615. 257 silly gunzTarPerm extractEntry Readme.md
  616. 258 silly gunzTarPerm modified mode [ 'Readme.md', 420, 438 ]
  617. 259 silly gunzTarPerm extractEntry LICENSE
  618. 260 silly gunzTarPerm modified mode [ 'LICENSE', 420, 438 ]
  619. 261 silly gunzTarPerm extractEntry semver.js
  620. 262 silly gunzTarPerm modified mode [ 'semver.js', 420, 438 ]
  621. 263 silly gunzTarPerm extractEntry test/big-numbers.js
  622. 264 silly gunzTarPerm modified mode [ 'test/big-numbers.js', 420, 438 ]
  623. 265 silly gunzTarPerm extractEntry test/clean.js
  624. 266 silly gunzTarPerm modified mode [ 'test/clean.js', 420, 438 ]
  625. 267 silly gunzTarPerm extractEntry test/gtr.js
  626. 268 silly gunzTarPerm modified mode [ 'test/gtr.js', 420, 438 ]
  627. 269 silly gunzTarPerm extractEntry test/index.js
  628. 270 silly gunzTarPerm modified mode [ 'test/index.js', 420, 438 ]
  629. 271 silly gunzTarPerm extractEntry test/ltr.js
  630. 272 silly gunzTarPerm modified mode [ 'test/ltr.js', 420, 438 ]
  631. 273 silly gunzTarPerm extractEntry test/major-minor-patch.js
  632. 274 silly gunzTarPerm modified mode [ 'test/major-minor-patch.js', 420, 438 ]
  633. 275 silly gunzTarPerm extractEntry .travis.yml
  634. 276 silly gunzTarPerm modified mode [ '.travis.yml', 420, 438 ]
  635. 277 silly gunzTarPerm extractEntry bin/semver
  636. 278 silly gunzTarPerm modified mode [ 'bin/semver', 493, 511 ]
  637. 279 silly gunzTarPerm extractEntry readme.md
  638. 280 silly gunzTarPerm modified mode [ 'readme.md', 420, 438 ]
  639. 281 silly gunzTarPerm extractEntry BridgedCore.js
  640. 282 silly gunzTarPerm modified mode [ 'BridgedCore.js', 420, 438 ]
  641. 283 silly gunzTarPerm extractEntry Core.js
  642. 284 silly gunzTarPerm modified mode [ 'Core.js', 420, 438 ]
  643. 285 silly gunzTarPerm extractEntry History.md
  644. 286 silly gunzTarPerm modified mode [ 'History.md', 420, 438 ]
  645. 287 silly gunzTarPerm extractEntry index.js
  646. 288 silly gunzTarPerm modified mode [ 'index.js', 420, 438 ]
  647. 289 silly gunzTarPerm extractEntry accessories/Fan_accessory.js
  648. 290 silly gunzTarPerm modified mode [ 'accessories/Fan_accessory.js', 420, 438 ]
  649. 291 silly gunzTarPerm extractEntry accessories/GarageDoorOpener_accessory.js
  650. 292 silly gunzTarPerm modified mode [ 'accessories/GarageDoorOpener_accessory.js', 420, 438 ]
  651. 293 silly gunzTarPerm extractEntry accessories/Light_accessory.js
  652. 294 silly gunzTarPerm modified mode [ 'accessories/Light_accessory.js', 420, 438 ]
  653. 295 silly gunzTarPerm extractEntry accessories/Lock_accessory.js
  654. 296 silly gunzTarPerm modified mode [ 'accessories/Lock_accessory.js', 420, 438 ]
  655. 297 silly gunzTarPerm extractEntry accessories/TemperatureSensor_accessory.js
  656. 298 silly gunzTarPerm modified mode [ 'accessories/TemperatureSensor_accessory.js', 420, 438 ]
  657. 299 silly gunzTarPerm extractEntry accessories/Thermostat_accessory.js
  658. 300 silly gunzTarPerm modified mode [ 'accessories/Thermostat_accessory.js', 420, 438 ]
  659. 301 silly gunzTarPerm extractEntry accessories/types.js
  660. 302 silly gunzTarPerm modified mode [ 'accessories/types.js', 420, 438 ]
  661. 303 silly gunzTarPerm extractEntry lib/Accessory.js
  662. 304 silly gunzTarPerm modified mode [ 'lib/Accessory.js', 420, 438 ]
  663. 305 silly gunzTarPerm extractEntry lib/AccessoryLoader.js
  664. 306 silly gunzTarPerm modified mode [ 'lib/AccessoryLoader.js', 420, 438 ]
  665. 307 silly gunzTarPerm extractEntry lib/Advertiser.js
  666. 308 silly gunzTarPerm modified mode [ 'lib/Advertiser.js', 420, 438 ]
  667. 309 silly gunzTarPerm extractEntry lib/Bridge.js
  668. 310 silly gunzTarPerm modified mode [ 'lib/Bridge.js', 420, 438 ]
  669. 311 silly gunzTarPerm extractEntry lib/Characteristic.js
  670. 312 silly gunzTarPerm modified mode [ 'lib/Characteristic.js', 420, 438 ]
  671. 313 silly gunzTarPerm extractEntry lib/HAPServer.js
  672. 314 silly gunzTarPerm modified mode [ 'lib/HAPServer.js', 420, 438 ]
  673. 315 silly gunzTarPerm extractEntry lib/Service.js
  674. 316 silly gunzTarPerm modified mode [ 'lib/Service.js', 420, 438 ]
  675. 317 silly gunzTarPerm extractEntry lib/gen/HomeKitTypes.js
  676. 318 silly gunzTarPerm modified mode [ 'lib/gen/HomeKitTypes.js', 420, 438 ]
  677. 319 silly gunzTarPerm extractEntry lib/gen/import.js
  678. 320 silly gunzTarPerm modified mode [ 'lib/gen/import.js', 420, 438 ]
  679. 321 silly gunzTarPerm extractEntry lib/model/AccessoryInfo.js
  680. 322 silly gunzTarPerm modified mode [ 'lib/model/AccessoryInfo.js', 420, 438 ]
  681. 323 silly gunzTarPerm extractEntry lib/model/IdentifierCache.js
  682. 324 silly gunzTarPerm modified mode [ 'lib/model/IdentifierCache.js', 420, 438 ]
  683. 325 silly gunzTarPerm extractEntry lib/util/chacha20poly1305.js
  684. 326 silly gunzTarPerm modified mode [ 'lib/util/chacha20poly1305.js', 420, 438 ]
  685. 327 silly gunzTarPerm extractEntry lib/util/clone.js
  686. 328 silly gunzTarPerm modified mode [ 'lib/util/clone.js', 420, 438 ]
  687. 329 silly gunzTarPerm extractEntry lib/util/encryption.js
  688. 330 silly gunzTarPerm modified mode [ 'lib/util/encryption.js', 420, 438 ]
  689. 331 silly gunzTarPerm extractEntry lib/util/eventedhttp.js
  690. 332 silly gunzTarPerm modified mode [ 'lib/util/eventedhttp.js', 420, 438 ]
  691. 333 silly gunzTarPerm extractEntry lib/util/hkdf.js
  692. 334 silly gunzTarPerm modified mode [ 'lib/util/hkdf.js', 420, 438 ]
  693. 335 silly gunzTarPerm extractEntry lib/util/once.js
  694. 336 silly gunzTarPerm modified mode [ 'lib/util/once.js', 420, 438 ]
  695. 337 silly gunzTarPerm extractEntry lib/util/tlv.js
  696. 338 silly gunzTarPerm modified mode [ 'lib/util/tlv.js', 420, 438 ]
  697. 339 silly gunzTarPerm extractEntry lib/util/uuid.js
  698. 340 silly gunzTarPerm modified mode [ 'lib/util/uuid.js', 420, 438 ]
  699. 341 verbose write writing to C:\Users\Rowan\AppData\Roaming\npm\node_modules\homebridge\node_modules\chalk\package.json
  700. 342 info preinstall chalk@1.1.1
  701. 343 verbose readDependencies loading dependencies from C:\Users\Rowan\AppData\Roaming\npm\node_modules\homebridge\node_modules\chalk\package.json
  702. 344 verbose write writing to C:\Users\Rowan\AppData\Roaming\npm\node_modules\homebridge\node_modules\commander\package.json
  703. 345 silly prepareForInstallMany adding ansi-styles@^2.1.0 from chalk dependencies
  704. 346 silly prepareForInstallMany adding escape-string-regexp@^1.0.2 from chalk dependencies
  705. 347 silly prepareForInstallMany adding has-ansi@^2.0.0 from chalk dependencies
  706. 348 silly prepareForInstallMany adding strip-ansi@^3.0.0 from chalk dependencies
  707. 349 silly prepareForInstallMany adding supports-color@^2.0.0 from chalk dependencies
  708. 350 verbose readDependencies loading dependencies from C:\Users\Rowan\AppData\Roaming\npm\node_modules\homebridge\node_modules\chalk\package.json
  709. 351 info preinstall commander@2.8.1
  710. 352 verbose readDependencies loading dependencies from C:\Users\Rowan\AppData\Roaming\npm\node_modules\homebridge\node_modules\commander\package.json
  711. 353 silly cache add args [ 'ansi-styles@^2.1.0', null ]
  712. 354 verbose cache add spec ansi-styles@^2.1.0
  713. 355 silly cache add args [ 'escape-string-regexp@^1.0.2', null ]
  714. 356 verbose cache add spec escape-string-regexp@^1.0.2
  715. 357 silly cache add parsed spec Result {
  716. 357 silly cache add raw: 'ansi-styles@^2.1.0',
  717. 357 silly cache add scope: null,
  718. 357 silly cache add name: 'ansi-styles',
  719. 357 silly cache add rawSpec: '^2.1.0',
  720. 357 silly cache add spec: '>=2.1.0 <3.0.0',
  721. 357 silly cache add type: 'range' }
  722. 358 silly addNamed ansi-styles@>=2.1.0 <3.0.0
  723. 359 verbose addNamed ">=2.1.0 <3.0.0" is a valid semver range for ansi-styles
  724. 360 silly addNameRange { name: 'ansi-styles', range: '>=2.1.0 <3.0.0', hasData: false }
  725. 361 silly mapToRegistry name ansi-styles
  726. 362 silly mapToRegistry using default registry
  727. 363 silly mapToRegistry registry https://registry.npmjs.org/
  728. 364 silly mapToRegistry uri https://registry.npmjs.org/ansi-styles
  729. 365 verbose addNameRange registry:https://registry.npmjs.org/ansi-styles not in flight; fetching
  730. 366 silly cache add parsed spec Result {
  731. 366 silly cache add raw: 'escape-string-regexp@^1.0.2',
  732. 366 silly cache add scope: null,
  733. 366 silly cache add name: 'escape-string-regexp',
  734. 366 silly cache add rawSpec: '^1.0.2',
  735. 366 silly cache add spec: '>=1.0.2 <2.0.0',
  736. 366 silly cache add type: 'range' }
  737. 367 silly addNamed escape-string-regexp@>=1.0.2 <2.0.0
  738. 368 verbose addNamed ">=1.0.2 <2.0.0" is a valid semver range for escape-string-regexp
  739. 369 silly addNameRange { name: 'escape-string-regexp',
  740. 369 silly addNameRange range: '>=1.0.2 <2.0.0',
  741. 369 silly addNameRange hasData: false }
  742. 370 silly mapToRegistry name escape-string-regexp
  743. 371 silly mapToRegistry using default registry
  744. 372 silly mapToRegistry registry https://registry.npmjs.org/
  745. 373 silly mapToRegistry uri https://registry.npmjs.org/escape-string-regexp
  746. 374 verbose addNameRange registry:https://registry.npmjs.org/escape-string-regexp not in flight; fetching
  747. 375 silly cache add args [ 'has-ansi@^2.0.0', null ]
  748. 376 verbose cache add spec has-ansi@^2.0.0
  749. 377 silly cache add parsed spec Result {
  750. 377 silly cache add raw: 'has-ansi@^2.0.0',
  751. 377 silly cache add scope: null,
  752. 377 silly cache add name: 'has-ansi',
  753. 377 silly cache add rawSpec: '^2.0.0',
  754. 377 silly cache add spec: '>=2.0.0 <3.0.0',
  755. 377 silly cache add type: 'range' }
  756. 378 silly addNamed has-ansi@>=2.0.0 <3.0.0
  757. 379 verbose addNamed ">=2.0.0 <3.0.0" is a valid semver range for has-ansi
  758. 380 silly addNameRange { name: 'has-ansi', range: '>=2.0.0 <3.0.0', hasData: false }
  759. 381 silly mapToRegistry name has-ansi
  760. 382 silly mapToRegistry using default registry
  761. 383 silly mapToRegistry registry https://registry.npmjs.org/
  762. 384 silly mapToRegistry uri https://registry.npmjs.org/has-ansi
  763. 385 verbose addNameRange registry:https://registry.npmjs.org/has-ansi not in flight; fetching
  764. 386 silly cache add args [ 'strip-ansi@^3.0.0', null ]
  765. 387 verbose cache add spec strip-ansi@^3.0.0
  766. 388 silly cache add parsed spec Result {
  767. 388 silly cache add raw: 'strip-ansi@^3.0.0',
  768. 388 silly cache add scope: null,
  769. 388 silly cache add name: 'strip-ansi',
  770. 388 silly cache add rawSpec: '^3.0.0',
  771. 388 silly cache add spec: '>=3.0.0 <4.0.0',
  772. 388 silly cache add type: 'range' }
  773. 389 silly addNamed strip-ansi@>=3.0.0 <4.0.0
  774. 390 verbose addNamed ">=3.0.0 <4.0.0" is a valid semver range for strip-ansi
  775. 391 silly addNameRange { name: 'strip-ansi', range: '>=3.0.0 <4.0.0', hasData: false }
  776. 392 silly mapToRegistry name strip-ansi
  777. 393 silly mapToRegistry using default registry
  778. 394 silly mapToRegistry registry https://registry.npmjs.org/
  779. 395 silly mapToRegistry uri https://registry.npmjs.org/strip-ansi
  780. 396 verbose addNameRange registry:https://registry.npmjs.org/strip-ansi not in flight; fetching
  781. 397 silly cache add args [ 'supports-color@^2.0.0', null ]
  782. 398 verbose cache add spec supports-color@^2.0.0
  783. 399 silly cache add parsed spec Result {
  784. 399 silly cache add raw: 'supports-color@^2.0.0',
  785. 399 silly cache add scope: null,
  786. 399 silly cache add name: 'supports-color',
  787. 399 silly cache add rawSpec: '^2.0.0',
  788. 399 silly cache add spec: '>=2.0.0 <3.0.0',
  789. 399 silly cache add type: 'range' }
  790. 400 silly addNamed supports-color@>=2.0.0 <3.0.0
  791. 401 verbose addNamed ">=2.0.0 <3.0.0" is a valid semver range for supports-color
  792. 402 silly addNameRange { name: 'supports-color',
  793. 402 silly addNameRange range: '>=2.0.0 <3.0.0',
  794. 402 silly addNameRange hasData: false }
  795. 403 silly mapToRegistry name supports-color
  796. 404 silly mapToRegistry using default registry
  797. 405 silly mapToRegistry registry https://registry.npmjs.org/
  798. 406 silly mapToRegistry uri https://registry.npmjs.org/supports-color
  799. 407 verbose addNameRange registry:https://registry.npmjs.org/supports-color not in flight; fetching
  800. 408 silly prepareForInstallMany adding graceful-readlink@>= 1.0.0 from commander dependencies
  801. 409 verbose readDependencies loading dependencies from C:\Users\Rowan\AppData\Roaming\npm\node_modules\homebridge\node_modules\commander\package.json
  802. 410 verbose request uri https://registry.npmjs.org/ansi-styles
  803. 411 verbose request no auth needed
  804. 412 info attempt registry request try #1 at 1:31:20 PM
  805. 413 verbose etag "5C4LQYKQ0TADX2RTLH5EQ6M10"
  806. 414 http request GET https://registry.npmjs.org/ansi-styles
  807. 415 verbose request uri https://registry.npmjs.org/escape-string-regexp
  808. 416 verbose request no auth needed
  809. 417 info attempt registry request try #1 at 1:31:20 PM
  810. 418 verbose etag "8MOKZ3EZW5AOLELFFTR0T8K98"
  811. 419 http request GET https://registry.npmjs.org/escape-string-regexp
  812. 420 verbose request uri https://registry.npmjs.org/has-ansi
  813. 421 verbose request no auth needed
  814. 422 info attempt registry request try #1 at 1:31:20 PM
  815. 423 verbose etag "BBDMGI1OGAVY5ZWT2355AH7Y1"
  816. 424 http request GET https://registry.npmjs.org/has-ansi
  817. 425 verbose request uri https://registry.npmjs.org/strip-ansi
  818. 426 verbose request no auth needed
  819. 427 info attempt registry request try #1 at 1:31:20 PM
  820. 428 verbose etag "RBPZS1J21XBKPHESKAG048ZH"
  821. 429 http request GET https://registry.npmjs.org/strip-ansi
  822. 430 verbose request uri https://registry.npmjs.org/supports-color
  823. 431 verbose request no auth needed
  824. 432 info attempt registry request try #1 at 1:31:20 PM
  825. 433 verbose etag "91QPISXHGSPQQAUI4IY5OE9UJ"
  826. 434 http request GET https://registry.npmjs.org/supports-color
  827. 435 silly cache add args [ 'graceful-readlink@>= 1.0.0', null ]
  828. 436 verbose cache add spec graceful-readlink@>= 1.0.0
  829. 437 silly cache add parsed spec Result {
  830. 437 silly cache add raw: 'graceful-readlink@>= 1.0.0',
  831. 437 silly cache add scope: null,
  832. 437 silly cache add name: 'graceful-readlink',
  833. 437 silly cache add rawSpec: '>= 1.0.0',
  834. 437 silly cache add spec: '>=1.0.0',
  835. 437 silly cache add type: 'range' }
  836. 438 silly addNamed graceful-readlink@>=1.0.0
  837. 439 verbose addNamed ">=1.0.0" is a valid semver range for graceful-readlink
  838. 440 silly addNameRange { name: 'graceful-readlink', range: '>=1.0.0', hasData: false }
  839. 441 silly mapToRegistry name graceful-readlink
  840. 442 silly mapToRegistry using default registry
  841. 443 silly mapToRegistry registry https://registry.npmjs.org/
  842. 444 silly mapToRegistry uri https://registry.npmjs.org/graceful-readlink
  843. 445 verbose addNameRange registry:https://registry.npmjs.org/graceful-readlink not in flight; fetching
  844. 446 verbose request uri https://registry.npmjs.org/graceful-readlink
  845. 447 verbose request no auth needed
  846. 448 info attempt registry request try #1 at 1:31:20 PM
  847. 449 verbose etag "54BPOELEHDUPND7Q6GUE15GT"
  848. 450 http request GET https://registry.npmjs.org/graceful-readlink
  849. 451 verbose write writing to C:\Users\Rowan\AppData\Roaming\npm\node_modules\homebridge\node_modules\semver\package.json
  850. 452 info preinstall semver@5.0.3
  851. 453 verbose readDependencies loading dependencies from C:\Users\Rowan\AppData\Roaming\npm\node_modules\homebridge\node_modules\semver\package.json
  852. 454 verbose readDependencies loading dependencies from C:\Users\Rowan\AppData\Roaming\npm\node_modules\homebridge\node_modules\semver\package.json
  853. 455 silly install resolved []
  854. 456 verbose about to build C:\Users\Rowan\AppData\Roaming\npm\node_modules\homebridge\node_modules\semver
  855. 457 info build C:\Users\Rowan\AppData\Roaming\npm\node_modules\homebridge\node_modules\semver
  856. 458 info linkStuff semver@5.0.3
  857. 459 silly linkStuff semver@5.0.3 has C:\Users\Rowan\AppData\Roaming\npm\node_modules\homebridge\node_modules as its parent node_modules
  858. 460 silly linkStuff semver@5.0.3 is part of a global install
  859. 461 silly linkStuff semver@5.0.3 is installed into a global node_modules
  860. 462 verbose linkBins semver@5.0.3
  861. 463 verbose link bins [ { semver: './bin/semver' },
  862. 463 verbose link bins 'C:\\Users\\Rowan\\AppData\\Roaming\\npm\\node_modules\\homebridge\\node_modules\\.bin',
  863. 463 verbose link bins false ]
  864. 464 verbose linkMans semver@5.0.3
  865. 465 verbose rebuildBundles semver@5.0.3
  866. 466 info install semver@5.0.3
  867. 467 info postinstall semver@5.0.3
  868. 468 verbose unlock done using C:\Users\Rowan\AppData\Roaming\npm-cache\_locks\semver-2bbda1576804c523.lock for C:\Users\Rowan\AppData\Roaming\npm\node_modules\homebridge\node_modules\semver
  869. 469 http 304 https://registry.npmjs.org/supports-color
  870. 470 verbose headers { date: 'Sat, 14 Nov 2015 13:31:09 GMT',
  871. 470 verbose headers via: '1.1 varnish',
  872. 470 verbose headers 'cache-control': 'max-age=60',
  873. 470 verbose headers etag: '"91QPISXHGSPQQAUI4IY5OE9UJ"',
  874. 470 verbose headers age: '6',
  875. 470 verbose headers connection: 'keep-alive',
  876. 470 verbose headers 'x-served-by': 'cache-ams4147-AMS',
  877. 470 verbose headers 'x-cache': 'HIT',
  878. 470 verbose headers 'x-cache-hits': '1',
  879. 470 verbose headers 'x-timer': 'S1447507869.895062,VS0,VE0',
  880. 470 verbose headers vary: 'Accept' }
  881. 471 silly get cb [ 304,
  882. 471 silly get { date: 'Sat, 14 Nov 2015 13:31:09 GMT',
  883. 471 silly get via: '1.1 varnish',
  884. 471 silly get 'cache-control': 'max-age=60',
  885. 471 silly get etag: '"91QPISXHGSPQQAUI4IY5OE9UJ"',
  886. 471 silly get age: '6',
  887. 471 silly get connection: 'keep-alive',
  888. 471 silly get 'x-served-by': 'cache-ams4147-AMS',
  889. 471 silly get 'x-cache': 'HIT',
  890. 471 silly get 'x-cache-hits': '1',
  891. 471 silly get 'x-timer': 'S1447507869.895062,VS0,VE0',
  892. 471 silly get vary: 'Accept' } ]
  893. 472 verbose etag https://registry.npmjs.org/supports-color from cache
  894. 473 verbose get saving supports-color to C:\Users\Rowan\AppData\Roaming\npm-cache\registry.npmjs.org\supports-color\.cache.json
  895. 474 silly addNameRange number 2 { name: 'supports-color',
  896. 474 silly addNameRange range: '>=2.0.0 <3.0.0',
  897. 474 silly addNameRange hasData: true }
  898. 475 silly addNameRange versions [ 'supports-color',
  899. 475 silly addNameRange [ '0.2.0',
  900. 475 silly addNameRange '1.0.0',
  901. 475 silly addNameRange '1.1.0',
  902. 475 silly addNameRange '1.2.0',
  903. 475 silly addNameRange '1.2.1',
  904. 475 silly addNameRange '1.3.0',
  905. 475 silly addNameRange '1.3.1',
  906. 475 silly addNameRange '2.0.0',
  907. 475 silly addNameRange '3.0.0',
  908. 475 silly addNameRange '3.0.1',
  909. 475 silly addNameRange '3.1.0',
  910. 475 silly addNameRange '3.1.1',
  911. 475 silly addNameRange '3.1.2' ] ]
  912. 476 silly addNamed supports-color@2.0.0
  913. 477 verbose addNamed "2.0.0" is a plain semver version for supports-color
  914. 478 silly cache afterAdd supports-color@2.0.0
  915. 479 verbose afterAdd C:\Users\Rowan\AppData\Roaming\npm-cache\supports-color\2.0.0\package\package.json not in flight; writing
  916. 480 http 304 https://registry.npmjs.org/ansi-styles
  917. 481 verbose headers { date: 'Sat, 14 Nov 2015 13:31:09 GMT',
  918. 481 verbose headers via: '1.1 varnish',
  919. 481 verbose headers 'cache-control': 'max-age=60',
  920. 481 verbose headers etag: '"5C4LQYKQ0TADX2RTLH5EQ6M10"',
  921. 481 verbose headers age: '3',
  922. 481 verbose headers connection: 'keep-alive',
  923. 481 verbose headers 'x-served-by': 'cache-ams4137-AMS',
  924. 481 verbose headers 'x-cache': 'HIT',
  925. 481 verbose headers 'x-cache-hits': '1',
  926. 481 verbose headers 'x-timer': 'S1447507869.900298,VS0,VE0',
  927. 481 verbose headers vary: 'Accept' }
  928. 482 silly get cb [ 304,
  929. 482 silly get { date: 'Sat, 14 Nov 2015 13:31:09 GMT',
  930. 482 silly get via: '1.1 varnish',
  931. 482 silly get 'cache-control': 'max-age=60',
  932. 482 silly get etag: '"5C4LQYKQ0TADX2RTLH5EQ6M10"',
  933. 482 silly get age: '3',
  934. 482 silly get connection: 'keep-alive',
  935. 482 silly get 'x-served-by': 'cache-ams4137-AMS',
  936. 482 silly get 'x-cache': 'HIT',
  937. 482 silly get 'x-cache-hits': '1',
  938. 482 silly get 'x-timer': 'S1447507869.900298,VS0,VE0',
  939. 482 silly get vary: 'Accept' } ]
  940. 483 verbose etag https://registry.npmjs.org/ansi-styles from cache
  941. 484 verbose get saving ansi-styles to C:\Users\Rowan\AppData\Roaming\npm-cache\registry.npmjs.org\ansi-styles\.cache.json
  942. 485 http 304 https://registry.npmjs.org/strip-ansi
  943. 486 verbose headers { date: 'Sat, 14 Nov 2015 13:31:09 GMT',
  944. 486 verbose headers via: '1.1 varnish',
  945. 486 verbose headers 'cache-control': 'max-age=60',
  946. 486 verbose headers etag: '"RBPZS1J21XBKPHESKAG048ZH"',
  947. 486 verbose headers age: '43',
  948. 486 verbose headers connection: 'keep-alive',
  949. 486 verbose headers 'x-served-by': 'cache-ams4132-AMS',
  950. 486 verbose headers 'x-cache': 'HIT',
  951. 486 verbose headers 'x-cache-hits': '3',
  952. 486 verbose headers 'x-timer': 'S1447507869.905905,VS0,VE0',
  953. 486 verbose headers vary: 'Accept' }
  954. 487 silly get cb [ 304,
  955. 487 silly get { date: 'Sat, 14 Nov 2015 13:31:09 GMT',
  956. 487 silly get via: '1.1 varnish',
  957. 487 silly get 'cache-control': 'max-age=60',
  958. 487 silly get etag: '"RBPZS1J21XBKPHESKAG048ZH"',
  959. 487 silly get age: '43',
  960. 487 silly get connection: 'keep-alive',
  961. 487 silly get 'x-served-by': 'cache-ams4132-AMS',
  962. 487 silly get 'x-cache': 'HIT',
  963. 487 silly get 'x-cache-hits': '3',
  964. 487 silly get 'x-timer': 'S1447507869.905905,VS0,VE0',
  965. 487 silly get vary: 'Accept' } ]
  966. 488 verbose etag https://registry.npmjs.org/strip-ansi from cache
  967. 489 verbose get saving strip-ansi to C:\Users\Rowan\AppData\Roaming\npm-cache\registry.npmjs.org\strip-ansi\.cache.json
  968. 490 verbose afterAdd C:\Users\Rowan\AppData\Roaming\npm-cache\supports-color\2.0.0\package\package.json written
  969. 491 silly addNameRange number 2 { name: 'ansi-styles', range: '>=2.1.0 <3.0.0', hasData: true }
  970. 492 silly addNameRange versions [ 'ansi-styles',
  971. 492 silly addNameRange [ '0.1.0',
  972. 492 silly addNameRange '0.1.1',
  973. 492 silly addNameRange '0.1.2',
  974. 492 silly addNameRange '0.2.0',
  975. 492 silly addNameRange '1.0.0',
  976. 492 silly addNameRange '1.1.0',
  977. 492 silly addNameRange '2.0.0',
  978. 492 silly addNameRange '2.0.1',
  979. 492 silly addNameRange '2.1.0' ] ]
  980. 493 silly addNamed ansi-styles@2.1.0
  981. 494 verbose addNamed "2.1.0" is a plain semver version for ansi-styles
  982. 495 silly addNameRange number 2 { name: 'strip-ansi', range: '>=3.0.0 <4.0.0', hasData: true }
  983. 496 silly addNameRange versions [ 'strip-ansi',
  984. 496 silly addNameRange [ '0.1.0',
  985. 496 silly addNameRange '0.1.1',
  986. 496 silly addNameRange '0.2.0',
  987. 496 silly addNameRange '0.2.1',
  988. 496 silly addNameRange '0.2.2',
  989. 496 silly addNameRange '0.3.0',
  990. 496 silly addNameRange '1.0.0',
  991. 496 silly addNameRange '2.0.0',
  992. 496 silly addNameRange '2.0.1',
  993. 496 silly addNameRange '3.0.0' ] ]
  994. 497 silly addNamed strip-ansi@3.0.0
  995. 498 verbose addNamed "3.0.0" is a plain semver version for strip-ansi
  996. 499 silly cache afterAdd ansi-styles@2.1.0
  997. 500 verbose afterAdd C:\Users\Rowan\AppData\Roaming\npm-cache\ansi-styles\2.1.0\package\package.json not in flight; writing
  998. 501 http 304 https://registry.npmjs.org/has-ansi
  999. 502 verbose headers { date: 'Sat, 14 Nov 2015 13:31:09 GMT',
  1000. 502 verbose headers via: '1.1 varnish',
  1001. 502 verbose headers 'cache-control': 'max-age=60',
  1002. 502 verbose headers etag: '"BBDMGI1OGAVY5ZWT2355AH7Y1"',
  1003. 502 verbose headers age: '3',
  1004. 502 verbose headers connection: 'keep-alive',
  1005. 502 verbose headers 'x-served-by': 'cache-ams4124-AMS',
  1006. 502 verbose headers 'x-cache': 'HIT',
  1007. 502 verbose headers 'x-cache-hits': '1',
  1008. 502 verbose headers 'x-timer': 'S1447507869.910833,VS0,VE0',
  1009. 502 verbose headers vary: 'Accept' }
  1010. 503 silly get cb [ 304,
  1011. 503 silly get { date: 'Sat, 14 Nov 2015 13:31:09 GMT',
  1012. 503 silly get via: '1.1 varnish',
  1013. 503 silly get 'cache-control': 'max-age=60',
  1014. 503 silly get etag: '"BBDMGI1OGAVY5ZWT2355AH7Y1"',
  1015. 503 silly get age: '3',
  1016. 503 silly get connection: 'keep-alive',
  1017. 503 silly get 'x-served-by': 'cache-ams4124-AMS',
  1018. 503 silly get 'x-cache': 'HIT',
  1019. 503 silly get 'x-cache-hits': '1',
  1020. 503 silly get 'x-timer': 'S1447507869.910833,VS0,VE0',
  1021. 503 silly get vary: 'Accept' } ]
  1022. 504 verbose etag https://registry.npmjs.org/has-ansi from cache
  1023. 505 verbose get saving has-ansi to C:\Users\Rowan\AppData\Roaming\npm-cache\registry.npmjs.org\has-ansi\.cache.json
  1024. 506 http 304 https://registry.npmjs.org/escape-string-regexp
  1025. 507 verbose headers { date: 'Sat, 14 Nov 2015 13:31:09 GMT',
  1026. 507 verbose headers via: '1.1 varnish',
  1027. 507 verbose headers 'cache-control': 'max-age=60',
  1028. 507 verbose headers etag: '"8MOKZ3EZW5AOLELFFTR0T8K98"',
  1029. 507 verbose headers age: '3',
  1030. 507 verbose headers connection: 'keep-alive',
  1031. 507 verbose headers 'x-served-by': 'cache-ams4147-AMS',
  1032. 507 verbose headers 'x-cache': 'HIT',
  1033. 507 verbose headers 'x-cache-hits': '1',
  1034. 507 verbose headers 'x-timer': 'S1447507869.911396,VS0,VE0',
  1035. 507 verbose headers vary: 'Accept' }
  1036. 508 silly get cb [ 304,
  1037. 508 silly get { date: 'Sat, 14 Nov 2015 13:31:09 GMT',
  1038. 508 silly get via: '1.1 varnish',
  1039. 508 silly get 'cache-control': 'max-age=60',
  1040. 508 silly get etag: '"8MOKZ3EZW5AOLELFFTR0T8K98"',
  1041. 508 silly get age: '3',
  1042. 508 silly get connection: 'keep-alive',
  1043. 508 silly get 'x-served-by': 'cache-ams4147-AMS',
  1044. 508 silly get 'x-cache': 'HIT',
  1045. 508 silly get 'x-cache-hits': '1',
  1046. 508 silly get 'x-timer': 'S1447507869.911396,VS0,VE0',
  1047. 508 silly get vary: 'Accept' } ]
  1048. 509 verbose etag https://registry.npmjs.org/escape-string-regexp from cache
  1049. 510 verbose get saving escape-string-regexp to C:\Users\Rowan\AppData\Roaming\npm-cache\registry.npmjs.org\escape-string-regexp\.cache.json
  1050. 511 silly cache afterAdd strip-ansi@3.0.0
  1051. 512 verbose afterAdd C:\Users\Rowan\AppData\Roaming\npm-cache\strip-ansi\3.0.0\package\package.json not in flight; writing
  1052. 513 verbose afterAdd C:\Users\Rowan\AppData\Roaming\npm-cache\ansi-styles\2.1.0\package\package.json written
  1053. 514 silly addNameRange number 2 { name: 'has-ansi', range: '>=2.0.0 <3.0.0', hasData: true }
  1054. 515 silly addNameRange versions [ 'has-ansi',
  1055. 515 silly addNameRange [ '0.1.0', '1.0.0', '1.0.1', '1.0.2', '1.0.3', '2.0.0' ] ]
  1056. 516 silly addNamed has-ansi@2.0.0
  1057. 517 verbose addNamed "2.0.0" is a plain semver version for has-ansi
  1058. 518 verbose afterAdd C:\Users\Rowan\AppData\Roaming\npm-cache\strip-ansi\3.0.0\package\package.json written
  1059. 519 silly addNameRange number 2 { name: 'escape-string-regexp',
  1060. 519 silly addNameRange range: '>=1.0.2 <2.0.0',
  1061. 519 silly addNameRange hasData: true }
  1062. 520 silly addNameRange versions [ 'escape-string-regexp',
  1063. 520 silly addNameRange [ '1.0.0', '1.0.1', '1.0.2', '1.0.3' ] ]
  1064. 521 silly addNamed escape-string-regexp@1.0.3
  1065. 522 verbose addNamed "1.0.3" is a plain semver version for escape-string-regexp
  1066. 523 silly cache afterAdd has-ansi@2.0.0
  1067. 524 verbose afterAdd C:\Users\Rowan\AppData\Roaming\npm-cache\has-ansi\2.0.0\package\package.json not in flight; writing
  1068. 525 silly cache afterAdd escape-string-regexp@1.0.3
  1069. 526 verbose afterAdd C:\Users\Rowan\AppData\Roaming\npm-cache\escape-string-regexp\1.0.3\package\package.json not in flight; writing
  1070. 527 verbose afterAdd C:\Users\Rowan\AppData\Roaming\npm-cache\has-ansi\2.0.0\package\package.json written
  1071. 528 verbose afterAdd C:\Users\Rowan\AppData\Roaming\npm-cache\escape-string-regexp\1.0.3\package\package.json written
  1072. 529 silly install resolved [ { name: 'supports-color',
  1073. 529 silly install resolved version: '2.0.0',
  1074. 529 silly install resolved description: 'Detect whether a terminal supports color',
  1075. 529 silly install resolved license: 'MIT',
  1076. 529 silly install resolved repository:
  1077. 529 silly install resolved { type: 'git',
  1078. 529 silly install resolved url: 'git+https://github.com/chalk/supports-color.git' },
  1079. 529 silly install resolved author:
  1080. 529 silly install resolved { name: 'Sindre Sorhus',
  1081. 529 silly install resolved email: 'sindresorhus@gmail.com',
  1082. 529 silly install resolved url: 'sindresorhus.com' },
  1083. 529 silly install resolved maintainers: [ [Object], [Object] ],
  1084. 529 silly install resolved engines: { node: '>=0.8.0' },
  1085. 529 silly install resolved scripts: { test: 'mocha' },
  1086. 529 silly install resolved files: [ 'index.js' ],
  1087. 529 silly install resolved keywords:
  1088. 529 silly install resolved [ 'color',
  1089. 529 silly install resolved 'colour',
  1090. 529 silly install resolved 'colors',
  1091. 529 silly install resolved 'terminal',
  1092. 529 silly install resolved 'console',
  1093. 529 silly install resolved 'cli',
  1094. 529 silly install resolved 'ansi',
  1095. 529 silly install resolved 'styles',
  1096. 529 silly install resolved 'tty',
  1097. 529 silly install resolved 'rgb',
  1098. 529 silly install resolved '256',
  1099. 529 silly install resolved 'shell',
  1100. 529 silly install resolved 'xterm',
  1101. 529 silly install resolved 'command-line',
  1102. 529 silly install resolved 'support',
  1103. 529 silly install resolved 'supports',
  1104. 529 silly install resolved 'capability',
  1105. 529 silly install resolved 'detect' ],
  1106. 529 silly install resolved devDependencies: { mocha: '*', 'require-uncached': '^1.0.2' },
  1107. 529 silly install resolved gitHead: '8400d98ade32b2adffd50902c06d9e725a5c6588',
  1108. 529 silly install resolved bugs: { url: 'https://github.com/chalk/supports-color/issues' },
  1109. 529 silly install resolved homepage: 'https://github.com/chalk/supports-color',
  1110. 529 silly install resolved _id: 'supports-color@2.0.0',
  1111. 529 silly install resolved _shasum: '535d045ce6b6363fa40117084629995e9df324c7',
  1112. 529 silly install resolved _from: 'supports-color@>=2.0.0 <3.0.0',
  1113. 529 silly install resolved _npmVersion: '2.11.2',
  1114. 529 silly install resolved _nodeVersion: '0.12.5',
  1115. 529 silly install resolved _npmUser: { name: 'sindresorhus', email: 'sindresorhus@gmail.com' },
  1116. 529 silly install resolved dist:
  1117. 529 silly install resolved { shasum: '535d045ce6b6363fa40117084629995e9df324c7',
  1118. 529 silly install resolved tarball: 'http://registry.npmjs.org/supports-color/-/supports-color-2.0.0.tgz' },
  1119. 529 silly install resolved directories: {},
  1120. 529 silly install resolved _resolved: 'https://registry.npmjs.org/supports-color/-/supports-color-2.0.0.tgz',
  1121. 529 silly install resolved readme: 'ERROR: No README data found!' },
  1122. 529 silly install resolved { name: 'ansi-styles',
  1123. 529 silly install resolved version: '2.1.0',
  1124. 529 silly install resolved description: 'ANSI escape codes for styling strings in the terminal',
  1125. 529 silly install resolved license: 'MIT',
  1126. 529 silly install resolved repository:
  1127. 529 silly install resolved { type: 'git',
  1128. 529 silly install resolved url: 'git+https://github.com/chalk/ansi-styles.git' },
  1129. 529 silly install resolved author:
  1130. 529 silly install resolved { name: 'Sindre Sorhus',
  1131. 529 silly install resolved email: 'sindresorhus@gmail.com',
  1132. 529 silly install resolved url: 'sindresorhus.com' },
  1133. 529 silly install resolved maintainers: [ [Object], [Object] ],
  1134. 529 silly install resolved engines: { node: '>=0.10.0' },
  1135. 529 silly install resolved scripts: { test: 'mocha' },
  1136. 529 silly install resolved files: [ 'index.js' ],
  1137. 529 silly install resolved keywords:
  1138. 529 silly install resolved [ 'ansi',
  1139. 529 silly install resolved 'styles',
  1140. 529 silly install resolved 'color',
  1141. 529 silly install resolved 'colour',
  1142. 529 silly install resolved 'colors',
  1143. 529 silly install resolved 'terminal',
  1144. 529 silly install resolved 'console',
  1145. 529 silly install resolved 'cli',
  1146. 529 silly install resolved 'string',
  1147. 529 silly install resolved 'tty',
  1148. 529 silly install resolved 'escape',
  1149. 529 silly install resolved 'formatting',
  1150. 529 silly install resolved 'rgb',
  1151. 529 silly install resolved '256',
  1152. 529 silly install resolved 'shell',
  1153. 529 silly install resolved 'xterm',
  1154. 529 silly install resolved 'log',
  1155. 529 silly install resolved 'logging',
  1156. 529 silly install resolved 'command-line',
  1157. 529 silly install resolved 'text' ],
  1158. 529 silly install resolved devDependencies: { mocha: '*' },
  1159. 529 silly install resolved gitHead: '18421cbe4a2d93359ec2599a894f704be126d066',
  1160. 529 silly install resolved bugs: { url: 'https://github.com/chalk/ansi-styles/issues' },
  1161. 529 silly install resolved homepage: 'https://github.com/chalk/ansi-styles',
  1162. 529 silly install resolved _id: 'ansi-styles@2.1.0',
  1163. 529 silly install resolved _shasum: '990f747146927b559a932bf92959163d60c0d0e2',
  1164. 529 silly install resolved _from: 'ansi-styles@>=2.1.0 <3.0.0',
  1165. 529 silly install resolved _npmVersion: '2.10.1',
  1166. 529 silly install resolved _nodeVersion: '0.12.4',
  1167. 529 silly install resolved _npmUser: { name: 'jbnicolai', email: 'jappelman@xebia.com' },
  1168. 529 silly install resolved dist:
  1169. 529 silly install resolved { shasum: '990f747146927b559a932bf92959163d60c0d0e2',
  1170. 529 silly install resolved tarball: 'http://registry.npmjs.org/ansi-styles/-/ansi-styles-2.1.0.tgz' },
  1171. 529 silly install resolved directories: {},
  1172. 529 silly install resolved _resolved: 'https://registry.npmjs.org/ansi-styles/-/ansi-styles-2.1.0.tgz',
  1173. 529 silly install resolved readme: 'ERROR: No README data found!' },
  1174. 529 silly install resolved { name: 'strip-ansi',
  1175. 529 silly install resolved version: '3.0.0',
  1176. 529 silly install resolved description: 'Strip ANSI escape codes',
  1177. 529 silly install resolved license: 'MIT',
  1178. 529 silly install resolved repository:
  1179. 529 silly install resolved { type: 'git',
  1180. 529 silly install resolved url: 'git+https://github.com/sindresorhus/strip-ansi.git' },
  1181. 529 silly install resolved author:
  1182. 529 silly install resolved { name: 'Sindre Sorhus',
  1183. 529 silly install resolved email: 'sindresorhus@gmail.com',
  1184. 529 silly install resolved url: 'sindresorhus.com' },
  1185. 529 silly install resolved maintainers: [ [Object], [Object] ],
  1186. 529 silly install resolved engines: { node: '>=0.10.0' },
  1187. 529 silly install resolved scripts: { test: 'node test.js' },
  1188. 529 silly install resolved files: [ 'index.js' ],
  1189. 529 silly install resolved keywords:
  1190. 529 silly install resolved [ 'strip',
  1191. 529 silly install resolved 'trim',
  1192. 529 silly install resolved 'remove',
  1193. 529 silly install resolved 'ansi',
  1194. 529 silly install resolved 'styles',
  1195. 529 silly install resolved 'color',
  1196. 529 silly install resolved 'colour',
  1197. 529 silly install resolved 'colors',
  1198. 529 silly install resolved 'terminal',
  1199. 529 silly install resolved 'console',
  1200. 529 silly install resolved 'string',
  1201. 529 silly install resolved 'tty',
  1202. 529 silly install resolved 'escape',
  1203. 529 silly install resolved 'formatting',
  1204. 529 silly install resolved 'rgb',
  1205. 529 silly install resolved '256',
  1206. 529 silly install resolved 'shell',
  1207. 529 silly install resolved 'xterm',
  1208. 529 silly install resolved 'log',
  1209. 529 silly install resolved 'logging',
  1210. 529 silly install resolved 'command-line',
  1211. 529 silly install resolved 'text' ],
  1212. 529 silly install resolved dependencies: { 'ansi-regex': '^2.0.0' },
  1213. 529 silly install resolved devDependencies: { ava: '0.0.4' },
  1214. 529 silly install resolved gitHead: '3f05b9810e1438f946e2eb84ee854cc00b972e9e',
  1215. 529 silly install resolved bugs: { url: 'https://github.com/sindresorhus/strip-ansi/issues' },
  1216. 529 silly install resolved homepage: 'https://github.com/sindresorhus/strip-ansi',
  1217. 529 silly install resolved _id: 'strip-ansi@3.0.0',
  1218. 529 silly install resolved _shasum: '7510b665567ca914ccb5d7e072763ac968be3724',
  1219. 529 silly install resolved _from: 'strip-ansi@>=3.0.0 <4.0.0',
  1220. 529 silly install resolved _npmVersion: '2.11.2',
  1221. 529 silly install resolved _nodeVersion: '0.12.5',
  1222. 529 silly install resolved _npmUser: { name: 'sindresorhus', email: 'sindresorhus@gmail.com' },
  1223. 529 silly install resolved dist:
  1224. 529 silly install resolved { shasum: '7510b665567ca914ccb5d7e072763ac968be3724',
  1225. 529 silly install resolved tarball: 'http://registry.npmjs.org/strip-ansi/-/strip-ansi-3.0.0.tgz' },
  1226. 529 silly install resolved directories: {},
  1227. 529 silly install resolved _resolved: 'https://registry.npmjs.org/strip-ansi/-/strip-ansi-3.0.0.tgz',
  1228. 529 silly install resolved readme: 'ERROR: No README data found!' },
  1229. 529 silly install resolved { name: 'has-ansi',
  1230. 529 silly install resolved version: '2.0.0',
  1231. 529 silly install resolved description: 'Check if a string has ANSI escape codes',
  1232. 529 silly install resolved license: 'MIT',
  1233. 529 silly install resolved repository:
  1234. 529 silly install resolved { type: 'git',
  1235. 529 silly install resolved url: 'git+https://github.com/sindresorhus/has-ansi.git' },
  1236. 529 silly install resolved author:
  1237. 529 silly install resolved { name: 'Sindre Sorhus',
  1238. 529 silly install resolved email: 'sindresorhus@gmail.com',
  1239. 529 silly install resolved url: 'sindresorhus.com' },
  1240. 529 silly install resolved maintainers: [ [Object], [Object] ],
  1241. 529 silly install resolved engines: { node: '>=0.10.0' },
  1242. 529 silly install resolved scripts: { test: 'node test.js' },
  1243. 529 silly install resolved files: [ 'index.js' ],
  1244. 529 silly install resolved keywords:
  1245. 529 silly install resolved [ 'ansi',
  1246. 529 silly install resolved 'styles',
  1247. 529 silly install resolved 'color',
  1248. 529 silly install resolved 'colour',
  1249. 529 silly install resolved 'colors',
  1250. 529 silly install resolved 'terminal',
  1251. 529 silly install resolved 'console',
  1252. 529 silly install resolved 'string',
  1253. 529 silly install resolved 'tty',
  1254. 529 silly install resolved 'escape',
  1255. 529 silly install resolved 'shell',
  1256. 529 silly install resolved 'xterm',
  1257. 529 silly install resolved 'command-line',
  1258. 529 silly install resolved 'text',
  1259. 529 silly install resolved 'regex',
  1260. 529 silly install resolved 'regexp',
  1261. 529 silly install resolved 're',
  1262. 529 silly install resolved 'match',
  1263. 529 silly install resolved 'test',
  1264. 529 silly install resolved 'find',
  1265. 529 silly install resolved 'pattern',
  1266. 529 silly install resolved 'has' ],
  1267. 529 silly install resolved dependencies: { 'ansi-regex': '^2.0.0' },
  1268. 529 silly install resolved devDependencies: { ava: '0.0.4' },
  1269. 529 silly install resolved gitHead: '0722275e1bef139fcd09137da6e5550c3cd368b9',
  1270. 529 silly install resolved bugs: { url: 'https://github.com/sindresorhus/has-ansi/issues' },
  1271. 529 silly install resolved homepage: 'https://github.com/sindresorhus/has-ansi',
  1272. 529 silly install resolved _id: 'has-ansi@2.0.0',
  1273. 529 silly install resolved _shasum: '34f5049ce1ecdf2b0649af3ef24e45ed35416d91',
  1274. 529 silly install resolved _from: 'has-ansi@>=2.0.0 <3.0.0',
  1275. 529 silly install resolved _npmVersion: '2.11.2',
  1276. 529 silly install resolved _nodeVersion: '0.12.5',
  1277. 529 silly install resolved _npmUser: { name: 'sindresorhus', email: 'sindresorhus@gmail.com' },
  1278. 529 silly install resolved dist:
  1279. 529 silly install resolved { shasum: '34f5049ce1ecdf2b0649af3ef24e45ed35416d91',
  1280. 529 silly install resolved tarball: 'http://registry.npmjs.org/has-ansi/-/has-ansi-2.0.0.tgz' },
  1281. 529 silly install resolved directories: {},
  1282. 529 silly install resolved _resolved: 'https://registry.npmjs.org/has-ansi/-/has-ansi-2.0.0.tgz',
  1283. 529 silly install resolved readme: 'ERROR: No README data found!' },
  1284. 529 silly install resolved { name: 'escape-string-regexp',
  1285. 529 silly install resolved version: '1.0.3',
  1286. 529 silly install resolved description: 'Escape RegExp special characters',
  1287. 529 silly install resolved license: 'MIT',
  1288. 529 silly install resolved repository:
  1289. 529 silly install resolved { type: 'git',
  1290. 529 silly install resolved url: 'git+https://github.com/sindresorhus/escape-string-regexp.git' },
  1291. 529 silly install resolved author:
  1292. 529 silly install resolved { name: 'Sindre Sorhus',
  1293. 529 silly install resolved email: 'sindresorhus@gmail.com',
  1294. 529 silly install resolved url: 'http://sindresorhus.com' },
  1295. 529 silly install resolved maintainers: [ [Object], [Object] ],
  1296. 529 silly install resolved engines: { node: '>=0.8.0' },
  1297. 529 silly install resolved scripts: { test: 'mocha' },
  1298. 529 silly install resolved files: [ 'index.js' ],
  1299. 529 silly install resolved keywords:
  1300. 529 silly install resolved [ 'regex',
  1301. 529 silly install resolved 'regexp',
  1302. 529 silly install resolved 're',
  1303. 529 silly install resolved 'regular',
  1304. 529 silly install resolved 'expression',
  1305. 529 silly install resolved 'escape',
  1306. 529 silly install resolved 'string',
  1307. 529 silly install resolved 'str',
  1308. 529 silly install resolved 'special',
  1309. 529 silly install resolved 'characters' ],
  1310. 529 silly install resolved devDependencies: { mocha: '*' },
  1311. 529 silly install resolved gitHead: '1e446e6b4449b5f1f8868cd31bf8fd25ee37fb4b',
  1312. 529 silly install resolved bugs: { url: 'https://github.com/sindresorhus/escape-string-regexp/issues' },
  1313. 529 silly install resolved homepage: 'https://github.com/sindresorhus/escape-string-regexp',
  1314. 529 silly install resolved _id: 'escape-string-regexp@1.0.3',
  1315. 529 silly install resolved _shasum: '9e2d8b25bc2555c3336723750e03f099c2735bb5',
  1316. 529 silly install resolved _from: 'escape-string-regexp@>=1.0.2 <2.0.0',
  1317. 529 silly install resolved _npmVersion: '2.1.16',
  1318. 529 silly install resolved _nodeVersion: '0.10.35',
  1319. 529 silly install resolved _npmUser: { name: 'jbnicolai', email: 'jappelman@xebia.com' },
  1320. 529 silly install resolved dist:
  1321. 529 silly install resolved { shasum: '9e2d8b25bc2555c3336723750e03f099c2735bb5',
  1322. 529 silly install resolved tarball: 'http://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.3.tgz' },
  1323. 529 silly install resolved directories: {},
  1324. 529 silly install resolved _resolved: 'https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.3.tgz',
  1325. 529 silly install resolved readme: 'ERROR: No README data found!' } ]
  1326. 530 info install supports-color@2.0.0 into C:\Users\Rowan\AppData\Roaming\npm\node_modules\homebridge\node_modules\chalk
  1327. 531 info install ansi-styles@2.1.0 into C:\Users\Rowan\AppData\Roaming\npm\node_modules\homebridge\node_modules\chalk
  1328. 532 info install strip-ansi@3.0.0 into C:\Users\Rowan\AppData\Roaming\npm\node_modules\homebridge\node_modules\chalk
  1329. 533 info install has-ansi@2.0.0 into C:\Users\Rowan\AppData\Roaming\npm\node_modules\homebridge\node_modules\chalk
  1330. 534 info install escape-string-regexp@1.0.3 into C:\Users\Rowan\AppData\Roaming\npm\node_modules\homebridge\node_modules\chalk
  1331. 535 info installOne supports-color@2.0.0
  1332. 536 verbose installOne of supports-color to C:\Users\Rowan\AppData\Roaming\npm\node_modules\homebridge\node_modules\chalk not in flight; installing
  1333. 537 info installOne ansi-styles@2.1.0
  1334. 538 verbose installOne of ansi-styles to C:\Users\Rowan\AppData\Roaming\npm\node_modules\homebridge\node_modules\chalk not in flight; installing
  1335. 539 info installOne strip-ansi@3.0.0
  1336. 540 verbose installOne of strip-ansi to C:\Users\Rowan\AppData\Roaming\npm\node_modules\homebridge\node_modules\chalk not in flight; installing
  1337. 541 info installOne has-ansi@2.0.0
  1338. 542 verbose installOne of has-ansi to C:\Users\Rowan\AppData\Roaming\npm\node_modules\homebridge\node_modules\chalk not in flight; installing
  1339. 543 info installOne escape-string-regexp@1.0.3
  1340. 544 verbose installOne of escape-string-regexp to C:\Users\Rowan\AppData\Roaming\npm\node_modules\homebridge\node_modules\chalk not in flight; installing
  1341. 545 verbose lock using C:\Users\Rowan\AppData\Roaming\npm-cache\_locks\supports-color-7444c2b8e2572bf6.lock for C:\Users\Rowan\AppData\Roaming\npm\node_modules\homebridge\node_modules\chalk\node_modules\supports-color
  1342. 546 verbose lock using C:\Users\Rowan\AppData\Roaming\npm-cache\_locks\strip-ansi-463e847959e4ee80.lock for C:\Users\Rowan\AppData\Roaming\npm\node_modules\homebridge\node_modules\chalk\node_modules\strip-ansi
  1343. 547 verbose lock using C:\Users\Rowan\AppData\Roaming\npm-cache\_locks\ansi-styles-65da865f50d341cf.lock for C:\Users\Rowan\AppData\Roaming\npm\node_modules\homebridge\node_modules\chalk\node_modules\ansi-styles
  1344. 548 silly install write writing supports-color 2.0.0 to C:\Users\Rowan\AppData\Roaming\npm\node_modules\homebridge\node_modules\chalk\node_modules\supports-color
  1345. 549 verbose lock using C:\Users\Rowan\AppData\Roaming\npm-cache\_locks\has-ansi-6b208f788281d9e4.lock for C:\Users\Rowan\AppData\Roaming\npm\node_modules\homebridge\node_modules\chalk\node_modules\has-ansi
  1346. 550 verbose lock using C:\Users\Rowan\AppData\Roaming\npm-cache\_locks\escape-string-regexp-b691a0d716ff3b76.lock for C:\Users\Rowan\AppData\Roaming\npm\node_modules\homebridge\node_modules\chalk\node_modules\escape-string-regexp
  1347. 551 silly install write writing strip-ansi 3.0.0 to C:\Users\Rowan\AppData\Roaming\npm\node_modules\homebridge\node_modules\chalk\node_modules\strip-ansi
  1348. 552 silly install write writing ansi-styles 2.1.0 to C:\Users\Rowan\AppData\Roaming\npm\node_modules\homebridge\node_modules\chalk\node_modules\ansi-styles
  1349. 553 silly install write writing has-ansi 2.0.0 to C:\Users\Rowan\AppData\Roaming\npm\node_modules\homebridge\node_modules\chalk\node_modules\has-ansi
  1350. 554 silly install write writing escape-string-regexp 1.0.3 to C:\Users\Rowan\AppData\Roaming\npm\node_modules\homebridge\node_modules\chalk\node_modules\escape-string-regexp
  1351. 555 verbose unbuild node_modules\homebridge\node_modules\chalk\node_modules\supports-color
  1352. 556 verbose unbuild node_modules\homebridge\node_modules\chalk\node_modules\strip-ansi
  1353. 557 verbose unbuild node_modules\homebridge\node_modules\chalk\node_modules\ansi-styles
  1354. 558 verbose unbuild node_modules\homebridge\node_modules\chalk\node_modules\has-ansi
  1355. 559 silly gentlyRm C:\Users\Rowan\AppData\Roaming\npm\node_modules\homebridge\node_modules\chalk\node_modules\supports-color is being purged from base C:\Users\Rowan\AppData\Roaming\npm
  1356. 560 verbose gentlyRm don't care about contents; nuking C:\Users\Rowan\AppData\Roaming\npm\node_modules\homebridge\node_modules\chalk\node_modules\supports-color
  1357. 561 verbose unbuild node_modules\homebridge\node_modules\chalk\node_modules\escape-string-regexp
  1358. 562 silly gentlyRm C:\Users\Rowan\AppData\Roaming\npm\node_modules\homebridge\node_modules\chalk\node_modules\strip-ansi is being purged from base C:\Users\Rowan\AppData\Roaming\npm
  1359. 563 verbose gentlyRm don't care about contents; nuking C:\Users\Rowan\AppData\Roaming\npm\node_modules\homebridge\node_modules\chalk\node_modules\strip-ansi
  1360. 564 silly gentlyRm C:\Users\Rowan\AppData\Roaming\npm\node_modules\homebridge\node_modules\chalk\node_modules\ansi-styles is being purged from base C:\Users\Rowan\AppData\Roaming\npm
  1361. 565 verbose gentlyRm don't care about contents; nuking C:\Users\Rowan\AppData\Roaming\npm\node_modules\homebridge\node_modules\chalk\node_modules\ansi-styles
  1362. 566 verbose tar unpack C:\Users\Rowan\AppData\Roaming\npm-cache\supports-color\2.0.0\package.tgz
  1363. 567 verbose tar unpacking to C:\Users\Rowan\AppData\Roaming\npm\node_modules\homebridge\node_modules\chalk\node_modules\supports-color
  1364. 568 silly gentlyRm C:\Users\Rowan\AppData\Roaming\npm\node_modules\homebridge\node_modules\chalk\node_modules\supports-color is being purged
  1365. 569 verbose gentlyRm don't care about contents; nuking C:\Users\Rowan\AppData\Roaming\npm\node_modules\homebridge\node_modules\chalk\node_modules\supports-color
  1366. 570 silly gentlyRm C:\Users\Rowan\AppData\Roaming\npm\node_modules\homebridge\node_modules\chalk\node_modules\has-ansi is being purged from base C:\Users\Rowan\AppData\Roaming\npm
  1367. 571 verbose gentlyRm don't care about contents; nuking C:\Users\Rowan\AppData\Roaming\npm\node_modules\homebridge\node_modules\chalk\node_modules\has-ansi
  1368. 572 verbose tar unpack C:\Users\Rowan\AppData\Roaming\npm-cache\strip-ansi\3.0.0\package.tgz
  1369. 573 verbose tar unpacking to C:\Users\Rowan\AppData\Roaming\npm\node_modules\homebridge\node_modules\chalk\node_modules\strip-ansi
  1370. 574 silly gentlyRm C:\Users\Rowan\AppData\Roaming\npm\node_modules\homebridge\node_modules\chalk\node_modules\strip-ansi is being purged
  1371. 575 verbose gentlyRm don't care about contents; nuking C:\Users\Rowan\AppData\Roaming\npm\node_modules\homebridge\node_modules\chalk\node_modules\strip-ansi
  1372. 576 verbose tar unpack C:\Users\Rowan\AppData\Roaming\npm-cache\ansi-styles\2.1.0\package.tgz
  1373. 577 verbose tar unpacking to C:\Users\Rowan\AppData\Roaming\npm\node_modules\homebridge\node_modules\chalk\node_modules\ansi-styles
  1374. 578 silly gentlyRm C:\Users\Rowan\AppData\Roaming\npm\node_modules\homebridge\node_modules\chalk\node_modules\ansi-styles is being purged
  1375. 579 verbose gentlyRm don't care about contents; nuking C:\Users\Rowan\AppData\Roaming\npm\node_modules\homebridge\node_modules\chalk\node_modules\ansi-styles
  1376. 580 silly gunzTarPerm modes [ '777', '666' ]
  1377. 581 verbose tar unpack C:\Users\Rowan\AppData\Roaming\npm-cache\has-ansi\2.0.0\package.tgz
  1378. 582 verbose tar unpacking to C:\Users\Rowan\AppData\Roaming\npm\node_modules\homebridge\node_modules\chalk\node_modules\has-ansi
  1379. 583 silly gentlyRm C:\Users\Rowan\AppData\Roaming\npm\node_modules\homebridge\node_modules\chalk\node_modules\has-ansi is being purged
  1380. 584 verbose gentlyRm don't care about contents; nuking C:\Users\Rowan\AppData\Roaming\npm\node_modules\homebridge\node_modules\chalk\node_modules\has-ansi
  1381. 585 silly gentlyRm C:\Users\Rowan\AppData\Roaming\npm\node_modules\homebridge\node_modules\chalk\node_modules\escape-string-regexp is being purged from base C:\Users\Rowan\AppData\Roaming\npm
  1382. 586 verbose gentlyRm don't care about contents; nuking C:\Users\Rowan\AppData\Roaming\npm\node_modules\homebridge\node_modules\chalk\node_modules\escape-string-regexp
  1383. 587 silly gunzTarPerm modes [ '777', '666' ]
  1384. 588 silly gunzTarPerm modes [ '777', '666' ]
  1385. 589 silly gunzTarPerm modes [ '777', '666' ]
  1386. 590 verbose tar unpack C:\Users\Rowan\AppData\Roaming\npm-cache\escape-string-regexp\1.0.3\package.tgz
  1387. 591 verbose tar unpacking to C:\Users\Rowan\AppData\Roaming\npm\node_modules\homebridge\node_modules\chalk\node_modules\escape-string-regexp
  1388. 592 silly gentlyRm C:\Users\Rowan\AppData\Roaming\npm\node_modules\homebridge\node_modules\chalk\node_modules\escape-string-regexp is being purged
  1389. 593 verbose gentlyRm don't care about contents; nuking C:\Users\Rowan\AppData\Roaming\npm\node_modules\homebridge\node_modules\chalk\node_modules\escape-string-regexp
  1390. 594 silly gunzTarPerm modes [ '777', '666' ]
  1391. 595 silly gunzTarPerm extractEntry package.json
  1392. 596 silly gunzTarPerm modified mode [ 'package.json', 420, 438 ]
  1393. 597 verbose write writing to C:\Users\Rowan\AppData\Roaming\npm\node_modules\homebridge\node_modules\hap-nodejs\package.json
  1394. 598 silly gunzTarPerm extractEntry package.json
  1395. 599 silly gunzTarPerm modified mode [ 'package.json', 420, 438 ]
  1396. 600 silly gunzTarPerm extractEntry package.json
  1397. 601 silly gunzTarPerm modified mode [ 'package.json', 420, 438 ]
  1398. 602 silly gunzTarPerm extractEntry package.json
  1399. 603 silly gunzTarPerm modified mode [ 'package.json', 420, 438 ]
  1400. 604 silly gunzTarPerm extractEntry package.json
  1401. 605 silly gunzTarPerm modified mode [ 'package.json', 420, 438 ]
  1402. 606 silly gunzTarPerm extractEntry index.js
  1403. 607 silly gunzTarPerm modified mode [ 'index.js', 420, 438 ]
  1404. 608 silly gunzTarPerm extractEntry license
  1405. 609 silly gunzTarPerm modified mode [ 'license', 420, 438 ]
  1406. 610 info preinstall hap-nodejs@0.0.3
  1407. 611 silly gunzTarPerm extractEntry index.js
  1408. 612 silly gunzTarPerm modified mode [ 'index.js', 420, 438 ]
  1409. 613 silly gunzTarPerm extractEntry license
  1410. 614 silly gunzTarPerm modified mode [ 'license', 420, 438 ]
  1411. 615 silly gunzTarPerm extractEntry index.js
  1412. 616 silly gunzTarPerm modified mode [ 'index.js', 420, 438 ]
  1413. 617 silly gunzTarPerm extractEntry license
  1414. 618 silly gunzTarPerm modified mode [ 'license', 420, 438 ]
  1415. 619 silly gunzTarPerm extractEntry index.js
  1416. 620 silly gunzTarPerm modified mode [ 'index.js', 420, 438 ]
  1417. 621 silly gunzTarPerm extractEntry license
  1418. 622 silly gunzTarPerm modified mode [ 'license', 420, 438 ]
  1419. 623 verbose readDependencies loading dependencies from C:\Users\Rowan\AppData\Roaming\npm\node_modules\homebridge\node_modules\hap-nodejs\package.json
  1420. 624 silly gunzTarPerm extractEntry index.js
  1421. 625 silly gunzTarPerm modified mode [ 'index.js', 420, 438 ]
  1422. 626 silly gunzTarPerm extractEntry license
  1423. 627 silly gunzTarPerm modified mode [ 'license', 420, 438 ]
  1424. 628 silly gunzTarPerm extractEntry readme.md
  1425. 629 silly gunzTarPerm modified mode [ 'readme.md', 420, 438 ]
  1426. 630 silly prepareForInstallMany adding curve25519@git://github.com/KhaosT/node-curve25519.git from hap-nodejs dependencies
  1427. 631 silly prepareForInstallMany adding debug@^2.2.0 from hap-nodejs dependencies
  1428. 632 silly prepareForInstallMany adding ed25519@git://github.com/KhaosT/ed25519.git from hap-nodejs dependencies
  1429. 633 silly prepareForInstallMany adding mdns@^2.2.4 from hap-nodejs dependencies
  1430. 634 silly prepareForInstallMany adding node-persist@0.0.3 from hap-nodejs dependencies
  1431. 635 silly prepareForInstallMany adding srp@git://github.com/KhaosT/node-srp.git from hap-nodejs dependencies
  1432. 636 verbose readDependencies loading dependencies from C:\Users\Rowan\AppData\Roaming\npm\node_modules\homebridge\node_modules\hap-nodejs\package.json
  1433. 637 silly gunzTarPerm extractEntry readme.md
  1434. 638 silly gunzTarPerm modified mode [ 'readme.md', 420, 438 ]
  1435. 639 silly gunzTarPerm extractEntry readme.md
  1436. 640 silly gunzTarPerm modified mode [ 'readme.md', 420, 438 ]
  1437. 641 silly gunzTarPerm extractEntry readme.md
  1438. 642 silly gunzTarPerm modified mode [ 'readme.md', 420, 438 ]
  1439. 643 silly gunzTarPerm extractEntry readme.md
  1440. 644 silly gunzTarPerm modified mode [ 'readme.md', 420, 438 ]
  1441. 645 silly cache add args [ 'curve25519@git://github.com/KhaosT/node-curve25519.git',
  1442. 645 silly cache add null ]
  1443. 646 verbose cache add spec curve25519@git://github.com/KhaosT/node-curve25519.git
  1444. 647 silly cache add args [ 'debug@^2.2.0', null ]
  1445. 648 verbose cache add spec debug@^2.2.0
  1446. 649 silly cache add parsed spec Result {
  1447. 649 silly cache add raw: 'debug@^2.2.0',
  1448. 649 silly cache add scope: null,
  1449. 649 silly cache add name: 'debug',
  1450. 649 silly cache add rawSpec: '^2.2.0',
  1451. 649 silly cache add spec: '>=2.2.0 <3.0.0',
  1452. 649 silly cache add type: 'range' }
  1453. 650 silly addNamed debug@>=2.2.0 <3.0.0
  1454. 651 verbose addNamed ">=2.2.0 <3.0.0" is a valid semver range for debug
  1455. 652 silly addNameRange { name: 'debug', range: '>=2.2.0 <3.0.0', hasData: false }
  1456. 653 silly mapToRegistry name debug
  1457. 654 silly mapToRegistry using default registry
  1458. 655 silly mapToRegistry registry https://registry.npmjs.org/
  1459. 656 silly mapToRegistry uri https://registry.npmjs.org/debug
  1460. 657 verbose addNameRange registry:https://registry.npmjs.org/debug not in flight; fetching
  1461. 658 silly cache add args [ 'ed25519@git://github.com/KhaosT/ed25519.git', null ]
  1462. 659 verbose cache add spec ed25519@git://github.com/KhaosT/ed25519.git
  1463. 660 silly cache add args [ 'mdns@^2.2.4', null ]
  1464. 661 verbose cache add spec mdns@^2.2.4
  1465. 662 silly cache add parsed spec Result {
  1466. 662 silly cache add raw: 'mdns@^2.2.4',
  1467. 662 silly cache add scope: null,
  1468. 662 silly cache add name: 'mdns',
  1469. 662 silly cache add rawSpec: '^2.2.4',
  1470. 662 silly cache add spec: '>=2.2.4 <3.0.0',
  1471. 662 silly cache add type: 'range' }
  1472. 663 silly addNamed mdns@>=2.2.4 <3.0.0
  1473. 664 verbose addNamed ">=2.2.4 <3.0.0" is a valid semver range for mdns
  1474. 665 silly addNameRange { name: 'mdns', range: '>=2.2.4 <3.0.0', hasData: false }
  1475. 666 silly mapToRegistry name mdns
  1476. 667 silly mapToRegistry using default registry
  1477. 668 silly mapToRegistry registry https://registry.npmjs.org/
  1478. 669 silly mapToRegistry uri https://registry.npmjs.org/mdns
  1479. 670 verbose addNameRange registry:https://registry.npmjs.org/mdns not in flight; fetching
  1480. 671 silly cache add args [ 'node-persist@0.0.3', null ]
  1481. 672 verbose cache add spec node-persist@0.0.3
  1482. 673 silly cache add parsed spec Result {
  1483. 673 silly cache add raw: 'node-persist@0.0.3',
  1484. 673 silly cache add scope: null,
  1485. 673 silly cache add name: 'node-persist',
  1486. 673 silly cache add rawSpec: '0.0.3',
  1487. 673 silly cache add spec: '0.0.3',
  1488. 673 silly cache add type: 'version' }
  1489. 674 silly addNamed node-persist@0.0.3
  1490. 675 verbose addNamed "0.0.3" is a plain semver version for node-persist
  1491. 676 silly mapToRegistry name node-persist
  1492. 677 silly mapToRegistry using default registry
  1493. 678 silly mapToRegistry registry https://registry.npmjs.org/
  1494. 679 silly mapToRegistry uri https://registry.npmjs.org/node-persist
  1495. 680 verbose addNameVersion registry:https://registry.npmjs.org/node-persist not in flight; fetching
  1496. 681 silly cache add args [ 'srp@git://github.com/KhaosT/node-srp.git', null ]
  1497. 682 verbose cache add spec srp@git://github.com/KhaosT/node-srp.git
  1498. 683 silly cache add parsed spec Result {
  1499. 683 silly cache add raw: 'curve25519@git://github.com/KhaosT/node-curve25519.git',
  1500. 683 silly cache add scope: null,
  1501. 683 silly cache add name: 'curve25519',
  1502. 683 silly cache add rawSpec: 'git://github.com/KhaosT/node-curve25519.git',
  1503. 683 silly cache add spec: 'git://github.com/KhaosT/node-curve25519.git',
  1504. 683 silly cache add type: 'hosted',
  1505. 683 silly cache add hosted:
  1506. 683 silly cache add { type: 'github',
  1507. 683 silly cache add ssh: 'git@github.com:KhaosT/node-curve25519.git',
  1508. 683 silly cache add sshUrl: 'git+ssh://git@github.com/KhaosT/node-curve25519.git',
  1509. 683 silly cache add httpsUrl: 'git+https://github.com/KhaosT/node-curve25519.git',
  1510. 683 silly cache add gitUrl: 'git://github.com/KhaosT/node-curve25519.git',
  1511. 683 silly cache add shortcut: 'github:KhaosT/node-curve25519',
  1512. 683 silly cache add directUrl: 'https://raw.githubusercontent.com/KhaosT/node-curve25519/master/package.json' } }
  1513. 684 verbose addRemoteGit caching git://github.com/KhaosT/node-curve25519.git
  1514. 685 verbose addRemoteGit git://github.com/KhaosT/node-curve25519.git is a repository hosted by github
  1515. 686 silly tryClone cloning git://github.com/KhaosT/node-curve25519.git via git://github.com/KhaosT/node-curve25519.git
  1516. 687 verbose tryClone git-github-com-KhaosT-node-curve25519-git-750fb09d not in flight; caching
  1517. 688 silly cache add parsed spec Result {
  1518. 688 silly cache add raw: 'ed25519@git://github.com/KhaosT/ed25519.git',
  1519. 688 silly cache add scope: null,
  1520. 688 silly cache add name: 'ed25519',
  1521. 688 silly cache add rawSpec: 'git://github.com/KhaosT/ed25519.git',
  1522. 688 silly cache add spec: 'git://github.com/KhaosT/ed25519.git',
  1523. 688 silly cache add type: 'hosted',
  1524. 688 silly cache add hosted:
  1525. 688 silly cache add { type: 'github',
  1526. 688 silly cache add ssh: 'git@github.com:KhaosT/ed25519.git',
  1527. 688 silly cache add sshUrl: 'git+ssh://git@github.com/KhaosT/ed25519.git',
  1528. 688 silly cache add httpsUrl: 'git+https://github.com/KhaosT/ed25519.git',
  1529. 688 silly cache add gitUrl: 'git://github.com/KhaosT/ed25519.git',
  1530. 688 silly cache add shortcut: 'github:KhaosT/ed25519',
  1531. 688 silly cache add directUrl: 'https://raw.githubusercontent.com/KhaosT/ed25519/master/package.json' } }
  1532. 689 verbose addRemoteGit caching git://github.com/KhaosT/ed25519.git
  1533. 690 verbose addRemoteGit git://github.com/KhaosT/ed25519.git is a repository hosted by github
  1534. 691 silly tryClone cloning git://github.com/KhaosT/ed25519.git via git://github.com/KhaosT/ed25519.git
  1535. 692 verbose tryClone git-github-com-KhaosT-ed25519-git-d8bdee1d not in flight; caching
  1536. 693 silly cache add parsed spec Result {
  1537. 693 silly cache add raw: 'srp@git://github.com/KhaosT/node-srp.git',
  1538. 693 silly cache add scope: null,
  1539. 693 silly cache add name: 'srp',
  1540. 693 silly cache add rawSpec: 'git://github.com/KhaosT/node-srp.git',
  1541. 693 silly cache add spec: 'git://github.com/KhaosT/node-srp.git',
  1542. 693 silly cache add type: 'hosted',
  1543. 693 silly cache add hosted:
  1544. 693 silly cache add { type: 'github',
  1545. 693 silly cache add ssh: 'git@github.com:KhaosT/node-srp.git',
  1546. 693 silly cache add sshUrl: 'git+ssh://git@github.com/KhaosT/node-srp.git',
  1547. 693 silly cache add httpsUrl: 'git+https://github.com/KhaosT/node-srp.git',
  1548. 693 silly cache add gitUrl: 'git://github.com/KhaosT/node-srp.git',
  1549. 693 silly cache add shortcut: 'github:KhaosT/node-srp',
  1550. 693 silly cache add directUrl: 'https://raw.githubusercontent.com/KhaosT/node-srp/master/package.json' } }
  1551. 694 verbose addRemoteGit caching git://github.com/KhaosT/node-srp.git
  1552. 695 verbose addRemoteGit git://github.com/KhaosT/node-srp.git is a repository hosted by github
  1553. 696 silly tryClone cloning git://github.com/KhaosT/node-srp.git via git://github.com/KhaosT/node-srp.git
  1554. 697 verbose tryClone git-github-com-KhaosT-node-srp-git-b14235ae not in flight; caching
  1555. 698 verbose request uri https://registry.npmjs.org/debug
  1556. 699 verbose request no auth needed
  1557. 700 info attempt registry request try #1 at 1:31:20 PM
  1558. 701 verbose etag "8VHJZC22ST10TH3SU23D5I68O"
  1559. 702 http request GET https://registry.npmjs.org/debug
  1560. 703 verbose request uri https://registry.npmjs.org/mdns
  1561. 704 verbose request no auth needed
  1562. 705 info attempt registry request try #1 at 1:31:20 PM
  1563. 706 verbose etag "2TSG9GS731XGHRRSYW4OBTSTM"
  1564. 707 http request GET https://registry.npmjs.org/mdns
  1565. 708 verbose request uri https://registry.npmjs.org/node-persist
  1566. 709 verbose request no auth needed
  1567. 710 info attempt registry request try #1 at 1:31:20 PM
  1568. 711 verbose etag "CUX47B9E63E48FCD5ZDPYJ3B"
  1569. 712 http request GET https://registry.npmjs.org/node-persist
  1570. 713 verbose write writing to C:\Users\Rowan\AppData\Roaming\npm\node_modules\homebridge\node_modules\chalk\node_modules\escape-string-regexp\package.json
  1571. 714 info preinstall escape-string-regexp@1.0.3
  1572. 715 verbose readDependencies loading dependencies from C:\Users\Rowan\AppData\Roaming\npm\node_modules\homebridge\node_modules\chalk\node_modules\escape-string-regexp\package.json
  1573. 716 verbose write writing to C:\Users\Rowan\AppData\Roaming\npm\node_modules\homebridge\node_modules\chalk\node_modules\ansi-styles\package.json
  1574. 717 verbose readDependencies loading dependencies from C:\Users\Rowan\AppData\Roaming\npm\node_modules\homebridge\node_modules\chalk\node_modules\escape-string-regexp\package.json
  1575. 718 info preinstall ansi-styles@2.1.0
  1576. 719 verbose readDependencies loading dependencies from C:\Users\Rowan\AppData\Roaming\npm\node_modules\homebridge\node_modules\chalk\node_modules\ansi-styles\package.json
  1577. 720 silly install resolved []
  1578. 721 verbose about to build C:\Users\Rowan\AppData\Roaming\npm\node_modules\homebridge\node_modules\chalk\node_modules\escape-string-regexp
  1579. 722 info build C:\Users\Rowan\AppData\Roaming\npm\node_modules\homebridge\node_modules\chalk\node_modules\escape-string-regexp
  1580. 723 verbose write writing to C:\Users\Rowan\AppData\Roaming\npm\node_modules\homebridge\node_modules\chalk\node_modules\has-ansi\package.json
  1581. 724 verbose write writing to C:\Users\Rowan\AppData\Roaming\npm\node_modules\homebridge\node_modules\chalk\node_modules\strip-ansi\package.json
  1582. 725 verbose readDependencies loading dependencies from C:\Users\Rowan\AppData\Roaming\npm\node_modules\homebridge\node_modules\chalk\node_modules\ansi-styles\package.json
  1583. 726 info preinstall has-ansi@2.0.0
  1584. 727 info preinstall strip-ansi@3.0.0
  1585. 728 info linkStuff escape-string-regexp@1.0.3
  1586. 729 silly linkStuff escape-string-regexp@1.0.3 has C:\Users\Rowan\AppData\Roaming\npm\node_modules\homebridge\node_modules\chalk\node_modules as its parent node_modules
  1587. 730 silly linkStuff escape-string-regexp@1.0.3 is part of a global install
  1588. 731 silly linkStuff escape-string-regexp@1.0.3 is installed into a global node_modules
  1589. 732 verbose readDependencies loading dependencies from C:\Users\Rowan\AppData\Roaming\npm\node_modules\homebridge\node_modules\chalk\node_modules\has-ansi\package.json
  1590. 733 verbose readDependencies loading dependencies from C:\Users\Rowan\AppData\Roaming\npm\node_modules\homebridge\node_modules\chalk\node_modules\strip-ansi\package.json
  1591. 734 verbose linkBins escape-string-regexp@1.0.3
  1592. 735 verbose linkMans escape-string-regexp@1.0.3
  1593. 736 verbose rebuildBundles escape-string-regexp@1.0.3
  1594. 737 info install escape-string-regexp@1.0.3
  1595. 738 silly install resolved []
  1596. 739 verbose about to build C:\Users\Rowan\AppData\Roaming\npm\node_modules\homebridge\node_modules\chalk\node_modules\ansi-styles
  1597. 740 info build C:\Users\Rowan\AppData\Roaming\npm\node_modules\homebridge\node_modules\chalk\node_modules\ansi-styles
  1598. 741 info postinstall escape-string-regexp@1.0.3
  1599. 742 silly prepareForInstallMany adding ansi-regex@^2.0.0 from has-ansi dependencies
  1600. 743 verbose readDependencies loading dependencies from C:\Users\Rowan\AppData\Roaming\npm\node_modules\homebridge\node_modules\chalk\node_modules\has-ansi\package.json
  1601. 744 silly prepareForInstallMany adding ansi-regex@^2.0.0 from strip-ansi dependencies
  1602. 745 verbose readDependencies loading dependencies from C:\Users\Rowan\AppData\Roaming\npm\node_modules\homebridge\node_modules\chalk\node_modules\strip-ansi\package.json
  1603. 746 verbose unlock done using C:\Users\Rowan\AppData\Roaming\npm-cache\_locks\escape-string-regexp-b691a0d716ff3b76.lock for C:\Users\Rowan\AppData\Roaming\npm\node_modules\homebridge\node_modules\chalk\node_modules\escape-string-regexp
  1604. 747 info linkStuff ansi-styles@2.1.0
  1605. 748 silly linkStuff ansi-styles@2.1.0 has C:\Users\Rowan\AppData\Roaming\npm\node_modules\homebridge\node_modules\chalk\node_modules as its parent node_modules
  1606. 749 silly linkStuff ansi-styles@2.1.0 is part of a global install
  1607. 750 silly linkStuff ansi-styles@2.1.0 is installed into a global node_modules
  1608. 751 verbose write writing to C:\Users\Rowan\AppData\Roaming\npm\node_modules\homebridge\node_modules\chalk\node_modules\supports-color\package.json
  1609. 752 verbose linkBins ansi-styles@2.1.0
  1610. 753 verbose linkMans ansi-styles@2.1.0
  1611. 754 verbose rebuildBundles ansi-styles@2.1.0
  1612. 755 info install ansi-styles@2.1.0
  1613. 756 info postinstall ansi-styles@2.1.0
  1614. 757 silly cache add args [ 'ansi-regex@^2.0.0', null ]
  1615. 758 verbose cache add spec ansi-regex@^2.0.0
  1616. 759 silly cache add parsed spec Result {
  1617. 759 silly cache add raw: 'ansi-regex@^2.0.0',
  1618. 759 silly cache add scope: null,
  1619. 759 silly cache add name: 'ansi-regex',
  1620. 759 silly cache add rawSpec: '^2.0.0',
  1621. 759 silly cache add spec: '>=2.0.0 <3.0.0',
  1622. 759 silly cache add type: 'range' }
  1623. 760 silly addNamed ansi-regex@>=2.0.0 <3.0.0
  1624. 761 verbose addNamed ">=2.0.0 <3.0.0" is a valid semver range for ansi-regex
  1625. 762 silly addNameRange { name: 'ansi-regex', range: '>=2.0.0 <3.0.0', hasData: false }
  1626. 763 silly mapToRegistry name ansi-regex
  1627. 764 silly mapToRegistry using default registry
  1628. 765 silly mapToRegistry registry https://registry.npmjs.org/
  1629. 766 silly mapToRegistry uri https://registry.npmjs.org/ansi-regex
  1630. 767 verbose addNameRange registry:https://registry.npmjs.org/ansi-regex not in flight; fetching
  1631. 768 verbose unlock done using C:\Users\Rowan\AppData\Roaming\npm-cache\_locks\ansi-styles-65da865f50d341cf.lock for C:\Users\Rowan\AppData\Roaming\npm\node_modules\homebridge\node_modules\chalk\node_modules\ansi-styles
  1632. 769 verbose request uri https://registry.npmjs.org/ansi-regex
  1633. 770 verbose request no auth needed
  1634. 771 info attempt registry request try #1 at 1:31:20 PM
  1635. 772 verbose etag "1MRHZG3BYMGFOFAI4EBGRPR9U"
  1636. 773 http request GET https://registry.npmjs.org/ansi-regex
  1637. 774 silly cache add args [ 'ansi-regex@^2.0.0', null ]
  1638. 775 verbose cache add spec ansi-regex@^2.0.0
  1639. 776 silly cache add parsed spec Result {
  1640. 776 silly cache add raw: 'ansi-regex@^2.0.0',
  1641. 776 silly cache add scope: null,
  1642. 776 silly cache add name: 'ansi-regex',
  1643. 776 silly cache add rawSpec: '^2.0.0',
  1644. 776 silly cache add spec: '>=2.0.0 <3.0.0',
  1645. 776 silly cache add type: 'range' }
  1646. 777 silly addNamed ansi-regex@>=2.0.0 <3.0.0
  1647. 778 verbose addNamed ">=2.0.0 <3.0.0" is a valid semver range for ansi-regex
  1648. 779 silly addNameRange { name: 'ansi-regex', range: '>=2.0.0 <3.0.0', hasData: false }
  1649. 780 silly mapToRegistry name ansi-regex
  1650. 781 silly mapToRegistry using default registry
  1651. 782 silly mapToRegistry registry https://registry.npmjs.org/
  1652. 783 silly mapToRegistry uri https://registry.npmjs.org/ansi-regex
  1653. 784 verbose addNameRange registry:https://registry.npmjs.org/ansi-regex already in flight; waiting
  1654. 785 http 304 https://registry.npmjs.org/debug
  1655. 786 verbose headers { date: 'Sat, 14 Nov 2015 13:31:10 GMT',
  1656. 786 verbose headers via: '1.1 varnish',
  1657. 786 verbose headers 'cache-control': 'max-age=60',
  1658. 786 verbose headers etag: '"8VHJZC22ST10TH3SU23D5I68O"',
  1659. 786 verbose headers age: '42',
  1660. 786 verbose headers connection: 'keep-alive',
  1661. 786 verbose headers 'x-served-by': 'cache-ams4130-AMS',
  1662. 786 verbose headers 'x-cache': 'HIT',
  1663. 786 verbose headers 'x-cache-hits': '2',
  1664. 786 verbose headers 'x-timer': 'S1447507870.051440,VS0,VE0',
  1665. 786 verbose headers vary: 'Accept' }
  1666. 787 silly get cb [ 304,
  1667. 787 silly get { date: 'Sat, 14 Nov 2015 13:31:10 GMT',
  1668. 787 silly get via: '1.1 varnish',
  1669. 787 silly get 'cache-control': 'max-age=60',
  1670. 787 silly get etag: '"8VHJZC22ST10TH3SU23D5I68O"',
  1671. 787 silly get age: '42',
  1672. 787 silly get connection: 'keep-alive',
  1673. 787 silly get 'x-served-by': 'cache-ams4130-AMS',
  1674. 787 silly get 'x-cache': 'HIT',
  1675. 787 silly get 'x-cache-hits': '2',
  1676. 787 silly get 'x-timer': 'S1447507870.051440,VS0,VE0',
  1677. 787 silly get vary: 'Accept' } ]
  1678. 788 verbose etag https://registry.npmjs.org/debug from cache
  1679. 789 verbose get saving debug to C:\Users\Rowan\AppData\Roaming\npm-cache\registry.npmjs.org\debug\.cache.json
  1680. 790 silly addNameRange number 2 { name: 'debug', range: '>=2.2.0 <3.0.0', hasData: true }
  1681. 791 silly addNameRange versions [ 'debug',
  1682. 791 silly addNameRange [ '0.0.1',
  1683. 791 silly addNameRange '0.1.0',
  1684. 791 silly addNameRange '0.2.0',
  1685. 791 silly addNameRange '0.3.0',
  1686. 791 silly addNameRange '0.4.0',
  1687. 791 silly addNameRange '0.4.1',
  1688. 791 silly addNameRange '0.5.0',
  1689. 791 silly addNameRange '0.6.0',
  1690. 791 silly addNameRange '0.7.0',
  1691. 791 silly addNameRange '0.7.1',
  1692. 791 silly addNameRange '0.7.2',
  1693. 791 silly addNameRange '0.7.3',
  1694. 791 silly addNameRange '0.7.4',
  1695. 791 silly addNameRange '0.8.0',
  1696. 791 silly addNameRange '0.8.1',
  1697. 791 silly addNameRange '1.0.0',
  1698. 791 silly addNameRange '1.0.1',
  1699. 791 silly addNameRange '1.0.2',
  1700. 791 silly addNameRange '1.0.3',
  1701. 791 silly addNameRange '1.0.4',
  1702. 791 silly addNameRange '2.0.0',
  1703. 791 silly addNameRange '2.1.0',
  1704. 791 silly addNameRange '2.1.1',
  1705. 791 silly addNameRange '2.1.2',
  1706. 791 silly addNameRange '2.1.3',
  1707. 791 silly addNameRange '2.2.0' ] ]
  1708. 792 silly addNamed debug@2.2.0
  1709. 793 verbose addNamed "2.2.0" is a plain semver version for debug
  1710. 794 info preinstall supports-color@2.0.0
  1711. 795 silly cache afterAdd debug@2.2.0
  1712. 796 verbose afterAdd C:\Users\Rowan\AppData\Roaming\npm-cache\debug\2.2.0\package\package.json not in flight; writing
  1713. 797 verbose readDependencies loading dependencies from C:\Users\Rowan\AppData\Roaming\npm\node_modules\homebridge\node_modules\chalk\node_modules\supports-color\package.json
  1714. 798 verbose afterAdd C:\Users\Rowan\AppData\Roaming\npm-cache\debug\2.2.0\package\package.json written
  1715. 799 verbose readDependencies loading dependencies from C:\Users\Rowan\AppData\Roaming\npm\node_modules\homebridge\node_modules\chalk\node_modules\supports-color\package.json
  1716. 800 silly install resolved []
  1717. 801 verbose about to build C:\Users\Rowan\AppData\Roaming\npm\node_modules\homebridge\node_modules\chalk\node_modules\supports-color
  1718. 802 info build C:\Users\Rowan\AppData\Roaming\npm\node_modules\homebridge\node_modules\chalk\node_modules\supports-color
  1719. 803 info linkStuff supports-color@2.0.0
  1720. 804 silly linkStuff supports-color@2.0.0 has C:\Users\Rowan\AppData\Roaming\npm\node_modules\homebridge\node_modules\chalk\node_modules as its parent node_modules
  1721. 805 silly linkStuff supports-color@2.0.0 is part of a global install
  1722. 806 silly linkStuff supports-color@2.0.0 is installed into a global node_modules
  1723. 807 verbose linkBins supports-color@2.0.0
  1724. 808 verbose linkMans supports-color@2.0.0
  1725. 809 verbose rebuildBundles supports-color@2.0.0
  1726. 810 info install supports-color@2.0.0
  1727. 811 info postinstall supports-color@2.0.0
  1728. 812 verbose unlock done using C:\Users\Rowan\AppData\Roaming\npm-cache\_locks\supports-color-7444c2b8e2572bf6.lock for C:\Users\Rowan\AppData\Roaming\npm\node_modules\homebridge\node_modules\chalk\node_modules\supports-color
  1729. 813 http 304 https://registry.npmjs.org/graceful-readlink
  1730. 814 verbose headers { date: 'Sat, 14 Nov 2015 13:31:09 GMT',
  1731. 814 verbose headers via: '1.1 varnish',
  1732. 814 verbose headers 'cache-control': 'max-age=60',
  1733. 814 verbose headers etag: '"54BPOELEHDUPND7Q6GUE15GT"',
  1734. 814 verbose headers age: '0',
  1735. 814 verbose headers connection: 'keep-alive',
  1736. 814 verbose headers 'x-served-by': 'cache-ams4123-AMS',
  1737. 814 verbose headers 'x-cache': 'HIT',
  1738. 814 verbose headers 'x-cache-hits': '1',
  1739. 814 verbose headers 'x-timer': 'S1447507869.910848,VS0,VE162',
  1740. 814 verbose headers vary: 'Accept' }
  1741. 815 silly get cb [ 304,
  1742. 815 silly get { date: 'Sat, 14 Nov 2015 13:31:09 GMT',
  1743. 815 silly get via: '1.1 varnish',
  1744. 815 silly get 'cache-control': 'max-age=60',
  1745. 815 silly get etag: '"54BPOELEHDUPND7Q6GUE15GT"',
  1746. 815 silly get age: '0',
  1747. 815 silly get connection: 'keep-alive',
  1748. 815 silly get 'x-served-by': 'cache-ams4123-AMS',
  1749. 815 silly get 'x-cache': 'HIT',
  1750. 815 silly get 'x-cache-hits': '1',
  1751. 815 silly get 'x-timer': 'S1447507869.910848,VS0,VE162',
  1752. 815 silly get vary: 'Accept' } ]
  1753. 816 verbose etag https://registry.npmjs.org/graceful-readlink from cache
  1754. 817 verbose get saving graceful-readlink to C:\Users\Rowan\AppData\Roaming\npm-cache\registry.npmjs.org\graceful-readlink\.cache.json
  1755. 818 silly addNameRange number 2 { name: 'graceful-readlink', range: '>=1.0.0', hasData: true }
  1756. 819 silly addNameRange versions [ 'graceful-readlink', [ '1.0.0', '1.0.1' ] ]
  1757. 820 silly addNamed graceful-readlink@1.0.1
  1758. 821 verbose addNamed "1.0.1" is a plain semver version for graceful-readlink
  1759. 822 silly cache afterAdd graceful-readlink@1.0.1
  1760. 823 verbose afterAdd C:\Users\Rowan\AppData\Roaming\npm-cache\graceful-readlink\1.0.1\package\package.json not in flight; writing
  1761. 824 verbose afterAdd C:\Users\Rowan\AppData\Roaming\npm-cache\graceful-readlink\1.0.1\package\package.json written
  1762. 825 silly install resolved [ { name: 'graceful-readlink',
  1763. 825 silly install resolved version: '1.0.1',
  1764. 825 silly install resolved description: 'graceful fs.readlink',
  1765. 825 silly install resolved main: 'index.js',
  1766. 825 silly install resolved repository:
  1767. 825 silly install resolved { type: 'git',
  1768. 825 silly install resolved url: 'git://github.com/zhiyelee/graceful-readlink.git' },
  1769. 825 silly install resolved homepage: 'https://github.com/zhiyelee/graceful-readlink',
  1770. 825 silly install resolved bugs: { url: 'https://github.com/zhiyelee/graceful-readlink/issues' },
  1771. 825 silly install resolved keywords: [ 'fs.readlink', 'readlink' ],
  1772. 825 silly install resolved author: { name: 'zhiyelee' },
  1773. 825 silly install resolved license: 'MIT',
  1774. 825 silly install resolved scripts: { test: 'echo "Error: no test specified" && exit 1' },
  1775. 825 silly install resolved gitHead: 'f6655275bebef706fb63fd01b5f062a7052419a5',
  1776. 825 silly install resolved _id: 'graceful-readlink@1.0.1',
  1777. 825 silly install resolved _shasum: '4cafad76bc62f02fa039b2f94e9a3dd3a391a725',
  1778. 825 silly install resolved _from: 'graceful-readlink@>=1.0.0',
  1779. 825 silly install resolved _npmVersion: '2.1.17',
  1780. 825 silly install resolved _nodeVersion: '0.11.14',
  1781. 825 silly install resolved _npmUser: { name: 'zhiyelee', email: 'zhiyelee@gmail.com' },
  1782. 825 silly install resolved maintainers: [ [Object] ],
  1783. 825 silly install resolved dist:
  1784. 825 silly install resolved { shasum: '4cafad76bc62f02fa039b2f94e9a3dd3a391a725',
  1785. 825 silly install resolved tarball: 'http://registry.npmjs.org/graceful-readlink/-/graceful-readlink-1.0.1.tgz' },
  1786. 825 silly install resolved directories: {},
  1787. 825 silly install resolved _resolved: 'https://registry.npmjs.org/graceful-readlink/-/graceful-readlink-1.0.1.tgz',
  1788. 825 silly install resolved readme: 'ERROR: No README data found!' } ]
  1789. 826 info install graceful-readlink@1.0.1 into C:\Users\Rowan\AppData\Roaming\npm\node_modules\homebridge\node_modules\commander
  1790. 827 info installOne graceful-readlink@1.0.1
  1791. 828 verbose installOne of graceful-readlink to C:\Users\Rowan\AppData\Roaming\npm\node_modules\homebridge\node_modules\commander not in flight; installing
  1792. 829 verbose lock using C:\Users\Rowan\AppData\Roaming\npm-cache\_locks\graceful-readlink-7b0379260117190b.lock for C:\Users\Rowan\AppData\Roaming\npm\node_modules\homebridge\node_modules\commander\node_modules\graceful-readlink
  1793. 830 silly install write writing graceful-readlink 1.0.1 to C:\Users\Rowan\AppData\Roaming\npm\node_modules\homebridge\node_modules\commander\node_modules\graceful-readlink
  1794. 831 verbose unbuild node_modules\homebridge\node_modules\commander\node_modules\graceful-readlink
  1795. 832 silly gentlyRm C:\Users\Rowan\AppData\Roaming\npm\node_modules\homebridge\node_modules\commander\node_modules\graceful-readlink is being purged from base C:\Users\Rowan\AppData\Roaming\npm
  1796. 833 verbose gentlyRm don't care about contents; nuking C:\Users\Rowan\AppData\Roaming\npm\node_modules\homebridge\node_modules\commander\node_modules\graceful-readlink
  1797. 834 verbose tar unpack C:\Users\Rowan\AppData\Roaming\npm-cache\graceful-readlink\1.0.1\package.tgz
  1798. 835 verbose tar unpacking to C:\Users\Rowan\AppData\Roaming\npm\node_modules\homebridge\node_modules\commander\node_modules\graceful-readlink
  1799. 836 silly gentlyRm C:\Users\Rowan\AppData\Roaming\npm\node_modules\homebridge\node_modules\commander\node_modules\graceful-readlink is being purged
  1800. 837 verbose gentlyRm don't care about contents; nuking C:\Users\Rowan\AppData\Roaming\npm\node_modules\homebridge\node_modules\commander\node_modules\graceful-readlink
  1801. 838 silly gunzTarPerm modes [ '777', '666' ]
  1802. 839 silly gunzTarPerm extractEntry package.json
  1803. 840 silly gunzTarPerm modified mode [ 'package.json', 436, 438 ]
  1804. 841 silly gunzTarPerm extractEntry .npmignore
  1805. 842 silly gunzTarPerm modified mode [ '.npmignore', 436, 438 ]
  1806. 843 silly gunzTarPerm extractEntry README.md
  1807. 844 silly gunzTarPerm modified mode [ 'README.md', 436, 438 ]
  1808. 845 silly gunzTarPerm extractEntry LICENSE
  1809. 846 silly gunzTarPerm modified mode [ 'LICENSE', 436, 438 ]
  1810. 847 silly gunzTarPerm extractEntry index.js
  1811. 848 silly gunzTarPerm modified mode [ 'index.js', 436, 438 ]
  1812. 849 silly gunzTarPerm extractEntry .travis.yml
  1813. 850 silly gunzTarPerm modified mode [ '.travis.yml', 436, 438 ]
  1814. 851 http 304 https://registry.npmjs.org/ansi-regex
  1815. 852 verbose headers { date: 'Sat, 14 Nov 2015 13:31:10 GMT',
  1816. 852 verbose headers via: '1.1 varnish',
  1817. 852 verbose headers 'cache-control': 'max-age=60',
  1818. 852 verbose headers etag: '"1MRHZG3BYMGFOFAI4EBGRPR9U"',
  1819. 852 verbose headers age: '5',
  1820. 852 verbose headers connection: 'keep-alive',
  1821. 852 verbose headers 'x-served-by': 'cache-ams4120-AMS',
  1822. 852 verbose headers 'x-cache': 'HIT',
  1823. 852 verbose headers 'x-cache-hits': '1',
  1824. 852 verbose headers 'x-timer': 'S1447507870.106760,VS0,VE0',
  1825. 852 verbose headers vary: 'Accept' }
  1826. 853 silly get cb [ 304,
  1827. 853 silly get { date: 'Sat, 14 Nov 2015 13:31:10 GMT',
  1828. 853 silly get via: '1.1 varnish',
  1829. 853 silly get 'cache-control': 'max-age=60',
  1830. 853 silly get etag: '"1MRHZG3BYMGFOFAI4EBGRPR9U"',
  1831. 853 silly get age: '5',
  1832. 853 silly get connection: 'keep-alive',
  1833. 853 silly get 'x-served-by': 'cache-ams4120-AMS',
  1834. 853 silly get 'x-cache': 'HIT',
  1835. 853 silly get 'x-cache-hits': '1',
  1836. 853 silly get 'x-timer': 'S1447507870.106760,VS0,VE0',
  1837. 853 silly get vary: 'Accept' } ]
  1838. 854 verbose etag https://registry.npmjs.org/ansi-regex from cache
  1839. 855 verbose get saving ansi-regex to C:\Users\Rowan\AppData\Roaming\npm-cache\registry.npmjs.org\ansi-regex\.cache.json
  1840. 856 silly addNameRange number 2 { name: 'ansi-regex', range: '>=2.0.0 <3.0.0', hasData: true }
  1841. 857 silly addNameRange versions [ 'ansi-regex',
  1842. 857 silly addNameRange [ '0.1.0', '0.2.0', '0.2.1', '1.0.0', '1.1.0', '1.1.1', '2.0.0' ] ]
  1843. 858 silly addNamed ansi-regex@2.0.0
  1844. 859 verbose addNamed "2.0.0" is a plain semver version for ansi-regex
  1845. 860 silly addNameRange number 2 { name: 'ansi-regex', range: '>=2.0.0 <3.0.0', hasData: true }
  1846. 861 silly addNameRange versions [ 'ansi-regex',
  1847. 861 silly addNameRange [ '0.1.0', '0.2.0', '0.2.1', '1.0.0', '1.1.0', '1.1.1', '2.0.0' ] ]
  1848. 862 silly addNamed ansi-regex@2.0.0
  1849. 863 verbose addNamed "2.0.0" is a plain semver version for ansi-regex
  1850. 864 info git [ 'config', '--get', 'remote.origin.url' ]
  1851. 865 silly cache afterAdd ansi-regex@2.0.0
  1852. 866 verbose afterAdd C:\Users\Rowan\AppData\Roaming\npm-cache\ansi-regex\2.0.0\package\package.json not in flight; writing
  1853. 867 info git [ 'config', '--get', 'remote.origin.url' ]
  1854. 868 silly cache afterAdd ansi-regex@2.0.0
  1855. 869 verbose afterAdd C:\Users\Rowan\AppData\Roaming\npm-cache\ansi-regex\2.0.0\package\package.json already in flight; not writing
  1856. 870 info git [ 'config', '--get', 'remote.origin.url' ]
  1857. 871 http 304 https://registry.npmjs.org/node-persist
  1858. 872 verbose headers { date: 'Sat, 14 Nov 2015 13:31:10 GMT',
  1859. 872 verbose headers via: '1.1 varnish',
  1860. 872 verbose headers 'cache-control': 'max-age=60',
  1861. 872 verbose headers etag: '"CUX47B9E63E48FCD5ZDPYJ3B"',
  1862. 872 verbose headers age: '0',
  1863. 872 verbose headers connection: 'keep-alive',
  1864. 872 verbose headers 'x-served-by': 'cache-ams4122-AMS',
  1865. 872 verbose headers 'x-cache': 'HIT',
  1866. 872 verbose headers 'x-cache-hits': '1',
  1867. 872 verbose headers 'x-timer': 'S1447507870.051324,VS0,VE100',
  1868. 872 verbose headers vary: 'Accept' }
  1869. 873 silly get cb [ 304,
  1870. 873 silly get { date: 'Sat, 14 Nov 2015 13:31:10 GMT',
  1871. 873 silly get via: '1.1 varnish',
  1872. 873 silly get 'cache-control': 'max-age=60',
  1873. 873 silly get etag: '"CUX47B9E63E48FCD5ZDPYJ3B"',
  1874. 873 silly get age: '0',
  1875. 873 silly get connection: 'keep-alive',
  1876. 873 silly get 'x-served-by': 'cache-ams4122-AMS',
  1877. 873 silly get 'x-cache': 'HIT',
  1878. 873 silly get 'x-cache-hits': '1',
  1879. 873 silly get 'x-timer': 'S1447507870.051324,VS0,VE100',
  1880. 873 silly get vary: 'Accept' } ]
  1881. 874 verbose etag https://registry.npmjs.org/node-persist from cache
  1882. 875 verbose get saving node-persist to C:\Users\Rowan\AppData\Roaming\npm-cache\registry.npmjs.org\node-persist\.cache.json
  1883. 876 http 304 https://registry.npmjs.org/mdns
  1884. 877 verbose headers { date: 'Sat, 14 Nov 2015 13:31:10 GMT',
  1885. 877 verbose headers via: '1.1 varnish',
  1886. 877 verbose headers 'cache-control': 'max-age=60',
  1887. 877 verbose headers etag: '"2TSG9GS731XGHRRSYW4OBTSTM"',
  1888. 877 verbose headers age: '0',
  1889. 877 verbose headers connection: 'keep-alive',
  1890. 877 verbose headers 'x-served-by': 'cache-ams4131-AMS',
  1891. 877 verbose headers 'x-cache': 'HIT',
  1892. 877 verbose headers 'x-cache-hits': '1',
  1893. 877 verbose headers 'x-timer': 'S1447507870.051876,VS0,VE100',
  1894. 877 verbose headers vary: 'Accept' }
  1895. 878 silly get cb [ 304,
  1896. 878 silly get { date: 'Sat, 14 Nov 2015 13:31:10 GMT',
  1897. 878 silly get via: '1.1 varnish',
  1898. 878 silly get 'cache-control': 'max-age=60',
  1899. 878 silly get etag: '"2TSG9GS731XGHRRSYW4OBTSTM"',
  1900. 878 silly get age: '0',
  1901. 878 silly get connection: 'keep-alive',
  1902. 878 silly get 'x-served-by': 'cache-ams4131-AMS',
  1903. 878 silly get 'x-cache': 'HIT',
  1904. 878 silly get 'x-cache-hits': '1',
  1905. 878 silly get 'x-timer': 'S1447507870.051876,VS0,VE100',
  1906. 878 silly get vary: 'Accept' } ]
  1907. 879 verbose etag https://registry.npmjs.org/mdns from cache
  1908. 880 verbose get saving mdns to C:\Users\Rowan\AppData\Roaming\npm-cache\registry.npmjs.org\mdns\.cache.json
  1909. 881 verbose afterAdd C:\Users\Rowan\AppData\Roaming\npm-cache\ansi-regex\2.0.0\package\package.json written
  1910. 882 silly install resolved [ { name: 'ansi-regex',
  1911. 882 silly install resolved version: '2.0.0',
  1912. 882 silly install resolved description: 'Regular expression for matching ANSI escape codes',
  1913. 882 silly install resolved license: 'MIT',
  1914. 882 silly install resolved repository:
  1915. 882 silly install resolved { type: 'git',
  1916. 882 silly install resolved url: 'git+https://github.com/sindresorhus/ansi-regex.git' },
  1917. 882 silly install resolved author:
  1918. 882 silly install resolved { name: 'Sindre Sorhus',
  1919. 882 silly install resolved email: 'sindresorhus@gmail.com',
  1920. 882 silly install resolved url: 'sindresorhus.com' },
  1921. 882 silly install resolved maintainers: [ [Object], [Object] ],
  1922. 882 silly install resolved engines: { node: '>=0.10.0' },
  1923. 882 silly install resolved scripts:
  1924. 882 silly install resolved { test: 'mocha test/test.js',
  1925. 882 silly install resolved 'view-supported': 'node test/viewCodes.js' },
  1926. 882 silly install resolved files: [ 'index.js' ],
  1927. 882 silly install resolved keywords:
  1928. 882 silly install resolved [ 'ansi',
  1929. 882 silly install resolved 'styles',
  1930. 882 silly install resolved 'color',
  1931. 882 silly install resolved 'colour',
  1932. 882 silly install resolved 'colors',
  1933. 882 silly install resolved 'terminal',
  1934. 882 silly install resolved 'console',
  1935. 882 silly install resolved 'cli',
  1936. 882 silly install resolved 'string',
  1937. 882 silly install resolved 'tty',
  1938. 882 silly install resolved 'escape',
  1939. 882 silly install resolved 'formatting',
  1940. 882 silly install resolved 'rgb',
  1941. 882 silly install resolved '256',
  1942. 882 silly install resolved 'shell',
  1943. 882 silly install resolved 'xterm',
  1944. 882 silly install resolved 'command-line',
  1945. 882 silly install resolved 'text',
  1946. 882 silly install resolved 'regex',
  1947. 882 silly install resolved 'regexp',
  1948. 882 silly install resolved 're',
  1949. 882 silly install resolved 'match',
  1950. 882 silly install resolved 'test',
  1951. 882 silly install resolved 'find',
  1952. 882 silly install resolved 'pattern' ],
  1953. 882 silly install resolved devDependencies: { mocha: '*' },
  1954. 882 silly install resolved gitHead: '57c3f2941a73079fa8b081e02a522e3d29913e2f',
  1955. 882 silly install resolved bugs: { url: 'https://github.com/sindresorhus/ansi-regex/issues' },
  1956. 882 silly install resolved homepage: 'https://github.com/sindresorhus/ansi-regex',
  1957. 882 silly install resolved _id: 'ansi-regex@2.0.0',
  1958. 882 silly install resolved _shasum: 'c5061b6e0ef8a81775e50f5d66151bf6bf371107',
  1959. 882 silly install resolved _from: 'ansi-regex@>=2.0.0 <3.0.0',
  1960. 882 silly install resolved _npmVersion: '2.11.2',
  1961. 882 silly install resolved _nodeVersion: '0.12.5',
  1962. 882 silly install resolved _npmUser: { name: 'sindresorhus', email: 'sindresorhus@gmail.com' },
  1963. 882 silly install resolved dist:
  1964. 882 silly install resolved { shasum: 'c5061b6e0ef8a81775e50f5d66151bf6bf371107',
  1965. 882 silly install resolved tarball: 'http://registry.npmjs.org/ansi-regex/-/ansi-regex-2.0.0.tgz' },
  1966. 882 silly install resolved directories: {},
  1967. 882 silly install resolved _resolved: 'https://registry.npmjs.org/ansi-regex/-/ansi-regex-2.0.0.tgz',
  1968. 882 silly install resolved readme: 'ERROR: No README data found!' } ]
  1969. 883 info install ansi-regex@2.0.0 into C:\Users\Rowan\AppData\Roaming\npm\node_modules\homebridge\node_modules\chalk\node_modules\has-ansi
  1970. 884 info installOne ansi-regex@2.0.0
  1971. 885 verbose installOne of ansi-regex to C:\Users\Rowan\AppData\Roaming\npm\node_modules\homebridge\node_modules\chalk\node_modules\has-ansi not in flight; installing
  1972. 886 silly install resolved [ { name: 'ansi-regex',
  1973. 886 silly install resolved version: '2.0.0',
  1974. 886 silly install resolved description: 'Regular expression for matching ANSI escape codes',
  1975. 886 silly install resolved license: 'MIT',
  1976. 886 silly install resolved repository:
  1977. 886 silly install resolved { type: 'git',
  1978. 886 silly install resolved url: 'git+https://github.com/sindresorhus/ansi-regex.git' },
  1979. 886 silly install resolved author:
  1980. 886 silly install resolved { name: 'Sindre Sorhus',
  1981. 886 silly install resolved email: 'sindresorhus@gmail.com',
  1982. 886 silly install resolved url: 'sindresorhus.com' },
  1983. 886 silly install resolved maintainers: [ [Object], [Object] ],
  1984. 886 silly install resolved engines: { node: '>=0.10.0' },
  1985. 886 silly install resolved scripts:
  1986. 886 silly install resolved { test: 'mocha test/test.js',
  1987. 886 silly install resolved 'view-supported': 'node test/viewCodes.js' },
  1988. 886 silly install resolved files: [ 'index.js' ],
  1989. 886 silly install resolved keywords:
  1990. 886 silly install resolved [ 'ansi',
  1991. 886 silly install resolved 'styles',
  1992. 886 silly install resolved 'color',
  1993. 886 silly install resolved 'colour',
  1994. 886 silly install resolved 'colors',
  1995. 886 silly install resolved 'terminal',
  1996. 886 silly install resolved 'console',
  1997. 886 silly install resolved 'cli',
  1998. 886 silly install resolved 'string',
  1999. 886 silly install resolved 'tty',
  2000. 886 silly install resolved 'escape',
  2001. 886 silly install resolved 'formatting',
  2002. 886 silly install resolved 'rgb',
  2003. 886 silly install resolved '256',
  2004. 886 silly install resolved 'shell',
  2005. 886 silly install resolved 'xterm',
  2006. 886 silly install resolved 'command-line',
  2007. 886 silly install resolved 'text',
  2008. 886 silly install resolved 'regex',
  2009. 886 silly install resolved 'regexp',
  2010. 886 silly install resolved 're',
  2011. 886 silly install resolved 'match',
  2012. 886 silly install resolved 'test',
  2013. 886 silly install resolved 'find',
  2014. 886 silly install resolved 'pattern' ],
  2015. 886 silly install resolved devDependencies: { mocha: '*' },
  2016. 886 silly install resolved gitHead: '57c3f2941a73079fa8b081e02a522e3d29913e2f',
  2017. 886 silly install resolved bugs: { url: 'https://github.com/sindresorhus/ansi-regex/issues' },
  2018. 886 silly install resolved homepage: 'https://github.com/sindresorhus/ansi-regex',
  2019. 886 silly install resolved _id: 'ansi-regex@2.0.0',
  2020. 886 silly install resolved _shasum: 'c5061b6e0ef8a81775e50f5d66151bf6bf371107',
  2021. 886 silly install resolved _from: 'ansi-regex@>=2.0.0 <3.0.0',
  2022. 886 silly install resolved _npmVersion: '2.11.2',
  2023. 886 silly install resolved _nodeVersion: '0.12.5',
  2024. 886 silly install resolved _npmUser: { name: 'sindresorhus', email: 'sindresorhus@gmail.com' },
  2025. 886 silly install resolved dist:
  2026. 886 silly install resolved { shasum: 'c5061b6e0ef8a81775e50f5d66151bf6bf371107',
  2027. 886 silly install resolved tarball: 'http://registry.npmjs.org/ansi-regex/-/ansi-regex-2.0.0.tgz' },
  2028. 886 silly install resolved directories: {},
  2029. 886 silly install resolved _resolved: 'https://registry.npmjs.org/ansi-regex/-/ansi-regex-2.0.0.tgz',
  2030. 886 silly install resolved readme: 'ERROR: No README data found!' } ]
  2031. 887 info install ansi-regex@2.0.0 into C:\Users\Rowan\AppData\Roaming\npm\node_modules\homebridge\node_modules\chalk\node_modules\strip-ansi
  2032. 888 info installOne ansi-regex@2.0.0
  2033. 889 verbose installOne of ansi-regex to C:\Users\Rowan\AppData\Roaming\npm\node_modules\homebridge\node_modules\chalk\node_modules\strip-ansi not in flight; installing
  2034. 890 verbose lock using C:\Users\Rowan\AppData\Roaming\npm-cache\_locks\ansi-regex-d2adf86f3c0a69ee.lock for C:\Users\Rowan\AppData\Roaming\npm\node_modules\homebridge\node_modules\chalk\node_modules\has-ansi\node_modules\ansi-regex
  2035. 891 verbose lock using C:\Users\Rowan\AppData\Roaming\npm-cache\_locks\ansi-regex-0bcf3c31ba6c22f8.lock for C:\Users\Rowan\AppData\Roaming\npm\node_modules\homebridge\node_modules\chalk\node_modules\strip-ansi\node_modules\ansi-regex
  2036. 892 silly install write writing ansi-regex 2.0.0 to C:\Users\Rowan\AppData\Roaming\npm\node_modules\homebridge\node_modules\chalk\node_modules\has-ansi\node_modules\ansi-regex
  2037. 893 silly install write writing ansi-regex 2.0.0 to C:\Users\Rowan\AppData\Roaming\npm\node_modules\homebridge\node_modules\chalk\node_modules\strip-ansi\node_modules\ansi-regex
  2038. 894 silly addNameRange number 2 { name: 'mdns', range: '>=2.2.4 <3.0.0', hasData: true }
  2039. 895 silly addNameRange versions [ 'mdns',
  2040. 895 silly addNameRange [ '0.0.3',
  2041. 895 silly addNameRange '0.0.4',
  2042. 895 silly addNameRange '0.0.5',
  2043. 895 silly addNameRange '0.0.6',
  2044. 895 silly addNameRange '0.0.7',
  2045. 895 silly addNameRange '1.0.0',
  2046. 895 silly addNameRange '1.1.0',
  2047. 895 silly addNameRange '2.2.0',
  2048. 895 silly addNameRange '2.2.1',
  2049. 895 silly addNameRange '2.2.2',
  2050. 895 silly addNameRange '2.2.3',
  2051. 895 silly addNameRange '2.2.4',
  2052. 895 silly addNameRange '2.2.5',
  2053. 895 silly addNameRange '2.2.6',
  2054. 895 silly addNameRange '2.2.7',
  2055. 895 silly addNameRange '2.2.8',
  2056. 895 silly addNameRange '2.2.9',
  2057. 895 silly addNameRange '2.2.10' ] ]
  2058. 896 silly addNamed mdns@2.2.10
  2059. 897 verbose addNamed "2.2.10" is a plain semver version for mdns
  2060. 898 verbose unbuild node_modules\homebridge\node_modules\chalk\node_modules\has-ansi\node_modules\ansi-regex
  2061. 899 verbose unbuild node_modules\homebridge\node_modules\chalk\node_modules\strip-ansi\node_modules\ansi-regex
  2062. 900 silly gentlyRm C:\Users\Rowan\AppData\Roaming\npm\node_modules\homebridge\node_modules\chalk\node_modules\has-ansi\node_modules\ansi-regex is being purged from base C:\Users\Rowan\AppData\Roaming\npm
  2063. 901 verbose gentlyRm don't care about contents; nuking C:\Users\Rowan\AppData\Roaming\npm\node_modules\homebridge\node_modules\chalk\node_modules\has-ansi\node_modules\ansi-regex
  2064. 902 silly gentlyRm C:\Users\Rowan\AppData\Roaming\npm\node_modules\homebridge\node_modules\chalk\node_modules\strip-ansi\node_modules\ansi-regex is being purged from base C:\Users\Rowan\AppData\Roaming\npm
  2065. 903 verbose gentlyRm don't care about contents; nuking C:\Users\Rowan\AppData\Roaming\npm\node_modules\homebridge\node_modules\chalk\node_modules\strip-ansi\node_modules\ansi-regex
  2066. 904 verbose tar unpack C:\Users\Rowan\AppData\Roaming\npm-cache\ansi-regex\2.0.0\package.tgz
  2067. 905 verbose tar unpacking to C:\Users\Rowan\AppData\Roaming\npm\node_modules\homebridge\node_modules\chalk\node_modules\has-ansi\node_modules\ansi-regex
  2068. 906 silly gentlyRm C:\Users\Rowan\AppData\Roaming\npm\node_modules\homebridge\node_modules\chalk\node_modules\has-ansi\node_modules\ansi-regex is being purged
  2069. 907 verbose gentlyRm don't care about contents; nuking C:\Users\Rowan\AppData\Roaming\npm\node_modules\homebridge\node_modules\chalk\node_modules\has-ansi\node_modules\ansi-regex
  2070. 908 silly cache afterAdd node-persist@0.0.3
  2071. 909 verbose afterAdd C:\Users\Rowan\AppData\Roaming\npm-cache\node-persist\0.0.3\package\package.json not in flight; writing
  2072. 910 verbose tar unpack C:\Users\Rowan\AppData\Roaming\npm-cache\ansi-regex\2.0.0\package.tgz
  2073. 911 verbose tar unpacking to C:\Users\Rowan\AppData\Roaming\npm\node_modules\homebridge\node_modules\chalk\node_modules\strip-ansi\node_modules\ansi-regex
  2074. 912 silly gentlyRm C:\Users\Rowan\AppData\Roaming\npm\node_modules\homebridge\node_modules\chalk\node_modules\strip-ansi\node_modules\ansi-regex is being purged
  2075. 913 verbose gentlyRm don't care about contents; nuking C:\Users\Rowan\AppData\Roaming\npm\node_modules\homebridge\node_modules\chalk\node_modules\strip-ansi\node_modules\ansi-regex
  2076. 914 silly cache afterAdd mdns@2.2.10
  2077. 915 verbose afterAdd C:\Users\Rowan\AppData\Roaming\npm-cache\mdns\2.2.10\package\package.json not in flight; writing
  2078. 916 silly gunzTarPerm modes [ '777', '666' ]
  2079. 917 silly gunzTarPerm modes [ '777', '666' ]
  2080. 918 verbose afterAdd C:\Users\Rowan\AppData\Roaming\npm-cache\node-persist\0.0.3\package\package.json written
  2081. 919 verbose afterAdd C:\Users\Rowan\AppData\Roaming\npm-cache\mdns\2.2.10\package\package.json written
  2082. 920 silly gunzTarPerm extractEntry package.json
  2083. 921 silly gunzTarPerm modified mode [ 'package.json', 420, 438 ]
  2084. 922 silly gunzTarPerm extractEntry index.js
  2085. 923 silly gunzTarPerm modified mode [ 'index.js', 420, 438 ]
  2086. 924 silly gunzTarPerm extractEntry license
  2087. 925 silly gunzTarPerm modified mode [ 'license', 420, 438 ]
  2088. 926 silly gunzTarPerm extractEntry readme.md
  2089. 927 silly gunzTarPerm modified mode [ 'readme.md', 420, 438 ]
  2090. 928 silly gunzTarPerm extractEntry package.json
  2091. 929 silly gunzTarPerm modified mode [ 'package.json', 420, 438 ]
  2092. 930 silly gunzTarPerm extractEntry index.js
  2093. 931 silly gunzTarPerm modified mode [ 'index.js', 420, 438 ]
  2094. 932 silly gunzTarPerm extractEntry license
  2095. 933 silly gunzTarPerm modified mode [ 'license', 420, 438 ]
  2096. 934 silly gunzTarPerm extractEntry readme.md
  2097. 935 silly gunzTarPerm modified mode [ 'readme.md', 420, 438 ]
  2098. 936 silly validateExistingRemote git://github.com/KhaosT/node-curve25519.git remote.origin.url: git://github.com/KhaosT/node-curve25519.git
  2099. 937 verbose validateExistingRemote git://github.com/KhaosT/node-curve25519.git is updating existing cached remote C:\Users\Rowan\AppData\Roaming\npm-cache\_git-remotes\git-github-com-KhaosT-node-curve25519-git-750fb09d
  2100. 938 silly validateExistingRemote git://github.com/KhaosT/node-srp.git remote.origin.url: git://github.com/KhaosT/node-srp.git
  2101. 939 verbose validateExistingRemote git://github.com/KhaosT/node-srp.git is updating existing cached remote C:\Users\Rowan\AppData\Roaming\npm-cache\_git-remotes\git-github-com-KhaosT-node-srp-git-b14235ae
  2102. 940 silly validateExistingRemote git://github.com/KhaosT/ed25519.git remote.origin.url: git://github.com/KhaosT/ed25519.git
  2103. 941 verbose validateExistingRemote git://github.com/KhaosT/ed25519.git is updating existing cached remote C:\Users\Rowan\AppData\Roaming\npm-cache\_git-remotes\git-github-com-KhaosT-ed25519-git-d8bdee1d
  2104. 942 verbose write writing to C:\Users\Rowan\AppData\Roaming\npm\node_modules\homebridge\node_modules\commander\node_modules\graceful-readlink\package.json
  2105. 943 info preinstall graceful-readlink@1.0.1
  2106. 944 verbose readDependencies loading dependencies from C:\Users\Rowan\AppData\Roaming\npm\node_modules\homebridge\node_modules\commander\node_modules\graceful-readlink\package.json
  2107. 945 verbose readDependencies loading dependencies from C:\Users\Rowan\AppData\Roaming\npm\node_modules\homebridge\node_modules\commander\node_modules\graceful-readlink\package.json
  2108. 946 silly install resolved []
  2109. 947 verbose about to build C:\Users\Rowan\AppData\Roaming\npm\node_modules\homebridge\node_modules\commander\node_modules\graceful-readlink
  2110. 948 info build C:\Users\Rowan\AppData\Roaming\npm\node_modules\homebridge\node_modules\commander\node_modules\graceful-readlink
  2111. 949 info linkStuff graceful-readlink@1.0.1
  2112. 950 silly linkStuff graceful-readlink@1.0.1 has C:\Users\Rowan\AppData\Roaming\npm\node_modules\homebridge\node_modules\commander\node_modules as its parent node_modules
  2113. 951 silly linkStuff graceful-readlink@1.0.1 is part of a global install
  2114. 952 silly linkStuff graceful-readlink@1.0.1 is installed into a global node_modules
  2115. 953 verbose linkBins graceful-readlink@1.0.1
  2116. 954 verbose linkMans graceful-readlink@1.0.1
  2117. 955 verbose rebuildBundles graceful-readlink@1.0.1
  2118. 956 info install graceful-readlink@1.0.1
  2119. 957 info postinstall graceful-readlink@1.0.1
  2120. 958 verbose unlock done using C:\Users\Rowan\AppData\Roaming\npm-cache\_locks\graceful-readlink-7b0379260117190b.lock for C:\Users\Rowan\AppData\Roaming\npm\node_modules\homebridge\node_modules\commander\node_modules\graceful-readlink
  2121. 959 verbose about to build C:\Users\Rowan\AppData\Roaming\npm\node_modules\homebridge\node_modules\commander
  2122. 960 info build C:\Users\Rowan\AppData\Roaming\npm\node_modules\homebridge\node_modules\commander
  2123. 961 info linkStuff commander@2.8.1
  2124. 962 silly linkStuff commander@2.8.1 has C:\Users\Rowan\AppData\Roaming\npm\node_modules\homebridge\node_modules as its parent node_modules
  2125. 963 silly linkStuff commander@2.8.1 is part of a global install
  2126. 964 silly linkStuff commander@2.8.1 is installed into a global node_modules
  2127. 965 verbose linkBins commander@2.8.1
  2128. 966 verbose linkMans commander@2.8.1
  2129. 967 verbose rebuildBundles commander@2.8.1
  2130. 968 verbose rebuildBundles [ 'graceful-readlink' ]
  2131. 969 info install commander@2.8.1
  2132. 970 info postinstall commander@2.8.1
  2133. 971 verbose unlock done using C:\Users\Rowan\AppData\Roaming\npm-cache\_locks\commander-ff941c5db8c642e4.lock for C:\Users\Rowan\AppData\Roaming\npm\node_modules\homebridge\node_modules\commander
  2134. 972 info git [ 'fetch', '-a', 'origin' ]
  2135. 973 info git [ 'fetch', '-a', 'origin' ]
  2136. 974 verbose write writing to C:\Users\Rowan\AppData\Roaming\npm\node_modules\homebridge\node_modules\chalk\node_modules\strip-ansi\node_modules\ansi-regex\package.json
  2137. 975 verbose write writing to C:\Users\Rowan\AppData\Roaming\npm\node_modules\homebridge\node_modules\chalk\node_modules\has-ansi\node_modules\ansi-regex\package.json
  2138. 976 info git [ 'fetch', '-a', 'origin' ]
  2139. 977 info preinstall ansi-regex@2.0.0
  2140. 978 verbose readDependencies loading dependencies from C:\Users\Rowan\AppData\Roaming\npm\node_modules\homebridge\node_modules\chalk\node_modules\has-ansi\node_modules\ansi-regex\package.json
  2141. 979 info preinstall ansi-regex@2.0.0
  2142. 980 verbose readDependencies loading dependencies from C:\Users\Rowan\AppData\Roaming\npm\node_modules\homebridge\node_modules\chalk\node_modules\strip-ansi\node_modules\ansi-regex\package.json
  2143. 981 verbose readDependencies loading dependencies from C:\Users\Rowan\AppData\Roaming\npm\node_modules\homebridge\node_modules\chalk\node_modules\has-ansi\node_modules\ansi-regex\package.json
  2144. 982 verbose readDependencies loading dependencies from C:\Users\Rowan\AppData\Roaming\npm\node_modules\homebridge\node_modules\chalk\node_modules\strip-ansi\node_modules\ansi-regex\package.json
  2145. 983 silly install resolved []
  2146. 984 verbose about to build C:\Users\Rowan\AppData\Roaming\npm\node_modules\homebridge\node_modules\chalk\node_modules\has-ansi\node_modules\ansi-regex
  2147. 985 info build C:\Users\Rowan\AppData\Roaming\npm\node_modules\homebridge\node_modules\chalk\node_modules\has-ansi\node_modules\ansi-regex
  2148. 986 silly install resolved []
  2149. 987 verbose about to build C:\Users\Rowan\AppData\Roaming\npm\node_modules\homebridge\node_modules\chalk\node_modules\strip-ansi\node_modules\ansi-regex
  2150. 988 info build C:\Users\Rowan\AppData\Roaming\npm\node_modules\homebridge\node_modules\chalk\node_modules\strip-ansi\node_modules\ansi-regex
  2151. 989 info linkStuff ansi-regex@2.0.0
  2152. 990 silly linkStuff ansi-regex@2.0.0 has C:\Users\Rowan\AppData\Roaming\npm\node_modules\homebridge\node_modules\chalk\node_modules\has-ansi\node_modules as its parent node_modules
  2153. 991 silly linkStuff ansi-regex@2.0.0 is part of a global install
  2154. 992 silly linkStuff ansi-regex@2.0.0 is installed into a global node_modules
  2155. 993 verbose linkBins ansi-regex@2.0.0
  2156. 994 verbose linkMans ansi-regex@2.0.0
  2157. 995 verbose rebuildBundles ansi-regex@2.0.0
  2158. 996 info install ansi-regex@2.0.0
  2159. 997 info linkStuff ansi-regex@2.0.0
  2160. 998 silly linkStuff ansi-regex@2.0.0 has C:\Users\Rowan\AppData\Roaming\npm\node_modules\homebridge\node_modules\chalk\node_modules\strip-ansi\node_modules as its parent node_modules
  2161. 999 silly linkStuff ansi-regex@2.0.0 is part of a global install
  2162. 1000 silly linkStuff ansi-regex@2.0.0 is installed into a global node_modules
  2163. 1001 info postinstall ansi-regex@2.0.0
  2164. 1002 verbose linkBins ansi-regex@2.0.0
  2165. 1003 verbose linkMans ansi-regex@2.0.0
  2166. 1004 verbose rebuildBundles ansi-regex@2.0.0
  2167. 1005 info install ansi-regex@2.0.0
  2168. 1006 verbose unlock done using C:\Users\Rowan\AppData\Roaming\npm-cache\_locks\ansi-regex-d2adf86f3c0a69ee.lock for C:\Users\Rowan\AppData\Roaming\npm\node_modules\homebridge\node_modules\chalk\node_modules\has-ansi\node_modules\ansi-regex
  2169. 1007 verbose about to build C:\Users\Rowan\AppData\Roaming\npm\node_modules\homebridge\node_modules\chalk\node_modules\has-ansi
  2170. 1008 info build C:\Users\Rowan\AppData\Roaming\npm\node_modules\homebridge\node_modules\chalk\node_modules\has-ansi
  2171. 1009 info postinstall ansi-regex@2.0.0
  2172. 1010 verbose unlock done using C:\Users\Rowan\AppData\Roaming\npm-cache\_locks\ansi-regex-0bcf3c31ba6c22f8.lock for C:\Users\Rowan\AppData\Roaming\npm\node_modules\homebridge\node_modules\chalk\node_modules\strip-ansi\node_modules\ansi-regex
  2173. 1011 verbose about to build C:\Users\Rowan\AppData\Roaming\npm\node_modules\homebridge\node_modules\chalk\node_modules\strip-ansi
  2174. 1012 info build C:\Users\Rowan\AppData\Roaming\npm\node_modules\homebridge\node_modules\chalk\node_modules\strip-ansi
  2175. 1013 info linkStuff has-ansi@2.0.0
  2176. 1014 silly linkStuff has-ansi@2.0.0 has C:\Users\Rowan\AppData\Roaming\npm\node_modules\homebridge\node_modules\chalk\node_modules as its parent node_modules
  2177. 1015 silly linkStuff has-ansi@2.0.0 is part of a global install
  2178. 1016 silly linkStuff has-ansi@2.0.0 is installed into a global node_modules
  2179. 1017 verbose linkBins has-ansi@2.0.0
  2180. 1018 verbose linkMans has-ansi@2.0.0
  2181. 1019 verbose rebuildBundles has-ansi@2.0.0
  2182. 1020 verbose rebuildBundles [ 'ansi-regex' ]
  2183. 1021 info install has-ansi@2.0.0
  2184. 1022 info linkStuff strip-ansi@3.0.0
  2185. 1023 silly linkStuff strip-ansi@3.0.0 has C:\Users\Rowan\AppData\Roaming\npm\node_modules\homebridge\node_modules\chalk\node_modules as its parent node_modules
  2186. 1024 silly linkStuff strip-ansi@3.0.0 is part of a global install
  2187. 1025 silly linkStuff strip-ansi@3.0.0 is installed into a global node_modules
  2188. 1026 info postinstall has-ansi@2.0.0
  2189. 1027 verbose linkBins strip-ansi@3.0.0
  2190. 1028 verbose linkMans strip-ansi@3.0.0
  2191. 1029 verbose rebuildBundles strip-ansi@3.0.0
  2192. 1030 verbose rebuildBundles [ 'ansi-regex' ]
  2193. 1031 info install strip-ansi@3.0.0
  2194. 1032 verbose unlock done using C:\Users\Rowan\AppData\Roaming\npm-cache\_locks\has-ansi-6b208f788281d9e4.lock for C:\Users\Rowan\AppData\Roaming\npm\node_modules\homebridge\node_modules\chalk\node_modules\has-ansi
  2195. 1033 info postinstall strip-ansi@3.0.0
  2196. 1034 verbose unlock done using C:\Users\Rowan\AppData\Roaming\npm-cache\_locks\strip-ansi-463e847959e4ee80.lock for C:\Users\Rowan\AppData\Roaming\npm\node_modules\homebridge\node_modules\chalk\node_modules\strip-ansi
  2197. 1035 verbose about to build C:\Users\Rowan\AppData\Roaming\npm\node_modules\homebridge\node_modules\chalk
  2198. 1036 info build C:\Users\Rowan\AppData\Roaming\npm\node_modules\homebridge\node_modules\chalk
  2199. 1037 info linkStuff chalk@1.1.1
  2200. 1038 silly linkStuff chalk@1.1.1 has C:\Users\Rowan\AppData\Roaming\npm\node_modules\homebridge\node_modules as its parent node_modules
  2201. 1039 silly linkStuff chalk@1.1.1 is part of a global install
  2202. 1040 silly linkStuff chalk@1.1.1 is installed into a global node_modules
  2203. 1041 verbose linkBins chalk@1.1.1
  2204. 1042 verbose linkMans chalk@1.1.1
  2205. 1043 verbose rebuildBundles chalk@1.1.1
  2206. 1044 verbose rebuildBundles [ 'ansi-styles',
  2207. 1044 verbose rebuildBundles 'escape-string-regexp',
  2208. 1044 verbose rebuildBundles 'has-ansi',
  2209. 1044 verbose rebuildBundles 'strip-ansi',
  2210. 1044 verbose rebuildBundles 'supports-color' ]
  2211. 1045 info install chalk@1.1.1
  2212. 1046 info postinstall chalk@1.1.1
  2213. 1047 verbose unlock done using C:\Users\Rowan\AppData\Roaming\npm-cache\_locks\chalk-77a5418650883a4d.lock for C:\Users\Rowan\AppData\Roaming\npm\node_modules\homebridge\node_modules\chalk
  2214. 1048 verbose updateRemote git fetch -a origin (git://github.com/KhaosT/node-curve25519.git)
  2215. 1049 verbose setPermissions git://github.com/KhaosT/node-curve25519.git skipping chownr on Windows
  2216. 1050 verbose resolveHead git://github.com/KhaosT/node-curve25519.git original treeish: master
  2217. 1051 info git [ 'rev-list', '-n1', 'master' ]
  2218. 1052 verbose updateRemote git fetch -a origin (git://github.com/KhaosT/node-srp.git)
  2219. 1053 verbose setPermissions git://github.com/KhaosT/node-srp.git skipping chownr on Windows
  2220. 1054 verbose resolveHead git://github.com/KhaosT/node-srp.git original treeish: master
  2221. 1055 verbose updateRemote git fetch -a origin (git://github.com/KhaosT/ed25519.git)
  2222. 1056 verbose setPermissions git://github.com/KhaosT/ed25519.git skipping chownr on Windows
  2223. 1057 verbose resolveHead git://github.com/KhaosT/ed25519.git original treeish: master
  2224. 1058 silly resolveHead git://github.com/KhaosT/node-curve25519.git resolved treeish: 922eae612bb379fa84e8deb29f80c53d57c8be7b
  2225. 1059 verbose resolveHead git://github.com/KhaosT/node-curve25519.git resolved Git URL: git://github.com/KhaosT/node-curve25519.git#922eae612bb379fa84e8deb29f80c53d57c8be7b
  2226. 1060 silly resolveHead Git working directory: C:\Users\Rowan\AppData\Local\Temp\npm-572-0fd645ec\git-cache-84b6ffe609bb\922eae612bb379fa84e8deb29f80c53d57c8be7b
  2227. 1061 info git [ 'rev-list', '-n1', 'master' ]
  2228. 1062 info git [ 'rev-list', '-n1', 'master' ]
  2229. 1063 info git [ 'clone',
  2230. 1063 info git 'C:\\Users\\Rowan\\AppData\\Roaming\\npm-cache\\_git-remotes\\git-github-com-KhaosT-node-curve25519-git-750fb09d',
  2231. 1063 info git 'C:\\Users\\Rowan\\AppData\\Local\\Temp\\npm-572-0fd645ec\\git-cache-84b6ffe609bb\\922eae612bb379fa84e8deb29f80c53d57c8be7b' ]
  2232. 1064 silly resolveHead git://github.com/KhaosT/node-srp.git resolved treeish: 7feff53254897a0b1b9f0667ad17a8beb78acbb9
  2233. 1065 verbose resolveHead git://github.com/KhaosT/node-srp.git resolved Git URL: git://github.com/KhaosT/node-srp.git#7feff53254897a0b1b9f0667ad17a8beb78acbb9
  2234. 1066 silly resolveHead Git working directory: C:\Users\Rowan\AppData\Local\Temp\npm-572-0fd645ec\git-cache-6a31e78883ab\7feff53254897a0b1b9f0667ad17a8beb78acbb9
  2235. 1067 info git [ 'clone',
  2236. 1067 info git 'C:\\Users\\Rowan\\AppData\\Roaming\\npm-cache\\_git-remotes\\git-github-com-KhaosT-node-srp-git-b14235ae',
  2237. 1067 info git 'C:\\Users\\Rowan\\AppData\\Local\\Temp\\npm-572-0fd645ec\\git-cache-6a31e78883ab\\7feff53254897a0b1b9f0667ad17a8beb78acbb9' ]
  2238. 1068 silly resolveHead git://github.com/KhaosT/ed25519.git resolved treeish: 6356bc9e6e4643d56020293c14920ac12bcaa1ac
  2239. 1069 verbose resolveHead git://github.com/KhaosT/ed25519.git resolved Git URL: git://github.com/KhaosT/ed25519.git#6356bc9e6e4643d56020293c14920ac12bcaa1ac
  2240. 1070 silly resolveHead Git working directory: C:\Users\Rowan\AppData\Local\Temp\npm-572-0fd645ec\git-cache-dbc804b5c14c\6356bc9e6e4643d56020293c14920ac12bcaa1ac
  2241. 1071 info git [ 'clone',
  2242. 1071 info git 'C:\\Users\\Rowan\\AppData\\Roaming\\npm-cache\\_git-remotes\\git-github-com-KhaosT-ed25519-git-d8bdee1d',
  2243. 1071 info git 'C:\\Users\\Rowan\\AppData\\Local\\Temp\\npm-572-0fd645ec\\git-cache-dbc804b5c14c\\6356bc9e6e4643d56020293c14920ac12bcaa1ac' ]
  2244. 1072 verbose cloneResolved git://github.com/KhaosT/node-curve25519.git clone Cloning into 'C:\Users\Rowan\AppData\Local\Temp\npm-572-0fd645ec\git-cache-84b6ffe609bb\922eae612bb379fa84e8deb29f80c53d57c8be7b'...
  2245. 1072 verbose cloneResolved done.
  2246. 1073 info git [ 'checkout', '922eae612bb379fa84e8deb29f80c53d57c8be7b' ]
  2247. 1074 verbose cloneResolved git://github.com/KhaosT/ed25519.git clone Cloning into 'C:\Users\Rowan\AppData\Local\Temp\npm-572-0fd645ec\git-cache-dbc804b5c14c\6356bc9e6e4643d56020293c14920ac12bcaa1ac'...
  2248. 1074 verbose cloneResolved done.
  2249. 1075 info git [ 'checkout', '6356bc9e6e4643d56020293c14920ac12bcaa1ac' ]
  2250. 1076 verbose checkoutTreeish git://github.com/KhaosT/ed25519.git checkout Note: checking out '6356bc9e6e4643d56020293c14920ac12bcaa1ac'.
  2251. 1076 verbose checkoutTreeish
  2252. 1076 verbose checkoutTreeish You are in 'detached HEAD' state. You can look around, make experimental
  2253. 1076 verbose checkoutTreeish changes and commit them, and you can discard any commits you make in this
  2254. 1076 verbose checkoutTreeish state without impacting any branches by performing another checkout.
  2255. 1076 verbose checkoutTreeish
  2256. 1076 verbose checkoutTreeish If you want to create a new branch to retain commits you create, you may
  2257. 1076 verbose checkoutTreeish do so (now or later) by using -b with the checkout command again. Example:
  2258. 1076 verbose checkoutTreeish
  2259. 1076 verbose checkoutTreeish git checkout -b <new-branch-name>
  2260. 1076 verbose checkoutTreeish
  2261. 1076 verbose checkoutTreeish HEAD is now at 6356bc9... Update nan, migrate to nan2
  2262. 1077 verbose checkoutTreeish git://github.com/KhaosT/node-curve25519.git checkout Note: checking out '922eae612bb379fa84e8deb29f80c53d57c8be7b'.
  2263. 1077 verbose checkoutTreeish
  2264. 1077 verbose checkoutTreeish You are in 'detached HEAD' state. You can look around, make experimental
  2265. 1077 verbose checkoutTreeish changes and commit them, and you can discard any commits you make in this
  2266. 1077 verbose checkoutTreeish state without impacting any branches by performing another checkout.
  2267. 1077 verbose checkoutTreeish
  2268. 1077 verbose checkoutTreeish If you want to create a new branch to retain commits you create, you may
  2269. 1077 verbose checkoutTreeish do so (now or later) by using -b with the checkout command again. Example:
  2270. 1077 verbose checkoutTreeish
  2271. 1077 verbose checkoutTreeish git checkout -b <new-branch-name>
  2272. 1077 verbose checkoutTreeish
  2273. 1077 verbose checkoutTreeish HEAD is now at 922eae6... Bump version number
  2274. 1078 verbose addLocalDirectory C:\Users\Rowan\AppData\Roaming\npm-cache\curve25519\1.1.0\package.tgz not in flight; packing
  2275. 1079 verbose tar pack [ 'C:\\Users\\Rowan\\AppData\\Roaming\\npm-cache\\curve25519\\1.1.0\\package.tgz',
  2276. 1079 verbose tar pack 'C:\\Users\\Rowan\\AppData\\Local\\Temp\\npm-572-0fd645ec\\git-cache-84b6ffe609bb\\922eae612bb379fa84e8deb29f80c53d57c8be7b' ]
  2277. 1080 verbose tarball C:\Users\Rowan\AppData\Roaming\npm-cache\curve25519\1.1.0\package.tgz
  2278. 1081 verbose folder C:\Users\Rowan\AppData\Local\Temp\npm-572-0fd645ec\git-cache-84b6ffe609bb\922eae612bb379fa84e8deb29f80c53d57c8be7b
  2279. 1082 verbose cloneResolved git://github.com/KhaosT/node-srp.git clone Cloning into 'C:\Users\Rowan\AppData\Local\Temp\npm-572-0fd645ec\git-cache-6a31e78883ab\7feff53254897a0b1b9f0667ad17a8beb78acbb9'...
  2280. 1082 verbose cloneResolved done.
  2281. 1083 verbose addLocalDirectory C:\Users\Rowan\AppData\Roaming\npm-cache\ed25519\0.0.3\package.tgz not in flight; packing
  2282. 1084 verbose tar pack [ 'C:\\Users\\Rowan\\AppData\\Roaming\\npm-cache\\ed25519\\0.0.3\\package.tgz',
  2283. 1084 verbose tar pack 'C:\\Users\\Rowan\\AppData\\Local\\Temp\\npm-572-0fd645ec\\git-cache-dbc804b5c14c\\6356bc9e6e4643d56020293c14920ac12bcaa1ac' ]
  2284. 1085 verbose tarball C:\Users\Rowan\AppData\Roaming\npm-cache\ed25519\0.0.3\package.tgz
  2285. 1086 verbose folder C:\Users\Rowan\AppData\Local\Temp\npm-572-0fd645ec\git-cache-dbc804b5c14c\6356bc9e6e4643d56020293c14920ac12bcaa1ac
  2286. 1087 verbose addLocalTarball adding from inside cache C:\Users\Rowan\AppData\Roaming\npm-cache\curve25519\1.1.0\package.tgz
  2287. 1088 verbose addRemoteGit data._from: git://github.com/KhaosT/node-curve25519.git
  2288. 1089 verbose addRemoteGit data._resolved: git://github.com/KhaosT/node-curve25519.git#922eae612bb379fa84e8deb29f80c53d57c8be7b
  2289. 1090 silly cache afterAdd curve25519@1.1.0
  2290. 1091 verbose afterAdd C:\Users\Rowan\AppData\Roaming\npm-cache\curve25519\1.1.0\package\package.json not in flight; writing
  2291. 1092 verbose afterAdd C:\Users\Rowan\AppData\Roaming\npm-cache\curve25519\1.1.0\package\package.json written
  2292. 1093 info git [ 'checkout', '7feff53254897a0b1b9f0667ad17a8beb78acbb9' ]
  2293. 1094 verbose addLocalTarball adding from inside cache C:\Users\Rowan\AppData\Roaming\npm-cache\ed25519\0.0.3\package.tgz
  2294. 1095 verbose addRemoteGit data._from: git://github.com/KhaosT/ed25519.git
  2295. 1096 verbose addRemoteGit data._resolved: git://github.com/KhaosT/ed25519.git#6356bc9e6e4643d56020293c14920ac12bcaa1ac
  2296. 1097 silly cache afterAdd ed25519@0.0.3
  2297. 1098 verbose afterAdd C:\Users\Rowan\AppData\Roaming\npm-cache\ed25519\0.0.3\package\package.json not in flight; writing
  2298. 1099 verbose afterAdd C:\Users\Rowan\AppData\Roaming\npm-cache\ed25519\0.0.3\package\package.json written
  2299. 1100 verbose checkoutTreeish git://github.com/KhaosT/node-srp.git checkout Note: checking out '7feff53254897a0b1b9f0667ad17a8beb78acbb9'.
  2300. 1100 verbose checkoutTreeish
  2301. 1100 verbose checkoutTreeish You are in 'detached HEAD' state. You can look around, make experimental
  2302. 1100 verbose checkoutTreeish changes and commit them, and you can discard any commits you make in this
  2303. 1100 verbose checkoutTreeish state without impacting any branches by performing another checkout.
  2304. 1100 verbose checkoutTreeish
  2305. 1100 verbose checkoutTreeish If you want to create a new branch to retain commits you create, you may
  2306. 1100 verbose checkoutTreeish do so (now or later) by using -b with the checkout command again. Example:
  2307. 1100 verbose checkoutTreeish
  2308. 1100 verbose checkoutTreeish git checkout -b <new-branch-name>
  2309. 1100 verbose checkoutTreeish
  2310. 1100 verbose checkoutTreeish HEAD is now at 7feff53... Merge pull request #1 from volschin/patch-1
  2311. 1101 verbose addLocalDirectory C:\Users\Rowan\AppData\Roaming\npm-cache\srp\0.2.0\package.tgz not in flight; packing
  2312. 1102 verbose tar pack [ 'C:\\Users\\Rowan\\AppData\\Roaming\\npm-cache\\srp\\0.2.0\\package.tgz',
  2313. 1102 verbose tar pack 'C:\\Users\\Rowan\\AppData\\Local\\Temp\\npm-572-0fd645ec\\git-cache-6a31e78883ab\\7feff53254897a0b1b9f0667ad17a8beb78acbb9' ]
  2314. 1103 verbose tarball C:\Users\Rowan\AppData\Roaming\npm-cache\srp\0.2.0\package.tgz
  2315. 1104 verbose folder C:\Users\Rowan\AppData\Local\Temp\npm-572-0fd645ec\git-cache-6a31e78883ab\7feff53254897a0b1b9f0667ad17a8beb78acbb9
  2316. 1105 verbose addLocalTarball adding from inside cache C:\Users\Rowan\AppData\Roaming\npm-cache\srp\0.2.0\package.tgz
  2317. 1106 verbose addRemoteGit data._from: git://github.com/KhaosT/node-srp.git
  2318. 1107 verbose addRemoteGit data._resolved: git://github.com/KhaosT/node-srp.git#7feff53254897a0b1b9f0667ad17a8beb78acbb9
  2319. 1108 silly cache afterAdd srp@0.2.0
  2320. 1109 verbose afterAdd C:\Users\Rowan\AppData\Roaming\npm-cache\srp\0.2.0\package\package.json not in flight; writing
  2321. 1110 verbose afterAdd C:\Users\Rowan\AppData\Roaming\npm-cache\srp\0.2.0\package\package.json written
  2322. 1111 silly install resolved [ { name: 'debug',
  2323. 1111 silly install resolved version: '2.2.0',
  2324. 1111 silly install resolved repository: { type: 'git', url: 'git://github.com/visionmedia/debug.git' },
  2325. 1111 silly install resolved description: 'small debugging utility',
  2326. 1111 silly install resolved keywords: [ 'debug', 'log', 'debugger' ],
  2327. 1111 silly install resolved author: { name: 'TJ Holowaychuk', email: 'tj@vision-media.ca' },
  2328. 1111 silly install resolved contributors: [ [Object] ],
  2329. 1111 silly install resolved license: 'MIT',
  2330. 1111 silly install resolved dependencies: { ms: '0.7.1' },
  2331. 1111 silly install resolved devDependencies: { browserify: '9.0.3', mocha: '*' },
  2332. 1111 silly install resolved main: './node.js',
  2333. 1111 silly install resolved browser: './browser.js',
  2334. 1111 silly install resolved component: { scripts: [Object] },
  2335. 1111 silly install resolved gitHead: 'b38458422b5aa8aa6d286b10dfe427e8a67e2b35',
  2336. 1111 silly install resolved bugs: { url: 'https://github.com/visionmedia/debug/issues' },
  2337. 1111 silly install resolved homepage: 'https://github.com/visionmedia/debug',
  2338. 1111 silly install resolved _id: 'debug@2.2.0',
  2339. 1111 silly install resolved scripts: {},
  2340. 1111 silly install resolved _shasum: 'f87057e995b1a1f6ae6a4960664137bc56f039da',
  2341. 1111 silly install resolved _from: 'debug@>=2.2.0 <3.0.0',
  2342. 1111 silly install resolved _npmVersion: '2.7.4',
  2343. 1111 silly install resolved _nodeVersion: '0.12.2',
  2344. 1111 silly install resolved _npmUser: { name: 'tootallnate', email: 'nathan@tootallnate.net' },
  2345. 1111 silly install resolved maintainers: [ [Object], [Object] ],
  2346. 1111 silly install resolved dist:
  2347. 1111 silly install resolved { shasum: 'f87057e995b1a1f6ae6a4960664137bc56f039da',
  2348. 1111 silly install resolved tarball: 'http://registry.npmjs.org/debug/-/debug-2.2.0.tgz' },
  2349. 1111 silly install resolved directories: {},
  2350. 1111 silly install resolved _resolved: 'https://registry.npmjs.org/debug/-/debug-2.2.0.tgz',
  2351. 1111 silly install resolved readme: 'ERROR: No README data found!' },
  2352. 1111 silly install resolved { name: 'node-persist',
  2353. 1111 silly install resolved version: '0.0.3',
  2354. 1111 silly install resolved description: 'Super-easy (and fast) persistent data structures in Node.js, modeled after HTML5 localStorage',
  2355. 1111 silly install resolved main: 'node-persist.js',
  2356. 1111 silly install resolved directories: { example: 'examples' },
  2357. 1111 silly install resolved scripts: { test: 'echo "Error: no test specified" && exit 1' },
  2358. 1111 silly install resolved repository:
  2359. 1111 silly install resolved { type: 'git',
  2360. 1111 silly install resolved url: 'git+https://github.com/simonlast/node-persist.git' },
  2361. 1111 silly install resolved keywords: [ 'node', 'persist', 'storage' ],
  2362. 1111 silly install resolved contributors: [ [Object], [Object], [Object] ],
  2363. 1111 silly install resolved license: 'BSD',
  2364. 1111 silly install resolved dependencies: { mkdirp: '~0.3.5', q: '~1.1.1' },
  2365. 1111 silly install resolved bugs: { url: 'https://github.com/simonlast/node-persist/issues' },
  2366. 1111 silly install resolved homepage: 'https://github.com/simonlast/node-persist',
  2367. 1111 silly install resolved _id: 'node-persist@0.0.3',
  2368. 1111 silly install resolved _shasum: '61de498a0fc73366ed9645ddd57e4c2f70788e26',
  2369. 1111 silly install resolved _from: 'node-persist@0.0.3',
  2370. 1111 silly install resolved _npmVersion: '1.4.9',
  2371. 1111 silly install resolved _npmUser: { name: 'slast', email: 'hello@simonlast.org' },
  2372. 1111 silly install resolved maintainers: [ [Object], [Object] ],
  2373. 1111 silly install resolved dist:
  2374. 1111 silly install resolved { shasum: '61de498a0fc73366ed9645ddd57e4c2f70788e26',
  2375. 1111 silly install resolved tarball: 'http://registry.npmjs.org/node-persist/-/node-persist-0.0.3.tgz' },
  2376. 1111 silly install resolved _resolved: 'https://registry.npmjs.org/node-persist/-/node-persist-0.0.3.tgz',
  2377. 1111 silly install resolved readme: 'ERROR: No README data found!' },
  2378. 1111 silly install resolved { name: 'mdns',
  2379. 1111 silly install resolved version: '2.2.10',
  2380. 1111 silly install resolved description: 'multicast DNS service discovery',
  2381. 1111 silly install resolved main: './lib/mdns.js',
  2382. 1111 silly install resolved scripts: { test: 'node utils/testrun', install: 'node-gyp rebuild' },
  2383. 1111 silly install resolved keywords: [ 'zeroconf', 'bonjour', 'dns_sd', 'mDNSResponder' ],
  2384. 1111 silly install resolved devDependencies:
  2385. 1111 silly install resolved { ejs: '*',
  2386. 1111 silly install resolved less: '*',
  2387. 1111 silly install resolved mkdirp: '*',
  2388. 1111 silly install resolved nopt: '*',
  2389. 1111 silly install resolved slide: '*',
  2390. 1111 silly install resolved glob: '*',
  2391. 1111 silly install resolved ncp: '*',
  2392. 1111 silly install resolved minimatch: '*',
  2393. 1111 silly install resolved proxyquire: '~0.5' },
  2394. 1111 silly install resolved repository:
  2395. 1111 silly install resolved { type: 'git',
  2396. 1111 silly install resolved url: 'git+ssh://git@github.com/agnat/node_mdns.git' },
  2397. 1111 silly install resolved homepage: 'http://agnat.github.com/node_mdns',
  2398. 1111 silly install resolved bugs: { url: 'http://github.com/agnat/node_mdns/issues' },
  2399. 1111 silly install resolved licenses: [ [Object] ],
  2400. 1111 silly install resolved author: { name: 'David Siegel', email: 'david@artcom.de' },
  2401. 1111 silly install resolved contributors: [ [Object], [Object], [Object], [Object], [Object], [Object] ],
  2402. 1111 silly install resolved dependencies: { bindings: '~1.2.1', nan: '~2.0.0' },
  2403. 1111 silly install resolved gypfile: true,
  2404. 1111 silly install resolved gitHead: 'a7155fc3a4fdf4dfd84b684384b913b89ad7145c',
  2405. 1111 silly install resolved _id: 'mdns@2.2.10',
  2406. 1111 silly install resolved _shasum: 'c84310ce37c11c6d2bb2a4505663ad739d374b86',
  2407. 1111 silly install resolved _from: 'mdns@>=2.2.4 <3.0.0',
  2408. 1111 silly install resolved _npmVersion: '2.13.3',
  2409. 1111 silly install resolved _nodeVersion: '3.3.0',
  2410. 1111 silly install resolved _npmUser: { name: 'agnat', email: 'david@artcom.de' },
  2411. 1111 silly install resolved maintainers: [ [Object], [Object] ],
  2412. 1111 silly install resolved dist:
  2413. 1111 silly install resolved { shasum: 'c84310ce37c11c6d2bb2a4505663ad739d374b86',
  2414. 1111 silly install resolved tarball: 'http://registry.npmjs.org/mdns/-/mdns-2.2.10.tgz' },
  2415. 1111 silly install resolved directories: {},
  2416. 1111 silly install resolved _resolved: 'https://registry.npmjs.org/mdns/-/mdns-2.2.10.tgz',
  2417. 1111 silly install resolved readme: 'ERROR: No README data found!' },
  2418. 1111 silly install resolved { name: 'curve25519',
  2419. 1111 silly install resolved description: 'A binding to the curve25519-donna library.',
  2420. 1111 silly install resolved version: '1.1.0',
  2421. 1111 silly install resolved author: { name: 'Jann Horn', email: 'jannhorn@googlemail.com' },
  2422. 1111 silly install resolved main: 'index.js',
  2423. 1111 silly install resolved scripts: { test: 'node test.js', install: 'node-gyp rebuild' },
  2424. 1111 silly install resolved dependencies: { nan: '^2.0.9', bindings: '~1.2.1' },
  2425. 1111 silly install resolved gypfile: true,
  2426. 1111 silly install resolved gitHead: '922eae612bb379fa84e8deb29f80c53d57c8be7b',
  2427. 1111 silly install resolved readme: 'This is a binding to the curve25519-donna library for node. Usage:\r\n\r\n var curve = require(\'curve25519\');\r\n\r\nMethods\r\n=======\r\n`curve.makeSecretKey(secret)`\r\n-----------------------------\r\nProvide it with a 32-bytes-long `Buffer` and it will be modified in-place in order to be a usable secret key. Doesn\'t return anything.\r\n\r\n`curve.derivePublicKey(secret)`\r\n-------------------------------\r\nProvide it with your secret key as a 32-bytes-long `Buffer` and get a `Buffer` containing your public key as the result.\r\n\r\n`curve.deriveSharedSecret(mysecret, hispublic)`\r\n-----------------------------------------------\r\nDerive your shared secret with someone else by giving this function two 32-bytes-long buffers containing your secret key and the other persons public key. Returns a `Buffer`.\r\n\r\nInstalling\r\n==========\r\nNot yet on npm, I will only put it there when it\'s stable. Just work with `git clone` and `npm link`.\r\n',
  2428. 1111 silly install resolved readmeFilename: 'README',
  2429. 1111 silly install resolved _id: 'curve25519@1.1.0',
  2430. 1111 silly install resolved _shasum: '7facc61dbb6145499ed2a46b2458b499aede2143',
  2431. 1111 silly install resolved _from: 'git://github.com/KhaosT/node-curve25519.git',
  2432. 1111 silly install resolved _resolved: 'git://github.com/KhaosT/node-curve25519.git#922eae612bb379fa84e8deb29f80c53d57c8be7b' },
  2433. 1111 silly install resolved { name: 'ed25519',
  2434. 1111 silly install resolved version: '0.0.3',
  2435. 1111 silly install resolved description: 'An Ed25519 implementation for node.js',
  2436. 1111 silly install resolved dependencies: { bindings: '^1.2.1', nan: '^2.0.9' },
  2437. 1111 silly install resolved main: 'index.js',
  2438. 1111 silly install resolved scripts: { install: 'node-gyp rebuild' },
  2439. 1111 silly install resolved keywords: [ 'Ed25519', 'elliptic', 'curve', 'crypto', 'Curve25519', 'EdDSA' ],
  2440. 1111 silly install resolved author: { name: 'Dave Akers' },
  2441. 1111 silly install resolved license: 'BSD-2-Clause',
  2442. 1111 silly install resolved repository: { type: 'git', url: 'git+https://github.com/dazoe/ed25519.git' },
  2443. 1111 silly install resolved gitHead: '6356bc9e6e4643d56020293c14920ac12bcaa1ac',
  2444. 1111 silly install resolved readme: '# ed25519\r\nA native implementation of Ed25519(http://ed25519.cr.yp.to/) for node.js\r\n\r\n## Installation\r\nnpm install ed25519\r\n\r\n## Usage\r\nFor usage details see the example.js file.\r\n\r\n## License\r\nCopyright (c) 2013, Dave Akers\r\nAll rights reserved.\r\n\r\nRedistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:\r\n\r\nRedistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.\r\nRedistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.\r\n\r\nTHIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.\r\n',
  2445. 1111 silly install resolved readmeFilename: 'README.md',
  2446. 1111 silly install resolved gypfile: true,
  2447. 1111 silly install resolved bugs: { url: 'https://github.com/dazoe/ed25519/issues' },
  2448. 1111 silly install resolved homepage: 'https://github.com/dazoe/ed25519#readme',
  2449. 1111 silly install resolved _id: 'ed25519@0.0.3',
  2450. 1111 silly install resolved _shasum: '025bdc5f4e1c25e9695b27b80ad44f3e091b10b6',
  2451. 1111 silly install resolved _from: 'git://github.com/KhaosT/ed25519.git',
  2452. 1111 silly install resolved _resolved: 'git://github.com/KhaosT/ed25519.git#6356bc9e6e4643d56020293c14920ac12bcaa1ac' },
  2453. 1111 silly install resolved { name: 'srp',
  2454. 1111 silly install resolved description: 'Secure Remote Password (SRP)',
  2455. 1111 silly install resolved version: '0.2.0',
  2456. 1111 silly install resolved main: 'index.js',
  2457. 1111 silly install resolved scripts: { test: 'vows test/test*.js --spec' },
  2458. 1111 silly install resolved repository:
  2459. 1111 silly install resolved { type: 'git',
  2460. 1111 silly install resolved url: 'git+https://github.com/mozilla/node-srp.git' },
  2461. 1111 silly install resolved author: { name: 'Brian Warner', email: 'warner-node-srp@lothar.com' },
  2462. 1111 silly install resolved licence: 'MIT',
  2463. 1111 silly install resolved readmeFilename: 'README.md',
  2464. 1111 silly install resolved dependencies: { bignum: '0.11.0' },
  2465. 1111 silly install resolved devDependencies: { vows: '0.7.0' },
  2466. 1111 silly install resolved gitHead: '7feff53254897a0b1b9f0667ad17a8beb78acbb9',
  2467. 1111 silly install resolved readme: '# SRP - Secure Remote Password\r\n\r\nA modified version of node-srp used for HAP.\r\n',
  2468. 1111 silly install resolved bugs: { url: 'https://github.com/mozilla/node-srp/issues' },
  2469. 1111 silly install resolved homepage: 'https://github.com/mozilla/node-srp#readme',
  2470. 1111 silly install resolved _id: 'srp@0.2.0',
  2471. 1111 silly install resolved _shasum: '3ee5fc2148d399299f4de844eddb3d57a131d7c5',
  2472. 1111 silly install resolved _from: 'git://github.com/KhaosT/node-srp.git',
  2473. 1111 silly install resolved _resolved: 'git://github.com/KhaosT/node-srp.git#7feff53254897a0b1b9f0667ad17a8beb78acbb9' } ]
  2474. 1112 info install debug@2.2.0 into C:\Users\Rowan\AppData\Roaming\npm\node_modules\homebridge\node_modules\hap-nodejs
  2475. 1113 info install node-persist@0.0.3 into C:\Users\Rowan\AppData\Roaming\npm\node_modules\homebridge\node_modules\hap-nodejs
  2476. 1114 info install mdns@2.2.10 into C:\Users\Rowan\AppData\Roaming\npm\node_modules\homebridge\node_modules\hap-nodejs
  2477. 1115 info install curve25519@1.1.0 into C:\Users\Rowan\AppData\Roaming\npm\node_modules\homebridge\node_modules\hap-nodejs
  2478. 1116 info install ed25519@0.0.3 into C:\Users\Rowan\AppData\Roaming\npm\node_modules\homebridge\node_modules\hap-nodejs
  2479. 1117 info install srp@0.2.0 into C:\Users\Rowan\AppData\Roaming\npm\node_modules\homebridge\node_modules\hap-nodejs
  2480. 1118 info installOne debug@2.2.0
  2481. 1119 verbose installOne of debug to C:\Users\Rowan\AppData\Roaming\npm\node_modules\homebridge\node_modules\hap-nodejs not in flight; installing
  2482. 1120 info installOne node-persist@0.0.3
  2483. 1121 verbose installOne of node-persist to C:\Users\Rowan\AppData\Roaming\npm\node_modules\homebridge\node_modules\hap-nodejs not in flight; installing
  2484. 1122 info installOne mdns@2.2.10
  2485. 1123 verbose installOne of mdns to C:\Users\Rowan\AppData\Roaming\npm\node_modules\homebridge\node_modules\hap-nodejs not in flight; installing
  2486. 1124 info installOne curve25519@1.1.0
  2487. 1125 verbose installOne of curve25519 to C:\Users\Rowan\AppData\Roaming\npm\node_modules\homebridge\node_modules\hap-nodejs not in flight; installing
  2488. 1126 info installOne ed25519@0.0.3
  2489. 1127 verbose installOne of ed25519 to C:\Users\Rowan\AppData\Roaming\npm\node_modules\homebridge\node_modules\hap-nodejs not in flight; installing
  2490. 1128 info installOne srp@0.2.0
  2491. 1129 verbose installOne of srp to C:\Users\Rowan\AppData\Roaming\npm\node_modules\homebridge\node_modules\hap-nodejs not in flight; installing
  2492. 1130 verbose lock using C:\Users\Rowan\AppData\Roaming\npm-cache\_locks\debug-de74bc5728a5640e.lock for C:\Users\Rowan\AppData\Roaming\npm\node_modules\homebridge\node_modules\hap-nodejs\node_modules\debug
  2493. 1131 verbose lock using C:\Users\Rowan\AppData\Roaming\npm-cache\_locks\node-persist-373243b3865557ac.lock for C:\Users\Rowan\AppData\Roaming\npm\node_modules\homebridge\node_modules\hap-nodejs\node_modules\node-persist
  2494. 1132 verbose lock using C:\Users\Rowan\AppData\Roaming\npm-cache\_locks\ed25519-a21972c7a0fa6be5.lock for C:\Users\Rowan\AppData\Roaming\npm\node_modules\homebridge\node_modules\hap-nodejs\node_modules\ed25519
  2495. 1133 verbose lock using C:\Users\Rowan\AppData\Roaming\npm-cache\_locks\curve25519-bcc69a78e6694aca.lock for C:\Users\Rowan\AppData\Roaming\npm\node_modules\homebridge\node_modules\hap-nodejs\node_modules\curve25519
  2496. 1134 verbose lock using C:\Users\Rowan\AppData\Roaming\npm-cache\_locks\mdns-1eb08b4fb1161b47.lock for C:\Users\Rowan\AppData\Roaming\npm\node_modules\homebridge\node_modules\hap-nodejs\node_modules\mdns
  2497. 1135 silly install write writing debug 2.2.0 to C:\Users\Rowan\AppData\Roaming\npm\node_modules\homebridge\node_modules\hap-nodejs\node_modules\debug
  2498. 1136 silly install write writing node-persist 0.0.3 to C:\Users\Rowan\AppData\Roaming\npm\node_modules\homebridge\node_modules\hap-nodejs\node_modules\node-persist
  2499. 1137 verbose lock using C:\Users\Rowan\AppData\Roaming\npm-cache\_locks\srp-0985ac63643e0070.lock for C:\Users\Rowan\AppData\Roaming\npm\node_modules\homebridge\node_modules\hap-nodejs\node_modules\srp
  2500. 1138 silly install write writing ed25519 0.0.3 to C:\Users\Rowan\AppData\Roaming\npm\node_modules\homebridge\node_modules\hap-nodejs\node_modules\ed25519
  2501. 1139 silly install write writing curve25519 1.1.0 to C:\Users\Rowan\AppData\Roaming\npm\node_modules\homebridge\node_modules\hap-nodejs\node_modules\curve25519
  2502. 1140 silly install write writing mdns 2.2.10 to C:\Users\Rowan\AppData\Roaming\npm\node_modules\homebridge\node_modules\hap-nodejs\node_modules\mdns
  2503. 1141 silly install write writing srp 0.2.0 to C:\Users\Rowan\AppData\Roaming\npm\node_modules\homebridge\node_modules\hap-nodejs\node_modules\srp
  2504. 1142 verbose unbuild node_modules\homebridge\node_modules\hap-nodejs\node_modules\node-persist
  2505. 1143 verbose unbuild node_modules\homebridge\node_modules\hap-nodejs\node_modules\ed25519
  2506. 1144 verbose unbuild node_modules\homebridge\node_modules\hap-nodejs\node_modules\debug
  2507. 1145 verbose unbuild node_modules\homebridge\node_modules\hap-nodejs\node_modules\curve25519
  2508. 1146 verbose unbuild node_modules\homebridge\node_modules\hap-nodejs\node_modules\mdns
  2509. 1147 verbose unbuild node_modules\homebridge\node_modules\hap-nodejs\node_modules\srp
  2510. 1148 silly gentlyRm C:\Users\Rowan\AppData\Roaming\npm\node_modules\homebridge\node_modules\hap-nodejs\node_modules\node-persist is being purged from base C:\Users\Rowan\AppData\Roaming\npm
  2511. 1149 verbose gentlyRm don't care about contents; nuking C:\Users\Rowan\AppData\Roaming\npm\node_modules\homebridge\node_modules\hap-nodejs\node_modules\node-persist
  2512. 1150 silly gentlyRm C:\Users\Rowan\AppData\Roaming\npm\node_modules\homebridge\node_modules\hap-nodejs\node_modules\ed25519 is being purged from base C:\Users\Rowan\AppData\Roaming\npm
  2513. 1151 verbose gentlyRm don't care about contents; nuking C:\Users\Rowan\AppData\Roaming\npm\node_modules\homebridge\node_modules\hap-nodejs\node_modules\ed25519
  2514. 1152 silly gentlyRm C:\Users\Rowan\AppData\Roaming\npm\node_modules\homebridge\node_modules\hap-nodejs\node_modules\debug is being purged from base C:\Users\Rowan\AppData\Roaming\npm
  2515. 1153 verbose gentlyRm don't care about contents; nuking C:\Users\Rowan\AppData\Roaming\npm\node_modules\homebridge\node_modules\hap-nodejs\node_modules\debug
  2516. 1154 silly gentlyRm C:\Users\Rowan\AppData\Roaming\npm\node_modules\homebridge\node_modules\hap-nodejs\node_modules\curve25519 is being purged from base C:\Users\Rowan\AppData\Roaming\npm
  2517. 1155 verbose gentlyRm don't care about contents; nuking C:\Users\Rowan\AppData\Roaming\npm\node_modules\homebridge\node_modules\hap-nodejs\node_modules\curve25519
  2518. 1156 silly gentlyRm C:\Users\Rowan\AppData\Roaming\npm\node_modules\homebridge\node_modules\hap-nodejs\node_modules\mdns is being purged from base C:\Users\Rowan\AppData\Roaming\npm
  2519. 1157 verbose gentlyRm don't care about contents; nuking C:\Users\Rowan\AppData\Roaming\npm\node_modules\homebridge\node_modules\hap-nodejs\node_modules\mdns
  2520. 1158 verbose tar unpack C:\Users\Rowan\AppData\Roaming\npm-cache\node-persist\0.0.3\package.tgz
  2521. 1159 verbose tar unpacking to C:\Users\Rowan\AppData\Roaming\npm\node_modules\homebridge\node_modules\hap-nodejs\node_modules\node-persist
  2522. 1160 silly gentlyRm C:\Users\Rowan\AppData\Roaming\npm\node_modules\homebridge\node_modules\hap-nodejs\node_modules\node-persist is being purged
  2523. 1161 verbose gentlyRm don't care about contents; nuking C:\Users\Rowan\AppData\Roaming\npm\node_modules\homebridge\node_modules\hap-nodejs\node_modules\node-persist
  2524. 1162 verbose tar unpack C:\Users\Rowan\AppData\Roaming\npm-cache\ed25519\0.0.3\package.tgz
  2525. 1163 verbose tar unpacking to C:\Users\Rowan\AppData\Roaming\npm\node_modules\homebridge\node_modules\hap-nodejs\node_modules\ed25519
  2526. 1164 silly gentlyRm C:\Users\Rowan\AppData\Roaming\npm\node_modules\homebridge\node_modules\hap-nodejs\node_modules\ed25519 is being purged
  2527. 1165 verbose gentlyRm don't care about contents; nuking C:\Users\Rowan\AppData\Roaming\npm\node_modules\homebridge\node_modules\hap-nodejs\node_modules\ed25519
  2528. 1166 verbose tar unpack C:\Users\Rowan\AppData\Roaming\npm-cache\debug\2.2.0\package.tgz
  2529. 1167 verbose tar unpacking to C:\Users\Rowan\AppData\Roaming\npm\node_modules\homebridge\node_modules\hap-nodejs\node_modules\debug
  2530. 1168 silly gentlyRm C:\Users\Rowan\AppData\Roaming\npm\node_modules\homebridge\node_modules\hap-nodejs\node_modules\debug is being purged
  2531. 1169 verbose gentlyRm don't care about contents; nuking C:\Users\Rowan\AppData\Roaming\npm\node_modules\homebridge\node_modules\hap-nodejs\node_modules\debug
  2532. 1170 verbose tar unpack C:\Users\Rowan\AppData\Roaming\npm-cache\curve25519\1.1.0\package.tgz
  2533. 1171 verbose tar unpacking to C:\Users\Rowan\AppData\Roaming\npm\node_modules\homebridge\node_modules\hap-nodejs\node_modules\curve25519
  2534. 1172 silly gentlyRm C:\Users\Rowan\AppData\Roaming\npm\node_modules\homebridge\node_modules\hap-nodejs\node_modules\curve25519 is being purged
  2535. 1173 verbose gentlyRm don't care about contents; nuking C:\Users\Rowan\AppData\Roaming\npm\node_modules\homebridge\node_modules\hap-nodejs\node_modules\curve25519
  2536. 1174 silly gentlyRm C:\Users\Rowan\AppData\Roaming\npm\node_modules\homebridge\node_modules\hap-nodejs\node_modules\srp is being purged from base C:\Users\Rowan\AppData\Roaming\npm
  2537. 1175 verbose gentlyRm don't care about contents; nuking C:\Users\Rowan\AppData\Roaming\npm\node_modules\homebridge\node_modules\hap-nodejs\node_modules\srp
  2538. 1176 verbose tar unpack C:\Users\Rowan\AppData\Roaming\npm-cache\mdns\2.2.10\package.tgz
  2539. 1177 verbose tar unpacking to C:\Users\Rowan\AppData\Roaming\npm\node_modules\homebridge\node_modules\hap-nodejs\node_modules\mdns
  2540. 1178 silly gentlyRm C:\Users\Rowan\AppData\Roaming\npm\node_modules\homebridge\node_modules\hap-nodejs\node_modules\mdns is being purged
  2541. 1179 verbose gentlyRm don't care about contents; nuking C:\Users\Rowan\AppData\Roaming\npm\node_modules\homebridge\node_modules\hap-nodejs\node_modules\mdns
  2542. 1180 silly gunzTarPerm modes [ '777', '666' ]
  2543. 1181 silly gunzTarPerm modes [ '777', '666' ]
  2544. 1182 silly gunzTarPerm modes [ '777', '666' ]
  2545. 1183 silly gunzTarPerm modes [ '777', '666' ]
  2546. 1184 verbose tar unpack C:\Users\Rowan\AppData\Roaming\npm-cache\srp\0.2.0\package.tgz
  2547. 1185 verbose tar unpacking to C:\Users\Rowan\AppData\Roaming\npm\node_modules\homebridge\node_modules\hap-nodejs\node_modules\srp
  2548. 1186 silly gentlyRm C:\Users\Rowan\AppData\Roaming\npm\node_modules\homebridge\node_modules\hap-nodejs\node_modules\srp is being purged
  2549. 1187 verbose gentlyRm don't care about contents; nuking C:\Users\Rowan\AppData\Roaming\npm\node_modules\homebridge\node_modules\hap-nodejs\node_modules\srp
  2550. 1188 silly gunzTarPerm modes [ '777', '666' ]
  2551. 1189 silly gunzTarPerm modes [ '777', '666' ]
  2552. 1190 silly gunzTarPerm extractEntry package.json
  2553. 1191 silly gunzTarPerm modified mode [ 'package.json', 420, 438 ]
  2554. 1192 silly gunzTarPerm extractEntry package.json
  2555. 1193 silly gunzTarPerm extractEntry package.json
  2556. 1194 silly gunzTarPerm modified mode [ 'package.json', 420, 438 ]
  2557. 1195 silly gunzTarPerm extractEntry package.json
  2558. 1196 silly gunzTarPerm extractEntry package.json
  2559. 1197 silly gunzTarPerm modified mode [ 'package.json', 420, 438 ]
  2560. 1198 silly gunzTarPerm extractEntry package.json
  2561. 1199 silly gunzTarPerm extractEntry .npmignore
  2562. 1200 silly gunzTarPerm modified mode [ '.npmignore', 420, 438 ]
  2563. 1201 silly gunzTarPerm extractEntry README.md
  2564. 1202 silly gunzTarPerm modified mode [ 'README.md', 420, 438 ]
  2565. 1203 silly gunzTarPerm extractEntry .npmignore
  2566. 1204 silly gunzTarPerm extractEntry README.md
  2567. 1205 silly gunzTarPerm extractEntry .npmignore
  2568. 1206 silly gunzTarPerm modified mode [ '.npmignore', 420, 438 ]
  2569. 1207 silly gunzTarPerm extractEntry node.js
  2570. 1208 silly gunzTarPerm modified mode [ 'node.js', 420, 438 ]
  2571. 1209 silly gunzTarPerm extractEntry .npmignore
  2572. 1210 silly gunzTarPerm extractEntry README
  2573. 1211 silly gunzTarPerm extractEntry .npmignore
  2574. 1212 silly gunzTarPerm modified mode [ '.npmignore', 420, 438 ]
  2575. 1213 silly gunzTarPerm extractEntry README.md
  2576. 1214 silly gunzTarPerm modified mode [ 'README.md', 420, 438 ]
  2577. 1215 silly gunzTarPerm extractEntry .npmignore
  2578. 1216 silly gunzTarPerm extractEntry README.md
  2579. 1217 silly gunzTarPerm extractEntry node-persist.js
  2580. 1218 silly gunzTarPerm modified mode [ 'node-persist.js', 420, 438 ]
  2581. 1219 silly gunzTarPerm extractEntry examples/counter/counter.js
  2582. 1220 silly gunzTarPerm modified mode [ 'examples/counter/counter.js', 420, 438 ]
  2583. 1221 silly gunzTarPerm extractEntry examples/highscores/highscores.js
  2584. 1222 silly gunzTarPerm modified mode [ 'examples/highscores/highscores.js', 420, 438 ]
  2585. 1223 silly gunzTarPerm extractEntry examples/highscores/public/index.html
  2586. 1224 silly gunzTarPerm extractEntry examples/highscores/public/style.css
  2587. 1225 silly gunzTarPerm extractEntry LICENSE
  2588. 1226 silly gunzTarPerm extractEntry example.js
  2589. 1227 silly gunzTarPerm extractEntry LICENSE
  2590. 1228 silly gunzTarPerm extractEntry index.js
  2591. 1229 silly gunzTarPerm extractEntry debug.js
  2592. 1230 silly gunzTarPerm modified mode [ 'debug.js', 420, 438 ]
  2593. 1231 silly gunzTarPerm extractEntry browser.js
  2594. 1232 silly gunzTarPerm modified mode [ 'browser.js', 420, 438 ]
  2595. 1233 silly gunzTarPerm extractEntry LICENSE
  2596. 1234 silly gunzTarPerm modified mode [ 'LICENSE', 420, 438 ]
  2597. 1235 silly gunzTarPerm extractEntry wscript
  2598. 1236 silly gunzTarPerm modified mode [ 'wscript', 420, 438 ]
  2599. 1237 silly gunzTarPerm extractEntry LICENSE
  2600. 1238 silly gunzTarPerm extractEntry index.js
  2601. 1239 silly gunzTarPerm extractEntry index.js
  2602. 1240 silly gunzTarPerm extractEntry binding.gyp
  2603. 1241 silly gunzTarPerm extractEntry test.js
  2604. 1242 silly gunzTarPerm extractEntry binding.gyp
  2605. 1243 silly gunzTarPerm extractEntry Readme.md
  2606. 1244 silly gunzTarPerm modified mode [ 'Readme.md', 420, 438 ]
  2607. 1245 silly gunzTarPerm extractEntry binding.gyp
  2608. 1246 silly gunzTarPerm modified mode [ 'binding.gyp', 420, 438 ]
  2609. 1247 silly gunzTarPerm extractEntry examples/express_app.js
  2610. 1248 silly gunzTarPerm modified mode [ 'examples/express_app.js', 493, 511 ]
  2611. 1249 silly gunzTarPerm extractEntry examples/osc_devices.js
  2612. 1250 silly gunzTarPerm modified mode [ 'examples/osc_devices.js', 493, 511 ]
  2613. 1251 silly gunzTarPerm extractEntry CHANGES
  2614. 1252 silly gunzTarPerm modified mode [ 'CHANGES', 420, 438 ]
  2615. 1253 silly gunzTarPerm extractEntry node-waf.bat
  2616. 1254 silly gunzTarPerm modified mode [ 'node-waf.bat', 420, 438 ]
  2617. 1255 silly gunzTarPerm extractEntry out/reports/tests.json
  2618. 1256 silly gunzTarPerm modified mode [ 'out/reports/tests.json', 420, 438 ]
  2619. 1257 silly gunzTarPerm extractEntry Makefile
  2620. 1258 silly gunzTarPerm modified mode [ 'Makefile', 420, 438 ]
  2621. 1259 silly gunzTarPerm extractEntry src/mdns_settings.hpp
  2622. 1260 silly gunzTarPerm modified mode [ 'src/mdns_settings.hpp', 420, 438 ]
  2623. 1261 silly gunzTarPerm extractEntry src/demangle.cpp
  2624. 1262 silly gunzTarPerm modified mode [ 'src/demangle.cpp', 420, 438 ]
  2625. 1263 silly gunzTarPerm extractEntry src/dns_service_browse.cpp
  2626. 1264 silly gunzTarPerm modified mode [ 'src/dns_service_browse.cpp', 420, 438 ]
  2627. 1265 silly gunzTarPerm extractEntry src/dns_service_enumerate_domains.cpp
  2628. 1266 silly gunzTarPerm modified mode [ 'src/dns_service_enumerate_domains.cpp', 420, 438 ]
  2629. 1267 silly gunzTarPerm extractEntry src/dns_service_get_addr_info.cpp
  2630. 1268 silly gunzTarPerm modified mode [ 'src/dns_service_get_addr_info.cpp', 420, 438 ]
  2631. 1269 silly gunzTarPerm extractEntry src/dns_service_process_result.cpp
  2632. 1270 silly gunzTarPerm modified mode [ 'src/dns_service_process_result.cpp', 420, 438 ]
  2633. 1271 silly gunzTarPerm extractEntry src/dns_service_ref.cpp
  2634. 1272 silly gunzTarPerm modified mode [ 'src/dns_service_ref.cpp', 420, 438 ]
  2635. 1273 silly gunzTarPerm extractEntry src/dns_service_ref.hpp
  2636. 1274 silly gunzTarPerm modified mode [ 'src/dns_service_ref.hpp', 420, 438 ]
  2637. 1275 silly gunzTarPerm extractEntry src/dns_service_ref_deallocate.cpp
  2638. 1276 silly gunzTarPerm modified mode [ 'src/dns_service_ref_deallocate.cpp', 420, 438 ]
  2639. 1277 silly gunzTarPerm extractEntry src/dns_service_ref_sock_fd.cpp
  2640. 1278 silly gunzTarPerm modified mode [ 'src/dns_service_ref_sock_fd.cpp', 420, 438 ]
  2641. 1279 silly gunzTarPerm extractEntry src/dns_service_register.cpp
  2642. 1280 silly gunzTarPerm modified mode [ 'src/dns_service_register.cpp', 420, 438 ]
  2643. 1281 silly gunzTarPerm extractEntry src/dns_service_resolve.cpp
  2644. 1282 silly gunzTarPerm modified mode [ 'src/dns_service_resolve.cpp', 420, 438 ]
  2645. 1283 silly gunzTarPerm extractEntry src/mdns.hpp
  2646. 1284 silly gunzTarPerm modified mode [ 'src/mdns.hpp', 420, 438 ]
  2647. 1285 silly gunzTarPerm extractEntry src/dns_sd.cpp
  2648. 1286 silly gunzTarPerm modified mode [ 'src/dns_sd.cpp', 420, 438 ]
  2649. 1287 silly gunzTarPerm extractEntry src/mdns_utils.cpp
  2650. 1288 silly gunzTarPerm modified mode [ 'src/mdns_utils.cpp', 420, 438 ]
  2651. 1289 silly gunzTarPerm extractEntry src/mdns_utils.hpp
  2652. 1290 silly gunzTarPerm modified mode [ 'src/mdns_utils.hpp', 420, 438 ]
  2653. 1291 silly gunzTarPerm extractEntry src/network_interface.cpp
  2654. 1292 silly gunzTarPerm modified mode [ 'src/network_interface.cpp', 420, 438 ]
  2655. 1293 silly gunzTarPerm extractEntry src/skeleton.cpp_
  2656. 1294 silly gunzTarPerm modified mode [ 'src/skeleton.cpp_', 420, 438 ]
  2657. 1295 silly gunzTarPerm extractEntry src/socket_watcher.cpp
  2658. 1296 silly gunzTarPerm modified mode [ 'src/socket_watcher.cpp', 420, 438 ]
  2659. 1297 silly gunzTarPerm extractEntry src/socket_watcher.hpp
  2660. 1298 silly gunzTarPerm modified mode [ 'src/socket_watcher.hpp', 420, 438 ]
  2661. 1299 silly gunzTarPerm extractEntry src/txt_record_buffer_to_object.cpp
  2662. 1300 silly gunzTarPerm modified mode [ 'src/txt_record_buffer_to_object.cpp', 420, 438 ]
  2663. 1301 silly gunzTarPerm extractEntry src/txt_record_create.cpp
  2664. 1302 silly gunzTarPerm modified mode [ 'src/txt_record_create.cpp', 420, 438 ]
  2665. 1303 silly gunzTarPerm extractEntry src/txt_record_deallocate.cpp
  2666. 1304 silly gunzTarPerm modified mode [ 'src/txt_record_deallocate.cpp', 420, 438 ]
  2667. 1305 silly gunzTarPerm extractEntry src/txt_record_get_length.cpp
  2668. 1306 silly gunzTarPerm modified mode [ 'src/txt_record_get_length.cpp', 420, 438 ]
  2669. 1307 silly gunzTarPerm extractEntry src/txt_record_ref.cpp
  2670. 1308 silly gunzTarPerm modified mode [ 'src/txt_record_ref.cpp', 420, 438 ]
  2671. 1309 silly gunzTarPerm extractEntry src/txt_record_ref.hpp
  2672. 1310 silly gunzTarPerm modified mode [ 'src/txt_record_ref.hpp', 420, 438 ]
  2673. 1311 silly gunzTarPerm extractEntry src/txt_record_set_value.cpp
  2674. 1312 silly gunzTarPerm modified mode [ 'src/txt_record_set_value.cpp', 420, 438 ]
  2675. 1313 silly gunzTarPerm extractEntry tests/test_browser.js
  2676. 1314 silly gunzTarPerm modified mode [ 'tests/test_browser.js', 420, 438 ]
  2677. 1315 silly gunzTarPerm extractEntry tests/test_dns_sd.js
  2678. 1316 silly gunzTarPerm modified mode [ 'tests/test_dns_sd.js', 493, 511 ]
  2679. 1317 silly gunzTarPerm extractEntry tests/test_functional.js
  2680. 1318 silly gunzTarPerm modified mode [ 'tests/test_functional.js', 493, 511 ]
  2681. 1319 silly gunzTarPerm extractEntry tests/test_mdns_service.js
  2682. 1320 silly gunzTarPerm modified mode [ 'tests/test_mdns_service.js', 420, 438 ]
  2683. 1321 silly gunzTarPerm extractEntry tests/test_network_interface.js
  2684. 1322 silly gunzTarPerm modified mode [ 'tests/test_network_interface.js', 420, 438 ]
  2685. 1323 silly gunzTarPerm extractEntry tests/test_odd_ends.js
  2686. 1324 silly gunzTarPerm modified mode [ 'tests/test_odd_ends.js', 420, 438 ]
  2687. 1325 silly gunzTarPerm extractEntry tests/test_service_type.js
  2688. 1326 silly gunzTarPerm modified mode [ 'tests/test_service_type.js', 420, 438 ]
  2689. 1327 silly gunzTarPerm extractEntry utils/coverage
  2690. 1328 silly gunzTarPerm modified mode [ 'utils/coverage', 493, 511 ]
  2691. 1329 silly gunzTarPerm extractEntry utils/docpack
  2692. 1330 silly gunzTarPerm modified mode [ 'utils/docpack', 493, 511 ]
  2693. 1331 silly gunzTarPerm extractEntry utils/jsf
  2694. 1332 silly gunzTarPerm modified mode [ 'utils/jsf', 493, 511 ]
  2695. 1333 silly gunzTarPerm extractEntry utils/lib/actors.js
  2696. 1334 silly gunzTarPerm modified mode [ 'utils/lib/actors.js', 420, 438 ]
  2697. 1335 silly gunzTarPerm extractEntry utils/lib/bunch.js
  2698. 1336 silly gunzTarPerm modified mode [ 'utils/lib/bunch.js', 420, 438 ]
  2699. 1337 silly gunzTarPerm extractEntry utils/lib/compiler.js
  2700. 1338 silly gunzTarPerm modified mode [ 'utils/lib/compiler.js', 420, 438 ]
  2701. 1339 silly gunzTarPerm extractEntry utils/lib/lcov.js
  2702. 1340 silly gunzTarPerm modified mode [ 'utils/lib/lcov.js', 420, 438 ]
  2703. 1341 silly gunzTarPerm extractEntry utils/lib/mdns_test.js
  2704. 1342 silly gunzTarPerm modified mode [ 'utils/lib/mdns_test.js', 420, 438 ]
  2705. 1343 silly gunzTarPerm extractEntry utils/lib/ncov.js
  2706. 1344 silly gunzTarPerm modified mode [ 'utils/lib/ncov.js', 493, 511 ]
  2707. 1345 silly gunzTarPerm extractEntry utils/lib/obj.js
  2708. 1346 silly gunzTarPerm modified mode [ 'utils/lib/obj.js', 420, 438 ]
  2709. 1347 silly gunzTarPerm extractEntry utils/lib/view.js
  2710. 1348 silly gunzTarPerm modified mode [ 'utils/lib/view.js', 420, 438 ]
  2711. 1349 silly gunzTarPerm extractEntry utils/render_report
  2712. 1350 silly gunzTarPerm modified mode [ 'utils/render_report', 509, 511 ]
  2713. 1351 silly gunzTarPerm extractEntry utils/testrun
  2714. 1352 silly gunzTarPerm modified mode [ 'utils/testrun', 493, 511 ]
  2715. 1353 silly gunzTarPerm extractEntry lib/advertisement.js
  2716. 1354 silly gunzTarPerm modified mode [ 'lib/advertisement.js', 420, 438 ]
  2717. 1355 silly gunzTarPerm extractEntry lib/avahi.js
  2718. 1356 silly gunzTarPerm modified mode [ 'lib/avahi.js', 420, 438 ]
  2719. 1357 silly gunzTarPerm extractEntry lib/browser.js
  2720. 1358 silly gunzTarPerm modified mode [ 'lib/browser.js', 420, 438 ]
  2721. 1359 silly gunzTarPerm extractEntry lib/dns_sd.js
  2722. 1360 silly gunzTarPerm modified mode [ 'lib/dns_sd.js', 420, 438 ]
  2723. 1361 silly gunzTarPerm extractEntry lib/io_watcher.js
  2724. 1362 silly gunzTarPerm modified mode [ 'lib/io_watcher.js', 420, 438 ]
  2725. 1363 silly gunzTarPerm extractEntry lib/mdns.js
  2726. 1364 silly gunzTarPerm modified mode [ 'lib/mdns.js', 420, 438 ]
  2727. 1365 silly gunzTarPerm extractEntry lib/mdns_service.js
  2728. 1366 silly gunzTarPerm modified mode [ 'lib/mdns_service.js', 420, 438 ]
  2729. 1367 silly gunzTarPerm extractEntry lib/network_interface.js
  2730. 1368 silly gunzTarPerm modified mode [ 'lib/network_interface.js', 420, 438 ]
  2731. 1369 silly gunzTarPerm extractEntry lib/resolver_sequence_tasks.js
  2732. 1370 silly gunzTarPerm modified mode [ 'lib/resolver_sequence_tasks.js', 420, 438 ]
  2733. 1371 silly gunzTarPerm extractEntry lib/service_type.js
  2734. 1372 silly gunzTarPerm modified mode [ 'lib/service_type.js', 420, 438 ]
  2735. 1373 silly gunzTarPerm extractEntry .travis.yml
  2736. 1374 silly gunzTarPerm extractEntry lib/db.js
  2737. 1375 silly gunzTarPerm extractEntry src/ed25519/ge_add.h
  2738. 1376 silly gunzTarPerm extractEntry src/ed25519/api.h
  2739. 1377 silly gunzTarPerm extractEntry src/ed25519/base2.h
  2740. 1378 silly gunzTarPerm extractEntry src/ed25519/crypto_int32.h
  2741. 1379 silly gunzTarPerm extractEntry src/ed25519/crypto_int64.h
  2742. 1380 silly gunzTarPerm extractEntry src/ed25519/crypto_uint32.h
  2743. 1381 silly gunzTarPerm extractEntry src/ed25519/crypto_uint64.h
  2744. 1382 silly gunzTarPerm extractEntry src/ed25519/crypto_verify_32.c
  2745. 1383 silly gunzTarPerm extractEntry src/ed25519/crypto_verify_32.h
  2746. 1384 silly gunzTarPerm extractEntry src/ed25519/d.h
  2747. 1385 silly gunzTarPerm extractEntry src/ed25519/d2.h
  2748. 1386 silly gunzTarPerm extractEntry src/ed25519/ed25519.h
  2749. 1387 silly gunzTarPerm extractEntry src/ed25519/fe.h
  2750. 1388 silly gunzTarPerm extractEntry src/ed25519/fe_0.c
  2751. 1389 silly gunzTarPerm extractEntry src/ed25519/fe_1.c
  2752. 1390 silly gunzTarPerm extractEntry src/ed25519/fe_add.c
  2753. 1391 silly gunzTarPerm extractEntry src/ed25519/fe_cmov.c
  2754. 1392 silly gunzTarPerm extractEntry src/ed25519/fe_copy.c
  2755. 1393 silly gunzTarPerm extractEntry src/ed25519/fe_frombytes.c
  2756. 1394 silly gunzTarPerm extractEntry src/ed25519/fe_invert.c
  2757. 1395 silly gunzTarPerm extractEntry src/ed25519/fe_isnegative.c
  2758. 1396 silly gunzTarPerm extractEntry src/ed25519/fe_isnonzero.c
  2759. 1397 silly gunzTarPerm extractEntry src/ed25519/fe_mul.c
  2760. 1398 silly gunzTarPerm extractEntry src/ed25519/fe_neg.c
  2761. 1399 silly gunzTarPerm extractEntry src/ed25519/fe_pow22523.c
  2762. 1400 silly gunzTarPerm extractEntry src/ed25519/fe_sq.c
  2763. 1401 silly gunzTarPerm extractEntry src/ed25519/fe_sq2.c
  2764. 1402 silly gunzTarPerm extractEntry src/ed25519/fe_sub.c
  2765. 1403 silly gunzTarPerm extractEntry src/ed25519/fe_tobytes.c
  2766. 1404 silly gunzTarPerm extractEntry src/ed25519/ge.h
  2767. 1405 silly gunzTarPerm extractEntry src/ed25519/ge_add.c
  2768. 1406 silly gunzTarPerm extractEntry src/ed25519/base.h
  2769. 1407 silly gunzTarPerm extractEntry src/ed25519/ge_double_scalarmult.c
  2770. 1408 silly gunzTarPerm extractEntry src/ed25519/ge_frombytes.c
  2771. 1409 silly gunzTarPerm extractEntry src/ed25519/ge_madd.c
  2772. 1410 silly gunzTarPerm extractEntry src/ed25519/ge_madd.h
  2773. 1411 silly gunzTarPerm extractEntry src/ed25519/ge_msub.c
  2774. 1412 silly gunzTarPerm extractEntry src/ed25519/ge_msub.h
  2775. 1413 silly gunzTarPerm extractEntry src/ed25519/ge_p1p1_to_p2.c
  2776. 1414 silly gunzTarPerm extractEntry src/ed25519/ge_p1p1_to_p3.c
  2777. 1415 silly gunzTarPerm extractEntry src/ed25519/ge_p2_0.c
  2778. 1416 silly gunzTarPerm extractEntry src/ed25519/ge_p2_dbl.c
  2779. 1417 silly gunzTarPerm extractEntry src/ed25519/ge_p2_dbl.h
  2780. 1418 silly gunzTarPerm extractEntry src/ed25519/ge_p3_0.c
  2781. 1419 silly gunzTarPerm extractEntry src/ed25519/ge_p3_dbl.c
  2782. 1420 silly gunzTarPerm extractEntry src/ed25519/ge_p3_to_cached.c
  2783. 1421 silly gunzTarPerm extractEntry src/ed25519/ge_p3_to_p2.c
  2784. 1422 silly gunzTarPerm extractEntry src/ed25519/ge_p3_tobytes.c
  2785. 1423 silly gunzTarPerm extractEntry src/ed25519/ge_precomp_0.c
  2786. 1424 silly gunzTarPerm extractEntry src/ed25519/ge_scalarmult_base.c
  2787. 1425 silly gunzTarPerm extractEntry src/ed25519/ge_sub.c
  2788. 1426 silly gunzTarPerm extractEntry src/ed25519/ge_sub.h
  2789. 1427 silly gunzTarPerm extractEntry src/ed25519/ge_tobytes.c
  2790. 1428 silly gunzTarPerm extractEntry src/ed25519/keypair.c
  2791. 1429 silly gunzTarPerm extractEntry src/ed25519/open.c
  2792. 1430 silly gunzTarPerm extractEntry src/ed25519/pow22523.h
  2793. 1431 silly gunzTarPerm extractEntry src/ed25519/pow225521.h
  2794. 1432 silly gunzTarPerm extractEntry src/ed25519/sc.h
  2795. 1433 silly gunzTarPerm extractEntry src/ed25519/sc_muladd.c
  2796. 1434 silly gunzTarPerm extractEntry src/ed25519/sc_reduce.c
  2797. 1435 silly gunzTarPerm extractEntry src/ed25519/sign.c
  2798. 1436 silly gunzTarPerm extractEntry src/ed25519/sqrtm1.h
  2799. 1437 silly gunzTarPerm extractEntry src/ed25519.cc
  2800. 1438 silly gunzTarPerm extractEntry curve25519-donna.c
  2801. 1439 silly gunzTarPerm extractEntry node_curve.cc
  2802. 1440 silly gunzTarPerm extractEntry lib/params.js
  2803. 1441 silly gunzTarPerm extractEntry lib/srp.js
  2804. 1442 silly gunzTarPerm extractEntry test/speed.js
  2805. 1443 silly gunzTarPerm extractEntry test/test_picl_vectors.js
  2806. 1444 silly gunzTarPerm extractEntry test/test_rfc_5054.js
  2807. 1445 silly gunzTarPerm extractEntry test/test_srp.js
  2808. 1446 silly gunzTarPerm extractEntry bower.json
  2809. 1447 silly gunzTarPerm modified mode [ 'bower.json', 420, 438 ]
  2810. 1448 silly gunzTarPerm extractEntry .jshintrc
  2811. 1449 silly gunzTarPerm modified mode [ '.jshintrc', 420, 438 ]
  2812. 1450 silly gunzTarPerm extractEntry component.json
  2813. 1451 silly gunzTarPerm modified mode [ 'component.json', 420, 438 ]
  2814. 1452 silly gunzTarPerm extractEntry Makefile
  2815. 1453 silly gunzTarPerm modified mode [ 'Makefile', 420, 438 ]
  2816. 1454 silly gunzTarPerm extractEntry History.md
  2817. 1455 silly gunzTarPerm modified mode [ 'History.md', 420, 438 ]
  2818. 1456 verbose write writing to C:\Users\Rowan\AppData\Roaming\npm\node_modules\homebridge\node_modules\hap-nodejs\node_modules\curve25519\package.json
  2819. 1457 info preinstall curve25519@1.1.0
  2820. 1458 verbose write writing to C:\Users\Rowan\AppData\Roaming\npm\node_modules\homebridge\node_modules\hap-nodejs\node_modules\node-persist\package.json
  2821. 1459 verbose readDependencies loading dependencies from C:\Users\Rowan\AppData\Roaming\npm\node_modules\homebridge\node_modules\hap-nodejs\node_modules\curve25519\package.json
  2822. 1460 info preinstall node-persist@0.0.3
  2823. 1461 verbose readDependencies loading dependencies from C:\Users\Rowan\AppData\Roaming\npm\node_modules\homebridge\node_modules\hap-nodejs\node_modules\node-persist\package.json
  2824. 1462 silly prepareForInstallMany adding nan@^2.0.9 from curve25519 dependencies
  2825. 1463 silly prepareForInstallMany adding bindings@~1.2.1 from curve25519 dependencies
  2826. 1464 verbose readDependencies loading dependencies from C:\Users\Rowan\AppData\Roaming\npm\node_modules\homebridge\node_modules\hap-nodejs\node_modules\curve25519\package.json
  2827. 1465 silly prepareForInstallMany adding mkdirp@~0.3.5 from node-persist dependencies
  2828. 1466 silly prepareForInstallMany adding q@~1.1.1 from node-persist dependencies
  2829. 1467 verbose readDependencies loading dependencies from C:\Users\Rowan\AppData\Roaming\npm\node_modules\homebridge\node_modules\hap-nodejs\node_modules\node-persist\package.json
  2830. 1468 silly cache add args [ 'nan@^2.0.9', null ]
  2831. 1469 verbose cache add spec nan@^2.0.9
  2832. 1470 silly cache add args [ 'bindings@~1.2.1', null ]
  2833. 1471 verbose cache add spec bindings@~1.2.1
  2834. 1472 silly cache add parsed spec Result {
  2835. 1472 silly cache add raw: 'nan@^2.0.9',
  2836. 1472 silly cache add scope: null,
  2837. 1472 silly cache add name: 'nan',
  2838. 1472 silly cache add rawSpec: '^2.0.9',
  2839. 1472 silly cache add spec: '>=2.0.9 <3.0.0',
  2840. 1472 silly cache add type: 'range' }
  2841. 1473 silly addNamed nan@>=2.0.9 <3.0.0
  2842. 1474 verbose addNamed ">=2.0.9 <3.0.0" is a valid semver range for nan
  2843. 1475 silly addNameRange { name: 'nan', range: '>=2.0.9 <3.0.0', hasData: false }
  2844. 1476 silly mapToRegistry name nan
  2845. 1477 silly mapToRegistry using default registry
  2846. 1478 silly mapToRegistry registry https://registry.npmjs.org/
  2847. 1479 silly mapToRegistry uri https://registry.npmjs.org/nan
  2848. 1480 verbose addNameRange registry:https://registry.npmjs.org/nan not in flight; fetching
  2849. 1481 silly cache add parsed spec Result {
  2850. 1481 silly cache add raw: 'bindings@~1.2.1',
  2851. 1481 silly cache add scope: null,
  2852. 1481 silly cache add name: 'bindings',
  2853. 1481 silly cache add rawSpec: '~1.2.1',
  2854. 1481 silly cache add spec: '>=1.2.1 <1.3.0',
  2855. 1481 silly cache add type: 'range' }
  2856. 1482 silly addNamed bindings@>=1.2.1 <1.3.0
  2857. 1483 verbose addNamed ">=1.2.1 <1.3.0" is a valid semver range for bindings
  2858. 1484 silly addNameRange { name: 'bindings', range: '>=1.2.1 <1.3.0', hasData: false }
  2859. 1485 silly mapToRegistry name bindings
  2860. 1486 silly mapToRegistry using default registry
  2861. 1487 silly mapToRegistry registry https://registry.npmjs.org/
  2862. 1488 silly mapToRegistry uri https://registry.npmjs.org/bindings
  2863. 1489 verbose addNameRange registry:https://registry.npmjs.org/bindings not in flight; fetching
  2864. 1490 silly cache add args [ 'mkdirp@~0.3.5', null ]
  2865. 1491 verbose cache add spec mkdirp@~0.3.5
  2866. 1492 silly cache add args [ 'q@~1.1.1', null ]
  2867. 1493 verbose cache add spec q@~1.1.1
  2868. 1494 silly cache add parsed spec Result {
  2869. 1494 silly cache add raw: 'mkdirp@~0.3.5',
  2870. 1494 silly cache add scope: null,
  2871. 1494 silly cache add name: 'mkdirp',
  2872. 1494 silly cache add rawSpec: '~0.3.5',
  2873. 1494 silly cache add spec: '>=0.3.5 <0.4.0',
  2874. 1494 silly cache add type: 'range' }
  2875. 1495 silly addNamed mkdirp@>=0.3.5 <0.4.0
  2876. 1496 verbose addNamed ">=0.3.5 <0.4.0" is a valid semver range for mkdirp
  2877. 1497 silly addNameRange { name: 'mkdirp', range: '>=0.3.5 <0.4.0', hasData: false }
  2878. 1498 silly mapToRegistry name mkdirp
  2879. 1499 silly mapToRegistry using default registry
  2880. 1500 silly mapToRegistry registry https://registry.npmjs.org/
  2881. 1501 silly mapToRegistry uri https://registry.npmjs.org/mkdirp
  2882. 1502 verbose addNameRange registry:https://registry.npmjs.org/mkdirp not in flight; fetching
  2883. 1503 silly cache add parsed spec Result {
  2884. 1503 silly cache add raw: 'q@~1.1.1',
  2885. 1503 silly cache add scope: null,
  2886. 1503 silly cache add name: 'q',
  2887. 1503 silly cache add rawSpec: '~1.1.1',
  2888. 1503 silly cache add spec: '>=1.1.1 <1.2.0',
  2889. 1503 silly cache add type: 'range' }
  2890. 1504 silly addNamed q@>=1.1.1 <1.2.0
  2891. 1505 verbose addNamed ">=1.1.1 <1.2.0" is a valid semver range for q
  2892. 1506 silly addNameRange { name: 'q', range: '>=1.1.1 <1.2.0', hasData: false }
  2893. 1507 silly mapToRegistry name q
  2894. 1508 silly mapToRegistry using default registry
  2895. 1509 silly mapToRegistry registry https://registry.npmjs.org/
  2896. 1510 silly mapToRegistry uri https://registry.npmjs.org/q
  2897. 1511 verbose addNameRange registry:https://registry.npmjs.org/q not in flight; fetching
  2898. 1512 verbose request uri https://registry.npmjs.org/bindings
  2899. 1513 verbose request no auth needed
  2900. 1514 info attempt registry request try #1 at 1:31:22 PM
  2901. 1515 verbose etag "9T1GC8LK3NF0OJU9OPHCFIKS3"
  2902. 1516 http request GET https://registry.npmjs.org/bindings
  2903. 1517 verbose request uri https://registry.npmjs.org/nan
  2904. 1518 verbose request no auth needed
  2905. 1519 info attempt registry request try #1 at 1:31:22 PM
  2906. 1520 verbose etag "5E01JR4VXRYFNTLPNNJ0N9QD8"
  2907. 1521 http request GET https://registry.npmjs.org/nan
  2908. 1522 verbose write writing to C:\Users\Rowan\AppData\Roaming\npm\node_modules\homebridge\node_modules\hap-nodejs\node_modules\debug\package.json
  2909. 1523 verbose request uri https://registry.npmjs.org/mkdirp
  2910. 1524 verbose request no auth needed
  2911. 1525 info attempt registry request try #1 at 1:31:22 PM
  2912. 1526 verbose etag "EJ3K3X6GO4II9LPQGFUO1SYP9"
  2913. 1527 http request GET https://registry.npmjs.org/mkdirp
  2914. 1528 verbose request uri https://registry.npmjs.org/q
  2915. 1529 verbose request no auth needed
  2916. 1530 info attempt registry request try #1 at 1:31:22 PM
  2917. 1531 verbose etag "1RCRJ7P4U58APEIGOEZWC7A41"
  2918. 1532 http request GET https://registry.npmjs.org/q
  2919. 1533 info preinstall debug@2.2.0
  2920. 1534 verbose readDependencies loading dependencies from C:\Users\Rowan\AppData\Roaming\npm\node_modules\homebridge\node_modules\hap-nodejs\node_modules\debug\package.json
  2921. 1535 silly prepareForInstallMany adding ms@0.7.1 from debug dependencies
  2922. 1536 verbose readDependencies loading dependencies from C:\Users\Rowan\AppData\Roaming\npm\node_modules\homebridge\node_modules\hap-nodejs\node_modules\debug\package.json
  2923. 1537 silly cache add args [ 'ms@0.7.1', null ]
  2924. 1538 verbose cache add spec ms@0.7.1
  2925. 1539 silly cache add parsed spec Result {
  2926. 1539 silly cache add raw: 'ms@0.7.1',
  2927. 1539 silly cache add scope: null,
  2928. 1539 silly cache add name: 'ms',
  2929. 1539 silly cache add rawSpec: '0.7.1',
  2930. 1539 silly cache add spec: '0.7.1',
  2931. 1539 silly cache add type: 'version' }
  2932. 1540 silly addNamed ms@0.7.1
  2933. 1541 verbose addNamed "0.7.1" is a plain semver version for ms
  2934. 1542 silly mapToRegistry name ms
  2935. 1543 silly mapToRegistry using default registry
  2936. 1544 silly mapToRegistry registry https://registry.npmjs.org/
  2937. 1545 silly mapToRegistry uri https://registry.npmjs.org/ms
  2938. 1546 verbose addNameVersion registry:https://registry.npmjs.org/ms not in flight; fetching
  2939. 1547 verbose request uri https://registry.npmjs.org/ms
  2940. 1548 verbose request no auth needed
  2941. 1549 info attempt registry request try #1 at 1:31:22 PM
  2942. 1550 verbose etag "AKA0GMJ4J6JYK09086NRDWUM0"
  2943. 1551 http request GET https://registry.npmjs.org/ms
  2944. 1552 verbose write writing to C:\Users\Rowan\AppData\Roaming\npm\node_modules\homebridge\node_modules\hap-nodejs\node_modules\srp\package.json
  2945. 1553 info preinstall srp@0.2.0
  2946. 1554 verbose readDependencies loading dependencies from C:\Users\Rowan\AppData\Roaming\npm\node_modules\homebridge\node_modules\hap-nodejs\node_modules\srp\package.json
  2947. 1555 silly prepareForInstallMany adding bignum@0.11.0 from srp dependencies
  2948. 1556 verbose readDependencies loading dependencies from C:\Users\Rowan\AppData\Roaming\npm\node_modules\homebridge\node_modules\hap-nodejs\node_modules\srp\package.json
  2949. 1557 silly cache add args [ 'bignum@0.11.0', null ]
  2950. 1558 verbose cache add spec bignum@0.11.0
  2951. 1559 silly cache add parsed spec Result {
  2952. 1559 silly cache add raw: 'bignum@0.11.0',
  2953. 1559 silly cache add scope: null,
  2954. 1559 silly cache add name: 'bignum',
  2955. 1559 silly cache add rawSpec: '0.11.0',
  2956. 1559 silly cache add spec: '0.11.0',
  2957. 1559 silly cache add type: 'version' }
  2958. 1560 silly addNamed bignum@0.11.0
  2959. 1561 verbose addNamed "0.11.0" is a plain semver version for bignum
  2960. 1562 silly mapToRegistry name bignum
  2961. 1563 silly mapToRegistry using default registry
  2962. 1564 silly mapToRegistry registry https://registry.npmjs.org/
  2963. 1565 silly mapToRegistry uri https://registry.npmjs.org/bignum
  2964. 1566 verbose addNameVersion registry:https://registry.npmjs.org/bignum not in flight; fetching
  2965. 1567 verbose request uri https://registry.npmjs.org/bignum
  2966. 1568 verbose request no auth needed
  2967. 1569 info attempt registry request try #1 at 1:31:22 PM
  2968. 1570 verbose etag "7T7KES5582LULEAGJMAC8THOC"
  2969. 1571 http request GET https://registry.npmjs.org/bignum
  2970. 1572 http 304 https://registry.npmjs.org/nan
  2971. 1573 verbose headers { date: 'Sat, 14 Nov 2015 13:31:11 GMT',
  2972. 1573 verbose headers via: '1.1 varnish',
  2973. 1573 verbose headers 'cache-control': 'max-age=60',
  2974. 1573 verbose headers etag: '"5E01JR4VXRYFNTLPNNJ0N9QD8"',
  2975. 1573 verbose headers age: '48',
  2976. 1573 verbose headers connection: 'keep-alive',
  2977. 1573 verbose headers 'x-served-by': 'cache-ams4133-AMS',
  2978. 1573 verbose headers 'x-cache': 'HIT',
  2979. 1573 verbose headers 'x-cache-hits': '2',
  2980. 1573 verbose headers 'x-timer': 'S1447507871.914431,VS0,VE0',
  2981. 1573 verbose headers vary: 'Accept' }
  2982. 1574 silly get cb [ 304,
  2983. 1574 silly get { date: 'Sat, 14 Nov 2015 13:31:11 GMT',
  2984. 1574 silly get via: '1.1 varnish',
  2985. 1574 silly get 'cache-control': 'max-age=60',
  2986. 1574 silly get etag: '"5E01JR4VXRYFNTLPNNJ0N9QD8"',
  2987. 1574 silly get age: '48',
  2988. 1574 silly get connection: 'keep-alive',
  2989. 1574 silly get 'x-served-by': 'cache-ams4133-AMS',
  2990. 1574 silly get 'x-cache': 'HIT',
  2991. 1574 silly get 'x-cache-hits': '2',
  2992. 1574 silly get 'x-timer': 'S1447507871.914431,VS0,VE0',
  2993. 1574 silly get vary: 'Accept' } ]
  2994. 1575 verbose etag https://registry.npmjs.org/nan from cache
  2995. 1576 verbose get saving nan to C:\Users\Rowan\AppData\Roaming\npm-cache\registry.npmjs.org\nan\.cache.json
  2996. 1577 silly addNameRange number 2 { name: 'nan', range: '>=2.0.9 <3.0.0', hasData: true }
  2997. 1578 silly addNameRange versions [ 'nan',
  2998. 1578 silly addNameRange [ '0.3.0-wip',
  2999. 1578 silly addNameRange '0.3.0-wip2',
  3000. 1578 silly addNameRange '0.3.0',
  3001. 1578 silly addNameRange '0.3.1',
  3002. 1578 silly addNameRange '0.3.2',
  3003. 1578 silly addNameRange '0.4.0',
  3004. 1578 silly addNameRange '0.4.1',
  3005. 1578 silly addNameRange '0.4.2',
  3006. 1578 silly addNameRange '0.4.3',
  3007. 1578 silly addNameRange '0.4.4',
  3008. 1578 silly addNameRange '0.5.0',
  3009. 1578 silly addNameRange '0.5.1',
  3010. 1578 silly addNameRange '0.5.2',
  3011. 1578 silly addNameRange '0.6.0',
  3012. 1578 silly addNameRange '0.7.0',
  3013. 1578 silly addNameRange '0.7.1',
  3014. 1578 silly addNameRange '0.8.0',
  3015. 1578 silly addNameRange '1.0.0',
  3016. 1578 silly addNameRange '1.1.0',
  3017. 1578 silly addNameRange '1.1.1',
  3018. 1578 silly addNameRange '1.1.2',
  3019. 1578 silly addNameRange '1.2.0',
  3020. 1578 silly addNameRange '1.3.0',
  3021. 1578 silly addNameRange '1.4.0',
  3022. 1578 silly addNameRange '1.4.1',
  3023. 1578 silly addNameRange '1.5.0',
  3024. 1578 silly addNameRange '1.4.2',
  3025. 1578 silly addNameRange '1.4.3',
  3026. 1578 silly addNameRange '1.5.1',
  3027. 1578 silly addNameRange '1.5.2',
  3028. 1578 silly addNameRange '1.6.0',
  3029. 1578 silly addNameRange '1.5.3',
  3030. 1578 silly addNameRange '1.6.1',
  3031. 1578 silly addNameRange '1.6.2',
  3032. 1578 silly addNameRange '1.7.0',
  3033. 1578 silly addNameRange '1.8.0',
  3034. 1578 silly addNameRange '1.8.1',
  3035. 1578 silly addNameRange '1.8.2',
  3036. 1578 silly addNameRange '1.8.3',
  3037. 1578 silly addNameRange '1.8.4',
  3038. 1578 silly addNameRange '1.9.0',
  3039. 1578 silly addNameRange '2.0.0',
  3040. 1578 silly addNameRange '2.0.1',
  3041. 1578 silly addNameRange '2.0.2',
  3042. 1578 silly addNameRange '2.0.3',
  3043. 1578 silly addNameRange '2.0.4',
  3044. 1578 silly addNameRange '2.0.5',
  3045. 1578 silly addNameRange '2.0.6',
  3046. 1578 silly addNameRange '2.0.7',
  3047. 1578 silly addNameRange '2.0.8',
  3048. 1578 silly addNameRange '2.0.9',
  3049. 1578 silly addNameRange '2.1.0' ] ]
  3050. 1579 silly addNamed nan@2.1.0
  3051. 1580 verbose addNamed "2.1.0" is a plain semver version for nan
  3052. 1581 silly cache afterAdd nan@2.1.0
  3053. 1582 verbose afterAdd C:\Users\Rowan\AppData\Roaming\npm-cache\nan\2.1.0\package\package.json not in flight; writing
  3054. 1583 http 304 https://registry.npmjs.org/bindings
  3055. 1584 verbose headers { date: 'Sat, 14 Nov 2015 13:31:11 GMT',
  3056. 1584 verbose headers via: '1.1 varnish',
  3057. 1584 verbose headers 'cache-control': 'max-age=60',
  3058. 1584 verbose headers etag: '"9T1GC8LK3NF0OJU9OPHCFIKS3"',
  3059. 1584 verbose headers age: '22',
  3060. 1584 verbose headers connection: 'keep-alive',
  3061. 1584 verbose headers 'x-served-by': 'cache-ams4140-AMS',
  3062. 1584 verbose headers 'x-cache': 'HIT',
  3063. 1584 verbose headers 'x-cache-hits': '1',
  3064. 1584 verbose headers 'x-timer': 'S1447507871.920014,VS0,VE0',
  3065. 1584 verbose headers vary: 'Accept' }
  3066. 1585 silly get cb [ 304,
  3067. 1585 silly get { date: 'Sat, 14 Nov 2015 13:31:11 GMT',
  3068. 1585 silly get via: '1.1 varnish',
  3069. 1585 silly get 'cache-control': 'max-age=60',
  3070. 1585 silly get etag: '"9T1GC8LK3NF0OJU9OPHCFIKS3"',
  3071. 1585 silly get age: '22',
  3072. 1585 silly get connection: 'keep-alive',
  3073. 1585 silly get 'x-served-by': 'cache-ams4140-AMS',
  3074. 1585 silly get 'x-cache': 'HIT',
  3075. 1585 silly get 'x-cache-hits': '1',
  3076. 1585 silly get 'x-timer': 'S1447507871.920014,VS0,VE0',
  3077. 1585 silly get vary: 'Accept' } ]
  3078. 1586 verbose etag https://registry.npmjs.org/bindings from cache
  3079. 1587 verbose get saving bindings to C:\Users\Rowan\AppData\Roaming\npm-cache\registry.npmjs.org\bindings\.cache.json
  3080. 1588 http 304 https://registry.npmjs.org/mkdirp
  3081. 1589 verbose headers { date: 'Sat, 14 Nov 2015 13:31:11 GMT',
  3082. 1589 verbose headers via: '1.1 varnish',
  3083. 1589 verbose headers 'cache-control': 'max-age=60',
  3084. 1589 verbose headers etag: '"EJ3K3X6GO4II9LPQGFUO1SYP9"',
  3085. 1589 verbose headers age: '2',
  3086. 1589 verbose headers connection: 'keep-alive',
  3087. 1589 verbose headers 'x-served-by': 'cache-ams4121-AMS',
  3088. 1589 verbose headers 'x-cache': 'HIT',
  3089. 1589 verbose headers 'x-cache-hits': '1',
  3090. 1589 verbose headers 'x-timer': 'S1447507871.923115,VS0,VE0',
  3091. 1589 verbose headers vary: 'Accept' }
  3092. 1590 silly get cb [ 304,
  3093. 1590 silly get { date: 'Sat, 14 Nov 2015 13:31:11 GMT',
  3094. 1590 silly get via: '1.1 varnish',
  3095. 1590 silly get 'cache-control': 'max-age=60',
  3096. 1590 silly get etag: '"EJ3K3X6GO4II9LPQGFUO1SYP9"',
  3097. 1590 silly get age: '2',
  3098. 1590 silly get connection: 'keep-alive',
  3099. 1590 silly get 'x-served-by': 'cache-ams4121-AMS',
  3100. 1590 silly get 'x-cache': 'HIT',
  3101. 1590 silly get 'x-cache-hits': '1',
  3102. 1590 silly get 'x-timer': 'S1447507871.923115,VS0,VE0',
  3103. 1590 silly get vary: 'Accept' } ]
  3104. 1591 verbose etag https://registry.npmjs.org/mkdirp from cache
  3105. 1592 verbose get saving mkdirp to C:\Users\Rowan\AppData\Roaming\npm-cache\registry.npmjs.org\mkdirp\.cache.json
  3106. 1593 http 304 https://registry.npmjs.org/q
  3107. 1594 verbose headers { date: 'Sat, 14 Nov 2015 13:31:11 GMT',
  3108. 1594 verbose headers via: '1.1 varnish',
  3109. 1594 verbose headers 'cache-control': 'max-age=60',
  3110. 1594 verbose headers etag: '"1RCRJ7P4U58APEIGOEZWC7A41"',
  3111. 1594 verbose headers age: '33',
  3112. 1594 verbose headers connection: 'keep-alive',
  3113. 1594 verbose headers 'x-served-by': 'cache-ams4138-AMS',
  3114. 1594 verbose headers 'x-cache': 'HIT',
  3115. 1594 verbose headers 'x-cache-hits': '1',
  3116. 1594 verbose headers 'x-timer': 'S1447507871.924497,VS0,VE0',
  3117. 1594 verbose headers vary: 'Accept' }
  3118. 1595 silly get cb [ 304,
  3119. 1595 silly get { date: 'Sat, 14 Nov 2015 13:31:11 GMT',
  3120. 1595 silly get via: '1.1 varnish',
  3121. 1595 silly get 'cache-control': 'max-age=60',
  3122. 1595 silly get etag: '"1RCRJ7P4U58APEIGOEZWC7A41"',
  3123. 1595 silly get age: '33',
  3124. 1595 silly get connection: 'keep-alive',
  3125. 1595 silly get 'x-served-by': 'cache-ams4138-AMS',
  3126. 1595 silly get 'x-cache': 'HIT',
  3127. 1595 silly get 'x-cache-hits': '1',
  3128. 1595 silly get 'x-timer': 'S1447507871.924497,VS0,VE0',
  3129. 1595 silly get vary: 'Accept' } ]
  3130. 1596 verbose etag https://registry.npmjs.org/q from cache
  3131. 1597 verbose get saving q to C:\Users\Rowan\AppData\Roaming\npm-cache\registry.npmjs.org\q\.cache.json
  3132. 1598 http 304 https://registry.npmjs.org/ms
  3133. 1599 verbose headers { date: 'Sat, 14 Nov 2015 13:31:11 GMT',
  3134. 1599 verbose headers via: '1.1 varnish',
  3135. 1599 verbose headers 'cache-control': 'max-age=60',
  3136. 1599 verbose headers etag: '"AKA0GMJ4J6JYK09086NRDWUM0"',
  3137. 1599 verbose headers age: '59',
  3138. 1599 verbose headers connection: 'keep-alive',
  3139. 1599 verbose headers 'x-served-by': 'cache-ams4127-AMS',
  3140. 1599 verbose headers 'x-cache': 'HIT',
  3141. 1599 verbose headers 'x-cache-hits': '2',
  3142. 1599 verbose headers 'x-timer': 'S1447507871.926919,VS0,VE0',
  3143. 1599 verbose headers vary: 'Accept' }
  3144. 1600 silly get cb [ 304,
  3145. 1600 silly get { date: 'Sat, 14 Nov 2015 13:31:11 GMT',
  3146. 1600 silly get via: '1.1 varnish',
  3147. 1600 silly get 'cache-control': 'max-age=60',
  3148. 1600 silly get etag: '"AKA0GMJ4J6JYK09086NRDWUM0"',
  3149. 1600 silly get age: '59',
  3150. 1600 silly get connection: 'keep-alive',
  3151. 1600 silly get 'x-served-by': 'cache-ams4127-AMS',
  3152. 1600 silly get 'x-cache': 'HIT',
  3153. 1600 silly get 'x-cache-hits': '2',
  3154. 1600 silly get 'x-timer': 'S1447507871.926919,VS0,VE0',
  3155. 1600 silly get vary: 'Accept' } ]
  3156. 1601 verbose etag https://registry.npmjs.org/ms from cache
  3157. 1602 verbose get saving ms to C:\Users\Rowan\AppData\Roaming\npm-cache\registry.npmjs.org\ms\.cache.json
  3158. 1603 verbose afterAdd C:\Users\Rowan\AppData\Roaming\npm-cache\nan\2.1.0\package\package.json written
  3159. 1604 silly addNameRange number 2 { name: 'bindings', range: '>=1.2.1 <1.3.0', hasData: true }
  3160. 1605 silly addNameRange versions [ 'bindings',
  3161. 1605 silly addNameRange [ '0.0.1',
  3162. 1605 silly addNameRange '0.1.0',
  3163. 1605 silly addNameRange '0.1.1',
  3164. 1605 silly addNameRange '0.2.0',
  3165. 1605 silly addNameRange '0.2.1',
  3166. 1605 silly addNameRange '0.2.2',
  3167. 1605 silly addNameRange '0.2.3',
  3168. 1605 silly addNameRange '0.2.4',
  3169. 1605 silly addNameRange '0.3.0',
  3170. 1605 silly addNameRange '0.4.0',
  3171. 1605 silly addNameRange '1.0.0',
  3172. 1605 silly addNameRange '1.1.0',
  3173. 1605 silly addNameRange '1.1.1',
  3174. 1605 silly addNameRange '1.2.0',
  3175. 1605 silly addNameRange '1.2.1' ] ]
  3176. 1606 silly addNamed bindings@1.2.1
  3177. 1607 verbose addNamed "1.2.1" is a plain semver version for bindings
  3178. 1608 silly addNameRange number 2 { name: 'mkdirp', range: '>=0.3.5 <0.4.0', hasData: true }
  3179. 1609 silly addNameRange versions [ 'mkdirp',
  3180. 1609 silly addNameRange [ '0.0.1',
  3181. 1609 silly addNameRange '0.0.2',
  3182. 1609 silly addNameRange '0.0.3',
  3183. 1609 silly addNameRange '0.0.4',
  3184. 1609 silly addNameRange '0.0.5',
  3185. 1609 silly addNameRange '0.0.6',
  3186. 1609 silly addNameRange '0.0.7',
  3187. 1609 silly addNameRange '0.1.0',
  3188. 1609 silly addNameRange '0.2.0',
  3189. 1609 silly addNameRange '0.2.1',
  3190. 1609 silly addNameRange '0.2.2',
  3191. 1609 silly addNameRange '0.3.0',
  3192. 1609 silly addNameRange '0.3.1',
  3193. 1609 silly addNameRange '0.3.2',
  3194. 1609 silly addNameRange '0.3.3',
  3195. 1609 silly addNameRange '0.3.4',
  3196. 1609 silly addNameRange '0.3.5',
  3197. 1609 silly addNameRange '0.4.0',
  3198. 1609 silly addNameRange '0.4.1',
  3199. 1609 silly addNameRange '0.4.2',
  3200. 1609 silly addNameRange '0.5.0',
  3201. 1609 silly addNameRange '0.5.1' ] ]
  3202. 1610 silly addNamed mkdirp@0.3.5
  3203. 1611 verbose addNamed "0.3.5" is a plain semver version for mkdirp
  3204. 1612 silly addNameRange number 2 { name: 'q', range: '>=1.1.1 <1.2.0', hasData: true }
  3205. 1613 silly addNameRange versions [ 'q',
  3206. 1613 silly addNameRange [ '0.0.0',
  3207. 1613 silly addNameRange '0.0.1',
  3208. 1613 silly addNameRange '0.0.2',
  3209. 1613 silly addNameRange '0.0.3',
  3210. 1613 silly addNameRange '0.1.0',
  3211. 1613 silly addNameRange '0.1.1',
  3212. 1613 silly addNameRange '0.1.2',
  3213. 1613 silly addNameRange '0.1.3',
  3214. 1613 silly addNameRange '0.1.4',
  3215. 1613 silly addNameRange '0.1.5',
  3216. 1613 silly addNameRange '0.1.6',
  3217. 1613 silly addNameRange '0.1.7',
  3218. 1613 silly addNameRange '0.1.8',
  3219. 1613 silly addNameRange '0.1.9',
  3220. 1613 silly addNameRange '0.2.0-rc1',
  3221. 1613 silly addNameRange '0.2.0',
  3222. 1613 silly addNameRange '0.2.1',
  3223. 1613 silly addNameRange '0.2.2',
  3224. 1613 silly addNameRange '0.2.3',
  3225. 1613 silly addNameRange '0.2.4',
  3226. 1613 silly addNameRange '0.2.5',
  3227. 1613 silly addNameRange '0.2.6',
  3228. 1613 silly addNameRange '0.2.7',
  3229. 1613 silly addNameRange '0.2.8',
  3230. 1613 silly addNameRange '0.2.9',
  3231. 1613 silly addNameRange '0.3.0',
  3232. 1613 silly addNameRange '0.2.10',
  3233. 1613 silly addNameRange '0.4.0',
  3234. 1613 silly addNameRange '0.4.1',
  3235. 1613 silly addNameRange '0.4.2',
  3236. 1613 silly addNameRange '0.4.4',
  3237. 1613 silly addNameRange '0.5.0',
  3238. 1613 silly addNameRange '0.5.1',
  3239. 1613 silly addNameRange '0.5.2',
  3240. 1613 silly addNameRange '0.5.3',
  3241. 1613 silly addNameRange '0.6.0',
  3242. 1613 silly addNameRange '0.7.0',
  3243. 1613 silly addNameRange '0.7.1',
  3244. 1613 silly addNameRange '0.7.2',
  3245. 1613 silly addNameRange '0.8.0',
  3246. 1613 silly addNameRange '0.8.1',
  3247. 1613 silly addNameRange '0.8.2',
  3248. 1613 silly addNameRange '0.8.3',
  3249. 1613 silly addNameRange '0.8.4',
  3250. 1613 silly addNameRange '0.8.5',
  3251. 1613 silly addNameRange '0.8.6',
  3252. 1613 silly addNameRange '0.8.7',
  3253. 1613 silly addNameRange '0.8.8',
  3254. 1613 silly addNameRange '0.8.9',
  3255. 1613 silly addNameRange '0.8.10',
  3256. 1613 silly addNameRange '0.8.11',
  3257. 1613 silly addNameRange '0.8.12',
  3258. 1613 silly addNameRange '0.9.0',
  3259. 1613 silly addNameRange '0.9.1',
  3260. 1613 silly addNameRange '0.9.2',
  3261. 1613 silly addNameRange '0.9.3',
  3262. 1613 silly addNameRange '0.9.4',
  3263. 1613 silly addNameRange '0.9.5',
  3264. 1613 silly addNameRange '0.9.6',
  3265. 1613 silly addNameRange '0.9.7',
  3266. 1613 silly addNameRange '1.0.0',
  3267. 1613 silly addNameRange '1.0.1',
  3268. 1613 silly addNameRange '2.0.0',
  3269. 1613 silly addNameRange '2.0.1',
  3270. 1613 silly addNameRange '2.0.2',
  3271. 1613 silly addNameRange '1.1.0',
  3272. 1613 silly addNameRange '1.1.1',
  3273. 1613 silly addNameRange '1.1.2',
  3274. 1613 silly addNameRange '2.0.3',
  3275. 1613 silly addNameRange '1.2.0',
  3276. 1613 silly addNameRange '1.2.1',
  3277. 1613 silly addNameRange '1.3.0',
  3278. 1613 silly addNameRange '1.4.0',
  3279. 1613 silly addNameRange '1.4.1' ] ]
  3280. 1614 silly addNamed q@1.1.2
  3281. 1615 verbose addNamed "1.1.2" is a plain semver version for q
  3282. 1616 silly cache afterAdd bindings@1.2.1
  3283. 1617 verbose afterAdd C:\Users\Rowan\AppData\Roaming\npm-cache\bindings\1.2.1\package\package.json not in flight; writing
  3284. 1618 silly cache afterAdd mkdirp@0.3.5
  3285. 1619 verbose afterAdd C:\Users\Rowan\AppData\Roaming\npm-cache\mkdirp\0.3.5\package\package.json not in flight; writing
  3286. 1620 silly cache afterAdd q@1.1.2
  3287. 1621 verbose afterAdd C:\Users\Rowan\AppData\Roaming\npm-cache\q\1.1.2\package\package.json not in flight; writing
  3288. 1622 silly cache afterAdd ms@0.7.1
  3289. 1623 verbose afterAdd C:\Users\Rowan\AppData\Roaming\npm-cache\ms\0.7.1\package\package.json not in flight; writing
  3290. 1624 verbose afterAdd C:\Users\Rowan\AppData\Roaming\npm-cache\bindings\1.2.1\package\package.json written
  3291. 1625 silly install resolved [ { name: 'nan',
  3292. 1625 silly install resolved version: '2.1.0',
  3293. 1625 silly install resolved description: 'Native Abstractions for Node.js: C++ header for Node 0.8 -> 4 compatibility',
  3294. 1625 silly install resolved main: 'include_dirs.js',
  3295. 1625 silly install resolved repository: { type: 'git', url: 'git://github.com/nodejs/nan.git' },
  3296. 1625 silly install resolved scripts:
  3297. 1625 silly install resolved { test: 'tap --gc test/js/*-test.js',
  3298. 1625 silly install resolved 'rebuild-tests': 'node-gyp rebuild --msvs_version=2013 --directory test',
  3299. 1625 silly install resolved docs: 'doc/.build.sh' },
  3300. 1625 silly install resolved contributors:
  3301. 1625 silly install resolved [ [Object],
  3302. 1625 silly install resolved [Object],
  3303. 1625 silly install resolved [Object],
  3304. 1625 silly install resolved [Object],
  3305. 1625 silly install resolved [Object],
  3306. 1625 silly install resolved [Object],
  3307. 1625 silly install resolved [Object] ],
  3308. 1625 silly install resolved devDependencies:
  3309. 1625 silly install resolved { bindings: '~1.2.1',
  3310. 1625 silly install resolved commander: '^2.8.1',
  3311. 1625 silly install resolved glob: '^5.0.14',
  3312. 1625 silly install resolved 'node-gyp': '~3.0.1',
  3313. 1625 silly install resolved tap: '~0.7.1',
  3314. 1625 silly install resolved xtend: '~4.0.0' },
  3315. 1625 silly install resolved license: 'MIT',
  3316. 1625 silly install resolved bugs: { url: 'https://github.com/nodejs/nan/issues' },
  3317. 1625 silly install resolved homepage: 'https://github.com/nodejs/nan#readme',
  3318. 1625 silly install resolved _id: 'nan@2.1.0',
  3319. 1625 silly install resolved _shasum: '020a7ccedc63fdee85f85967d5607849e74abbe8',
  3320. 1625 silly install resolved _resolved: 'https://registry.npmjs.org/nan/-/nan-2.1.0.tgz',
  3321. 1625 silly install resolved _from: 'nan@>=2.0.9 <3.0.0',
  3322. 1625 silly install resolved _npmVersion: '3.3.5',
  3323. 1625 silly install resolved _nodeVersion: '4.1.2',
  3324. 1625 silly install resolved _npmUser: { name: 'kkoopa', email: 'bbyholm@abo.fi' },
  3325. 1625 silly install resolved dist:
  3326. 1625 silly install resolved { shasum: '020a7ccedc63fdee85f85967d5607849e74abbe8',
  3327. 1625 silly install resolved tarball: 'http://registry.npmjs.org/nan/-/nan-2.1.0.tgz' },
  3328. 1625 silly install resolved maintainers: [ [Object], [Object] ],
  3329. 1625 silly install resolved directories: {},
  3330. 1625 silly install resolved readme: 'ERROR: No README data found!' },
  3331. 1625 silly install resolved { name: 'bindings',
  3332. 1625 silly install resolved description: 'Helper module for loading your native module\'s .node file',
  3333. 1625 silly install resolved keywords: [ 'native', 'addon', 'bindings', 'gyp', 'waf', 'c', 'c++' ],
  3334. 1625 silly install resolved version: '1.2.1',
  3335. 1625 silly install resolved author:
  3336. 1625 silly install resolved { name: 'Nathan Rajlich',
  3337. 1625 silly install resolved email: 'nathan@tootallnate.net',
  3338. 1625 silly install resolved url: 'http://tootallnate.net' },
  3339. 1625 silly install resolved repository:
  3340. 1625 silly install resolved { type: 'git',
  3341. 1625 silly install resolved url: 'git://github.com/TooTallNate/node-bindings.git' },
  3342. 1625 silly install resolved main: './bindings.js',
  3343. 1625 silly install resolved bugs: { url: 'https://github.com/TooTallNate/node-bindings/issues' },
  3344. 1625 silly install resolved homepage: 'https://github.com/TooTallNate/node-bindings',
  3345. 1625 silly install resolved license: 'MIT',
  3346. 1625 silly install resolved gitHead: 'e404152ee27f8478ccbc7122ee051246e8e5ec02',
  3347. 1625 silly install resolved _id: 'bindings@1.2.1',
  3348. 1625 silly install resolved scripts: {},
  3349. 1625 silly install resolved _shasum: '14ad6113812d2d37d72e67b4cacb4bb726505f11',
  3350. 1625 silly install resolved _from: 'bindings@>=1.2.1 <1.3.0',
  3351. 1625 silly install resolved _npmVersion: '1.4.14',
  3352. 1625 silly install resolved _npmUser: { name: 'tootallnate', email: 'nathan@tootallnate.net' },
  3353. 1625 silly install resolved maintainers: [ [Object], [Object] ],
  3354. 1625 silly install resolved dist:
  3355. 1625 silly install resolved { shasum: '14ad6113812d2d37d72e67b4cacb4bb726505f11',
  3356. 1625 silly install resolved tarball: 'http://registry.npmjs.org/bindings/-/bindings-1.2.1.tgz' },
  3357. 1625 silly install resolved directories: {},
  3358. 1625 silly install resolved _resolved: 'https://registry.npmjs.org/bindings/-/bindings-1.2.1.tgz',
  3359. 1625 silly install resolved readme: 'ERROR: No README data found!' } ]
  3360. 1626 info install nan@2.1.0 into C:\Users\Rowan\AppData\Roaming\npm\node_modules\homebridge\node_modules\hap-nodejs\node_modules\curve25519
  3361. 1627 info install bindings@1.2.1 into C:\Users\Rowan\AppData\Roaming\npm\node_modules\homebridge\node_modules\hap-nodejs\node_modules\curve25519
  3362. 1628 info installOne nan@2.1.0
  3363. 1629 verbose installOne of nan to C:\Users\Rowan\AppData\Roaming\npm\node_modules\homebridge\node_modules\hap-nodejs\node_modules\curve25519 not in flight; installing
  3364. 1630 info installOne bindings@1.2.1
  3365. 1631 verbose installOne of bindings to C:\Users\Rowan\AppData\Roaming\npm\node_modules\homebridge\node_modules\hap-nodejs\node_modules\curve25519 not in flight; installing
  3366. 1632 verbose afterAdd C:\Users\Rowan\AppData\Roaming\npm-cache\mkdirp\0.3.5\package\package.json written
  3367. 1633 verbose afterAdd C:\Users\Rowan\AppData\Roaming\npm-cache\q\1.1.2\package\package.json written
  3368. 1634 silly install resolved [ { name: 'mkdirp',
  3369. 1634 silly install resolved description: 'Recursively mkdir, like `mkdir -p`',
  3370. 1634 silly install resolved version: '0.3.5',
  3371. 1634 silly install resolved author:
  3372. 1634 silly install resolved { name: 'James Halliday',
  3373. 1634 silly install resolved email: 'mail@substack.net',
  3374. 1634 silly install resolved url: 'http://substack.net' },
  3375. 1634 silly install resolved main: './index',
  3376. 1634 silly install resolved keywords: [ 'mkdir', 'directory' ],
  3377. 1634 silly install resolved repository:
  3378. 1634 silly install resolved { type: 'git',
  3379. 1634 silly install resolved url: 'git+ssh://git@github.com/substack/node-mkdirp.git' },
  3380. 1634 silly install resolved scripts: { test: 'tap test/*.js' },
  3381. 1634 silly install resolved devDependencies: { tap: '~0.4.0' },
  3382. 1634 silly install resolved license: 'MIT',
  3383. 1634 silly install resolved _id: 'mkdirp@0.3.5',
  3384. 1634 silly install resolved dist:
  3385. 1634 silly install resolved { shasum: 'de3e5f8961c88c787ee1368df849ac4413eca8d7',
  3386. 1634 silly install resolved tarball: 'http://registry.npmjs.org/mkdirp/-/mkdirp-0.3.5.tgz' },
  3387. 1634 silly install resolved _from: 'mkdirp@>=0.3.5 <0.4.0',
  3388. 1634 silly install resolved _npmVersion: '1.2.2',
  3389. 1634 silly install resolved _npmUser: { name: 'substack', email: 'mail@substack.net' },
  3390. 1634 silly install resolved maintainers: [ [Object] ],
  3391. 1634 silly install resolved directories: {},
  3392. 1634 silly install resolved _shasum: 'de3e5f8961c88c787ee1368df849ac4413eca8d7',
  3393. 1634 silly install resolved _resolved: 'https://registry.npmjs.org/mkdirp/-/mkdirp-0.3.5.tgz',
  3394. 1634 silly install resolved bugs: { url: 'https://github.com/substack/node-mkdirp/issues' },
  3395. 1634 silly install resolved readme: 'ERROR: No README data found!',
  3396. 1634 silly install resolved homepage: 'https://github.com/substack/node-mkdirp#readme' },
  3397. 1634 silly install resolved { name: 'q',
  3398. 1634 silly install resolved version: '1.1.2',
  3399. 1634 silly install resolved description: 'A library for promises (CommonJS/Promises/A,B,D)',
  3400. 1634 silly install resolved homepage: 'https://github.com/kriskowal/q',
  3401. 1634 silly install resolved author:
  3402. 1634 silly install resolved { name: 'Kris Kowal',
  3403. 1634 silly install resolved email: 'kris@cixar.com',
  3404. 1634 silly install resolved url: 'https://github.com/kriskowal' },
  3405. 1634 silly install resolved keywords:
  3406. 1634 silly install resolved [ 'q',
  3407. 1634 silly install resolved 'promise',
  3408. 1634 silly install resolved 'promises',
  3409. 1634 silly install resolved 'promises-a',
  3410. 1634 silly install resolved 'promises-aplus',
  3411. 1634 silly install resolved 'deferred',
  3412. 1634 silly install resolved 'future',
  3413. 1634 silly install resolved 'async',
  3414. 1634 silly install resolved 'flow control',
  3415. 1634 silly install resolved 'fluent',
  3416. 1634 silly install resolved 'browser',
  3417. 1634 silly install resolved 'node' ],
  3418. 1634 silly install resolved contributors: [ [Object], [Object], [Object] ],
  3419. 1634 silly install resolved bugs: { url: 'http://github.com/kriskowal/q/issues' },
  3420. 1634 silly install resolved license:
  3421. 1634 silly install resolved { type: 'MIT',
  3422. 1634 silly install resolved url: 'http://github.com/kriskowal/q/raw/master/LICENSE' },
  3423. 1634 silly install resolved main: 'q.js',
  3424. 1634 silly install resolved files: [ 'LICENSE', 'q.js', 'queue.js' ],
  3425. 1634 silly install resolved repository: { type: 'git', url: 'git://github.com/kriskowal/q.git' },
  3426. 1634 silly install resolved engines: { node: '>=0.6.0', teleport: '>=0.2.0' },
  3427. 1634 silly install resolved dependencies: {},
  3428. 1634 silly install resolved devDependencies:
  3429. 1634 silly install resolved { jshint: '~2.1.9',
  3430. 1634 silly install resolved cover: '*',
  3431. 1634 silly install resolved 'jasmine-node': '1.11.0',
  3432. 1634 silly install resolved opener: '*',
  3433. 1634 silly install resolved 'promises-aplus-tests': '1.x',
  3434. 1634 silly install resolved grunt: '~0.4.1',
  3435. 1634 silly install resolved 'grunt-cli': '~0.1.9',
  3436. 1634 silly install resolved 'grunt-contrib-uglify': '~0.2.2',
  3437. 1634 silly install resolved matcha: '~0.2.0' },
  3438. 1634 silly install resolved scripts:
  3439. 1634 silly install resolved { test: 'jasmine-node spec && promises-aplus-tests spec/aplus-adapter',
  3440. 1634 silly install resolved 'test-browser': 'opener spec/q-spec.html',
  3441. 1634 silly install resolved benchmark: 'matcha',
  3442. 1634 silly install resolved lint: 'jshint q.js',
  3443. 1634 silly install resolved cover: 'cover run node_modules/jasmine-node/bin/jasmine-node spec && cover report html && opener cover_html/index.html',
  3444. 1634 silly install resolved minify: 'grunt',
  3445. 1634 silly install resolved prepublish: 'grunt' },
  3446. 1634 silly install resolved overlay: { teleport: [Object] },
  3447. 1634 silly install resolved directories: { test: './spec' },
  3448. 1634 silly install resolved gitHead: '3159ac47c46cb7e2200191736ca430a011615523',
  3449. 1634 silly install resolved _id: 'q@1.1.2',
  3450. 1634 silly install resolved _shasum: '6357e291206701d99f197ab84e57e8ad196f2a89',
  3451. 1634 silly install resolved _from: 'q@>=1.1.1 <1.2.0',
  3452. 1634 silly install resolved _npmVersion: '1.4.21',
  3453. 1634 silly install resolved _npmUser: { name: 'kriskowal', email: 'kris.kowal@cixar.com' },
  3454. 1634 silly install resolved maintainers: [ [Object], [Object] ],
  3455. 1634 silly install resolved dist:
  3456. 1634 silly install resolved { shasum: '6357e291206701d99f197ab84e57e8ad196f2a89',
  3457. 1634 silly install resolved tarball: 'http://registry.npmjs.org/q/-/q-1.1.2.tgz' },
  3458. 1634 silly install resolved _resolved: 'https://registry.npmjs.org/q/-/q-1.1.2.tgz',
  3459. 1634 silly install resolved readme: 'ERROR: No README data found!' } ]
  3460. 1635 info install mkdirp@0.3.5 into C:\Users\Rowan\AppData\Roaming\npm\node_modules\homebridge\node_modules\hap-nodejs\node_modules\node-persist
  3461. 1636 info install q@1.1.2 into C:\Users\Rowan\AppData\Roaming\npm\node_modules\homebridge\node_modules\hap-nodejs\node_modules\node-persist
  3462. 1637 info installOne mkdirp@0.3.5
  3463. 1638 verbose installOne of mkdirp to C:\Users\Rowan\AppData\Roaming\npm\node_modules\homebridge\node_modules\hap-nodejs\node_modules\node-persist not in flight; installing
  3464. 1639 info installOne q@1.1.2
  3465. 1640 verbose installOne of q to C:\Users\Rowan\AppData\Roaming\npm\node_modules\homebridge\node_modules\hap-nodejs\node_modules\node-persist not in flight; installing
  3466. 1641 verbose lock using C:\Users\Rowan\AppData\Roaming\npm-cache\_locks\nan-62e0a7fe27c924cf.lock for C:\Users\Rowan\AppData\Roaming\npm\node_modules\homebridge\node_modules\hap-nodejs\node_modules\curve25519\node_modules\nan
  3467. 1642 verbose lock using C:\Users\Rowan\AppData\Roaming\npm-cache\_locks\bindings-4c01532df204192b.lock for C:\Users\Rowan\AppData\Roaming\npm\node_modules\homebridge\node_modules\hap-nodejs\node_modules\curve25519\node_modules\bindings
  3468. 1643 http 304 https://registry.npmjs.org/bignum
  3469. 1644 verbose headers { date: 'Sat, 14 Nov 2015 13:31:11 GMT',
  3470. 1644 verbose headers via: '1.1 varnish',
  3471. 1644 verbose headers 'cache-control': 'max-age=60',
  3472. 1644 verbose headers etag: '"7T7KES5582LULEAGJMAC8THOC"',
  3473. 1644 verbose headers age: '15',
  3474. 1644 verbose headers connection: 'keep-alive',
  3475. 1644 verbose headers 'x-served-by': 'cache-ams4127-AMS',
  3476. 1644 verbose headers 'x-cache': 'HIT',
  3477. 1644 verbose headers 'x-cache-hits': '1',
  3478. 1644 verbose headers 'x-timer': 'S1447507871.959105,VS0,VE0',
  3479. 1644 verbose headers vary: 'Accept' }
  3480. 1645 silly get cb [ 304,
  3481. 1645 silly get { date: 'Sat, 14 Nov 2015 13:31:11 GMT',
  3482. 1645 silly get via: '1.1 varnish',
  3483. 1645 silly get 'cache-control': 'max-age=60',
  3484. 1645 silly get etag: '"7T7KES5582LULEAGJMAC8THOC"',
  3485. 1645 silly get age: '15',
  3486. 1645 silly get connection: 'keep-alive',
  3487. 1645 silly get 'x-served-by': 'cache-ams4127-AMS',
  3488. 1645 silly get 'x-cache': 'HIT',
  3489. 1645 silly get 'x-cache-hits': '1',
  3490. 1645 silly get 'x-timer': 'S1447507871.959105,VS0,VE0',
  3491. 1645 silly get vary: 'Accept' } ]
  3492. 1646 verbose etag https://registry.npmjs.org/bignum from cache
  3493. 1647 verbose get saving bignum to C:\Users\Rowan\AppData\Roaming\npm-cache\registry.npmjs.org\bignum\.cache.json
  3494. 1648 verbose afterAdd C:\Users\Rowan\AppData\Roaming\npm-cache\ms\0.7.1\package\package.json written
  3495. 1649 silly install resolved [ { name: 'ms',
  3496. 1649 silly install resolved version: '0.7.1',
  3497. 1649 silly install resolved description: 'Tiny ms conversion utility',
  3498. 1649 silly install resolved repository: { type: 'git', url: 'git://github.com/guille/ms.js.git' },
  3499. 1649 silly install resolved main: './index',
  3500. 1649 silly install resolved devDependencies: { mocha: '*', 'expect.js': '*', serve: '*' },
  3501. 1649 silly install resolved component: { scripts: [Object] },
  3502. 1649 silly install resolved gitHead: '713dcf26d9e6fd9dbc95affe7eff9783b7f1b909',
  3503. 1649 silly install resolved bugs: { url: 'https://github.com/guille/ms.js/issues' },
  3504. 1649 silly install resolved homepage: 'https://github.com/guille/ms.js',
  3505. 1649 silly install resolved _id: 'ms@0.7.1',
  3506. 1649 silly install resolved scripts: {},
  3507. 1649 silly install resolved _shasum: '9cd13c03adbff25b65effde7ce864ee952017098',
  3508. 1649 silly install resolved _from: 'ms@0.7.1',
  3509. 1649 silly install resolved _npmVersion: '2.7.5',
  3510. 1649 silly install resolved _nodeVersion: '0.12.2',
  3511. 1649 silly install resolved _npmUser: { name: 'rauchg', email: 'rauchg@gmail.com' },
  3512. 1649 silly install resolved maintainers: [ [Object] ],
  3513. 1649 silly install resolved dist:
  3514. 1649 silly install resolved { shasum: '9cd13c03adbff25b65effde7ce864ee952017098',
  3515. 1649 silly install resolved tarball: 'http://registry.npmjs.org/ms/-/ms-0.7.1.tgz' },
  3516. 1649 silly install resolved directories: {},
  3517. 1649 silly install resolved _resolved: 'https://registry.npmjs.org/ms/-/ms-0.7.1.tgz',
  3518. 1649 silly install resolved readme: 'ERROR: No README data found!' } ]
  3519. 1650 info install ms@0.7.1 into C:\Users\Rowan\AppData\Roaming\npm\node_modules\homebridge\node_modules\hap-nodejs\node_modules\debug
  3520. 1651 info installOne ms@0.7.1
  3521. 1652 verbose installOne of ms to C:\Users\Rowan\AppData\Roaming\npm\node_modules\homebridge\node_modules\hap-nodejs\node_modules\debug not in flight; installing
  3522. 1653 silly install write writing nan 2.1.0 to C:\Users\Rowan\AppData\Roaming\npm\node_modules\homebridge\node_modules\hap-nodejs\node_modules\curve25519\node_modules\nan
  3523. 1654 silly install write writing bindings 1.2.1 to C:\Users\Rowan\AppData\Roaming\npm\node_modules\homebridge\node_modules\hap-nodejs\node_modules\curve25519\node_modules\bindings
  3524. 1655 verbose lock using C:\Users\Rowan\AppData\Roaming\npm-cache\_locks\mkdirp-31c72cb3c110e337.lock for C:\Users\Rowan\AppData\Roaming\npm\node_modules\homebridge\node_modules\hap-nodejs\node_modules\node-persist\node_modules\mkdirp
  3525. 1656 verbose lock using C:\Users\Rowan\AppData\Roaming\npm-cache\_locks\q-08c467102a7f3009.lock for C:\Users\Rowan\AppData\Roaming\npm\node_modules\homebridge\node_modules\hap-nodejs\node_modules\node-persist\node_modules\q
  3526. 1657 verbose lock using C:\Users\Rowan\AppData\Roaming\npm-cache\_locks\ms-8e2883f1175f9050.lock for C:\Users\Rowan\AppData\Roaming\npm\node_modules\homebridge\node_modules\hap-nodejs\node_modules\debug\node_modules\ms
  3527. 1658 silly install write writing mkdirp 0.3.5 to C:\Users\Rowan\AppData\Roaming\npm\node_modules\homebridge\node_modules\hap-nodejs\node_modules\node-persist\node_modules\mkdirp
  3528. 1659 silly install write writing q 1.1.2 to C:\Users\Rowan\AppData\Roaming\npm\node_modules\homebridge\node_modules\hap-nodejs\node_modules\node-persist\node_modules\q
  3529. 1660 silly install write writing ms 0.7.1 to C:\Users\Rowan\AppData\Roaming\npm\node_modules\homebridge\node_modules\hap-nodejs\node_modules\debug\node_modules\ms
  3530. 1661 verbose unbuild node_modules\homebridge\node_modules\hap-nodejs\node_modules\curve25519\node_modules\nan
  3531. 1662 verbose unbuild node_modules\homebridge\node_modules\hap-nodejs\node_modules\curve25519\node_modules\bindings
  3532. 1663 verbose unbuild node_modules\homebridge\node_modules\hap-nodejs\node_modules\node-persist\node_modules\mkdirp
  3533. 1664 silly gentlyRm C:\Users\Rowan\AppData\Roaming\npm\node_modules\homebridge\node_modules\hap-nodejs\node_modules\curve25519\node_modules\nan is being purged from base C:\Users\Rowan\AppData\Roaming\npm
  3534. 1665 verbose gentlyRm don't care about contents; nuking C:\Users\Rowan\AppData\Roaming\npm\node_modules\homebridge\node_modules\hap-nodejs\node_modules\curve25519\node_modules\nan
  3535. 1666 verbose unbuild node_modules\homebridge\node_modules\hap-nodejs\node_modules\node-persist\node_modules\q
  3536. 1667 silly gentlyRm C:\Users\Rowan\AppData\Roaming\npm\node_modules\homebridge\node_modules\hap-nodejs\node_modules\curve25519\node_modules\bindings is being purged from base C:\Users\Rowan\AppData\Roaming\npm
  3537. 1668 verbose gentlyRm don't care about contents; nuking C:\Users\Rowan\AppData\Roaming\npm\node_modules\homebridge\node_modules\hap-nodejs\node_modules\curve25519\node_modules\bindings
  3538. 1669 verbose tar unpack C:\Users\Rowan\AppData\Roaming\npm-cache\nan\2.1.0\package.tgz
  3539. 1670 verbose tar unpacking to C:\Users\Rowan\AppData\Roaming\npm\node_modules\homebridge\node_modules\hap-nodejs\node_modules\curve25519\node_modules\nan
  3540. 1671 silly gentlyRm C:\Users\Rowan\AppData\Roaming\npm\node_modules\homebridge\node_modules\hap-nodejs\node_modules\curve25519\node_modules\nan is being purged
  3541. 1672 verbose gentlyRm don't care about contents; nuking C:\Users\Rowan\AppData\Roaming\npm\node_modules\homebridge\node_modules\hap-nodejs\node_modules\curve25519\node_modules\nan
  3542. 1673 verbose unbuild node_modules\homebridge\node_modules\hap-nodejs\node_modules\debug\node_modules\ms
  3543. 1674 verbose tar unpack C:\Users\Rowan\AppData\Roaming\npm-cache\bindings\1.2.1\package.tgz
  3544. 1675 verbose tar unpacking to C:\Users\Rowan\AppData\Roaming\npm\node_modules\homebridge\node_modules\hap-nodejs\node_modules\curve25519\node_modules\bindings
  3545. 1676 silly gentlyRm C:\Users\Rowan\AppData\Roaming\npm\node_modules\homebridge\node_modules\hap-nodejs\node_modules\curve25519\node_modules\bindings is being purged
  3546. 1677 verbose gentlyRm don't care about contents; nuking C:\Users\Rowan\AppData\Roaming\npm\node_modules\homebridge\node_modules\hap-nodejs\node_modules\curve25519\node_modules\bindings
  3547. 1678 silly gentlyRm C:\Users\Rowan\AppData\Roaming\npm\node_modules\homebridge\node_modules\hap-nodejs\node_modules\node-persist\node_modules\mkdirp is being purged from base C:\Users\Rowan\AppData\Roaming\npm
  3548. 1679 verbose gentlyRm don't care about contents; nuking C:\Users\Rowan\AppData\Roaming\npm\node_modules\homebridge\node_modules\hap-nodejs\node_modules\node-persist\node_modules\mkdirp
  3549. 1680 silly gunzTarPerm modes [ '777', '666' ]
  3550. 1681 silly gentlyRm C:\Users\Rowan\AppData\Roaming\npm\node_modules\homebridge\node_modules\hap-nodejs\node_modules\node-persist\node_modules\q is being purged from base C:\Users\Rowan\AppData\Roaming\npm
  3551. 1682 verbose gentlyRm don't care about contents; nuking C:\Users\Rowan\AppData\Roaming\npm\node_modules\homebridge\node_modules\hap-nodejs\node_modules\node-persist\node_modules\q
  3552. 1683 silly gunzTarPerm modes [ '777', '666' ]
  3553. 1684 verbose tar unpack C:\Users\Rowan\AppData\Roaming\npm-cache\mkdirp\0.3.5\package.tgz
  3554. 1685 verbose tar unpacking to C:\Users\Rowan\AppData\Roaming\npm\node_modules\homebridge\node_modules\hap-nodejs\node_modules\node-persist\node_modules\mkdirp
  3555. 1686 silly gentlyRm C:\Users\Rowan\AppData\Roaming\npm\node_modules\homebridge\node_modules\hap-nodejs\node_modules\node-persist\node_modules\mkdirp is being purged
  3556. 1687 verbose gentlyRm don't care about contents; nuking C:\Users\Rowan\AppData\Roaming\npm\node_modules\homebridge\node_modules\hap-nodejs\node_modules\node-persist\node_modules\mkdirp
  3557. 1688 silly gentlyRm C:\Users\Rowan\AppData\Roaming\npm\node_modules\homebridge\node_modules\hap-nodejs\node_modules\debug\node_modules\ms is being purged from base C:\Users\Rowan\AppData\Roaming\npm
  3558. 1689 verbose gentlyRm don't care about contents; nuking C:\Users\Rowan\AppData\Roaming\npm\node_modules\homebridge\node_modules\hap-nodejs\node_modules\debug\node_modules\ms
  3559. 1690 verbose tar unpack C:\Users\Rowan\AppData\Roaming\npm-cache\q\1.1.2\package.tgz
  3560. 1691 verbose tar unpacking to C:\Users\Rowan\AppData\Roaming\npm\node_modules\homebridge\node_modules\hap-nodejs\node_modules\node-persist\node_modules\q
  3561. 1692 silly gentlyRm C:\Users\Rowan\AppData\Roaming\npm\node_modules\homebridge\node_modules\hap-nodejs\node_modules\node-persist\node_modules\q is being purged
  3562. 1693 verbose gentlyRm don't care about contents; nuking C:\Users\Rowan\AppData\Roaming\npm\node_modules\homebridge\node_modules\hap-nodejs\node_modules\node-persist\node_modules\q
  3563. 1694 silly gunzTarPerm modes [ '777', '666' ]
  3564. 1695 verbose tar unpack C:\Users\Rowan\AppData\Roaming\npm-cache\ms\0.7.1\package.tgz
  3565. 1696 verbose tar unpacking to C:\Users\Rowan\AppData\Roaming\npm\node_modules\homebridge\node_modules\hap-nodejs\node_modules\debug\node_modules\ms
  3566. 1697 silly gentlyRm C:\Users\Rowan\AppData\Roaming\npm\node_modules\homebridge\node_modules\hap-nodejs\node_modules\debug\node_modules\ms is being purged
  3567. 1698 verbose gentlyRm don't care about contents; nuking C:\Users\Rowan\AppData\Roaming\npm\node_modules\homebridge\node_modules\hap-nodejs\node_modules\debug\node_modules\ms
  3568. 1699 silly gunzTarPerm modes [ '777', '666' ]
  3569. 1700 silly gunzTarPerm modes [ '777', '666' ]
  3570. 1701 silly cache afterAdd bignum@0.11.0
  3571. 1702 verbose afterAdd C:\Users\Rowan\AppData\Roaming\npm-cache\bignum\0.11.0\package\package.json not in flight; writing
  3572. 1703 silly gunzTarPerm extractEntry package.json
  3573. 1704 silly gunzTarPerm modified mode [ 'package.json', 436, 438 ]
  3574. 1705 silly gunzTarPerm extractEntry package.json
  3575. 1706 silly gunzTarPerm modified mode [ 'package.json', 420, 438 ]
  3576. 1707 silly gunzTarPerm extractEntry package.json
  3577. 1708 silly gunzTarPerm modified mode [ 'package.json', 420, 438 ]
  3578. 1709 silly gunzTarPerm extractEntry package.json
  3579. 1710 silly gunzTarPerm modified mode [ 'package.json', 420, 438 ]
  3580. 1711 silly gunzTarPerm extractEntry package.json
  3581. 1712 silly gunzTarPerm modified mode [ 'package.json', 420, 438 ]
  3582. 1713 silly gunzTarPerm extractEntry README.md
  3583. 1714 silly gunzTarPerm modified mode [ 'README.md', 436, 438 ]
  3584. 1715 verbose afterAdd C:\Users\Rowan\AppData\Roaming\npm-cache\bignum\0.11.0\package\package.json written
  3585. 1716 silly install resolved [ { name: 'bignum',
  3586. 1716 silly install resolved version: '0.11.0',
  3587. 1716 silly install resolved description: 'Arbitrary-precision integer arithmetic using OpenSSL',
  3588. 1716 silly install resolved main: './index.js',
  3589. 1716 silly install resolved repository:
  3590. 1716 silly install resolved { type: 'git',
  3591. 1716 silly install resolved url: 'git+ssh://git@github.com/justmoon/node-bignum.git' },
  3592. 1716 silly install resolved keywords:
  3593. 1716 silly install resolved [ 'openssl',
  3594. 1716 silly install resolved 'big',
  3595. 1716 silly install resolved 'bignum',
  3596. 1716 silly install resolved 'bigint',
  3597. 1716 silly install resolved 'integer',
  3598. 1716 silly install resolved 'arithmetic',
  3599. 1716 silly install resolved 'precision' ],
  3600. 1716 silly install resolved author:
  3601. 1716 silly install resolved { name: 'Stefan Thomas',
  3602. 1716 silly install resolved email: 'justmoon@members.fsf.org',
  3603. 1716 silly install resolved url: 'http://www.justmoon.net' },
  3604. 1716 silly install resolved dependencies: { nan: '^2.0.0' },
  3605. 1716 silly install resolved devDependencies: { expresso: '>=0.6.0', binary: '>=0.1.7', put: '>=0.0.5' },
  3606. 1716 silly install resolved license: 'MIT/X11',
  3607. 1716 silly install resolved engine: { node: '>=0.8.0' },
  3608. 1716 silly install resolved scripts: { install: 'node-gyp configure build', test: 'expresso' },
  3609. 1716 silly install resolved contributors: [ [Object] ],
  3610. 1716 silly install resolved gitHead: 'b426a81c7f51b4bba2aca46c38a3cc95b83a8710',
  3611. 1716 silly install resolved bugs: { url: 'https://github.com/justmoon/node-bignum/issues' },
  3612. 1716 silly install resolved homepage: 'https://github.com/justmoon/node-bignum#readme',
  3613. 1716 silly install resolved _id: 'bignum@0.11.0',
  3614. 1716 silly install resolved _shasum: '6325f2b6c0e74c9f4c168ec7e25fd3acb8a63484',
  3615. 1716 silly install resolved _from: 'bignum@0.11.0',
  3616. 1716 silly install resolved _npmVersion: '2.13.3',
  3617. 1716 silly install resolved _nodeVersion: '3.0.0',
  3618. 1716 silly install resolved _npmUser: { name: 'rvagg', email: 'rod@vagg.org' },
  3619. 1716 silly install resolved maintainers: [ [Object], [Object], [Object] ],
  3620. 1716 silly install resolved dist:
  3621. 1716 silly install resolved { shasum: '6325f2b6c0e74c9f4c168ec7e25fd3acb8a63484',
  3622. 1716 silly install resolved tarball: 'http://registry.npmjs.org/bignum/-/bignum-0.11.0.tgz' },
  3623. 1716 silly install resolved directories: {},
  3624. 1716 silly install resolved _resolved: 'https://registry.npmjs.org/bignum/-/bignum-0.11.0.tgz',
  3625. 1716 silly install resolved readme: 'ERROR: No README data found!' } ]
  3626. 1717 info install bignum@0.11.0 into C:\Users\Rowan\AppData\Roaming\npm\node_modules\homebridge\node_modules\hap-nodejs\node_modules\srp
  3627. 1718 info installOne bignum@0.11.0
  3628. 1719 verbose installOne of bignum to C:\Users\Rowan\AppData\Roaming\npm\node_modules\homebridge\node_modules\hap-nodejs\node_modules\srp not in flight; installing
  3629. 1720 silly gunzTarPerm extractEntry include_dirs.js
  3630. 1721 silly gunzTarPerm modified mode [ 'include_dirs.js', 436, 438 ]
  3631. 1722 silly gunzTarPerm extractEntry README.md
  3632. 1723 silly gunzTarPerm modified mode [ 'README.md', 420, 438 ]
  3633. 1724 silly gunzTarPerm extractEntry bindings.js
  3634. 1725 silly gunzTarPerm modified mode [ 'bindings.js', 420, 438 ]
  3635. 1726 silly gunzTarPerm extractEntry .npmignore
  3636. 1727 silly gunzTarPerm modified mode [ '.npmignore', 420, 438 ]
  3637. 1728 silly gunzTarPerm extractEntry LICENSE
  3638. 1729 silly gunzTarPerm modified mode [ 'LICENSE', 420, 438 ]
  3639. 1730 verbose lock using C:\Users\Rowan\AppData\Roaming\npm-cache\_locks\bignum-ad2c197d7461ff2a.lock for C:\Users\Rowan\AppData\Roaming\npm\node_modules\homebridge\node_modules\hap-nodejs\node_modules\srp\node_modules\bignum
  3640. 1731 silly gunzTarPerm extractEntry README.md
  3641. 1732 silly gunzTarPerm modified mode [ 'README.md', 420, 438 ]
  3642. 1733 silly gunzTarPerm extractEntry LICENSE
  3643. 1734 silly gunzTarPerm modified mode [ 'LICENSE', 420, 438 ]
  3644. 1735 silly gunzTarPerm extractEntry q.js
  3645. 1736 silly gunzTarPerm modified mode [ 'q.js', 420, 438 ]
  3646. 1737 silly gunzTarPerm extractEntry queue.js
  3647. 1738 silly gunzTarPerm modified mode [ 'queue.js', 420, 438 ]
  3648. 1739 silly gunzTarPerm extractEntry .npmignore
  3649. 1740 silly gunzTarPerm modified mode [ '.npmignore', 420, 438 ]
  3650. 1741 silly gunzTarPerm extractEntry README.md
  3651. 1742 silly gunzTarPerm modified mode [ 'README.md', 420, 438 ]
  3652. 1743 silly install write writing bignum 0.11.0 to C:\Users\Rowan\AppData\Roaming\npm\node_modules\homebridge\node_modules\hap-nodejs\node_modules\srp\node_modules\bignum
  3653. 1744 silly gunzTarPerm extractEntry nan_converters.h
  3654. 1745 silly gunzTarPerm modified mode [ 'nan_converters.h', 436, 438 ]
  3655. 1746 silly gunzTarPerm extractEntry LICENSE.md
  3656. 1747 silly gunzTarPerm modified mode [ 'LICENSE.md', 436, 438 ]
  3657. 1748 silly gunzTarPerm extractEntry .dntrc
  3658. 1749 silly gunzTarPerm modified mode [ '.dntrc', 436, 438 ]
  3659. 1750 verbose unbuild node_modules\homebridge\node_modules\hap-nodejs\node_modules\srp\node_modules\bignum
  3660. 1751 silly gunzTarPerm extractEntry index.js
  3661. 1752 silly gunzTarPerm modified mode [ 'index.js', 420, 438 ]
  3662. 1753 silly gunzTarPerm extractEntry examples/pow.js
  3663. 1754 silly gunzTarPerm modified mode [ 'examples/pow.js', 420, 438 ]
  3664. 1755 silly gunzTarPerm extractEntry appveyor.yml
  3665. 1756 silly gunzTarPerm modified mode [ 'appveyor.yml', 436, 438 ]
  3666. 1757 silly gunzTarPerm extractEntry LICENSE
  3667. 1758 silly gunzTarPerm modified mode [ 'LICENSE', 420, 438 ]
  3668. 1759 silly gunzTarPerm extractEntry index.js
  3669. 1760 silly gunzTarPerm modified mode [ 'index.js', 420, 438 ]
  3670. 1761 silly gentlyRm C:\Users\Rowan\AppData\Roaming\npm\node_modules\homebridge\node_modules\hap-nodejs\node_modules\srp\node_modules\bignum is being purged from base C:\Users\Rowan\AppData\Roaming\npm
  3671. 1762 verbose gentlyRm don't care about contents; nuking C:\Users\Rowan\AppData\Roaming\npm\node_modules\homebridge\node_modules\hap-nodejs\node_modules\srp\node_modules\bignum
  3672. 1763 verbose tar unpack C:\Users\Rowan\AppData\Roaming\npm-cache\bignum\0.11.0\package.tgz
  3673. 1764 verbose tar unpacking to C:\Users\Rowan\AppData\Roaming\npm\node_modules\homebridge\node_modules\hap-nodejs\node_modules\srp\node_modules\bignum
  3674. 1765 silly gentlyRm C:\Users\Rowan\AppData\Roaming\npm\node_modules\homebridge\node_modules\hap-nodejs\node_modules\srp\node_modules\bignum is being purged
  3675. 1766 verbose gentlyRm don't care about contents; nuking C:\Users\Rowan\AppData\Roaming\npm\node_modules\homebridge\node_modules\hap-nodejs\node_modules\srp\node_modules\bignum
  3676. 1767 silly gunzTarPerm modes [ '777', '666' ]
  3677. 1768 silly gunzTarPerm extractEntry readme.markdown
  3678. 1769 silly gunzTarPerm modified mode [ 'readme.markdown', 420, 438 ]
  3679. 1770 silly gunzTarPerm extractEntry test/perm.js
  3680. 1771 silly gunzTarPerm modified mode [ 'test/perm.js', 420, 438 ]
  3681. 1772 silly gunzTarPerm extractEntry History.md
  3682. 1773 silly gunzTarPerm modified mode [ 'History.md', 420, 438 ]
  3683. 1774 silly gunzTarPerm extractEntry package.json
  3684. 1775 silly gunzTarPerm modified mode [ 'package.json', 420, 438 ]
  3685. 1776 silly gunzTarPerm extractEntry doc/new.md
  3686. 1777 silly gunzTarPerm modified mode [ 'doc/new.md', 436, 438 ]
  3687. 1778 silly gunzTarPerm extractEntry doc/.build.sh
  3688. 1779 silly gunzTarPerm modified mode [ 'doc/.build.sh', 509, 511 ]
  3689. 1780 silly gunzTarPerm extractEntry .npmignore
  3690. 1781 silly gunzTarPerm modified mode [ '.npmignore', 420, 438 ]
  3691. 1782 silly gunzTarPerm extractEntry index.js
  3692. 1783 silly gunzTarPerm modified mode [ 'index.js', 420, 438 ]
  3693. 1784 silly gunzTarPerm extractEntry doc/buffers.md
  3694. 1785 silly gunzTarPerm modified mode [ 'doc/buffers.md', 436, 438 ]
  3695. 1786 silly gunzTarPerm extractEntry doc/callback.md
  3696. 1787 silly gunzTarPerm modified mode [ 'doc/callback.md', 436, 438 ]
  3697. 1788 silly gunzTarPerm extractEntry binding.gyp
  3698. 1789 silly gunzTarPerm modified mode [ 'binding.gyp', 420, 438 ]
  3699. 1790 silly gunzTarPerm extractEntry .travis.yml
  3700. 1791 silly gunzTarPerm modified mode [ '.travis.yml', 420, 438 ]
  3701. 1792 silly gunzTarPerm extractEntry README.markdown
  3702. 1793 silly gunzTarPerm modified mode [ 'README.markdown', 420, 438 ]
  3703. 1794 silly gunzTarPerm extractEntry bignum.cc
  3704. 1795 silly gunzTarPerm modified mode [ 'bignum.cc', 420, 438 ]
  3705. 1796 silly gunzTarPerm extractEntry .dntrc
  3706. 1797 silly gunzTarPerm modified mode [ '.dntrc', 420, 438 ]
  3707. 1798 silly gunzTarPerm extractEntry examples/gen.js
  3708. 1799 silly gunzTarPerm modified mode [ 'examples/gen.js', 420, 438 ]
  3709. 1800 silly gunzTarPerm extractEntry examples/perfect.js
  3710. 1801 silly gunzTarPerm modified mode [ 'examples/perfect.js', 420, 438 ]
  3711. 1802 silly gunzTarPerm extractEntry examples/simple.js
  3712. 1803 silly gunzTarPerm modified mode [ 'examples/simple.js', 420, 438 ]
  3713. 1804 silly gunzTarPerm extractEntry test/big.js
  3714. 1805 silly gunzTarPerm modified mode [ 'test/big.js', 420, 438 ]
  3715. 1806 silly gunzTarPerm extractEntry test/buf.js
  3716. 1807 silly gunzTarPerm modified mode [ 'test/buf.js', 420, 438 ]
  3717. 1808 silly gunzTarPerm extractEntry test/gh52.js
  3718. 1809 silly gunzTarPerm modified mode [ 'test/gh52.js', 420, 438 ]
  3719. 1810 silly gunzTarPerm extractEntry test/isbignum.js
  3720. 1811 silly gunzTarPerm modified mode [ 'test/isbignum.js', 420, 438 ]
  3721. 1812 silly gunzTarPerm extractEntry test/seed.js
  3722. 1813 silly gunzTarPerm modified mode [ 'test/seed.js', 420, 438 ]
  3723. 1814 silly gunzTarPerm extractEntry test/wincrash.js
  3724. 1815 silly gunzTarPerm modified mode [ 'test/wincrash.js', 420, 438 ]
  3725. 1816 silly gunzTarPerm extractEntry doc/converters.md
  3726. 1817 silly gunzTarPerm modified mode [ 'doc/converters.md', 436, 438 ]
  3727. 1818 silly gunzTarPerm extractEntry doc/errors.md
  3728. 1819 silly gunzTarPerm modified mode [ 'doc/errors.md', 436, 438 ]
  3729. 1820 silly gunzTarPerm extractEntry test/perm_sync.js
  3730. 1821 silly gunzTarPerm modified mode [ 'test/perm_sync.js', 420, 438 ]
  3731. 1822 silly gunzTarPerm extractEntry test/race.js
  3732. 1823 silly gunzTarPerm modified mode [ 'test/race.js', 420, 438 ]
  3733. 1824 verbose write writing to C:\Users\Rowan\AppData\Roaming\npm\node_modules\homebridge\node_modules\hap-nodejs\node_modules\curve25519\node_modules\bindings\package.json
  3734. 1825 silly gunzTarPerm extractEntry doc/maybe_types.md
  3735. 1826 silly gunzTarPerm modified mode [ 'doc/maybe_types.md', 436, 438 ]
  3736. 1827 silly gunzTarPerm extractEntry doc/methods.md
  3737. 1828 silly gunzTarPerm modified mode [ 'doc/methods.md', 436, 438 ]
  3738. 1829 info preinstall bindings@1.2.1
  3739. 1830 silly gunzTarPerm extractEntry test/rel.js
  3740. 1831 silly gunzTarPerm modified mode [ 'test/rel.js', 420, 438 ]
  3741. 1832 verbose readDependencies loading dependencies from C:\Users\Rowan\AppData\Roaming\npm\node_modules\homebridge\node_modules\hap-nodejs\node_modules\curve25519\node_modules\bindings\package.json
  3742. 1833 silly gunzTarPerm extractEntry doc/asyncworker.md
  3743. 1834 silly gunzTarPerm modified mode [ 'doc/asyncworker.md', 436, 438 ]
  3744. 1835 silly gunzTarPerm extractEntry doc/node_misc.md
  3745. 1836 silly gunzTarPerm modified mode [ 'doc/node_misc.md', 436, 438 ]
  3746. 1837 verbose readDependencies loading dependencies from C:\Users\Rowan\AppData\Roaming\npm\node_modules\homebridge\node_modules\hap-nodejs\node_modules\curve25519\node_modules\bindings\package.json
  3747. 1838 silly gunzTarPerm extractEntry test/return.js
  3748. 1839 silly gunzTarPerm modified mode [ 'test/return.js', 420, 438 ]
  3749. 1840 silly gunzTarPerm extractEntry test/clobber.js
  3750. 1841 silly gunzTarPerm modified mode [ 'test/clobber.js', 420, 438 ]
  3751. 1842 silly gunzTarPerm extractEntry doc/persistent.md
  3752. 1843 silly gunzTarPerm modified mode [ 'doc/persistent.md', 436, 438 ]
  3753. 1844 silly gunzTarPerm extractEntry doc/scopes.md
  3754. 1845 silly gunzTarPerm modified mode [ 'doc/scopes.md', 436, 438 ]
  3755. 1846 silly install resolved []
  3756. 1847 verbose about to build C:\Users\Rowan\AppData\Roaming\npm\node_modules\homebridge\node_modules\hap-nodejs\node_modules\curve25519\node_modules\bindings
  3757. 1848 info build C:\Users\Rowan\AppData\Roaming\npm\node_modules\homebridge\node_modules\hap-nodejs\node_modules\curve25519\node_modules\bindings
  3758. 1849 verbose write writing to C:\Users\Rowan\AppData\Roaming\npm\node_modules\homebridge\node_modules\hap-nodejs\node_modules\debug\node_modules\ms\package.json
  3759. 1850 silly gunzTarPerm extractEntry test/root.js
  3760. 1851 silly gunzTarPerm modified mode [ 'test/root.js', 420, 438 ]
  3761. 1852 silly gunzTarPerm extractEntry test/umask.js
  3762. 1853 silly gunzTarPerm modified mode [ 'test/umask.js', 420, 438 ]
  3763. 1854 info linkStuff bindings@1.2.1
  3764. 1855 silly linkStuff bindings@1.2.1 has C:\Users\Rowan\AppData\Roaming\npm\node_modules\homebridge\node_modules\hap-nodejs\node_modules\curve25519\node_modules as its parent node_modules
  3765. 1856 silly linkStuff bindings@1.2.1 is part of a global install
  3766. 1857 silly linkStuff bindings@1.2.1 is installed into a global node_modules
  3767. 1858 info preinstall ms@0.7.1
  3768. 1859 verbose linkBins bindings@1.2.1
  3769. 1860 verbose linkMans bindings@1.2.1
  3770. 1861 verbose rebuildBundles bindings@1.2.1
  3771. 1862 info install bindings@1.2.1
  3772. 1863 verbose readDependencies loading dependencies from C:\Users\Rowan\AppData\Roaming\npm\node_modules\homebridge\node_modules\hap-nodejs\node_modules\debug\node_modules\ms\package.json
  3773. 1864 silly gunzTarPerm extractEntry doc/script.md
  3774. 1865 silly gunzTarPerm modified mode [ 'doc/script.md', 436, 438 ]
  3775. 1866 silly gunzTarPerm extractEntry doc/string_bytes.md
  3776. 1867 silly gunzTarPerm modified mode [ 'doc/string_bytes.md', 436, 438 ]
  3777. 1868 info postinstall bindings@1.2.1
  3778. 1869 verbose unlock done using C:\Users\Rowan\AppData\Roaming\npm-cache\_locks\bindings-4c01532df204192b.lock for C:\Users\Rowan\AppData\Roaming\npm\node_modules\homebridge\node_modules\hap-nodejs\node_modules\curve25519\node_modules\bindings
  3779. 1870 verbose readDependencies loading dependencies from C:\Users\Rowan\AppData\Roaming\npm\node_modules\homebridge\node_modules\hap-nodejs\node_modules\debug\node_modules\ms\package.json
  3780. 1871 silly gunzTarPerm extractEntry test/sync.js
  3781. 1872 silly gunzTarPerm modified mode [ 'test/sync.js', 420, 438 ]
  3782. 1873 silly gunzTarPerm extractEntry test/chmod.js
  3783. 1874 silly gunzTarPerm modified mode [ 'test/chmod.js', 420, 438 ]
  3784. 1875 silly gunzTarPerm extractEntry doc/v8_internals.md
  3785. 1876 silly gunzTarPerm modified mode [ 'doc/v8_internals.md', 436, 438 ]
  3786. 1877 silly gunzTarPerm extractEntry doc/v8_misc.md
  3787. 1878 silly gunzTarPerm modified mode [ 'doc/v8_misc.md', 436, 438 ]
  3788. 1879 silly install resolved []
  3789. 1880 verbose about to build C:\Users\Rowan\AppData\Roaming\npm\node_modules\homebridge\node_modules\hap-nodejs\node_modules\debug\node_modules\ms
  3790. 1881 info build C:\Users\Rowan\AppData\Roaming\npm\node_modules\homebridge\node_modules\hap-nodejs\node_modules\debug\node_modules\ms
  3791. 1882 verbose write writing to C:\Users\Rowan\AppData\Roaming\npm\node_modules\homebridge\node_modules\hap-nodejs\node_modules\node-persist\node_modules\q\package.json
  3792. 1883 silly gunzTarPerm extractEntry test/umask_sync.js
  3793. 1884 silly gunzTarPerm modified mode [ 'test/umask_sync.js', 420, 438 ]
  3794. 1885 silly gunzTarPerm extractEntry test/return_sync.js
  3795. 1886 silly gunzTarPerm modified mode [ 'test/return_sync.js', 420, 438 ]
  3796. 1887 info preinstall q@1.1.2
  3797. 1888 info linkStuff ms@0.7.1
  3798. 1889 silly linkStuff ms@0.7.1 has C:\Users\Rowan\AppData\Roaming\npm\node_modules\homebridge\node_modules\hap-nodejs\node_modules\debug\node_modules as its parent node_modules
  3799. 1890 silly linkStuff ms@0.7.1 is part of a global install
  3800. 1891 silly linkStuff ms@0.7.1 is installed into a global node_modules
  3801. 1892 verbose readDependencies loading dependencies from C:\Users\Rowan\AppData\Roaming\npm\node_modules\homebridge\node_modules\hap-nodejs\node_modules\node-persist\node_modules\q\package.json
  3802. 1893 verbose linkBins ms@0.7.1
  3803. 1894 verbose linkMans ms@0.7.1
  3804. 1895 verbose rebuildBundles ms@0.7.1
  3805. 1896 silly gunzTarPerm extractEntry nan.h
  3806. 1897 silly gunzTarPerm modified mode [ 'nan.h', 436, 438 ]
  3807. 1898 silly gunzTarPerm extractEntry nan_callbacks.h
  3808. 1899 silly gunzTarPerm modified mode [ 'nan_callbacks.h', 436, 438 ]
  3809. 1900 silly gunzTarPerm extractEntry nan_callbacks_12_inl.h
  3810. 1901 silly gunzTarPerm modified mode [ 'nan_callbacks_12_inl.h', 436, 438 ]
  3811. 1902 silly gunzTarPerm extractEntry nan_callbacks_pre_12_inl.h
  3812. 1903 silly gunzTarPerm modified mode [ 'nan_callbacks_pre_12_inl.h', 436, 438 ]
  3813. 1904 silly gunzTarPerm extractEntry nan_converters_43_inl.h
  3814. 1905 silly gunzTarPerm modified mode [ 'nan_converters_43_inl.h', 436, 438 ]
  3815. 1906 silly gunzTarPerm extractEntry nan_converters_pre_43_inl.h
  3816. 1907 silly gunzTarPerm modified mode [ 'nan_converters_pre_43_inl.h', 436, 438 ]
  3817. 1908 silly gunzTarPerm extractEntry nan_implementation_12_inl.h
  3818. 1909 silly gunzTarPerm modified mode [ 'nan_implementation_12_inl.h', 436, 438 ]
  3819. 1910 silly gunzTarPerm extractEntry nan_implementation_pre_12_inl.h
  3820. 1911 silly gunzTarPerm modified mode [ 'nan_implementation_pre_12_inl.h', 436, 438 ]
  3821. 1912 silly gunzTarPerm extractEntry nan_maybe_43_inl.h
  3822. 1913 silly gunzTarPerm modified mode [ 'nan_maybe_43_inl.h', 436, 438 ]
  3823. 1914 silly gunzTarPerm extractEntry nan_maybe_pre_43_inl.h
  3824. 1915 silly gunzTarPerm modified mode [ 'nan_maybe_pre_43_inl.h', 436, 438 ]
  3825. 1916 silly gunzTarPerm extractEntry nan_new.h
  3826. 1917 silly gunzTarPerm modified mode [ 'nan_new.h', 436, 438 ]
  3827. 1918 silly gunzTarPerm extractEntry nan_object_wrap.h
  3828. 1919 silly gunzTarPerm modified mode [ 'nan_object_wrap.h', 436, 438 ]
  3829. 1920 silly gunzTarPerm extractEntry nan_persistent_12_inl.h
  3830. 1921 silly gunzTarPerm modified mode [ 'nan_persistent_12_inl.h', 436, 438 ]
  3831. 1922 silly gunzTarPerm extractEntry nan_persistent_pre_12_inl.h
  3832. 1923 silly gunzTarPerm modified mode [ 'nan_persistent_pre_12_inl.h', 436, 438 ]
  3833. 1924 silly gunzTarPerm extractEntry nan_string_bytes.h
  3834. 1925 silly gunzTarPerm modified mode [ 'nan_string_bytes.h', 436, 438 ]
  3835. 1926 silly gunzTarPerm extractEntry nan_typedarray_contents.h
  3836. 1927 silly gunzTarPerm modified mode [ 'nan_typedarray_contents.h', 436, 438 ]
  3837. 1928 silly gunzTarPerm extractEntry nan_weak.h
  3838. 1929 silly gunzTarPerm modified mode [ 'nan_weak.h', 436, 438 ]
  3839. 1930 silly gunzTarPerm extractEntry CHANGELOG.md
  3840. 1931 silly gunzTarPerm modified mode [ 'CHANGELOG.md', 436, 438 ]
  3841. 1932 silly gunzTarPerm extractEntry tools/package.json
  3842. 1933 silly gunzTarPerm modified mode [ 'tools/package.json', 436, 438 ]
  3843. 1934 silly gunzTarPerm extractEntry tools/README.md
  3844. 1935 silly gunzTarPerm modified mode [ 'tools/README.md', 436, 438 ]
  3845. 1936 silly gunzTarPerm extractEntry tools/1to2.js
  3846. 1937 silly gunzTarPerm modified mode [ 'tools/1to2.js', 509, 511 ]
  3847. 1938 info install ms@0.7.1
  3848. 1939 info postinstall ms@0.7.1
  3849. 1940 silly gunzTarPerm extractEntry test/mkdirp.js
  3850. 1941 silly gunzTarPerm modified mode [ 'test/mkdirp.js', 420, 438 ]
  3851. 1942 silly gunzTarPerm extractEntry .travis.yml
  3852. 1943 silly gunzTarPerm modified mode [ '.travis.yml', 420, 438 ]
  3853. 1944 verbose readDependencies loading dependencies from C:\Users\Rowan\AppData\Roaming\npm\node_modules\homebridge\node_modules\hap-nodejs\node_modules\node-persist\node_modules\q\package.json
  3854. 1945 verbose unlock done using C:\Users\Rowan\AppData\Roaming\npm-cache\_locks\ms-8e2883f1175f9050.lock for C:\Users\Rowan\AppData\Roaming\npm\node_modules\homebridge\node_modules\hap-nodejs\node_modules\debug\node_modules\ms
  3855. 1946 verbose about to build C:\Users\Rowan\AppData\Roaming\npm\node_modules\homebridge\node_modules\hap-nodejs\node_modules\debug
  3856. 1947 info build C:\Users\Rowan\AppData\Roaming\npm\node_modules\homebridge\node_modules\hap-nodejs\node_modules\debug
  3857. 1948 info linkStuff debug@2.2.0
  3858. 1949 silly linkStuff debug@2.2.0 has C:\Users\Rowan\AppData\Roaming\npm\node_modules\homebridge\node_modules\hap-nodejs\node_modules as its parent node_modules
  3859. 1950 silly linkStuff debug@2.2.0 is part of a global install
  3860. 1951 silly linkStuff debug@2.2.0 is installed into a global node_modules
  3861. 1952 silly install resolved []
  3862. 1953 verbose about to build C:\Users\Rowan\AppData\Roaming\npm\node_modules\homebridge\node_modules\hap-nodejs\node_modules\node-persist\node_modules\q
  3863. 1954 info build C:\Users\Rowan\AppData\Roaming\npm\node_modules\homebridge\node_modules\hap-nodejs\node_modules\node-persist\node_modules\q
  3864. 1955 verbose linkBins debug@2.2.0
  3865. 1956 verbose linkMans debug@2.2.0
  3866. 1957 verbose rebuildBundles debug@2.2.0
  3867. 1958 verbose rebuildBundles [ 'ms' ]
  3868. 1959 info install debug@2.2.0
  3869. 1960 info postinstall debug@2.2.0
  3870. 1961 info linkStuff q@1.1.2
  3871. 1962 silly linkStuff q@1.1.2 has C:\Users\Rowan\AppData\Roaming\npm\node_modules\homebridge\node_modules\hap-nodejs\node_modules\node-persist\node_modules as its parent node_modules
  3872. 1963 silly linkStuff q@1.1.2 is part of a global install
  3873. 1964 silly linkStuff q@1.1.2 is installed into a global node_modules
  3874. 1965 verbose linkBins q@1.1.2
  3875. 1966 verbose linkMans q@1.1.2
  3876. 1967 verbose rebuildBundles q@1.1.2
  3877. 1968 verbose unlock done using C:\Users\Rowan\AppData\Roaming\npm-cache\_locks\debug-de74bc5728a5640e.lock for C:\Users\Rowan\AppData\Roaming\npm\node_modules\homebridge\node_modules\hap-nodejs\node_modules\debug
  3878. 1969 info install q@1.1.2
  3879. 1970 info postinstall q@1.1.2
  3880. 1971 verbose unlock done using C:\Users\Rowan\AppData\Roaming\npm-cache\_locks\q-08c467102a7f3009.lock for C:\Users\Rowan\AppData\Roaming\npm\node_modules\homebridge\node_modules\hap-nodejs\node_modules\node-persist\node_modules\q
  3881. 1972 verbose write writing to C:\Users\Rowan\AppData\Roaming\npm\node_modules\homebridge\node_modules\hap-nodejs\node_modules\node-persist\node_modules\mkdirp\package.json
  3882. 1973 verbose write writing to C:\Users\Rowan\AppData\Roaming\npm\node_modules\homebridge\node_modules\hap-nodejs\node_modules\srp\node_modules\bignum\package.json
  3883. 1974 info preinstall mkdirp@0.3.5
  3884. 1975 info preinstall bignum@0.11.0
  3885. 1976 verbose readDependencies loading dependencies from C:\Users\Rowan\AppData\Roaming\npm\node_modules\homebridge\node_modules\hap-nodejs\node_modules\node-persist\node_modules\mkdirp\package.json
  3886. 1977 verbose readDependencies loading dependencies from C:\Users\Rowan\AppData\Roaming\npm\node_modules\homebridge\node_modules\hap-nodejs\node_modules\srp\node_modules\bignum\package.json
  3887. 1978 verbose readDependencies loading dependencies from C:\Users\Rowan\AppData\Roaming\npm\node_modules\homebridge\node_modules\hap-nodejs\node_modules\node-persist\node_modules\mkdirp\package.json
  3888. 1979 silly prepareForInstallMany adding nan@^2.0.0 from bignum dependencies
  3889. 1980 verbose readDependencies loading dependencies from C:\Users\Rowan\AppData\Roaming\npm\node_modules\homebridge\node_modules\hap-nodejs\node_modules\srp\node_modules\bignum\package.json
  3890. 1981 silly install resolved []
  3891. 1982 verbose about to build C:\Users\Rowan\AppData\Roaming\npm\node_modules\homebridge\node_modules\hap-nodejs\node_modules\node-persist\node_modules\mkdirp
  3892. 1983 info build C:\Users\Rowan\AppData\Roaming\npm\node_modules\homebridge\node_modules\hap-nodejs\node_modules\node-persist\node_modules\mkdirp
  3893. 1984 silly cache add args [ 'nan@^2.0.0', null ]
  3894. 1985 verbose cache add spec nan@^2.0.0
  3895. 1986 silly cache add parsed spec Result {
  3896. 1986 silly cache add raw: 'nan@^2.0.0',
  3897. 1986 silly cache add scope: null,
  3898. 1986 silly cache add name: 'nan',
  3899. 1986 silly cache add rawSpec: '^2.0.0',
  3900. 1986 silly cache add spec: '>=2.0.0 <3.0.0',
  3901. 1986 silly cache add type: 'range' }
  3902. 1987 silly addNamed nan@>=2.0.0 <3.0.0
  3903. 1988 verbose addNamed ">=2.0.0 <3.0.0" is a valid semver range for nan
  3904. 1989 silly addNameRange { name: 'nan', range: '>=2.0.0 <3.0.0', hasData: false }
  3905. 1990 silly mapToRegistry name nan
  3906. 1991 silly mapToRegistry using default registry
  3907. 1992 silly mapToRegistry registry https://registry.npmjs.org/
  3908. 1993 silly mapToRegistry uri https://registry.npmjs.org/nan
  3909. 1994 verbose addNameRange registry:https://registry.npmjs.org/nan not in flight; fetching
  3910. 1995 verbose write writing to C:\Users\Rowan\AppData\Roaming\npm\node_modules\homebridge\node_modules\hap-nodejs\node_modules\ed25519\package.json
  3911. 1996 info linkStuff mkdirp@0.3.5
  3912. 1997 silly linkStuff mkdirp@0.3.5 has C:\Users\Rowan\AppData\Roaming\npm\node_modules\homebridge\node_modules\hap-nodejs\node_modules\node-persist\node_modules as its parent node_modules
  3913. 1998 silly linkStuff mkdirp@0.3.5 is part of a global install
  3914. 1999 silly linkStuff mkdirp@0.3.5 is installed into a global node_modules
  3915. 2000 verbose get https://registry.npmjs.org/nan not expired, no request
  3916. 2001 silly addNameRange number 2 { name: 'nan', range: '>=2.0.0 <3.0.0', hasData: true }
  3917. 2002 silly addNameRange versions [ 'nan',
  3918. 2002 silly addNameRange [ '0.3.0-wip',
  3919. 2002 silly addNameRange '0.3.0-wip2',
  3920. 2002 silly addNameRange '0.3.0',
  3921. 2002 silly addNameRange '0.3.1',
  3922. 2002 silly addNameRange '0.3.2',
  3923. 2002 silly addNameRange '0.4.0',
  3924. 2002 silly addNameRange '0.4.1',
  3925. 2002 silly addNameRange '0.4.2',
  3926. 2002 silly addNameRange '0.4.3',
  3927. 2002 silly addNameRange '0.4.4',
  3928. 2002 silly addNameRange '0.5.0',
  3929. 2002 silly addNameRange '0.5.1',
  3930. 2002 silly addNameRange '0.5.2',
  3931. 2002 silly addNameRange '0.6.0',
  3932. 2002 silly addNameRange '0.7.0',
  3933. 2002 silly addNameRange '0.7.1',
  3934. 2002 silly addNameRange '0.8.0',
  3935. 2002 silly addNameRange '1.0.0',
  3936. 2002 silly addNameRange '1.1.0',
  3937. 2002 silly addNameRange '1.1.1',
  3938. 2002 silly addNameRange '1.1.2',
  3939. 2002 silly addNameRange '1.2.0',
  3940. 2002 silly addNameRange '1.3.0',
  3941. 2002 silly addNameRange '1.4.0',
  3942. 2002 silly addNameRange '1.4.1',
  3943. 2002 silly addNameRange '1.5.0',
  3944. 2002 silly addNameRange '1.4.2',
  3945. 2002 silly addNameRange '1.4.3',
  3946. 2002 silly addNameRange '1.5.1',
  3947. 2002 silly addNameRange '1.5.2',
  3948. 2002 silly addNameRange '1.6.0',
  3949. 2002 silly addNameRange '1.5.3',
  3950. 2002 silly addNameRange '1.6.1',
  3951. 2002 silly addNameRange '1.6.2',
  3952. 2002 silly addNameRange '1.7.0',
  3953. 2002 silly addNameRange '1.8.0',
  3954. 2002 silly addNameRange '1.8.1',
  3955. 2002 silly addNameRange '1.8.2',
  3956. 2002 silly addNameRange '1.8.3',
  3957. 2002 silly addNameRange '1.8.4',
  3958. 2002 silly addNameRange '1.9.0',
  3959. 2002 silly addNameRange '2.0.0',
  3960. 2002 silly addNameRange '2.0.1',
  3961. 2002 silly addNameRange '2.0.2',
  3962. 2002 silly addNameRange '2.0.3',
  3963. 2002 silly addNameRange '2.0.4',
  3964. 2002 silly addNameRange '2.0.5',
  3965. 2002 silly addNameRange '2.0.6',
  3966. 2002 silly addNameRange '2.0.7',
  3967. 2002 silly addNameRange '2.0.8',
  3968. 2002 silly addNameRange '2.0.9',
  3969. 2002 silly addNameRange '2.1.0' ] ]
  3970. 2003 silly addNamed nan@2.1.0
  3971. 2004 verbose addNamed "2.1.0" is a plain semver version for nan
  3972. 2005 verbose linkBins mkdirp@0.3.5
  3973. 2006 verbose linkMans mkdirp@0.3.5
  3974. 2007 verbose rebuildBundles mkdirp@0.3.5
  3975. 2008 info preinstall ed25519@0.0.3
  3976. 2009 info install mkdirp@0.3.5
  3977. 2010 verbose readDependencies loading dependencies from C:\Users\Rowan\AppData\Roaming\npm\node_modules\homebridge\node_modules\hap-nodejs\node_modules\ed25519\package.json
  3978. 2011 info postinstall mkdirp@0.3.5
  3979. 2012 silly cache afterAdd nan@2.1.0
  3980. 2013 verbose afterAdd C:\Users\Rowan\AppData\Roaming\npm-cache\nan\2.1.0\package\package.json not in flight; writing
  3981. 2014 verbose unlock done using C:\Users\Rowan\AppData\Roaming\npm-cache\_locks\mkdirp-31c72cb3c110e337.lock for C:\Users\Rowan\AppData\Roaming\npm\node_modules\homebridge\node_modules\hap-nodejs\node_modules\node-persist\node_modules\mkdirp
  3982. 2015 verbose about to build C:\Users\Rowan\AppData\Roaming\npm\node_modules\homebridge\node_modules\hap-nodejs\node_modules\node-persist
  3983. 2016 info build C:\Users\Rowan\AppData\Roaming\npm\node_modules\homebridge\node_modules\hap-nodejs\node_modules\node-persist
  3984. 2017 silly prepareForInstallMany adding bindings@^1.2.1 from ed25519 dependencies
  3985. 2018 silly prepareForInstallMany adding nan@^2.0.9 from ed25519 dependencies
  3986. 2019 verbose readDependencies loading dependencies from C:\Users\Rowan\AppData\Roaming\npm\node_modules\homebridge\node_modules\hap-nodejs\node_modules\ed25519\package.json
  3987. 2020 verbose afterAdd C:\Users\Rowan\AppData\Roaming\npm-cache\nan\2.1.0\package\package.json written
  3988. 2021 silly install resolved [ { name: 'nan',
  3989. 2021 silly install resolved version: '2.1.0',
  3990. 2021 silly install resolved description: 'Native Abstractions for Node.js: C++ header for Node 0.8 -> 4 compatibility',
  3991. 2021 silly install resolved main: 'include_dirs.js',
  3992. 2021 silly install resolved repository: { type: 'git', url: 'git://github.com/nodejs/nan.git' },
  3993. 2021 silly install resolved scripts:
  3994. 2021 silly install resolved { test: 'tap --gc test/js/*-test.js',
  3995. 2021 silly install resolved 'rebuild-tests': 'node-gyp rebuild --msvs_version=2013 --directory test',
  3996. 2021 silly install resolved docs: 'doc/.build.sh' },
  3997. 2021 silly install resolved contributors:
  3998. 2021 silly install resolved [ [Object],
  3999. 2021 silly install resolved [Object],
  4000. 2021 silly install resolved [Object],
  4001. 2021 silly install resolved [Object],
  4002. 2021 silly install resolved [Object],
  4003. 2021 silly install resolved [Object],
  4004. 2021 silly install resolved [Object] ],
  4005. 2021 silly install resolved devDependencies:
  4006. 2021 silly install resolved { bindings: '~1.2.1',
  4007. 2021 silly install resolved commander: '^2.8.1',
  4008. 2021 silly install resolved glob: '^5.0.14',
  4009. 2021 silly install resolved 'node-gyp': '~3.0.1',
  4010. 2021 silly install resolved tap: '~0.7.1',
  4011. 2021 silly install resolved xtend: '~4.0.0' },
  4012. 2021 silly install resolved license: 'MIT',
  4013. 2021 silly install resolved bugs: { url: 'https://github.com/nodejs/nan/issues' },
  4014. 2021 silly install resolved homepage: 'https://github.com/nodejs/nan#readme',
  4015. 2021 silly install resolved _id: 'nan@2.1.0',
  4016. 2021 silly install resolved _shasum: '020a7ccedc63fdee85f85967d5607849e74abbe8',
  4017. 2021 silly install resolved _resolved: 'https://registry.npmjs.org/nan/-/nan-2.1.0.tgz',
  4018. 2021 silly install resolved _from: 'nan@>=2.0.0 <3.0.0',
  4019. 2021 silly install resolved _npmVersion: '3.3.5',
  4020. 2021 silly install resolved _nodeVersion: '4.1.2',
  4021. 2021 silly install resolved _npmUser: { name: 'kkoopa', email: 'bbyholm@abo.fi' },
  4022. 2021 silly install resolved dist:
  4023. 2021 silly install resolved { shasum: '020a7ccedc63fdee85f85967d5607849e74abbe8',
  4024. 2021 silly install resolved tarball: 'http://registry.npmjs.org/nan/-/nan-2.1.0.tgz' },
  4025. 2021 silly install resolved maintainers: [ [Object], [Object] ],
  4026. 2021 silly install resolved directories: {},
  4027. 2021 silly install resolved readme: 'ERROR: No README data found!' } ]
  4028. 2022 info install nan@2.1.0 into C:\Users\Rowan\AppData\Roaming\npm\node_modules\homebridge\node_modules\hap-nodejs\node_modules\srp\node_modules\bignum
  4029. 2023 info installOne nan@2.1.0
  4030. 2024 verbose installOne of nan to C:\Users\Rowan\AppData\Roaming\npm\node_modules\homebridge\node_modules\hap-nodejs\node_modules\srp\node_modules\bignum not in flight; installing
  4031. 2025 info linkStuff node-persist@0.0.3
  4032. 2026 silly linkStuff node-persist@0.0.3 has C:\Users\Rowan\AppData\Roaming\npm\node_modules\homebridge\node_modules\hap-nodejs\node_modules as its parent node_modules
  4033. 2027 silly linkStuff node-persist@0.0.3 is part of a global install
  4034. 2028 silly linkStuff node-persist@0.0.3 is installed into a global node_modules
  4035. 2029 verbose lock using C:\Users\Rowan\AppData\Roaming\npm-cache\_locks\nan-b3160f430d71f73f.lock for C:\Users\Rowan\AppData\Roaming\npm\node_modules\homebridge\node_modules\hap-nodejs\node_modules\srp\node_modules\bignum\node_modules\nan
  4036. 2030 verbose linkBins node-persist@0.0.3
  4037. 2031 verbose linkMans node-persist@0.0.3
  4038. 2032 verbose rebuildBundles node-persist@0.0.3
  4039. 2033 silly install write writing nan 2.1.0 to C:\Users\Rowan\AppData\Roaming\npm\node_modules\homebridge\node_modules\hap-nodejs\node_modules\srp\node_modules\bignum\node_modules\nan
  4040. 2034 verbose rebuildBundles [ 'mkdirp', 'q' ]
  4041. 2035 info install node-persist@0.0.3
  4042. 2036 silly cache add args [ 'bindings@^1.2.1', null ]
  4043. 2037 verbose cache add spec bindings@^1.2.1
  4044. 2038 silly cache add args [ 'nan@^2.0.9', null ]
  4045. 2039 verbose cache add spec nan@^2.0.9
  4046. 2040 silly cache add parsed spec Result {
  4047. 2040 silly cache add raw: 'bindings@^1.2.1',
  4048. 2040 silly cache add scope: null,
  4049. 2040 silly cache add name: 'bindings',
  4050. 2040 silly cache add rawSpec: '^1.2.1',
  4051. 2040 silly cache add spec: '>=1.2.1 <2.0.0',
  4052. 2040 silly cache add type: 'range' }
  4053. 2041 silly addNamed bindings@>=1.2.1 <2.0.0
  4054. 2042 verbose addNamed ">=1.2.1 <2.0.0" is a valid semver range for bindings
  4055. 2043 silly addNameRange { name: 'bindings', range: '>=1.2.1 <2.0.0', hasData: false }
  4056. 2044 silly mapToRegistry name bindings
  4057. 2045 silly mapToRegistry using default registry
  4058. 2046 silly mapToRegistry registry https://registry.npmjs.org/
  4059. 2047 silly mapToRegistry uri https://registry.npmjs.org/bindings
  4060. 2048 verbose addNameRange registry:https://registry.npmjs.org/bindings not in flight; fetching
  4061. 2049 silly cache add parsed spec Result {
  4062. 2049 silly cache add raw: 'nan@^2.0.9',
  4063. 2049 silly cache add scope: null,
  4064. 2049 silly cache add name: 'nan',
  4065. 2049 silly cache add rawSpec: '^2.0.9',
  4066. 2049 silly cache add spec: '>=2.0.9 <3.0.0',
  4067. 2049 silly cache add type: 'range' }
  4068. 2050 silly addNamed nan@>=2.0.9 <3.0.0
  4069. 2051 verbose addNamed ">=2.0.9 <3.0.0" is a valid semver range for nan
  4070. 2052 silly addNameRange { name: 'nan', range: '>=2.0.9 <3.0.0', hasData: false }
  4071. 2053 silly mapToRegistry name nan
  4072. 2054 silly mapToRegistry using default registry
  4073. 2055 silly mapToRegistry registry https://registry.npmjs.org/
  4074. 2056 silly mapToRegistry uri https://registry.npmjs.org/nan
  4075. 2057 verbose addNameRange registry:https://registry.npmjs.org/nan not in flight; fetching
  4076. 2058 info postinstall node-persist@0.0.3
  4077. 2059 verbose unbuild node_modules\homebridge\node_modules\hap-nodejs\node_modules\srp\node_modules\bignum\node_modules\nan
  4078. 2060 verbose unlock done using C:\Users\Rowan\AppData\Roaming\npm-cache\_locks\node-persist-373243b3865557ac.lock for C:\Users\Rowan\AppData\Roaming\npm\node_modules\homebridge\node_modules\hap-nodejs\node_modules\node-persist
  4079. 2061 verbose get https://registry.npmjs.org/bindings not expired, no request
  4080. 2062 silly addNameRange number 2 { name: 'bindings', range: '>=1.2.1 <2.0.0', hasData: true }
  4081. 2063 silly addNameRange versions [ 'bindings',
  4082. 2063 silly addNameRange [ '0.0.1',
  4083. 2063 silly addNameRange '0.1.0',
  4084. 2063 silly addNameRange '0.1.1',
  4085. 2063 silly addNameRange '0.2.0',
  4086. 2063 silly addNameRange '0.2.1',
  4087. 2063 silly addNameRange '0.2.2',
  4088. 2063 silly addNameRange '0.2.3',
  4089. 2063 silly addNameRange '0.2.4',
  4090. 2063 silly addNameRange '0.3.0',
  4091. 2063 silly addNameRange '0.4.0',
  4092. 2063 silly addNameRange '1.0.0',
  4093. 2063 silly addNameRange '1.1.0',
  4094. 2063 silly addNameRange '1.1.1',
  4095. 2063 silly addNameRange '1.2.0',
  4096. 2063 silly addNameRange '1.2.1' ] ]
  4097. 2064 silly addNamed bindings@1.2.1
  4098. 2065 verbose addNamed "1.2.1" is a plain semver version for bindings
  4099. 2066 verbose get https://registry.npmjs.org/nan not expired, no request
  4100. 2067 silly addNameRange number 2 { name: 'nan', range: '>=2.0.9 <3.0.0', hasData: true }
  4101. 2068 silly addNameRange versions [ 'nan',
  4102. 2068 silly addNameRange [ '0.3.0-wip',
  4103. 2068 silly addNameRange '0.3.0-wip2',
  4104. 2068 silly addNameRange '0.3.0',
  4105. 2068 silly addNameRange '0.3.1',
  4106. 2068 silly addNameRange '0.3.2',
  4107. 2068 silly addNameRange '0.4.0',
  4108. 2068 silly addNameRange '0.4.1',
  4109. 2068 silly addNameRange '0.4.2',
  4110. 2068 silly addNameRange '0.4.3',
  4111. 2068 silly addNameRange '0.4.4',
  4112. 2068 silly addNameRange '0.5.0',
  4113. 2068 silly addNameRange '0.5.1',
  4114. 2068 silly addNameRange '0.5.2',
  4115. 2068 silly addNameRange '0.6.0',
  4116. 2068 silly addNameRange '0.7.0',
  4117. 2068 silly addNameRange '0.7.1',
  4118. 2068 silly addNameRange '0.8.0',
  4119. 2068 silly addNameRange '1.0.0',
  4120. 2068 silly addNameRange '1.1.0',
  4121. 2068 silly addNameRange '1.1.1',
  4122. 2068 silly addNameRange '1.1.2',
  4123. 2068 silly addNameRange '1.2.0',
  4124. 2068 silly addNameRange '1.3.0',
  4125. 2068 silly addNameRange '1.4.0',
  4126. 2068 silly addNameRange '1.4.1',
  4127. 2068 silly addNameRange '1.5.0',
  4128. 2068 silly addNameRange '1.4.2',
  4129. 2068 silly addNameRange '1.4.3',
  4130. 2068 silly addNameRange '1.5.1',
  4131. 2068 silly addNameRange '1.5.2',
  4132. 2068 silly addNameRange '1.6.0',
  4133. 2068 silly addNameRange '1.5.3',
  4134. 2068 silly addNameRange '1.6.1',
  4135. 2068 silly addNameRange '1.6.2',
  4136. 2068 silly addNameRange '1.7.0',
  4137. 2068 silly addNameRange '1.8.0',
  4138. 2068 silly addNameRange '1.8.1',
  4139. 2068 silly addNameRange '1.8.2',
  4140. 2068 silly addNameRange '1.8.3',
  4141. 2068 silly addNameRange '1.8.4',
  4142. 2068 silly addNameRange '1.9.0',
  4143. 2068 silly addNameRange '2.0.0',
  4144. 2068 silly addNameRange '2.0.1',
  4145. 2068 silly addNameRange '2.0.2',
  4146. 2068 silly addNameRange '2.0.3',
  4147. 2068 silly addNameRange '2.0.4',
  4148. 2068 silly addNameRange '2.0.5',
  4149. 2068 silly addNameRange '2.0.6',
  4150. 2068 silly addNameRange '2.0.7',
  4151. 2068 silly addNameRange '2.0.8',
  4152. 2068 silly addNameRange '2.0.9',
  4153. 2068 silly addNameRange '2.1.0' ] ]
  4154. 2069 silly addNamed nan@2.1.0
  4155. 2070 verbose addNamed "2.1.0" is a plain semver version for nan
  4156. 2071 silly gentlyRm C:\Users\Rowan\AppData\Roaming\npm\node_modules\homebridge\node_modules\hap-nodejs\node_modules\srp\node_modules\bignum\node_modules\nan is being purged from base C:\Users\Rowan\AppData\Roaming\npm
  4157. 2072 verbose gentlyRm don't care about contents; nuking C:\Users\Rowan\AppData\Roaming\npm\node_modules\homebridge\node_modules\hap-nodejs\node_modules\srp\node_modules\bignum\node_modules\nan
  4158. 2073 verbose tar unpack C:\Users\Rowan\AppData\Roaming\npm-cache\nan\2.1.0\package.tgz
  4159. 2074 verbose tar unpacking to C:\Users\Rowan\AppData\Roaming\npm\node_modules\homebridge\node_modules\hap-nodejs\node_modules\srp\node_modules\bignum\node_modules\nan
  4160. 2075 silly gentlyRm C:\Users\Rowan\AppData\Roaming\npm\node_modules\homebridge\node_modules\hap-nodejs\node_modules\srp\node_modules\bignum\node_modules\nan is being purged
  4161. 2076 verbose gentlyRm don't care about contents; nuking C:\Users\Rowan\AppData\Roaming\npm\node_modules\homebridge\node_modules\hap-nodejs\node_modules\srp\node_modules\bignum\node_modules\nan
  4162. 2077 silly gunzTarPerm modes [ '777', '666' ]
  4163. 2078 silly cache afterAdd bindings@1.2.1
  4164. 2079 verbose afterAdd C:\Users\Rowan\AppData\Roaming\npm-cache\bindings\1.2.1\package\package.json not in flight; writing
  4165. 2080 silly cache afterAdd nan@2.1.0
  4166. 2081 verbose afterAdd C:\Users\Rowan\AppData\Roaming\npm-cache\nan\2.1.0\package\package.json not in flight; writing
  4167. 2082 silly gunzTarPerm extractEntry package.json
  4168. 2083 silly gunzTarPerm modified mode [ 'package.json', 436, 438 ]
  4169. 2084 verbose afterAdd C:\Users\Rowan\AppData\Roaming\npm-cache\bindings\1.2.1\package\package.json written
  4170. 2085 verbose afterAdd C:\Users\Rowan\AppData\Roaming\npm-cache\nan\2.1.0\package\package.json written
  4171. 2086 silly install resolved [ { name: 'bindings',
  4172. 2086 silly install resolved description: 'Helper module for loading your native module\'s .node file',
  4173. 2086 silly install resolved keywords: [ 'native', 'addon', 'bindings', 'gyp', 'waf', 'c', 'c++' ],
  4174. 2086 silly install resolved version: '1.2.1',
  4175. 2086 silly install resolved author:
  4176. 2086 silly install resolved { name: 'Nathan Rajlich',
  4177. 2086 silly install resolved email: 'nathan@tootallnate.net',
  4178. 2086 silly install resolved url: 'http://tootallnate.net' },
  4179. 2086 silly install resolved repository:
  4180. 2086 silly install resolved { type: 'git',
  4181. 2086 silly install resolved url: 'git://github.com/TooTallNate/node-bindings.git' },
  4182. 2086 silly install resolved main: './bindings.js',
  4183. 2086 silly install resolved bugs: { url: 'https://github.com/TooTallNate/node-bindings/issues' },
  4184. 2086 silly install resolved homepage: 'https://github.com/TooTallNate/node-bindings',
  4185. 2086 silly install resolved license: 'MIT',
  4186. 2086 silly install resolved gitHead: 'e404152ee27f8478ccbc7122ee051246e8e5ec02',
  4187. 2086 silly install resolved _id: 'bindings@1.2.1',
  4188. 2086 silly install resolved scripts: {},
  4189. 2086 silly install resolved _shasum: '14ad6113812d2d37d72e67b4cacb4bb726505f11',
  4190. 2086 silly install resolved _from: 'bindings@>=1.2.1 <2.0.0',
  4191. 2086 silly install resolved _npmVersion: '1.4.14',
  4192. 2086 silly install resolved _npmUser: { name: 'tootallnate', email: 'nathan@tootallnate.net' },
  4193. 2086 silly install resolved maintainers: [ [Object], [Object] ],
  4194. 2086 silly install resolved dist:
  4195. 2086 silly install resolved { shasum: '14ad6113812d2d37d72e67b4cacb4bb726505f11',
  4196. 2086 silly install resolved tarball: 'http://registry.npmjs.org/bindings/-/bindings-1.2.1.tgz' },
  4197. 2086 silly install resolved directories: {},
  4198. 2086 silly install resolved _resolved: 'https://registry.npmjs.org/bindings/-/bindings-1.2.1.tgz',
  4199. 2086 silly install resolved readme: 'ERROR: No README data found!' },
  4200. 2086 silly install resolved { name: 'nan',
  4201. 2086 silly install resolved version: '2.1.0',
  4202. 2086 silly install resolved description: 'Native Abstractions for Node.js: C++ header for Node 0.8 -> 4 compatibility',
  4203. 2086 silly install resolved main: 'include_dirs.js',
  4204. 2086 silly install resolved repository: { type: 'git', url: 'git://github.com/nodejs/nan.git' },
  4205. 2086 silly install resolved scripts:
  4206. 2086 silly install resolved { test: 'tap --gc test/js/*-test.js',
  4207. 2086 silly install resolved 'rebuild-tests': 'node-gyp rebuild --msvs_version=2013 --directory test',
  4208. 2086 silly install resolved docs: 'doc/.build.sh' },
  4209. 2086 silly install resolved contributors:
  4210. 2086 silly install resolved [ [Object],
  4211. 2086 silly install resolved [Object],
  4212. 2086 silly install resolved [Object],
  4213. 2086 silly install resolved [Object],
  4214. 2086 silly install resolved [Object],
  4215. 2086 silly install resolved [Object],
  4216. 2086 silly install resolved [Object] ],
  4217. 2086 silly install resolved devDependencies:
  4218. 2086 silly install resolved { bindings: '~1.2.1',
  4219. 2086 silly install resolved commander: '^2.8.1',
  4220. 2086 silly install resolved glob: '^5.0.14',
  4221. 2086 silly install resolved 'node-gyp': '~3.0.1',
  4222. 2086 silly install resolved tap: '~0.7.1',
  4223. 2086 silly install resolved xtend: '~4.0.0' },
  4224. 2086 silly install resolved license: 'MIT',
  4225. 2086 silly install resolved bugs: { url: 'https://github.com/nodejs/nan/issues' },
  4226. 2086 silly install resolved homepage: 'https://github.com/nodejs/nan#readme',
  4227. 2086 silly install resolved _id: 'nan@2.1.0',
  4228. 2086 silly install resolved _shasum: '020a7ccedc63fdee85f85967d5607849e74abbe8',
  4229. 2086 silly install resolved _resolved: 'https://registry.npmjs.org/nan/-/nan-2.1.0.tgz',
  4230. 2086 silly install resolved _from: 'nan@>=2.0.9 <3.0.0',
  4231. 2086 silly install resolved _npmVersion: '3.3.5',
  4232. 2086 silly install resolved _nodeVersion: '4.1.2',
  4233. 2086 silly install resolved _npmUser: { name: 'kkoopa', email: 'bbyholm@abo.fi' },
  4234. 2086 silly install resolved dist:
  4235. 2086 silly install resolved { shasum: '020a7ccedc63fdee85f85967d5607849e74abbe8',
  4236. 2086 silly install resolved tarball: 'http://registry.npmjs.org/nan/-/nan-2.1.0.tgz' },
  4237. 2086 silly install resolved maintainers: [ [Object], [Object] ],
  4238. 2086 silly install resolved directories: {},
  4239. 2086 silly install resolved readme: 'ERROR: No README data found!' } ]
  4240. 2087 info install bindings@1.2.1 into C:\Users\Rowan\AppData\Roaming\npm\node_modules\homebridge\node_modules\hap-nodejs\node_modules\ed25519
  4241. 2088 info install nan@2.1.0 into C:\Users\Rowan\AppData\Roaming\npm\node_modules\homebridge\node_modules\hap-nodejs\node_modules\ed25519
  4242. 2089 info installOne bindings@1.2.1
  4243. 2090 verbose installOne of bindings to C:\Users\Rowan\AppData\Roaming\npm\node_modules\homebridge\node_modules\hap-nodejs\node_modules\ed25519 not in flight; installing
  4244. 2091 info installOne nan@2.1.0
  4245. 2092 verbose installOne of nan to C:\Users\Rowan\AppData\Roaming\npm\node_modules\homebridge\node_modules\hap-nodejs\node_modules\ed25519 not in flight; installing
  4246. 2093 silly gunzTarPerm extractEntry README.md
  4247. 2094 silly gunzTarPerm modified mode [ 'README.md', 436, 438 ]
  4248. 2095 silly gunzTarPerm extractEntry include_dirs.js
  4249. 2096 silly gunzTarPerm modified mode [ 'include_dirs.js', 436, 438 ]
  4250. 2097 verbose lock using C:\Users\Rowan\AppData\Roaming\npm-cache\_locks\bindings-9fde8c71edcc4e81.lock for C:\Users\Rowan\AppData\Roaming\npm\node_modules\homebridge\node_modules\hap-nodejs\node_modules\ed25519\node_modules\bindings
  4251. 2098 verbose lock using C:\Users\Rowan\AppData\Roaming\npm-cache\_locks\nan-67a721648d2c49b5.lock for C:\Users\Rowan\AppData\Roaming\npm\node_modules\homebridge\node_modules\hap-nodejs\node_modules\ed25519\node_modules\nan
  4252. 2099 silly install write writing bindings 1.2.1 to C:\Users\Rowan\AppData\Roaming\npm\node_modules\homebridge\node_modules\hap-nodejs\node_modules\ed25519\node_modules\bindings
  4253. 2100 silly install write writing nan 2.1.0 to C:\Users\Rowan\AppData\Roaming\npm\node_modules\homebridge\node_modules\hap-nodejs\node_modules\ed25519\node_modules\nan
  4254. 2101 verbose unbuild node_modules\homebridge\node_modules\hap-nodejs\node_modules\ed25519\node_modules\bindings
  4255. 2102 verbose unbuild node_modules\homebridge\node_modules\hap-nodejs\node_modules\ed25519\node_modules\nan
  4256. 2103 silly gunzTarPerm extractEntry nan_converters.h
  4257. 2104 silly gunzTarPerm modified mode [ 'nan_converters.h', 436, 438 ]
  4258. 2105 silly gunzTarPerm extractEntry LICENSE.md
  4259. 2106 silly gunzTarPerm modified mode [ 'LICENSE.md', 436, 438 ]
  4260. 2107 silly gunzTarPerm extractEntry .dntrc
  4261. 2108 silly gunzTarPerm modified mode [ '.dntrc', 436, 438 ]
  4262. 2109 silly gentlyRm C:\Users\Rowan\AppData\Roaming\npm\node_modules\homebridge\node_modules\hap-nodejs\node_modules\ed25519\node_modules\bindings is being purged from base C:\Users\Rowan\AppData\Roaming\npm
  4263. 2110 verbose gentlyRm don't care about contents; nuking C:\Users\Rowan\AppData\Roaming\npm\node_modules\homebridge\node_modules\hap-nodejs\node_modules\ed25519\node_modules\bindings
  4264. 2111 silly gentlyRm C:\Users\Rowan\AppData\Roaming\npm\node_modules\homebridge\node_modules\hap-nodejs\node_modules\ed25519\node_modules\nan is being purged from base C:\Users\Rowan\AppData\Roaming\npm
  4265. 2112 verbose gentlyRm don't care about contents; nuking C:\Users\Rowan\AppData\Roaming\npm\node_modules\homebridge\node_modules\hap-nodejs\node_modules\ed25519\node_modules\nan
  4266. 2113 verbose tar unpack C:\Users\Rowan\AppData\Roaming\npm-cache\bindings\1.2.1\package.tgz
  4267. 2114 verbose tar unpacking to C:\Users\Rowan\AppData\Roaming\npm\node_modules\homebridge\node_modules\hap-nodejs\node_modules\ed25519\node_modules\bindings
  4268. 2115 silly gentlyRm C:\Users\Rowan\AppData\Roaming\npm\node_modules\homebridge\node_modules\hap-nodejs\node_modules\ed25519\node_modules\bindings is being purged
  4269. 2116 verbose gentlyRm don't care about contents; nuking C:\Users\Rowan\AppData\Roaming\npm\node_modules\homebridge\node_modules\hap-nodejs\node_modules\ed25519\node_modules\bindings
  4270. 2117 verbose tar unpack C:\Users\Rowan\AppData\Roaming\npm-cache\nan\2.1.0\package.tgz
  4271. 2118 verbose tar unpacking to C:\Users\Rowan\AppData\Roaming\npm\node_modules\homebridge\node_modules\hap-nodejs\node_modules\ed25519\node_modules\nan
  4272. 2119 silly gentlyRm C:\Users\Rowan\AppData\Roaming\npm\node_modules\homebridge\node_modules\hap-nodejs\node_modules\ed25519\node_modules\nan is being purged
  4273. 2120 verbose gentlyRm don't care about contents; nuking C:\Users\Rowan\AppData\Roaming\npm\node_modules\homebridge\node_modules\hap-nodejs\node_modules\ed25519\node_modules\nan
  4274. 2121 silly gunzTarPerm extractEntry appveyor.yml
  4275. 2122 silly gunzTarPerm modified mode [ 'appveyor.yml', 436, 438 ]
  4276. 2123 silly gunzTarPerm modes [ '777', '666' ]
  4277. 2124 silly gunzTarPerm modes [ '777', '666' ]
  4278. 2125 silly gunzTarPerm extractEntry package.json
  4279. 2126 silly gunzTarPerm modified mode [ 'package.json', 420, 438 ]
  4280. 2127 silly gunzTarPerm extractEntry package.json
  4281. 2128 silly gunzTarPerm modified mode [ 'package.json', 436, 438 ]
  4282. 2129 silly gunzTarPerm extractEntry doc/new.md
  4283. 2130 silly gunzTarPerm modified mode [ 'doc/new.md', 436, 438 ]
  4284. 2131 silly gunzTarPerm extractEntry doc/.build.sh
  4285. 2132 silly gunzTarPerm modified mode [ 'doc/.build.sh', 509, 511 ]
  4286. 2133 silly gunzTarPerm extractEntry README.md
  4287. 2134 silly gunzTarPerm modified mode [ 'README.md', 420, 438 ]
  4288. 2135 silly gunzTarPerm extractEntry bindings.js
  4289. 2136 silly gunzTarPerm modified mode [ 'bindings.js', 420, 438 ]
  4290. 2137 silly gunzTarPerm extractEntry README.md
  4291. 2138 silly gunzTarPerm modified mode [ 'README.md', 436, 438 ]
  4292. 2139 silly gunzTarPerm extractEntry include_dirs.js
  4293. 2140 silly gunzTarPerm modified mode [ 'include_dirs.js', 436, 438 ]
  4294. 2141 silly gunzTarPerm extractEntry doc/buffers.md
  4295. 2142 silly gunzTarPerm modified mode [ 'doc/buffers.md', 436, 438 ]
  4296. 2143 silly gunzTarPerm extractEntry doc/callback.md
  4297. 2144 silly gunzTarPerm modified mode [ 'doc/callback.md', 436, 438 ]
  4298. 2145 silly gunzTarPerm extractEntry nan_converters.h
  4299. 2146 silly gunzTarPerm modified mode [ 'nan_converters.h', 436, 438 ]
  4300. 2147 silly gunzTarPerm extractEntry LICENSE.md
  4301. 2148 silly gunzTarPerm modified mode [ 'LICENSE.md', 436, 438 ]
  4302. 2149 silly gunzTarPerm extractEntry .dntrc
  4303. 2150 silly gunzTarPerm modified mode [ '.dntrc', 436, 438 ]
  4304. 2151 silly gunzTarPerm extractEntry appveyor.yml
  4305. 2152 silly gunzTarPerm modified mode [ 'appveyor.yml', 436, 438 ]
  4306. 2153 silly gunzTarPerm extractEntry doc/converters.md
  4307. 2154 silly gunzTarPerm modified mode [ 'doc/converters.md', 436, 438 ]
  4308. 2155 silly gunzTarPerm extractEntry doc/errors.md
  4309. 2156 silly gunzTarPerm modified mode [ 'doc/errors.md', 436, 438 ]
  4310. 2157 silly gunzTarPerm extractEntry doc/new.md
  4311. 2158 silly gunzTarPerm modified mode [ 'doc/new.md', 436, 438 ]
  4312. 2159 silly gunzTarPerm extractEntry doc/.build.sh
  4313. 2160 silly gunzTarPerm modified mode [ 'doc/.build.sh', 509, 511 ]
  4314. 2161 silly gunzTarPerm extractEntry doc/maybe_types.md
  4315. 2162 silly gunzTarPerm modified mode [ 'doc/maybe_types.md', 436, 438 ]
  4316. 2163 silly gunzTarPerm extractEntry doc/methods.md
  4317. 2164 silly gunzTarPerm modified mode [ 'doc/methods.md', 436, 438 ]
  4318. 2165 silly gunzTarPerm extractEntry doc/buffers.md
  4319. 2166 silly gunzTarPerm modified mode [ 'doc/buffers.md', 436, 438 ]
  4320. 2167 silly gunzTarPerm extractEntry doc/callback.md
  4321. 2168 silly gunzTarPerm modified mode [ 'doc/callback.md', 436, 438 ]
  4322. 2169 verbose write writing to C:\Users\Rowan\AppData\Roaming\npm\node_modules\homebridge\node_modules\hap-nodejs\node_modules\mdns\package.json
  4323. 2170 silly gunzTarPerm extractEntry doc/asyncworker.md
  4324. 2171 silly gunzTarPerm modified mode [ 'doc/asyncworker.md', 436, 438 ]
  4325. 2172 silly gunzTarPerm extractEntry doc/node_misc.md
  4326. 2173 silly gunzTarPerm modified mode [ 'doc/node_misc.md', 436, 438 ]
  4327. 2174 info preinstall mdns@2.2.10
  4328. 2175 silly gunzTarPerm extractEntry doc/converters.md
  4329. 2176 silly gunzTarPerm modified mode [ 'doc/converters.md', 436, 438 ]
  4330. 2177 silly gunzTarPerm extractEntry doc/errors.md
  4331. 2178 silly gunzTarPerm modified mode [ 'doc/errors.md', 436, 438 ]
  4332. 2179 verbose write writing to C:\Users\Rowan\AppData\Roaming\npm\node_modules\homebridge\node_modules\hap-nodejs\node_modules\ed25519\node_modules\bindings\package.json
  4333. 2180 verbose readDependencies loading dependencies from C:\Users\Rowan\AppData\Roaming\npm\node_modules\homebridge\node_modules\hap-nodejs\node_modules\mdns\package.json
  4334. 2181 silly prepareForInstallMany adding bindings@~1.2.1 from mdns dependencies
  4335. 2182 silly prepareForInstallMany adding nan@~2.0.0 from mdns dependencies
  4336. 2183 verbose readDependencies loading dependencies from C:\Users\Rowan\AppData\Roaming\npm\node_modules\homebridge\node_modules\hap-nodejs\node_modules\mdns\package.json
  4337. 2184 silly cache add args [ 'bindings@~1.2.1', null ]
  4338. 2185 verbose cache add spec bindings@~1.2.1
  4339. 2186 silly cache add args [ 'nan@~2.0.0', null ]
  4340. 2187 verbose cache add spec nan@~2.0.0
  4341. 2188 silly cache add parsed spec Result {
  4342. 2188 silly cache add raw: 'bindings@~1.2.1',
  4343. 2188 silly cache add scope: null,
  4344. 2188 silly cache add name: 'bindings',
  4345. 2188 silly cache add rawSpec: '~1.2.1',
  4346. 2188 silly cache add spec: '>=1.2.1 <1.3.0',
  4347. 2188 silly cache add type: 'range' }
  4348. 2189 silly addNamed bindings@>=1.2.1 <1.3.0
  4349. 2190 verbose addNamed ">=1.2.1 <1.3.0" is a valid semver range for bindings
  4350. 2191 silly addNameRange { name: 'bindings', range: '>=1.2.1 <1.3.0', hasData: false }
  4351. 2192 silly mapToRegistry name bindings
  4352. 2193 silly mapToRegistry using default registry
  4353. 2194 silly mapToRegistry registry https://registry.npmjs.org/
  4354. 2195 silly mapToRegistry uri https://registry.npmjs.org/bindings
  4355. 2196 verbose addNameRange registry:https://registry.npmjs.org/bindings not in flight; fetching
  4356. 2197 silly cache add parsed spec Result {
  4357. 2197 silly cache add raw: 'nan@~2.0.0',
  4358. 2197 silly cache add scope: null,
  4359. 2197 silly cache add name: 'nan',
  4360. 2197 silly cache add rawSpec: '~2.0.0',
  4361. 2197 silly cache add spec: '>=2.0.0 <2.1.0',
  4362. 2197 silly cache add type: 'range' }
  4363. 2198 silly addNamed nan@>=2.0.0 <2.1.0
  4364. 2199 verbose addNamed ">=2.0.0 <2.1.0" is a valid semver range for nan
  4365. 2200 silly addNameRange { name: 'nan', range: '>=2.0.0 <2.1.0', hasData: false }
  4366. 2201 silly mapToRegistry name nan
  4367. 2202 silly mapToRegistry using default registry
  4368. 2203 silly mapToRegistry registry https://registry.npmjs.org/
  4369. 2204 silly mapToRegistry uri https://registry.npmjs.org/nan
  4370. 2205 verbose addNameRange registry:https://registry.npmjs.org/nan not in flight; fetching
  4371. 2206 verbose get https://registry.npmjs.org/bindings not expired, no request
  4372. 2207 silly addNameRange number 2 { name: 'bindings', range: '>=1.2.1 <1.3.0', hasData: true }
  4373. 2208 silly addNameRange versions [ 'bindings',
  4374. 2208 silly addNameRange [ '0.0.1',
  4375. 2208 silly addNameRange '0.1.0',
  4376. 2208 silly addNameRange '0.1.1',
  4377. 2208 silly addNameRange '0.2.0',
  4378. 2208 silly addNameRange '0.2.1',
  4379. 2208 silly addNameRange '0.2.2',
  4380. 2208 silly addNameRange '0.2.3',
  4381. 2208 silly addNameRange '0.2.4',
  4382. 2208 silly addNameRange '0.3.0',
  4383. 2208 silly addNameRange '0.4.0',
  4384. 2208 silly addNameRange '1.0.0',
  4385. 2208 silly addNameRange '1.1.0',
  4386. 2208 silly addNameRange '1.1.1',
  4387. 2208 silly addNameRange '1.2.0',
  4388. 2208 silly addNameRange '1.2.1' ] ]
  4389. 2209 silly addNamed bindings@1.2.1
  4390. 2210 verbose addNamed "1.2.1" is a plain semver version for bindings
  4391. 2211 verbose get https://registry.npmjs.org/nan not expired, no request
  4392. 2212 silly addNameRange number 2 { name: 'nan', range: '>=2.0.0 <2.1.0', hasData: true }
  4393. 2213 silly addNameRange versions [ 'nan',
  4394. 2213 silly addNameRange [ '0.3.0-wip',
  4395. 2213 silly addNameRange '0.3.0-wip2',
  4396. 2213 silly addNameRange '0.3.0',
  4397. 2213 silly addNameRange '0.3.1',
  4398. 2213 silly addNameRange '0.3.2',
  4399. 2213 silly addNameRange '0.4.0',
  4400. 2213 silly addNameRange '0.4.1',
  4401. 2213 silly addNameRange '0.4.2',
  4402. 2213 silly addNameRange '0.4.3',
  4403. 2213 silly addNameRange '0.4.4',
  4404. 2213 silly addNameRange '0.5.0',
  4405. 2213 silly addNameRange '0.5.1',
  4406. 2213 silly addNameRange '0.5.2',
  4407. 2213 silly addNameRange '0.6.0',
  4408. 2213 silly addNameRange '0.7.0',
  4409. 2213 silly addNameRange '0.7.1',
  4410. 2213 silly addNameRange '0.8.0',
  4411. 2213 silly addNameRange '1.0.0',
  4412. 2213 silly addNameRange '1.1.0',
  4413. 2213 silly addNameRange '1.1.1',
  4414. 2213 silly addNameRange '1.1.2',
  4415. 2213 silly addNameRange '1.2.0',
  4416. 2213 silly addNameRange '1.3.0',
  4417. 2213 silly addNameRange '1.4.0',
  4418. 2213 silly addNameRange '1.4.1',
  4419. 2213 silly addNameRange '1.5.0',
  4420. 2213 silly addNameRange '1.4.2',
  4421. 2213 silly addNameRange '1.4.3',
  4422. 2213 silly addNameRange '1.5.1',
  4423. 2213 silly addNameRange '1.5.2',
  4424. 2213 silly addNameRange '1.6.0',
  4425. 2213 silly addNameRange '1.5.3',
  4426. 2213 silly addNameRange '1.6.1',
  4427. 2213 silly addNameRange '1.6.2',
  4428. 2213 silly addNameRange '1.7.0',
  4429. 2213 silly addNameRange '1.8.0',
  4430. 2213 silly addNameRange '1.8.1',
  4431. 2213 silly addNameRange '1.8.2',
  4432. 2213 silly addNameRange '1.8.3',
  4433. 2213 silly addNameRange '1.8.4',
  4434. 2213 silly addNameRange '1.9.0',
  4435. 2213 silly addNameRange '2.0.0',
  4436. 2213 silly addNameRange '2.0.1',
  4437. 2213 silly addNameRange '2.0.2',
  4438. 2213 silly addNameRange '2.0.3',
  4439. 2213 silly addNameRange '2.0.4',
  4440. 2213 silly addNameRange '2.0.5',
  4441. 2213 silly addNameRange '2.0.6',
  4442. 2213 silly addNameRange '2.0.7',
  4443. 2213 silly addNameRange '2.0.8',
  4444. 2213 silly addNameRange '2.0.9',
  4445. 2213 silly addNameRange '2.1.0' ] ]
  4446. 2214 silly addNamed nan@2.0.9
  4447. 2215 verbose addNamed "2.0.9" is a plain semver version for nan
  4448. 2216 silly cache afterAdd bindings@1.2.1
  4449. 2217 verbose afterAdd C:\Users\Rowan\AppData\Roaming\npm-cache\bindings\1.2.1\package\package.json not in flight; writing
  4450. 2218 silly gunzTarPerm extractEntry doc/persistent.md
  4451. 2219 silly gunzTarPerm modified mode [ 'doc/persistent.md', 436, 438 ]
  4452. 2220 silly gunzTarPerm extractEntry doc/scopes.md
  4453. 2221 silly gunzTarPerm modified mode [ 'doc/scopes.md', 436, 438 ]
  4454. 2222 silly cache afterAdd nan@2.0.9
  4455. 2223 verbose afterAdd C:\Users\Rowan\AppData\Roaming\npm-cache\nan\2.0.9\package\package.json not in flight; writing
  4456. 2224 silly gunzTarPerm extractEntry doc/maybe_types.md
  4457. 2225 silly gunzTarPerm modified mode [ 'doc/maybe_types.md', 436, 438 ]
  4458. 2226 silly gunzTarPerm extractEntry doc/methods.md
  4459. 2227 silly gunzTarPerm modified mode [ 'doc/methods.md', 436, 438 ]
  4460. 2228 info preinstall bindings@1.2.1
  4461. 2229 verbose afterAdd C:\Users\Rowan\AppData\Roaming\npm-cache\bindings\1.2.1\package\package.json written
  4462. 2230 verbose afterAdd C:\Users\Rowan\AppData\Roaming\npm-cache\nan\2.0.9\package\package.json written
  4463. 2231 silly install resolved [ { name: 'bindings',
  4464. 2231 silly install resolved description: 'Helper module for loading your native module\'s .node file',
  4465. 2231 silly install resolved keywords: [ 'native', 'addon', 'bindings', 'gyp', 'waf', 'c', 'c++' ],
  4466. 2231 silly install resolved version: '1.2.1',
  4467. 2231 silly install resolved author:
  4468. 2231 silly install resolved { name: 'Nathan Rajlich',
  4469. 2231 silly install resolved email: 'nathan@tootallnate.net',
  4470. 2231 silly install resolved url: 'http://tootallnate.net' },
  4471. 2231 silly install resolved repository:
  4472. 2231 silly install resolved { type: 'git',
  4473. 2231 silly install resolved url: 'git://github.com/TooTallNate/node-bindings.git' },
  4474. 2231 silly install resolved main: './bindings.js',
  4475. 2231 silly install resolved bugs: { url: 'https://github.com/TooTallNate/node-bindings/issues' },
  4476. 2231 silly install resolved homepage: 'https://github.com/TooTallNate/node-bindings',
  4477. 2231 silly install resolved license: 'MIT',
  4478. 2231 silly install resolved gitHead: 'e404152ee27f8478ccbc7122ee051246e8e5ec02',
  4479. 2231 silly install resolved _id: 'bindings@1.2.1',
  4480. 2231 silly install resolved scripts: {},
  4481. 2231 silly install resolved _shasum: '14ad6113812d2d37d72e67b4cacb4bb726505f11',
  4482. 2231 silly install resolved _from: 'bindings@>=1.2.1 <1.3.0',
  4483. 2231 silly install resolved _npmVersion: '1.4.14',
  4484. 2231 silly install resolved _npmUser: { name: 'tootallnate', email: 'nathan@tootallnate.net' },
  4485. 2231 silly install resolved maintainers: [ [Object], [Object] ],
  4486. 2231 silly install resolved dist:
  4487. 2231 silly install resolved { shasum: '14ad6113812d2d37d72e67b4cacb4bb726505f11',
  4488. 2231 silly install resolved tarball: 'http://registry.npmjs.org/bindings/-/bindings-1.2.1.tgz' },
  4489. 2231 silly install resolved directories: {},
  4490. 2231 silly install resolved _resolved: 'https://registry.npmjs.org/bindings/-/bindings-1.2.1.tgz',
  4491. 2231 silly install resolved readme: 'ERROR: No README data found!' },
  4492. 2231 silly install resolved { name: 'nan',
  4493. 2231 silly install resolved version: '2.0.9',
  4494. 2231 silly install resolved description: 'Native Abstractions for Node.js: C++ header for Node 0.8 -> 4 compatibility',
  4495. 2231 silly install resolved main: 'include_dirs.js',
  4496. 2231 silly install resolved repository: { type: 'git', url: 'git://github.com/nodejs/nan.git' },
  4497. 2231 silly install resolved scripts:
  4498. 2231 silly install resolved { test: 'tap --gc test/js/*-test.js',
  4499. 2231 silly install resolved 'rebuild-tests': 'pangyp rebuild --msvs_version=2013 --directory test',
  4500. 2231 silly install resolved docs: 'doc/.build.sh' },
  4501. 2231 silly install resolved contributors:
  4502. 2231 silly install resolved [ [Object],
  4503. 2231 silly install resolved [Object],
  4504. 2231 silly install resolved [Object],
  4505. 2231 silly install resolved [Object],
  4506. 2231 silly install resolved [Object],
  4507. 2231 silly install resolved [Object],
  4508. 2231 silly install resolved [Object] ],
  4509. 2231 silly install resolved devDependencies:
  4510. 2231 silly install resolved { bindings: '~1.2.1',
  4511. 2231 silly install resolved commander: '^2.8.1',
  4512. 2231 silly install resolved glob: '^5.0.14',
  4513. 2231 silly install resolved 'node-gyp': '~2.0.2',
  4514. 2231 silly install resolved pangyp: '~2.2.0',
  4515. 2231 silly install resolved tap: '~0.7.1',
  4516. 2231 silly install resolved xtend: '~4.0.0' },
  4517. 2231 silly install resolved license: 'MIT',
  4518. 2231 silly install resolved bugs: { url: 'https://github.com/nodejs/nan/issues' },
  4519. 2231 silly install resolved homepage: 'https://github.com/nodejs/nan#readme',
  4520. 2231 silly install resolved _id: 'nan@2.0.9',
  4521. 2231 silly install resolved _shasum: 'd02a770f46778842cceb94e17cab31ffc7234a05',
  4522. 2231 silly install resolved _resolved: 'https://registry.npmjs.org/nan/-/nan-2.0.9.tgz',
  4523. 2231 silly install resolved _from: 'nan@>=2.0.0 <2.1.0',
  4524. 2231 silly install resolved _npmVersion: '2.14.2',
  4525. 2231 silly install resolved _nodeVersion: '4.0.0',
  4526. 2231 silly install resolved _npmUser: { name: 'kkoopa', email: 'bbyholm@abo.fi' },
  4527. 2231 silly install resolved maintainers: [ [Object], [Object] ],
  4528. 2231 silly install resolved dist:
  4529. 2231 silly install resolved { shasum: 'd02a770f46778842cceb94e17cab31ffc7234a05',
  4530. 2231 silly install resolved tarball: 'http://registry.npmjs.org/nan/-/nan-2.0.9.tgz' },
  4531. 2231 silly install resolved directories: {},
  4532. 2231 silly install resolved readme: 'ERROR: No README data found!' } ]
  4533. 2232 info install bindings@1.2.1 into C:\Users\Rowan\AppData\Roaming\npm\node_modules\homebridge\node_modules\hap-nodejs\node_modules\mdns
  4534. 2233 info install nan@2.0.9 into C:\Users\Rowan\AppData\Roaming\npm\node_modules\homebridge\node_modules\hap-nodejs\node_modules\mdns
  4535. 2234 info installOne bindings@1.2.1
  4536. 2235 verbose installOne of bindings to C:\Users\Rowan\AppData\Roaming\npm\node_modules\homebridge\node_modules\hap-nodejs\node_modules\mdns not in flight; installing
  4537. 2236 info installOne nan@2.0.9
  4538. 2237 verbose installOne of nan to C:\Users\Rowan\AppData\Roaming\npm\node_modules\homebridge\node_modules\hap-nodejs\node_modules\mdns not in flight; installing
  4539. 2238 verbose readDependencies loading dependencies from C:\Users\Rowan\AppData\Roaming\npm\node_modules\homebridge\node_modules\hap-nodejs\node_modules\ed25519\node_modules\bindings\package.json
  4540. 2239 verbose lock using C:\Users\Rowan\AppData\Roaming\npm-cache\_locks\nan-7bec90f4d7e4725b.lock for C:\Users\Rowan\AppData\Roaming\npm\node_modules\homebridge\node_modules\hap-nodejs\node_modules\mdns\node_modules\nan
  4541. 2240 verbose lock using C:\Users\Rowan\AppData\Roaming\npm-cache\_locks\bindings-a6330e0f2104f98b.lock for C:\Users\Rowan\AppData\Roaming\npm\node_modules\homebridge\node_modules\hap-nodejs\node_modules\mdns\node_modules\bindings
  4542. 2241 silly install write writing nan 2.0.9 to C:\Users\Rowan\AppData\Roaming\npm\node_modules\homebridge\node_modules\hap-nodejs\node_modules\mdns\node_modules\nan
  4543. 2242 silly install write writing bindings 1.2.1 to C:\Users\Rowan\AppData\Roaming\npm\node_modules\homebridge\node_modules\hap-nodejs\node_modules\mdns\node_modules\bindings
  4544. 2243 silly gunzTarPerm extractEntry doc/script.md
  4545. 2244 silly gunzTarPerm modified mode [ 'doc/script.md', 436, 438 ]
  4546. 2245 silly gunzTarPerm extractEntry doc/string_bytes.md
  4547. 2246 silly gunzTarPerm modified mode [ 'doc/string_bytes.md', 436, 438 ]
  4548. 2247 verbose readDependencies loading dependencies from C:\Users\Rowan\AppData\Roaming\npm\node_modules\homebridge\node_modules\hap-nodejs\node_modules\ed25519\node_modules\bindings\package.json
  4549. 2248 silly gunzTarPerm extractEntry doc/asyncworker.md
  4550. 2249 silly gunzTarPerm modified mode [ 'doc/asyncworker.md', 436, 438 ]
  4551. 2250 silly gunzTarPerm extractEntry doc/node_misc.md
  4552. 2251 silly gunzTarPerm modified mode [ 'doc/node_misc.md', 436, 438 ]
  4553. 2252 verbose unbuild node_modules\homebridge\node_modules\hap-nodejs\node_modules\mdns\node_modules\nan
  4554. 2253 verbose unbuild node_modules\homebridge\node_modules\hap-nodejs\node_modules\mdns\node_modules\bindings
  4555. 2254 silly gentlyRm C:\Users\Rowan\AppData\Roaming\npm\node_modules\homebridge\node_modules\hap-nodejs\node_modules\mdns\node_modules\nan is being purged from base C:\Users\Rowan\AppData\Roaming\npm
  4556. 2255 verbose gentlyRm don't care about contents; nuking C:\Users\Rowan\AppData\Roaming\npm\node_modules\homebridge\node_modules\hap-nodejs\node_modules\mdns\node_modules\nan
  4557. 2256 silly gentlyRm C:\Users\Rowan\AppData\Roaming\npm\node_modules\homebridge\node_modules\hap-nodejs\node_modules\mdns\node_modules\bindings is being purged from base C:\Users\Rowan\AppData\Roaming\npm
  4558. 2257 verbose gentlyRm don't care about contents; nuking C:\Users\Rowan\AppData\Roaming\npm\node_modules\homebridge\node_modules\hap-nodejs\node_modules\mdns\node_modules\bindings
  4559. 2258 verbose tar unpack C:\Users\Rowan\AppData\Roaming\npm-cache\nan\2.0.9\package.tgz
  4560. 2259 verbose tar unpacking to C:\Users\Rowan\AppData\Roaming\npm\node_modules\homebridge\node_modules\hap-nodejs\node_modules\mdns\node_modules\nan
  4561. 2260 silly gentlyRm C:\Users\Rowan\AppData\Roaming\npm\node_modules\homebridge\node_modules\hap-nodejs\node_modules\mdns\node_modules\nan is being purged
  4562. 2261 verbose gentlyRm don't care about contents; nuking C:\Users\Rowan\AppData\Roaming\npm\node_modules\homebridge\node_modules\hap-nodejs\node_modules\mdns\node_modules\nan
  4563. 2262 verbose tar unpack C:\Users\Rowan\AppData\Roaming\npm-cache\bindings\1.2.1\package.tgz
  4564. 2263 verbose tar unpacking to C:\Users\Rowan\AppData\Roaming\npm\node_modules\homebridge\node_modules\hap-nodejs\node_modules\mdns\node_modules\bindings
  4565. 2264 silly gentlyRm C:\Users\Rowan\AppData\Roaming\npm\node_modules\homebridge\node_modules\hap-nodejs\node_modules\mdns\node_modules\bindings is being purged
  4566. 2265 verbose gentlyRm don't care about contents; nuking C:\Users\Rowan\AppData\Roaming\npm\node_modules\homebridge\node_modules\hap-nodejs\node_modules\mdns\node_modules\bindings
  4567. 2266 silly gunzTarPerm modes [ '777', '666' ]
  4568. 2267 silly gunzTarPerm modes [ '777', '666' ]
  4569. 2268 silly install resolved []
  4570. 2269 verbose about to build C:\Users\Rowan\AppData\Roaming\npm\node_modules\homebridge\node_modules\hap-nodejs\node_modules\ed25519\node_modules\bindings
  4571. 2270 info build C:\Users\Rowan\AppData\Roaming\npm\node_modules\homebridge\node_modules\hap-nodejs\node_modules\ed25519\node_modules\bindings
  4572. 2271 silly gunzTarPerm extractEntry doc/v8_internals.md
  4573. 2272 silly gunzTarPerm modified mode [ 'doc/v8_internals.md', 436, 438 ]
  4574. 2273 silly gunzTarPerm extractEntry doc/v8_misc.md
  4575. 2274 silly gunzTarPerm modified mode [ 'doc/v8_misc.md', 436, 438 ]
  4576. 2275 silly gunzTarPerm extractEntry doc/persistent.md
  4577. 2276 silly gunzTarPerm modified mode [ 'doc/persistent.md', 436, 438 ]
  4578. 2277 silly gunzTarPerm extractEntry doc/scopes.md
  4579. 2278 silly gunzTarPerm modified mode [ 'doc/scopes.md', 436, 438 ]
  4580. 2279 silly gunzTarPerm extractEntry package.json
  4581. 2280 silly gunzTarPerm modified mode [ 'package.json', 436, 438 ]
  4582. 2281 info linkStuff bindings@1.2.1
  4583. 2282 silly linkStuff bindings@1.2.1 has C:\Users\Rowan\AppData\Roaming\npm\node_modules\homebridge\node_modules\hap-nodejs\node_modules\ed25519\node_modules as its parent node_modules
  4584. 2283 silly linkStuff bindings@1.2.1 is part of a global install
  4585. 2284 silly linkStuff bindings@1.2.1 is installed into a global node_modules
  4586. 2285 silly gunzTarPerm extractEntry package.json
  4587. 2286 silly gunzTarPerm modified mode [ 'package.json', 420, 438 ]
  4588. 2287 verbose linkBins bindings@1.2.1
  4589. 2288 verbose linkMans bindings@1.2.1
  4590. 2289 verbose rebuildBundles bindings@1.2.1
  4591. 2290 info install bindings@1.2.1
  4592. 2291 silly gunzTarPerm extractEntry README.md
  4593. 2292 silly gunzTarPerm modified mode [ 'README.md', 436, 438 ]
  4594. 2293 silly gunzTarPerm extractEntry nan.h
  4595. 2294 silly gunzTarPerm modified mode [ 'nan.h', 436, 438 ]
  4596. 2295 silly gunzTarPerm extractEntry nan_callbacks.h
  4597. 2296 silly gunzTarPerm modified mode [ 'nan_callbacks.h', 436, 438 ]
  4598. 2297 silly gunzTarPerm extractEntry nan_callbacks_12_inl.h
  4599. 2298 silly gunzTarPerm modified mode [ 'nan_callbacks_12_inl.h', 436, 438 ]
  4600. 2299 silly gunzTarPerm extractEntry nan_callbacks_pre_12_inl.h
  4601. 2300 silly gunzTarPerm modified mode [ 'nan_callbacks_pre_12_inl.h', 436, 438 ]
  4602. 2301 silly gunzTarPerm extractEntry nan_converters_43_inl.h
  4603. 2302 silly gunzTarPerm modified mode [ 'nan_converters_43_inl.h', 436, 438 ]
  4604. 2303 silly gunzTarPerm extractEntry nan_converters_pre_43_inl.h
  4605. 2304 silly gunzTarPerm modified mode [ 'nan_converters_pre_43_inl.h', 436, 438 ]
  4606. 2305 silly gunzTarPerm extractEntry nan_implementation_12_inl.h
  4607. 2306 silly gunzTarPerm modified mode [ 'nan_implementation_12_inl.h', 436, 438 ]
  4608. 2307 silly gunzTarPerm extractEntry nan_implementation_pre_12_inl.h
  4609. 2308 silly gunzTarPerm modified mode [ 'nan_implementation_pre_12_inl.h', 436, 438 ]
  4610. 2309 silly gunzTarPerm extractEntry nan_maybe_43_inl.h
  4611. 2310 silly gunzTarPerm modified mode [ 'nan_maybe_43_inl.h', 436, 438 ]
  4612. 2311 silly gunzTarPerm extractEntry nan_maybe_pre_43_inl.h
  4613. 2312 silly gunzTarPerm modified mode [ 'nan_maybe_pre_43_inl.h', 436, 438 ]
  4614. 2313 silly gunzTarPerm extractEntry nan_new.h
  4615. 2314 silly gunzTarPerm modified mode [ 'nan_new.h', 436, 438 ]
  4616. 2315 silly gunzTarPerm extractEntry nan_object_wrap.h
  4617. 2316 silly gunzTarPerm modified mode [ 'nan_object_wrap.h', 436, 438 ]
  4618. 2317 silly gunzTarPerm extractEntry nan_persistent_12_inl.h
  4619. 2318 silly gunzTarPerm modified mode [ 'nan_persistent_12_inl.h', 436, 438 ]
  4620. 2319 silly gunzTarPerm extractEntry nan_persistent_pre_12_inl.h
  4621. 2320 silly gunzTarPerm modified mode [ 'nan_persistent_pre_12_inl.h', 436, 438 ]
  4622. 2321 silly gunzTarPerm extractEntry nan_string_bytes.h
  4623. 2322 silly gunzTarPerm modified mode [ 'nan_string_bytes.h', 436, 438 ]
  4624. 2323 silly gunzTarPerm extractEntry nan_typedarray_contents.h
  4625. 2324 silly gunzTarPerm modified mode [ 'nan_typedarray_contents.h', 436, 438 ]
  4626. 2325 silly gunzTarPerm extractEntry nan_weak.h
  4627. 2326 silly gunzTarPerm modified mode [ 'nan_weak.h', 436, 438 ]
  4628. 2327 silly gunzTarPerm extractEntry CHANGELOG.md
  4629. 2328 silly gunzTarPerm modified mode [ 'CHANGELOG.md', 436, 438 ]
  4630. 2329 silly gunzTarPerm extractEntry tools/package.json
  4631. 2330 silly gunzTarPerm modified mode [ 'tools/package.json', 436, 438 ]
  4632. 2331 silly gunzTarPerm extractEntry tools/README.md
  4633. 2332 silly gunzTarPerm modified mode [ 'tools/README.md', 436, 438 ]
  4634. 2333 silly gunzTarPerm extractEntry tools/1to2.js
  4635. 2334 silly gunzTarPerm modified mode [ 'tools/1to2.js', 509, 511 ]
  4636. 2335 silly gunzTarPerm extractEntry include_dirs.js
  4637. 2336 silly gunzTarPerm modified mode [ 'include_dirs.js', 436, 438 ]
  4638. 2337 silly gunzTarPerm extractEntry README.md
  4639. 2338 silly gunzTarPerm modified mode [ 'README.md', 420, 438 ]
  4640. 2339 silly gunzTarPerm extractEntry bindings.js
  4641. 2340 silly gunzTarPerm modified mode [ 'bindings.js', 420, 438 ]
  4642. 2341 info postinstall bindings@1.2.1
  4643. 2342 silly gunzTarPerm extractEntry doc/script.md
  4644. 2343 silly gunzTarPerm modified mode [ 'doc/script.md', 436, 438 ]
  4645. 2344 silly gunzTarPerm extractEntry doc/string_bytes.md
  4646. 2345 silly gunzTarPerm modified mode [ 'doc/string_bytes.md', 436, 438 ]
  4647. 2346 verbose unlock done using C:\Users\Rowan\AppData\Roaming\npm-cache\_locks\bindings-9fde8c71edcc4e81.lock for C:\Users\Rowan\AppData\Roaming\npm\node_modules\homebridge\node_modules\hap-nodejs\node_modules\ed25519\node_modules\bindings
  4648. 2347 silly gunzTarPerm extractEntry nan_converters.h
  4649. 2348 silly gunzTarPerm modified mode [ 'nan_converters.h', 436, 438 ]
  4650. 2349 silly gunzTarPerm extractEntry LICENSE.md
  4651. 2350 silly gunzTarPerm modified mode [ 'LICENSE.md', 436, 438 ]
  4652. 2351 silly gunzTarPerm extractEntry .dntrc
  4653. 2352 silly gunzTarPerm modified mode [ '.dntrc', 436, 438 ]
  4654. 2353 silly gunzTarPerm extractEntry appveyor.yml
  4655. 2354 silly gunzTarPerm modified mode [ 'appveyor.yml', 436, 438 ]
  4656. 2355 silly gunzTarPerm extractEntry doc/new.md
  4657. 2356 silly gunzTarPerm modified mode [ 'doc/new.md', 436, 438 ]
  4658. 2357 silly gunzTarPerm extractEntry doc/.build.sh
  4659. 2358 silly gunzTarPerm modified mode [ 'doc/.build.sh', 509, 511 ]
  4660. 2359 silly gunzTarPerm extractEntry doc/v8_internals.md
  4661. 2360 silly gunzTarPerm modified mode [ 'doc/v8_internals.md', 436, 438 ]
  4662. 2361 silly gunzTarPerm extractEntry doc/v8_misc.md
  4663. 2362 silly gunzTarPerm modified mode [ 'doc/v8_misc.md', 436, 438 ]
  4664. 2363 silly gunzTarPerm extractEntry nan.h
  4665. 2364 silly gunzTarPerm modified mode [ 'nan.h', 436, 438 ]
  4666. 2365 silly gunzTarPerm extractEntry nan_callbacks.h
  4667. 2366 silly gunzTarPerm modified mode [ 'nan_callbacks.h', 436, 438 ]
  4668. 2367 silly gunzTarPerm extractEntry nan_callbacks_12_inl.h
  4669. 2368 silly gunzTarPerm modified mode [ 'nan_callbacks_12_inl.h', 436, 438 ]
  4670. 2369 silly gunzTarPerm extractEntry nan_callbacks_pre_12_inl.h
  4671. 2370 silly gunzTarPerm modified mode [ 'nan_callbacks_pre_12_inl.h', 436, 438 ]
  4672. 2371 silly gunzTarPerm extractEntry nan_converters_43_inl.h
  4673. 2372 silly gunzTarPerm modified mode [ 'nan_converters_43_inl.h', 436, 438 ]
  4674. 2373 silly gunzTarPerm extractEntry nan_converters_pre_43_inl.h
  4675. 2374 silly gunzTarPerm modified mode [ 'nan_converters_pre_43_inl.h', 436, 438 ]
  4676. 2375 silly gunzTarPerm extractEntry nan_implementation_12_inl.h
  4677. 2376 silly gunzTarPerm modified mode [ 'nan_implementation_12_inl.h', 436, 438 ]
  4678. 2377 silly gunzTarPerm extractEntry nan_implementation_pre_12_inl.h
  4679. 2378 silly gunzTarPerm modified mode [ 'nan_implementation_pre_12_inl.h', 436, 438 ]
  4680. 2379 silly gunzTarPerm extractEntry nan_maybe_43_inl.h
  4681. 2380 silly gunzTarPerm modified mode [ 'nan_maybe_43_inl.h', 436, 438 ]
  4682. 2381 silly gunzTarPerm extractEntry nan_maybe_pre_43_inl.h
  4683. 2382 silly gunzTarPerm modified mode [ 'nan_maybe_pre_43_inl.h', 436, 438 ]
  4684. 2383 silly gunzTarPerm extractEntry nan_new.h
  4685. 2384 silly gunzTarPerm modified mode [ 'nan_new.h', 436, 438 ]
  4686. 2385 silly gunzTarPerm extractEntry nan_object_wrap.h
  4687. 2386 silly gunzTarPerm modified mode [ 'nan_object_wrap.h', 436, 438 ]
  4688. 2387 silly gunzTarPerm extractEntry nan_persistent_12_inl.h
  4689. 2388 silly gunzTarPerm modified mode [ 'nan_persistent_12_inl.h', 436, 438 ]
  4690. 2389 silly gunzTarPerm extractEntry nan_persistent_pre_12_inl.h
  4691. 2390 silly gunzTarPerm modified mode [ 'nan_persistent_pre_12_inl.h', 436, 438 ]
  4692. 2391 silly gunzTarPerm extractEntry nan_string_bytes.h
  4693. 2392 silly gunzTarPerm modified mode [ 'nan_string_bytes.h', 436, 438 ]
  4694. 2393 silly gunzTarPerm extractEntry nan_typedarray_contents.h
  4695. 2394 silly gunzTarPerm modified mode [ 'nan_typedarray_contents.h', 436, 438 ]
  4696. 2395 silly gunzTarPerm extractEntry nan_weak.h
  4697. 2396 silly gunzTarPerm modified mode [ 'nan_weak.h', 436, 438 ]
  4698. 2397 silly gunzTarPerm extractEntry CHANGELOG.md
  4699. 2398 silly gunzTarPerm modified mode [ 'CHANGELOG.md', 436, 438 ]
  4700. 2399 silly gunzTarPerm extractEntry tools/package.json
  4701. 2400 silly gunzTarPerm modified mode [ 'tools/package.json', 436, 438 ]
  4702. 2401 silly gunzTarPerm extractEntry tools/README.md
  4703. 2402 silly gunzTarPerm modified mode [ 'tools/README.md', 436, 438 ]
  4704. 2403 silly gunzTarPerm extractEntry tools/1to2.js
  4705. 2404 silly gunzTarPerm modified mode [ 'tools/1to2.js', 509, 511 ]
  4706. 2405 silly gunzTarPerm extractEntry doc/buffers.md
  4707. 2406 silly gunzTarPerm modified mode [ 'doc/buffers.md', 436, 438 ]
  4708. 2407 silly gunzTarPerm extractEntry doc/callback.md
  4709. 2408 silly gunzTarPerm modified mode [ 'doc/callback.md', 436, 438 ]
  4710. 2409 verbose write writing to C:\Users\Rowan\AppData\Roaming\npm\node_modules\homebridge\node_modules\hap-nodejs\node_modules\mdns\node_modules\bindings\package.json
  4711. 2410 info preinstall bindings@1.2.1
  4712. 2411 verbose readDependencies loading dependencies from C:\Users\Rowan\AppData\Roaming\npm\node_modules\homebridge\node_modules\hap-nodejs\node_modules\mdns\node_modules\bindings\package.json
  4713. 2412 verbose readDependencies loading dependencies from C:\Users\Rowan\AppData\Roaming\npm\node_modules\homebridge\node_modules\hap-nodejs\node_modules\mdns\node_modules\bindings\package.json
  4714. 2413 silly gunzTarPerm extractEntry doc/converters.md
  4715. 2414 silly gunzTarPerm modified mode [ 'doc/converters.md', 436, 438 ]
  4716. 2415 silly gunzTarPerm extractEntry doc/errors.md
  4717. 2416 silly gunzTarPerm modified mode [ 'doc/errors.md', 436, 438 ]
  4718. 2417 silly install resolved []
  4719. 2418 verbose about to build C:\Users\Rowan\AppData\Roaming\npm\node_modules\homebridge\node_modules\hap-nodejs\node_modules\mdns\node_modules\bindings
  4720. 2419 info build C:\Users\Rowan\AppData\Roaming\npm\node_modules\homebridge\node_modules\hap-nodejs\node_modules\mdns\node_modules\bindings
  4721. 2420 info linkStuff bindings@1.2.1
  4722. 2421 silly linkStuff bindings@1.2.1 has C:\Users\Rowan\AppData\Roaming\npm\node_modules\homebridge\node_modules\hap-nodejs\node_modules\mdns\node_modules as its parent node_modules
  4723. 2422 silly linkStuff bindings@1.2.1 is part of a global install
  4724. 2423 silly linkStuff bindings@1.2.1 is installed into a global node_modules
  4725. 2424 verbose linkBins bindings@1.2.1
  4726. 2425 verbose linkMans bindings@1.2.1
  4727. 2426 verbose rebuildBundles bindings@1.2.1
  4728. 2427 info install bindings@1.2.1
  4729. 2428 info postinstall bindings@1.2.1
  4730. 2429 verbose unlock done using C:\Users\Rowan\AppData\Roaming\npm-cache\_locks\bindings-a6330e0f2104f98b.lock for C:\Users\Rowan\AppData\Roaming\npm\node_modules\homebridge\node_modules\hap-nodejs\node_modules\mdns\node_modules\bindings
  4731. 2430 verbose write writing to C:\Users\Rowan\AppData\Roaming\npm\node_modules\homebridge\node_modules\hap-nodejs\node_modules\curve25519\node_modules\nan\package.json
  4732. 2431 info preinstall nan@2.1.0
  4733. 2432 verbose readDependencies loading dependencies from C:\Users\Rowan\AppData\Roaming\npm\node_modules\homebridge\node_modules\hap-nodejs\node_modules\curve25519\node_modules\nan\package.json
  4734. 2433 silly gunzTarPerm extractEntry doc/maybe_types.md
  4735. 2434 silly gunzTarPerm modified mode [ 'doc/maybe_types.md', 436, 438 ]
  4736. 2435 silly gunzTarPerm extractEntry doc/methods.md
  4737. 2436 silly gunzTarPerm modified mode [ 'doc/methods.md', 436, 438 ]
  4738. 2437 verbose readDependencies loading dependencies from C:\Users\Rowan\AppData\Roaming\npm\node_modules\homebridge\node_modules\hap-nodejs\node_modules\curve25519\node_modules\nan\package.json
  4739. 2438 silly install resolved []
  4740. 2439 verbose about to build C:\Users\Rowan\AppData\Roaming\npm\node_modules\homebridge\node_modules\hap-nodejs\node_modules\curve25519\node_modules\nan
  4741. 2440 info build C:\Users\Rowan\AppData\Roaming\npm\node_modules\homebridge\node_modules\hap-nodejs\node_modules\curve25519\node_modules\nan
  4742. 2441 silly gunzTarPerm extractEntry doc/asyncworker.md
  4743. 2442 silly gunzTarPerm modified mode [ 'doc/asyncworker.md', 436, 438 ]
  4744. 2443 silly gunzTarPerm extractEntry doc/node_misc.md
  4745. 2444 silly gunzTarPerm modified mode [ 'doc/node_misc.md', 436, 438 ]
  4746. 2445 info linkStuff nan@2.1.0
  4747. 2446 silly linkStuff nan@2.1.0 has C:\Users\Rowan\AppData\Roaming\npm\node_modules\homebridge\node_modules\hap-nodejs\node_modules\curve25519\node_modules as its parent node_modules
  4748. 2447 silly linkStuff nan@2.1.0 is part of a global install
  4749. 2448 silly linkStuff nan@2.1.0 is installed into a global node_modules
  4750. 2449 verbose linkBins nan@2.1.0
  4751. 2450 verbose linkMans nan@2.1.0
  4752. 2451 verbose rebuildBundles nan@2.1.0
  4753. 2452 info install nan@2.1.0
  4754. 2453 info postinstall nan@2.1.0
  4755. 2454 silly gunzTarPerm extractEntry doc/persistent.md
  4756. 2455 silly gunzTarPerm modified mode [ 'doc/persistent.md', 436, 438 ]
  4757. 2456 silly gunzTarPerm extractEntry doc/scopes.md
  4758. 2457 silly gunzTarPerm modified mode [ 'doc/scopes.md', 436, 438 ]
  4759. 2458 verbose unlock done using C:\Users\Rowan\AppData\Roaming\npm-cache\_locks\nan-62e0a7fe27c924cf.lock for C:\Users\Rowan\AppData\Roaming\npm\node_modules\homebridge\node_modules\hap-nodejs\node_modules\curve25519\node_modules\nan
  4760. 2459 verbose about to build C:\Users\Rowan\AppData\Roaming\npm\node_modules\homebridge\node_modules\hap-nodejs\node_modules\curve25519
  4761. 2460 info build C:\Users\Rowan\AppData\Roaming\npm\node_modules\homebridge\node_modules\hap-nodejs\node_modules\curve25519
  4762. 2461 info linkStuff curve25519@1.1.0
  4763. 2462 silly linkStuff curve25519@1.1.0 has C:\Users\Rowan\AppData\Roaming\npm\node_modules\homebridge\node_modules\hap-nodejs\node_modules as its parent node_modules
  4764. 2463 silly linkStuff curve25519@1.1.0 is part of a global install
  4765. 2464 silly linkStuff curve25519@1.1.0 is installed into a global node_modules
  4766. 2465 verbose linkBins curve25519@1.1.0
  4767. 2466 verbose linkMans curve25519@1.1.0
  4768. 2467 verbose rebuildBundles curve25519@1.1.0
  4769. 2468 silly gunzTarPerm extractEntry doc/script.md
  4770. 2469 silly gunzTarPerm modified mode [ 'doc/script.md', 436, 438 ]
  4771. 2470 silly gunzTarPerm extractEntry doc/string_bytes.md
  4772. 2471 silly gunzTarPerm modified mode [ 'doc/string_bytes.md', 436, 438 ]
  4773. 2472 verbose rebuildBundles [ 'bindings', 'nan' ]
  4774. 2473 info install curve25519@1.1.0
  4775. 2474 verbose unsafe-perm in lifecycle true
  4776. 2475 silly gunzTarPerm extractEntry doc/v8_internals.md
  4777. 2476 silly gunzTarPerm modified mode [ 'doc/v8_internals.md', 436, 438 ]
  4778. 2477 silly gunzTarPerm extractEntry doc/v8_misc.md
  4779. 2478 silly gunzTarPerm modified mode [ 'doc/v8_misc.md', 436, 438 ]
  4780. 2479 silly gunzTarPerm extractEntry nan.h
  4781. 2480 silly gunzTarPerm modified mode [ 'nan.h', 436, 438 ]
  4782. 2481 silly gunzTarPerm extractEntry nan_callbacks.h
  4783. 2482 silly gunzTarPerm modified mode [ 'nan_callbacks.h', 436, 438 ]
  4784. 2483 silly gunzTarPerm extractEntry nan_callbacks_12_inl.h
  4785. 2484 silly gunzTarPerm modified mode [ 'nan_callbacks_12_inl.h', 436, 438 ]
  4786. 2485 silly gunzTarPerm extractEntry nan_callbacks_pre_12_inl.h
  4787. 2486 silly gunzTarPerm modified mode [ 'nan_callbacks_pre_12_inl.h', 436, 438 ]
  4788. 2487 silly gunzTarPerm extractEntry nan_converters_43_inl.h
  4789. 2488 silly gunzTarPerm modified mode [ 'nan_converters_43_inl.h', 436, 438 ]
  4790. 2489 silly gunzTarPerm extractEntry nan_converters_pre_43_inl.h
  4791. 2490 silly gunzTarPerm modified mode [ 'nan_converters_pre_43_inl.h', 436, 438 ]
  4792. 2491 silly gunzTarPerm extractEntry nan_implementation_12_inl.h
  4793. 2492 silly gunzTarPerm modified mode [ 'nan_implementation_12_inl.h', 436, 438 ]
  4794. 2493 silly gunzTarPerm extractEntry nan_implementation_pre_12_inl.h
  4795. 2494 silly gunzTarPerm modified mode [ 'nan_implementation_pre_12_inl.h', 436, 438 ]
  4796. 2495 silly gunzTarPerm extractEntry nan_maybe_43_inl.h
  4797. 2496 silly gunzTarPerm modified mode [ 'nan_maybe_43_inl.h', 436, 438 ]
  4798. 2497 silly gunzTarPerm extractEntry nan_maybe_pre_43_inl.h
  4799. 2498 silly gunzTarPerm modified mode [ 'nan_maybe_pre_43_inl.h', 436, 438 ]
  4800. 2499 silly gunzTarPerm extractEntry nan_new.h
  4801. 2500 silly gunzTarPerm modified mode [ 'nan_new.h', 436, 438 ]
  4802. 2501 silly gunzTarPerm extractEntry nan_object_wrap.h
  4803. 2502 silly gunzTarPerm modified mode [ 'nan_object_wrap.h', 436, 438 ]
  4804. 2503 silly gunzTarPerm extractEntry nan_persistent_12_inl.h
  4805. 2504 silly gunzTarPerm modified mode [ 'nan_persistent_12_inl.h', 436, 438 ]
  4806. 2505 silly gunzTarPerm extractEntry nan_persistent_pre_12_inl.h
  4807. 2506 silly gunzTarPerm modified mode [ 'nan_persistent_pre_12_inl.h', 436, 438 ]
  4808. 2507 silly gunzTarPerm extractEntry nan_string_bytes.h
  4809. 2508 silly gunzTarPerm modified mode [ 'nan_string_bytes.h', 436, 438 ]
  4810. 2509 silly gunzTarPerm extractEntry nan_weak.h
  4811. 2510 silly gunzTarPerm modified mode [ 'nan_weak.h', 436, 438 ]
  4812. 2511 silly gunzTarPerm extractEntry CHANGELOG.md
  4813. 2512 silly gunzTarPerm modified mode [ 'CHANGELOG.md', 436, 438 ]
  4814. 2513 silly gunzTarPerm extractEntry tools/package.json
  4815. 2514 silly gunzTarPerm modified mode [ 'tools/package.json', 436, 438 ]
  4816. 2515 silly gunzTarPerm extractEntry tools/README.md
  4817. 2516 silly gunzTarPerm modified mode [ 'tools/README.md', 436, 438 ]
  4818. 2517 silly gunzTarPerm extractEntry tools/1to2.js
  4819. 2518 silly gunzTarPerm modified mode [ 'tools/1to2.js', 509, 511 ]
  4820. 2519 verbose write writing to C:\Users\Rowan\AppData\Roaming\npm\node_modules\homebridge\node_modules\hap-nodejs\node_modules\srp\node_modules\bignum\node_modules\nan\package.json
  4821. 2520 info preinstall nan@2.1.0
  4822. 2521 verbose readDependencies loading dependencies from C:\Users\Rowan\AppData\Roaming\npm\node_modules\homebridge\node_modules\hap-nodejs\node_modules\srp\node_modules\bignum\node_modules\nan\package.json
  4823. 2522 verbose readDependencies loading dependencies from C:\Users\Rowan\AppData\Roaming\npm\node_modules\homebridge\node_modules\hap-nodejs\node_modules\srp\node_modules\bignum\node_modules\nan\package.json
  4824. 2523 silly install resolved []
  4825. 2524 verbose about to build C:\Users\Rowan\AppData\Roaming\npm\node_modules\homebridge\node_modules\hap-nodejs\node_modules\srp\node_modules\bignum\node_modules\nan
  4826. 2525 info build C:\Users\Rowan\AppData\Roaming\npm\node_modules\homebridge\node_modules\hap-nodejs\node_modules\srp\node_modules\bignum\node_modules\nan
  4827. 2526 info linkStuff nan@2.1.0
  4828. 2527 silly linkStuff nan@2.1.0 has C:\Users\Rowan\AppData\Roaming\npm\node_modules\homebridge\node_modules\hap-nodejs\node_modules\srp\node_modules\bignum\node_modules as its parent node_modules
  4829. 2528 silly linkStuff nan@2.1.0 is part of a global install
  4830. 2529 silly linkStuff nan@2.1.0 is installed into a global node_modules
  4831. 2530 verbose linkBins nan@2.1.0
  4832. 2531 verbose linkMans nan@2.1.0
  4833. 2532 verbose rebuildBundles nan@2.1.0
  4834. 2533 info install nan@2.1.0
  4835. 2534 info postinstall nan@2.1.0
  4836. 2535 verbose unlock done using C:\Users\Rowan\AppData\Roaming\npm-cache\_locks\nan-b3160f430d71f73f.lock for C:\Users\Rowan\AppData\Roaming\npm\node_modules\homebridge\node_modules\hap-nodejs\node_modules\srp\node_modules\bignum\node_modules\nan
  4837. 2536 verbose about to build C:\Users\Rowan\AppData\Roaming\npm\node_modules\homebridge\node_modules\hap-nodejs\node_modules\srp\node_modules\bignum
  4838. 2537 info build C:\Users\Rowan\AppData\Roaming\npm\node_modules\homebridge\node_modules\hap-nodejs\node_modules\srp\node_modules\bignum
  4839. 2538 info linkStuff bignum@0.11.0
  4840. 2539 silly linkStuff bignum@0.11.0 has C:\Users\Rowan\AppData\Roaming\npm\node_modules\homebridge\node_modules\hap-nodejs\node_modules\srp\node_modules as its parent node_modules
  4841. 2540 silly linkStuff bignum@0.11.0 is part of a global install
  4842. 2541 silly linkStuff bignum@0.11.0 is installed into a global node_modules
  4843. 2542 verbose linkBins bignum@0.11.0
  4844. 2543 verbose linkMans bignum@0.11.0
  4845. 2544 verbose rebuildBundles bignum@0.11.0
  4846. 2545 verbose rebuildBundles [ 'nan' ]
  4847. 2546 info install bignum@0.11.0
  4848. 2547 verbose write writing to C:\Users\Rowan\AppData\Roaming\npm\node_modules\homebridge\node_modules\hap-nodejs\node_modules\ed25519\node_modules\nan\package.json
  4849. 2548 info preinstall nan@2.1.0
  4850. 2549 verbose readDependencies loading dependencies from C:\Users\Rowan\AppData\Roaming\npm\node_modules\homebridge\node_modules\hap-nodejs\node_modules\ed25519\node_modules\nan\package.json
  4851. 2550 verbose readDependencies loading dependencies from C:\Users\Rowan\AppData\Roaming\npm\node_modules\homebridge\node_modules\hap-nodejs\node_modules\ed25519\node_modules\nan\package.json
  4852. 2551 silly install resolved []
  4853. 2552 verbose about to build C:\Users\Rowan\AppData\Roaming\npm\node_modules\homebridge\node_modules\hap-nodejs\node_modules\ed25519\node_modules\nan
  4854. 2553 info build C:\Users\Rowan\AppData\Roaming\npm\node_modules\homebridge\node_modules\hap-nodejs\node_modules\ed25519\node_modules\nan
  4855. 2554 info linkStuff nan@2.1.0
  4856. 2555 silly linkStuff nan@2.1.0 has C:\Users\Rowan\AppData\Roaming\npm\node_modules\homebridge\node_modules\hap-nodejs\node_modules\ed25519\node_modules as its parent node_modules
  4857. 2556 silly linkStuff nan@2.1.0 is part of a global install
  4858. 2557 silly linkStuff nan@2.1.0 is installed into a global node_modules
  4859. 2558 verbose linkBins nan@2.1.0
  4860. 2559 verbose linkMans nan@2.1.0
  4861. 2560 verbose rebuildBundles nan@2.1.0
  4862. 2561 info install nan@2.1.0
  4863. 2562 info postinstall nan@2.1.0
  4864. 2563 verbose unlock done using C:\Users\Rowan\AppData\Roaming\npm-cache\_locks\nan-67a721648d2c49b5.lock for C:\Users\Rowan\AppData\Roaming\npm\node_modules\homebridge\node_modules\hap-nodejs\node_modules\ed25519\node_modules\nan
  4865. 2564 verbose about to build C:\Users\Rowan\AppData\Roaming\npm\node_modules\homebridge\node_modules\hap-nodejs\node_modules\ed25519
  4866. 2565 info build C:\Users\Rowan\AppData\Roaming\npm\node_modules\homebridge\node_modules\hap-nodejs\node_modules\ed25519
  4867. 2566 info linkStuff ed25519@0.0.3
  4868. 2567 silly linkStuff ed25519@0.0.3 has C:\Users\Rowan\AppData\Roaming\npm\node_modules\homebridge\node_modules\hap-nodejs\node_modules as its parent node_modules
  4869. 2568 silly linkStuff ed25519@0.0.3 is part of a global install
  4870. 2569 silly linkStuff ed25519@0.0.3 is installed into a global node_modules
  4871. 2570 verbose linkBins ed25519@0.0.3
  4872. 2571 verbose linkMans ed25519@0.0.3
  4873. 2572 verbose rebuildBundles ed25519@0.0.3
  4874. 2573 verbose rebuildBundles [ 'bindings', 'nan' ]
  4875. 2574 info install ed25519@0.0.3
  4876. 2575 verbose write writing to C:\Users\Rowan\AppData\Roaming\npm\node_modules\homebridge\node_modules\hap-nodejs\node_modules\mdns\node_modules\nan\package.json
  4877. 2576 info preinstall nan@2.0.9
  4878. 2577 verbose readDependencies loading dependencies from C:\Users\Rowan\AppData\Roaming\npm\node_modules\homebridge\node_modules\hap-nodejs\node_modules\mdns\node_modules\nan\package.json
  4879. 2578 verbose readDependencies loading dependencies from C:\Users\Rowan\AppData\Roaming\npm\node_modules\homebridge\node_modules\hap-nodejs\node_modules\mdns\node_modules\nan\package.json
  4880. 2579 silly install resolved []
  4881. 2580 verbose about to build C:\Users\Rowan\AppData\Roaming\npm\node_modules\homebridge\node_modules\hap-nodejs\node_modules\mdns\node_modules\nan
  4882. 2581 info build C:\Users\Rowan\AppData\Roaming\npm\node_modules\homebridge\node_modules\hap-nodejs\node_modules\mdns\node_modules\nan
  4883. 2582 info linkStuff nan@2.0.9
  4884. 2583 silly linkStuff nan@2.0.9 has C:\Users\Rowan\AppData\Roaming\npm\node_modules\homebridge\node_modules\hap-nodejs\node_modules\mdns\node_modules as its parent node_modules
  4885. 2584 silly linkStuff nan@2.0.9 is part of a global install
  4886. 2585 silly linkStuff nan@2.0.9 is installed into a global node_modules
  4887. 2586 verbose linkBins nan@2.0.9
  4888. 2587 verbose linkMans nan@2.0.9
  4889. 2588 verbose rebuildBundles nan@2.0.9
  4890. 2589 info install nan@2.0.9
  4891. 2590 info postinstall nan@2.0.9
  4892. 2591 verbose unlock done using C:\Users\Rowan\AppData\Roaming\npm-cache\_locks\nan-7bec90f4d7e4725b.lock for C:\Users\Rowan\AppData\Roaming\npm\node_modules\homebridge\node_modules\hap-nodejs\node_modules\mdns\node_modules\nan
  4893. 2592 verbose about to build C:\Users\Rowan\AppData\Roaming\npm\node_modules\homebridge\node_modules\hap-nodejs\node_modules\mdns
  4894. 2593 info build C:\Users\Rowan\AppData\Roaming\npm\node_modules\homebridge\node_modules\hap-nodejs\node_modules\mdns
  4895. 2594 info linkStuff mdns@2.2.10
  4896. 2595 silly linkStuff mdns@2.2.10 has C:\Users\Rowan\AppData\Roaming\npm\node_modules\homebridge\node_modules\hap-nodejs\node_modules as its parent node_modules
  4897. 2596 silly linkStuff mdns@2.2.10 is part of a global install
  4898. 2597 silly linkStuff mdns@2.2.10 is installed into a global node_modules
  4899. 2598 verbose linkBins mdns@2.2.10
  4900. 2599 verbose linkMans mdns@2.2.10
  4901. 2600 verbose rebuildBundles mdns@2.2.10
  4902. 2601 verbose rebuildBundles [ 'bindings', 'nan' ]
  4903. 2602 info install mdns@2.2.10
  4904. 2603 info curve25519@1.1.0 Failed to exec install script
  4905. 2604 verbose unsafe-perm in lifecycle true
  4906. 2605 verbose unlock done using C:\Users\Rowan\AppData\Roaming\npm-cache\_locks\curve25519-bcc69a78e6694aca.lock for C:\Users\Rowan\AppData\Roaming\npm\node_modules\homebridge\node_modules\hap-nodejs\node_modules\curve25519
  4907. 2606 info bignum@0.11.0 Failed to exec install script
  4908. 2607 verbose unsafe-perm in lifecycle true
  4909. 2608 verbose unlock done using C:\Users\Rowan\AppData\Roaming\npm-cache\_locks\bignum-ad2c197d7461ff2a.lock for C:\Users\Rowan\AppData\Roaming\npm\node_modules\homebridge\node_modules\hap-nodejs\node_modules\srp\node_modules\bignum
  4910. 2609 verbose about to build C:\Users\Rowan\AppData\Roaming\npm\node_modules\homebridge\node_modules\hap-nodejs\node_modules\srp
  4911. 2610 verbose unlock done using C:\Users\Rowan\AppData\Roaming\npm-cache\_locks\srp-0985ac63643e0070.lock for C:\Users\Rowan\AppData\Roaming\npm\node_modules\homebridge\node_modules\hap-nodejs\node_modules\srp
  4912. 2611 info ed25519@0.0.3 Failed to exec install script
  4913. 2612 verbose unsafe-perm in lifecycle true
  4914. 2613 verbose unlock done using C:\Users\Rowan\AppData\Roaming\npm-cache\_locks\ed25519-a21972c7a0fa6be5.lock for C:\Users\Rowan\AppData\Roaming\npm\node_modules\homebridge\node_modules\hap-nodejs\node_modules\ed25519
  4915. 2614 info mdns@2.2.10 Failed to exec install script
  4916. 2615 verbose unlock done using C:\Users\Rowan\AppData\Roaming\npm-cache\_locks\mdns-1eb08b4fb1161b47.lock for C:\Users\Rowan\AppData\Roaming\npm\node_modules\homebridge\node_modules\hap-nodejs\node_modules\mdns
  4917. 2616 verbose about to build C:\Users\Rowan\AppData\Roaming\npm\node_modules\homebridge\node_modules\hap-nodejs
  4918. 2617 verbose unlock done using C:\Users\Rowan\AppData\Roaming\npm-cache\_locks\hap-nodejs-cf6beb751032fb58.lock for C:\Users\Rowan\AppData\Roaming\npm\node_modules\homebridge\node_modules\hap-nodejs
  4919. 2618 verbose about to build C:\Users\Rowan\AppData\Roaming\npm\node_modules\homebridge
  4920. 2619 verbose unlock done using C:\Users\Rowan\AppData\Roaming\npm-cache\_locks\homebridge-0e22277508ee70fc.lock for C:\Users\Rowan\AppData\Roaming\npm\node_modules\homebridge
  4921. 2620 verbose stack Error: curve25519@1.1.0 install: `node-gyp rebuild`
  4922. 2620 verbose stack Exit status 1
  4923. 2620 verbose stack at EventEmitter.<anonymous> (C:\Program Files (x86)\nodejs\node_modules\npm\lib\utils\lifecycle.js:214:16)
  4924. 2620 verbose stack at emitTwo (events.js:87:13)
  4925. 2620 verbose stack at EventEmitter.emit (events.js:172:7)
  4926. 2620 verbose stack at ChildProcess.<anonymous> (C:\Program Files (x86)\nodejs\node_modules\npm\lib\utils\spawn.js:24:14)
  4927. 2620 verbose stack at emitTwo (events.js:87:13)
  4928. 2620 verbose stack at ChildProcess.emit (events.js:172:7)
  4929. 2620 verbose stack at maybeClose (internal/child_process.js:818:16)
  4930. 2620 verbose stack at Process.ChildProcess._handle.onexit (internal/child_process.js:211:5)
  4931. 2621 verbose pkgid curve25519@1.1.0
  4932. 2622 verbose cwd C:\Users\Rowan
  4933. 2623 error Windows_NT 10.0.10586
  4934. 2624 error argv "C:\\Program Files (x86)\\nodejs\\node.exe" "C:\\Program Files (x86)\\nodejs\\node_modules\\npm\\bin\\npm-cli.js" "install" "-g" "homebridge"
  4935. 2625 error node v4.2.2
  4936. 2626 error npm v2.14.7
  4937. 2627 error code ELIFECYCLE
  4938. 2628 error curve25519@1.1.0 install: `node-gyp rebuild`
  4939. 2628 error Exit status 1
  4940. 2629 error Failed at the curve25519@1.1.0 install script 'node-gyp rebuild'.
  4941. 2629 error This is most likely a problem with the curve25519 package,
  4942. 2629 error not with npm itself.
  4943. 2629 error Tell the author that this fails on your system:
  4944. 2629 error node-gyp rebuild
  4945. 2629 error You can get their info via:
  4946. 2629 error npm owner ls curve25519
  4947. 2629 error There is likely additional logging output above.
  4948. 2630 verbose exit [ 1, true ]
  4949. 2631 verbose unbuild node_modules\homebridge\node_modules\hap-nodejs\node_modules\curve25519
  4950. 2632 info preuninstall curve25519@1.1.0
  4951. 2633 info uninstall curve25519@1.1.0
  4952. 2634 verbose unbuild rmStuff curve25519@1.1.0 from C:\Users\Rowan\AppData\Roaming\npm\node_modules
  4953. 2635 verbose unbuild rmStuff in C:\Users\Rowan\AppData\Roaming\npm\node_modules\homebridge\node_modules\hap-nodejs\node_modules
  4954. 2636 info postuninstall curve25519@1.1.0
  4955. 2637 silly gentlyRm C:\Users\Rowan\AppData\Roaming\npm\node_modules\homebridge\node_modules\hap-nodejs\node_modules\curve25519 is being purged from base C:\Users\Rowan\AppData\Roaming\npm
  4956. 2638 verbose gentlyRm don't care about contents; nuking C:\Users\Rowan\AppData\Roaming\npm\node_modules\homebridge\node_modules\hap-nodejs\node_modules\curve25519
  4957. 2639 silly vacuum-fs purging C:\Users\Rowan\AppData\Roaming\npm\node_modules\homebridge\node_modules\hap-nodejs\node_modules\curve25519
  4958. 2640 silly vacuum-fs quitting because other entries in C:\Users\Rowan\AppData\Roaming\npm\node_modules\homebridge\node_modules\hap-nodejs\node_modules
  4959. 2641 verbose unbuild node_modules\homebridge\node_modules\hap-nodejs\node_modules\srp\node_modules\bignum
  4960. 2642 info preuninstall bignum@0.11.0
  4961. 2643 info uninstall bignum@0.11.0
  4962. 2644 verbose unbuild rmStuff bignum@0.11.0 from C:\Users\Rowan\AppData\Roaming\npm\node_modules
  4963. 2645 verbose unbuild rmStuff in C:\Users\Rowan\AppData\Roaming\npm\node_modules\homebridge\node_modules\hap-nodejs\node_modules\srp\node_modules
  4964. 2646 info postuninstall bignum@0.11.0
  4965. 2647 silly gentlyRm C:\Users\Rowan\AppData\Roaming\npm\node_modules\homebridge\node_modules\hap-nodejs\node_modules\srp\node_modules\bignum is being purged from base C:\Users\Rowan\AppData\Roaming\npm
  4966. 2648 verbose gentlyRm don't care about contents; nuking C:\Users\Rowan\AppData\Roaming\npm\node_modules\homebridge\node_modules\hap-nodejs\node_modules\srp\node_modules\bignum
  4967. 2649 silly vacuum-fs purging C:\Users\Rowan\AppData\Roaming\npm\node_modules\homebridge\node_modules\hap-nodejs\node_modules\srp\node_modules\bignum
  4968. 2650 silly vacuum-fs removing C:\Users\Rowan\AppData\Roaming\npm\node_modules\homebridge\node_modules\hap-nodejs\node_modules\srp\node_modules
  4969. 2651 silly vacuum-fs quitting because other entries in C:\Users\Rowan\AppData\Roaming\npm\node_modules\homebridge\node_modules\hap-nodejs\node_modules\srp
  4970. 2652 verbose unbuild node_modules\homebridge\node_modules\hap-nodejs\node_modules\srp
  4971. 2653 info preuninstall srp@0.2.0
  4972. 2654 info uninstall srp@0.2.0
  4973. 2655 verbose unbuild rmStuff srp@0.2.0 from C:\Users\Rowan\AppData\Roaming\npm\node_modules
  4974. 2656 verbose unbuild rmStuff in C:\Users\Rowan\AppData\Roaming\npm\node_modules\homebridge\node_modules\hap-nodejs\node_modules
  4975. 2657 info postuninstall srp@0.2.0
  4976. 2658 silly gentlyRm C:\Users\Rowan\AppData\Roaming\npm\node_modules\homebridge\node_modules\hap-nodejs\node_modules\srp is being purged from base C:\Users\Rowan\AppData\Roaming\npm
  4977. 2659 verbose gentlyRm don't care about contents; nuking C:\Users\Rowan\AppData\Roaming\npm\node_modules\homebridge\node_modules\hap-nodejs\node_modules\srp
  4978. 2660 silly vacuum-fs purging C:\Users\Rowan\AppData\Roaming\npm\node_modules\homebridge\node_modules\hap-nodejs\node_modules\srp
  4979. 2661 silly vacuum-fs quitting because other entries in C:\Users\Rowan\AppData\Roaming\npm\node_modules\homebridge\node_modules\hap-nodejs\node_modules
  4980. 2662 verbose unbuild node_modules\homebridge\node_modules\hap-nodejs\node_modules\ed25519
  4981. 2663 info preuninstall ed25519@0.0.3
  4982. 2664 info uninstall ed25519@0.0.3
  4983. 2665 verbose unbuild rmStuff ed25519@0.0.3 from C:\Users\Rowan\AppData\Roaming\npm\node_modules
  4984. 2666 verbose unbuild rmStuff in C:\Users\Rowan\AppData\Roaming\npm\node_modules\homebridge\node_modules\hap-nodejs\node_modules
  4985. 2667 info postuninstall ed25519@0.0.3
  4986. 2668 silly gentlyRm C:\Users\Rowan\AppData\Roaming\npm\node_modules\homebridge\node_modules\hap-nodejs\node_modules\ed25519 is being purged from base C:\Users\Rowan\AppData\Roaming\npm
  4987. 2669 verbose gentlyRm don't care about contents; nuking C:\Users\Rowan\AppData\Roaming\npm\node_modules\homebridge\node_modules\hap-nodejs\node_modules\ed25519
  4988. 2670 silly vacuum-fs purging C:\Users\Rowan\AppData\Roaming\npm\node_modules\homebridge\node_modules\hap-nodejs\node_modules\ed25519
  4989. 2671 silly vacuum-fs quitting because other entries in C:\Users\Rowan\AppData\Roaming\npm\node_modules\homebridge\node_modules\hap-nodejs\node_modules
  4990. 2672 verbose unbuild node_modules\homebridge\node_modules\hap-nodejs\node_modules\mdns
  4991. 2673 info preuninstall mdns@2.2.10
  4992. 2674 info uninstall mdns@2.2.10
  4993. 2675 verbose unbuild rmStuff mdns@2.2.10 from C:\Users\Rowan\AppData\Roaming\npm\node_modules
  4994. 2676 verbose unbuild rmStuff in C:\Users\Rowan\AppData\Roaming\npm\node_modules\homebridge\node_modules\hap-nodejs\node_modules
  4995. 2677 info postuninstall mdns@2.2.10
  4996. 2678 silly gentlyRm C:\Users\Rowan\AppData\Roaming\npm\node_modules\homebridge\node_modules\hap-nodejs\node_modules\mdns is being purged from base C:\Users\Rowan\AppData\Roaming\npm
  4997. 2679 verbose gentlyRm don't care about contents; nuking C:\Users\Rowan\AppData\Roaming\npm\node_modules\homebridge\node_modules\hap-nodejs\node_modules\mdns
  4998. 2680 silly vacuum-fs purging C:\Users\Rowan\AppData\Roaming\npm\node_modules\homebridge\node_modules\hap-nodejs\node_modules\mdns
  4999. 2681 silly vacuum-fs quitting because other entries in C:\Users\Rowan\AppData\Roaming\npm\node_modules\homebridge\node_modules\hap-nodejs\node_modules
  5000. 2682 verbose unbuild node_modules\homebridge\node_modules\hap-nodejs
  5001. 2683 info preuninstall hap-nodejs@0.0.3
  5002. 2684 info uninstall hap-nodejs@0.0.3
  5003. 2685 verbose unbuild rmStuff hap-nodejs@0.0.3 from C:\Users\Rowan\AppData\Roaming\npm\node_modules
  5004. 2686 verbose unbuild rmStuff in C:\Users\Rowan\AppData\Roaming\npm\node_modules\homebridge\node_modules
  5005. 2687 info postuninstall hap-nodejs@0.0.3
  5006. 2688 silly gentlyRm C:\Users\Rowan\AppData\Roaming\npm\node_modules\homebridge\node_modules\hap-nodejs is being purged from base C:\Users\Rowan\AppData\Roaming\npm
  5007. 2689 verbose gentlyRm don't care about contents; nuking C:\Users\Rowan\AppData\Roaming\npm\node_modules\homebridge\node_modules\hap-nodejs
  5008. 2690 silly vacuum-fs purging C:\Users\Rowan\AppData\Roaming\npm\node_modules\homebridge\node_modules\hap-nodejs
  5009. 2691 silly vacuum-fs quitting because other entries in C:\Users\Rowan\AppData\Roaming\npm\node_modules\homebridge\node_modules
  5010. 2692 verbose unbuild node_modules\homebridge
  5011. 2693 info preuninstall homebridge@0.2.11
  5012. 2694 info uninstall homebridge@0.2.11
  5013. 2695 verbose unbuild rmStuff homebridge@0.2.11 from C:\Users\Rowan\AppData\Roaming\npm\node_modules
  5014. 2696 silly gentlyRm C:\Users\Rowan\AppData\Roaming\npm\homebridge.cmd is being gently removed
  5015. 2697 silly gentlyRm verifying C:\Users\Rowan\AppData\Roaming\npm is an npm working directory
  5016. 2698 silly gentlyRm containing path C:\Users\Rowan\AppData\Roaming\npm is under npm's control, in C:\Users\Rowan\AppData\Roaming\npm
  5017. 2699 silly gentlyRm deletion target C:\Users\Rowan\AppData\Roaming\npm\homebridge.cmd is under C:\Users\Rowan\AppData\Roaming\npm
  5018. 2700 verbose gentlyRm vacuuming from C:\Users\Rowan\AppData\Roaming\npm\homebridge.cmd up to C:\Users\Rowan\AppData\Roaming\npm
  5019. 2701 silly gentlyRm C:\Users\Rowan\AppData\Roaming\npm\homebridge is being gently removed
  5020. 2702 silly gentlyRm verifying C:\Users\Rowan\AppData\Roaming\npm is an npm working directory
  5021. 2703 silly gentlyRm containing path C:\Users\Rowan\AppData\Roaming\npm is under npm's control, in C:\Users\Rowan\AppData\Roaming\npm
  5022. 2704 silly gentlyRm deletion target C:\Users\Rowan\AppData\Roaming\npm\homebridge is under C:\Users\Rowan\AppData\Roaming\npm
  5023. 2705 verbose gentlyRm vacuuming from C:\Users\Rowan\AppData\Roaming\npm\homebridge up to C:\Users\Rowan\AppData\Roaming\npm
  5024. 2706 info postuninstall homebridge@0.2.11
  5025. 2707 silly gentlyRm C:\Users\Rowan\AppData\Roaming\npm\node_modules\homebridge is being purged from base C:\Users\Rowan\AppData\Roaming\npm
  5026. 2708 verbose gentlyRm don't care about contents; nuking C:\Users\Rowan\AppData\Roaming\npm\node_modules\homebridge
  5027. 2709 silly vacuum-fs purging C:\Users\Rowan\AppData\Roaming\npm\node_modules\homebridge
  5028. 2710 silly vacuum-fs removing C:\Users\Rowan\AppData\Roaming\npm\node_modules
  5029. 2711 silly vacuum-fs finished vacuuming up to C:\Users\Rowan\AppData\Roaming\npm
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement