ai 1.0.0 → 2.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (340) hide show
  1. package/LICENSE +10 -24
  2. package/dist/ai-stream.d.ts +18 -0
  3. package/dist/ai-stream.js +132 -0
  4. package/dist/ai-stream.mjs +13 -0
  5. package/dist/anthropic-stream.d.ts +5 -0
  6. package/dist/anthropic-stream.js +133 -0
  7. package/dist/anthropic-stream.mjs +8 -0
  8. package/dist/chunk-265FSSO4.mjs +91 -0
  9. package/dist/chunk-2L3ZO4UM.mjs +45 -0
  10. package/dist/chunk-EZJ7FC5E.mjs +33 -0
  11. package/dist/chunk-JGDC3BXD.mjs +22 -0
  12. package/dist/chunk-NK2CVBLI.mjs +38 -0
  13. package/dist/chunk-PEYAHBDF.mjs +43 -0
  14. package/dist/chunk-TJMME6CL.mjs +24 -0
  15. package/dist/huggingface-stream.d.ts +5 -0
  16. package/dist/huggingface-stream.js +121 -0
  17. package/dist/huggingface-stream.mjs +8 -0
  18. package/dist/index.d.ts +131 -0
  19. package/dist/index.js +278 -0
  20. package/dist/index.mjs +35 -0
  21. package/dist/index.test.d.ts +2 -0
  22. package/dist/index.test.js +12 -0
  23. package/dist/index.test.mjs +10 -0
  24. package/dist/langchain-stream.d.ts +12 -0
  25. package/dist/langchain-stream.js +102 -0
  26. package/dist/langchain-stream.mjs +8 -0
  27. package/dist/openai-stream.d.ts +5 -0
  28. package/dist/openai-stream.js +144 -0
  29. package/dist/openai-stream.mjs +8 -0
  30. package/dist/streaming-text-response.d.ts +17 -0
  31. package/dist/streaming-text-response.js +75 -0
  32. package/dist/streaming-text-response.mjs +9 -0
  33. package/package.json +78 -29
  34. package/react/dist/chunk-5PP6W52J.mjs +202 -0
  35. package/react/dist/chunk-6EH3SWMP.mjs +55 -0
  36. package/react/dist/chunk-PW6HSU2N.mjs +154 -0
  37. package/react/dist/index.d.ts +3 -0
  38. package/react/dist/index.js +424 -0
  39. package/react/dist/index.mjs +12 -0
  40. package/react/dist/types-f862f74a.d.ts +123 -0
  41. package/react/dist/use-chat.d.ts +42 -0
  42. package/react/dist/use-chat.js +276 -0
  43. package/react/dist/use-chat.mjs +8 -0
  44. package/react/dist/use-completion.d.ts +47 -0
  45. package/react/dist/use-completion.js +229 -0
  46. package/react/dist/use-completion.mjs +8 -0
  47. package/svelte/dist/chunk-6USBQIV6.mjs +177 -0
  48. package/svelte/dist/chunk-BQ64GHZ3.mjs +136 -0
  49. package/svelte/dist/chunk-CENOSGDG.mjs +493 -0
  50. package/svelte/dist/index.d.ts +4 -0
  51. package/svelte/dist/index.js +808 -0
  52. package/svelte/dist/index.mjs +11 -0
  53. package/svelte/dist/types-f862f74a.d.ts +123 -0
  54. package/svelte/dist/use-chat.d.ts +39 -0
  55. package/svelte/dist/use-chat.js +680 -0
  56. package/svelte/dist/use-chat.mjs +7 -0
  57. package/svelte/dist/use-completion.d.ts +38 -0
  58. package/svelte/dist/use-completion.js +640 -0
  59. package/svelte/dist/use-completion.mjs +7 -0
  60. package/.npmignore +0 -15
  61. package/.travis.yml +0 -4
  62. package/README.md +0 -21
  63. package/bin/ai.js +0 -22
  64. package/index.js +0 -32
  65. package/node_modules/request/.npmignore +0 -2
  66. package/node_modules/request/.travis.yml +0 -12
  67. package/node_modules/request/CHANGELOG.md +0 -954
  68. package/node_modules/request/LICENSE +0 -55
  69. package/node_modules/request/README.md +0 -421
  70. package/node_modules/request/index.js +0 -166
  71. package/node_modules/request/lib/cookies.js +0 -40
  72. package/node_modules/request/lib/copy.js +0 -8
  73. package/node_modules/request/lib/debug.js +0 -7
  74. package/node_modules/request/lib/getSafe.js +0 -34
  75. package/node_modules/request/lib/optional.js +0 -5
  76. package/node_modules/request/node_modules/aws-sign2/LICENSE +0 -55
  77. package/node_modules/request/node_modules/aws-sign2/README.md +0 -4
  78. package/node_modules/request/node_modules/aws-sign2/index.js +0 -202
  79. package/node_modules/request/node_modules/aws-sign2/package.json +0 -47
  80. package/node_modules/request/node_modules/forever-agent/LICENSE +0 -55
  81. package/node_modules/request/node_modules/forever-agent/README.md +0 -4
  82. package/node_modules/request/node_modules/forever-agent/index.js +0 -119
  83. package/node_modules/request/node_modules/forever-agent/package.json +0 -46
  84. package/node_modules/request/node_modules/form-data/License +0 -19
  85. package/node_modules/request/node_modules/form-data/Readme.md +0 -175
  86. package/node_modules/request/node_modules/form-data/lib/form_data.js +0 -351
  87. package/node_modules/request/node_modules/form-data/node_modules/async/.travis.yml +0 -3
  88. package/node_modules/request/node_modules/form-data/node_modules/async/LICENSE +0 -19
  89. package/node_modules/request/node_modules/form-data/node_modules/async/README.md +0 -1646
  90. package/node_modules/request/node_modules/form-data/node_modules/async/component.json +0 -11
  91. package/node_modules/request/node_modules/form-data/node_modules/async/lib/async.js +0 -1123
  92. package/node_modules/request/node_modules/form-data/node_modules/async/package.json +0 -60
  93. package/node_modules/request/node_modules/form-data/node_modules/combined-stream/License +0 -19
  94. package/node_modules/request/node_modules/form-data/node_modules/combined-stream/Readme.md +0 -132
  95. package/node_modules/request/node_modules/form-data/node_modules/combined-stream/lib/combined_stream.js +0 -186
  96. package/node_modules/request/node_modules/form-data/node_modules/combined-stream/node_modules/delayed-stream/.npmignore +0 -2
  97. package/node_modules/request/node_modules/form-data/node_modules/combined-stream/node_modules/delayed-stream/License +0 -19
  98. package/node_modules/request/node_modules/form-data/node_modules/combined-stream/node_modules/delayed-stream/Makefile +0 -7
  99. package/node_modules/request/node_modules/form-data/node_modules/combined-stream/node_modules/delayed-stream/Readme.md +0 -154
  100. package/node_modules/request/node_modules/form-data/node_modules/combined-stream/node_modules/delayed-stream/lib/delayed_stream.js +0 -99
  101. package/node_modules/request/node_modules/form-data/node_modules/combined-stream/node_modules/delayed-stream/package.json +0 -42
  102. package/node_modules/request/node_modules/form-data/node_modules/combined-stream/node_modules/delayed-stream/test/common.js +0 -6
  103. package/node_modules/request/node_modules/form-data/node_modules/combined-stream/node_modules/delayed-stream/test/integration/test-delayed-http-upload.js +0 -38
  104. package/node_modules/request/node_modules/form-data/node_modules/combined-stream/node_modules/delayed-stream/test/integration/test-delayed-stream-auto-pause.js +0 -21
  105. package/node_modules/request/node_modules/form-data/node_modules/combined-stream/node_modules/delayed-stream/test/integration/test-delayed-stream-pause.js +0 -14
  106. package/node_modules/request/node_modules/form-data/node_modules/combined-stream/node_modules/delayed-stream/test/integration/test-delayed-stream.js +0 -48
  107. package/node_modules/request/node_modules/form-data/node_modules/combined-stream/node_modules/delayed-stream/test/integration/test-handle-source-errors.js +0 -15
  108. package/node_modules/request/node_modules/form-data/node_modules/combined-stream/node_modules/delayed-stream/test/integration/test-max-data-size.js +0 -18
  109. package/node_modules/request/node_modules/form-data/node_modules/combined-stream/node_modules/delayed-stream/test/integration/test-pipe-resumes.js +0 -13
  110. package/node_modules/request/node_modules/form-data/node_modules/combined-stream/node_modules/delayed-stream/test/integration/test-proxy-readable.js +0 -13
  111. package/node_modules/request/node_modules/form-data/node_modules/combined-stream/node_modules/delayed-stream/test/run.js +0 -7
  112. package/node_modules/request/node_modules/form-data/node_modules/combined-stream/package.json +0 -61
  113. package/node_modules/request/node_modules/form-data/node_modules/mime/LICENSE +0 -19
  114. package/node_modules/request/node_modules/form-data/node_modules/mime/README.md +0 -66
  115. package/node_modules/request/node_modules/form-data/node_modules/mime/mime.js +0 -114
  116. package/node_modules/request/node_modules/form-data/node_modules/mime/package.json +0 -59
  117. package/node_modules/request/node_modules/form-data/node_modules/mime/test.js +0 -84
  118. package/node_modules/request/node_modules/form-data/node_modules/mime/types/mime.types +0 -1588
  119. package/node_modules/request/node_modules/form-data/node_modules/mime/types/node.types +0 -77
  120. package/node_modules/request/node_modules/form-data/package.json +0 -80
  121. package/node_modules/request/node_modules/hawk/.npmignore +0 -18
  122. package/node_modules/request/node_modules/hawk/.travis.yml +0 -5
  123. package/node_modules/request/node_modules/hawk/LICENSE +0 -24
  124. package/node_modules/request/node_modules/hawk/Makefile +0 -10
  125. package/node_modules/request/node_modules/hawk/README.md +0 -625
  126. package/node_modules/request/node_modules/hawk/example/usage.js +0 -78
  127. package/node_modules/request/node_modules/hawk/images/hawk.png +0 -0
  128. package/node_modules/request/node_modules/hawk/images/logo.png +0 -0
  129. package/node_modules/request/node_modules/hawk/index.js +0 -1
  130. package/node_modules/request/node_modules/hawk/lib/browser.js +0 -507
  131. package/node_modules/request/node_modules/hawk/lib/client.js +0 -371
  132. package/node_modules/request/node_modules/hawk/lib/crypto.js +0 -118
  133. package/node_modules/request/node_modules/hawk/lib/index.js +0 -15
  134. package/node_modules/request/node_modules/hawk/lib/server.js +0 -523
  135. package/node_modules/request/node_modules/hawk/lib/utils.js +0 -183
  136. package/node_modules/request/node_modules/hawk/node_modules/boom/.npmignore +0 -18
  137. package/node_modules/request/node_modules/hawk/node_modules/boom/.travis.yml +0 -5
  138. package/node_modules/request/node_modules/hawk/node_modules/boom/LICENSE +0 -24
  139. package/node_modules/request/node_modules/hawk/node_modules/boom/Makefile +0 -11
  140. package/node_modules/request/node_modules/hawk/node_modules/boom/README.md +0 -6
  141. package/node_modules/request/node_modules/hawk/node_modules/boom/images/boom.png +0 -0
  142. package/node_modules/request/node_modules/hawk/node_modules/boom/index.js +0 -1
  143. package/node_modules/request/node_modules/hawk/node_modules/boom/lib/index.js +0 -207
  144. package/node_modules/request/node_modules/hawk/node_modules/boom/package.json +0 -64
  145. package/node_modules/request/node_modules/hawk/node_modules/boom/test/index.js +0 -245
  146. package/node_modules/request/node_modules/hawk/node_modules/cryptiles/.npmignore +0 -18
  147. package/node_modules/request/node_modules/hawk/node_modules/cryptiles/.travis.yml +0 -5
  148. package/node_modules/request/node_modules/hawk/node_modules/cryptiles/LICENSE +0 -24
  149. package/node_modules/request/node_modules/hawk/node_modules/cryptiles/Makefile +0 -11
  150. package/node_modules/request/node_modules/hawk/node_modules/cryptiles/README.md +0 -6
  151. package/node_modules/request/node_modules/hawk/node_modules/cryptiles/index.js +0 -1
  152. package/node_modules/request/node_modules/hawk/node_modules/cryptiles/lib/index.js +0 -68
  153. package/node_modules/request/node_modules/hawk/node_modules/cryptiles/package.json +0 -65
  154. package/node_modules/request/node_modules/hawk/node_modules/cryptiles/test/index.js +0 -101
  155. package/node_modules/request/node_modules/hawk/node_modules/hoek/.npmignore +0 -18
  156. package/node_modules/request/node_modules/hawk/node_modules/hoek/.travis.yml +0 -5
  157. package/node_modules/request/node_modules/hawk/node_modules/hoek/LICENSE +0 -33
  158. package/node_modules/request/node_modules/hawk/node_modules/hoek/Makefile +0 -10
  159. package/node_modules/request/node_modules/hawk/node_modules/hoek/README.md +0 -436
  160. package/node_modules/request/node_modules/hawk/node_modules/hoek/images/hoek.png +0 -0
  161. package/node_modules/request/node_modules/hawk/node_modules/hoek/index.js +0 -1
  162. package/node_modules/request/node_modules/hawk/node_modules/hoek/lib/escape.js +0 -132
  163. package/node_modules/request/node_modules/hawk/node_modules/hoek/lib/index.js +0 -585
  164. package/node_modules/request/node_modules/hawk/node_modules/hoek/package.json +0 -70
  165. package/node_modules/request/node_modules/hawk/node_modules/hoek/test/escaper.js +0 -86
  166. package/node_modules/request/node_modules/hawk/node_modules/hoek/test/index.js +0 -1078
  167. package/node_modules/request/node_modules/hawk/node_modules/hoek/test/modules/test1.js +0 -1
  168. package/node_modules/request/node_modules/hawk/node_modules/hoek/test/modules/test2.js +0 -1
  169. package/node_modules/request/node_modules/hawk/node_modules/hoek/test/modules/test3.js +0 -1
  170. package/node_modules/request/node_modules/hawk/node_modules/sntp/.npmignore +0 -18
  171. package/node_modules/request/node_modules/hawk/node_modules/sntp/.travis.yml +0 -5
  172. package/node_modules/request/node_modules/hawk/node_modules/sntp/LICENSE +0 -24
  173. package/node_modules/request/node_modules/hawk/node_modules/sntp/Makefile +0 -11
  174. package/node_modules/request/node_modules/hawk/node_modules/sntp/README.md +0 -68
  175. package/node_modules/request/node_modules/hawk/node_modules/sntp/examples/offset.js +0 -16
  176. package/node_modules/request/node_modules/hawk/node_modules/sntp/examples/time.js +0 -25
  177. package/node_modules/request/node_modules/hawk/node_modules/sntp/index.js +0 -1
  178. package/node_modules/request/node_modules/hawk/node_modules/sntp/lib/index.js +0 -409
  179. package/node_modules/request/node_modules/hawk/node_modules/sntp/package.json +0 -65
  180. package/node_modules/request/node_modules/hawk/node_modules/sntp/test/index.js +0 -359
  181. package/node_modules/request/node_modules/hawk/package.json +0 -70
  182. package/node_modules/request/node_modules/hawk/test/browser.js +0 -817
  183. package/node_modules/request/node_modules/hawk/test/client.js +0 -206
  184. package/node_modules/request/node_modules/hawk/test/crypto.js +0 -86
  185. package/node_modules/request/node_modules/hawk/test/index.js +0 -316
  186. package/node_modules/request/node_modules/hawk/test/message.js +0 -246
  187. package/node_modules/request/node_modules/hawk/test/readme.js +0 -98
  188. package/node_modules/request/node_modules/hawk/test/server.js +0 -686
  189. package/node_modules/request/node_modules/hawk/test/uri.js +0 -456
  190. package/node_modules/request/node_modules/hawk/test/utils.js +0 -120
  191. package/node_modules/request/node_modules/http-signature/.dir-locals.el +0 -6
  192. package/node_modules/request/node_modules/http-signature/.npmignore +0 -7
  193. package/node_modules/request/node_modules/http-signature/LICENSE +0 -18
  194. package/node_modules/request/node_modules/http-signature/README.md +0 -75
  195. package/node_modules/request/node_modules/http-signature/http_signing.md +0 -296
  196. package/node_modules/request/node_modules/http-signature/lib/index.js +0 -25
  197. package/node_modules/request/node_modules/http-signature/lib/parser.js +0 -304
  198. package/node_modules/request/node_modules/http-signature/lib/signer.js +0 -179
  199. package/node_modules/request/node_modules/http-signature/lib/util.js +0 -249
  200. package/node_modules/request/node_modules/http-signature/lib/verify.js +0 -42
  201. package/node_modules/request/node_modules/http-signature/node_modules/asn1/.npmignore +0 -2
  202. package/node_modules/request/node_modules/http-signature/node_modules/asn1/LICENSE +0 -19
  203. package/node_modules/request/node_modules/http-signature/node_modules/asn1/README.md +0 -50
  204. package/node_modules/request/node_modules/http-signature/node_modules/asn1/lib/ber/errors.js +0 -13
  205. package/node_modules/request/node_modules/http-signature/node_modules/asn1/lib/ber/index.js +0 -27
  206. package/node_modules/request/node_modules/http-signature/node_modules/asn1/lib/ber/reader.js +0 -267
  207. package/node_modules/request/node_modules/http-signature/node_modules/asn1/lib/ber/types.js +0 -36
  208. package/node_modules/request/node_modules/http-signature/node_modules/asn1/lib/ber/writer.js +0 -317
  209. package/node_modules/request/node_modules/http-signature/node_modules/asn1/lib/index.js +0 -20
  210. package/node_modules/request/node_modules/http-signature/node_modules/asn1/package.json +0 -63
  211. package/node_modules/request/node_modules/http-signature/node_modules/asn1/tst/ber/reader.test.js +0 -172
  212. package/node_modules/request/node_modules/http-signature/node_modules/asn1/tst/ber/writer.test.js +0 -296
  213. package/node_modules/request/node_modules/http-signature/node_modules/assert-plus/README.md +0 -126
  214. package/node_modules/request/node_modules/http-signature/node_modules/assert-plus/assert.js +0 -196
  215. package/node_modules/request/node_modules/http-signature/node_modules/assert-plus/package.json +0 -38
  216. package/node_modules/request/node_modules/http-signature/node_modules/ctype/CHANGELOG +0 -71
  217. package/node_modules/request/node_modules/http-signature/node_modules/ctype/LICENSE +0 -24
  218. package/node_modules/request/node_modules/http-signature/node_modules/ctype/README +0 -82
  219. package/node_modules/request/node_modules/http-signature/node_modules/ctype/README.old +0 -298
  220. package/node_modules/request/node_modules/http-signature/node_modules/ctype/ctf.js +0 -245
  221. package/node_modules/request/node_modules/http-signature/node_modules/ctype/ctio.js +0 -1485
  222. package/node_modules/request/node_modules/http-signature/node_modules/ctype/ctype.js +0 -944
  223. package/node_modules/request/node_modules/http-signature/node_modules/ctype/man/man3ctype/ctio.3ctype +0 -241
  224. package/node_modules/request/node_modules/http-signature/node_modules/ctype/package.json +0 -36
  225. package/node_modules/request/node_modules/http-signature/node_modules/ctype/tools/jsl.conf +0 -129
  226. package/node_modules/request/node_modules/http-signature/node_modules/ctype/tools/jsstyle +0 -839
  227. package/node_modules/request/node_modules/http-signature/node_modules/ctype/tst/ctf/float.json +0 -13
  228. package/node_modules/request/node_modules/http-signature/node_modules/ctype/tst/ctf/int.json +0 -13
  229. package/node_modules/request/node_modules/http-signature/node_modules/ctype/tst/ctf/psinfo.json +0 -104
  230. package/node_modules/request/node_modules/http-signature/node_modules/ctype/tst/ctf/struct.json +0 -19
  231. package/node_modules/request/node_modules/http-signature/node_modules/ctype/tst/ctf/tst.fail.js +0 -39
  232. package/node_modules/request/node_modules/http-signature/node_modules/ctype/tst/ctf/tst.float.js +0 -14
  233. package/node_modules/request/node_modules/http-signature/node_modules/ctype/tst/ctf/tst.int.js +0 -14
  234. package/node_modules/request/node_modules/http-signature/node_modules/ctype/tst/ctf/tst.psinfo.js +0 -17
  235. package/node_modules/request/node_modules/http-signature/node_modules/ctype/tst/ctf/tst.struct.js +0 -18
  236. package/node_modules/request/node_modules/http-signature/node_modules/ctype/tst/ctf/tst.typedef.js +0 -15
  237. package/node_modules/request/node_modules/http-signature/node_modules/ctype/tst/ctf/typedef.json +0 -14
  238. package/node_modules/request/node_modules/http-signature/node_modules/ctype/tst/ctio/float/tst.rfloat.js +0 -767
  239. package/node_modules/request/node_modules/http-signature/node_modules/ctype/tst/ctio/float/tst.wfloat.js +0 -753
  240. package/node_modules/request/node_modules/http-signature/node_modules/ctype/tst/ctio/int/tst.64.js +0 -638
  241. package/node_modules/request/node_modules/http-signature/node_modules/ctype/tst/ctio/int/tst.rint.js +0 -101
  242. package/node_modules/request/node_modules/http-signature/node_modules/ctype/tst/ctio/int/tst.wbounds.js +0 -53
  243. package/node_modules/request/node_modules/http-signature/node_modules/ctype/tst/ctio/int/tst.wint.js +0 -92
  244. package/node_modules/request/node_modules/http-signature/node_modules/ctype/tst/ctio/uint/tst.64.js +0 -451
  245. package/node_modules/request/node_modules/http-signature/node_modules/ctype/tst/ctio/uint/tst.roundtrip.js +0 -81
  246. package/node_modules/request/node_modules/http-signature/node_modules/ctype/tst/ctio/uint/tst.ruint.js +0 -95
  247. package/node_modules/request/node_modules/http-signature/node_modules/ctype/tst/ctio/uint/tst.wuint.js +0 -156
  248. package/node_modules/request/node_modules/http-signature/node_modules/ctype/tst/ctype/tst.basicr.js +0 -50
  249. package/node_modules/request/node_modules/http-signature/node_modules/ctype/tst/ctype/tst.basicw.js +0 -44
  250. package/node_modules/request/node_modules/http-signature/node_modules/ctype/tst/ctype/tst.char.js +0 -42
  251. package/node_modules/request/node_modules/http-signature/node_modules/ctype/tst/ctype/tst.endian.js +0 -45
  252. package/node_modules/request/node_modules/http-signature/node_modules/ctype/tst/ctype/tst.oldwrite.js +0 -28
  253. package/node_modules/request/node_modules/http-signature/node_modules/ctype/tst/ctype/tst.readSize.js +0 -128
  254. package/node_modules/request/node_modules/http-signature/node_modules/ctype/tst/ctype/tst.structw.js +0 -28
  255. package/node_modules/request/node_modules/http-signature/node_modules/ctype/tst/ctype/tst.writeStruct.js +0 -31
  256. package/node_modules/request/node_modules/http-signature/package.json +0 -54
  257. package/node_modules/request/node_modules/json-stringify-safe/LICENSE +0 -27
  258. package/node_modules/request/node_modules/json-stringify-safe/README.md +0 -49
  259. package/node_modules/request/node_modules/json-stringify-safe/package.json +0 -51
  260. package/node_modules/request/node_modules/json-stringify-safe/stringify.js +0 -39
  261. package/node_modules/request/node_modules/json-stringify-safe/test.js +0 -128
  262. package/node_modules/request/node_modules/mime-types/.npmignore +0 -14
  263. package/node_modules/request/node_modules/mime-types/.travis.yml +0 -12
  264. package/node_modules/request/node_modules/mime-types/LICENSE +0 -22
  265. package/node_modules/request/node_modules/mime-types/Makefile +0 -9
  266. package/node_modules/request/node_modules/mime-types/README.md +0 -101
  267. package/node_modules/request/node_modules/mime-types/SOURCES.md +0 -17
  268. package/node_modules/request/node_modules/mime-types/component.json +0 -16
  269. package/node_modules/request/node_modules/mime-types/lib/custom.json +0 -27
  270. package/node_modules/request/node_modules/mime-types/lib/index.js +0 -75
  271. package/node_modules/request/node_modules/mime-types/lib/mime.json +0 -3317
  272. package/node_modules/request/node_modules/mime-types/lib/node.json +0 -55
  273. package/node_modules/request/node_modules/mime-types/package.json +0 -69
  274. package/node_modules/request/node_modules/node-uuid/.npmignore +0 -2
  275. package/node_modules/request/node_modules/node-uuid/LICENSE.md +0 -2
  276. package/node_modules/request/node_modules/node-uuid/README.md +0 -207
  277. package/node_modules/request/node_modules/node-uuid/benchmark/README.md +0 -53
  278. package/node_modules/request/node_modules/node-uuid/benchmark/bench.gnu +0 -174
  279. package/node_modules/request/node_modules/node-uuid/benchmark/bench.sh +0 -34
  280. package/node_modules/request/node_modules/node-uuid/benchmark/benchmark-native.c +0 -34
  281. package/node_modules/request/node_modules/node-uuid/benchmark/benchmark.js +0 -84
  282. package/node_modules/request/node_modules/node-uuid/component.json +0 -18
  283. package/node_modules/request/node_modules/node-uuid/package.json +0 -54
  284. package/node_modules/request/node_modules/node-uuid/test/compare_v1.js +0 -63
  285. package/node_modules/request/node_modules/node-uuid/test/test.html +0 -17
  286. package/node_modules/request/node_modules/node-uuid/test/test.js +0 -228
  287. package/node_modules/request/node_modules/node-uuid/uuid.js +0 -245
  288. package/node_modules/request/node_modules/oauth-sign/LICENSE +0 -55
  289. package/node_modules/request/node_modules/oauth-sign/README.md +0 -4
  290. package/node_modules/request/node_modules/oauth-sign/index.js +0 -43
  291. package/node_modules/request/node_modules/oauth-sign/package.json +0 -49
  292. package/node_modules/request/node_modules/oauth-sign/test.js +0 -49
  293. package/node_modules/request/node_modules/qs/.jshintignore +0 -1
  294. package/node_modules/request/node_modules/qs/.jshintrc +0 -10
  295. package/node_modules/request/node_modules/qs/.npmignore +0 -18
  296. package/node_modules/request/node_modules/qs/.travis.yml +0 -4
  297. package/node_modules/request/node_modules/qs/LICENSE +0 -28
  298. package/node_modules/request/node_modules/qs/Makefile +0 -8
  299. package/node_modules/request/node_modules/qs/Readme.md +0 -120
  300. package/node_modules/request/node_modules/qs/index.js +0 -1
  301. package/node_modules/request/node_modules/qs/lib/index.js +0 -15
  302. package/node_modules/request/node_modules/qs/lib/parse.js +0 -151
  303. package/node_modules/request/node_modules/qs/lib/stringify.js +0 -52
  304. package/node_modules/request/node_modules/qs/lib/utils.js +0 -131
  305. package/node_modules/request/node_modules/qs/package.json +0 -61
  306. package/node_modules/request/node_modules/qs/test/parse.js +0 -236
  307. package/node_modules/request/node_modules/qs/test/stringify.js +0 -123
  308. package/node_modules/request/node_modules/stringstream/.npmignore +0 -15
  309. package/node_modules/request/node_modules/stringstream/.travis.yml +0 -4
  310. package/node_modules/request/node_modules/stringstream/LICENSE.txt +0 -4
  311. package/node_modules/request/node_modules/stringstream/README.md +0 -38
  312. package/node_modules/request/node_modules/stringstream/example.js +0 -27
  313. package/node_modules/request/node_modules/stringstream/package.json +0 -48
  314. package/node_modules/request/node_modules/stringstream/stringstream.js +0 -102
  315. package/node_modules/request/node_modules/tough-cookie/.jshintrc +0 -70
  316. package/node_modules/request/node_modules/tough-cookie/.npmignore +0 -3
  317. package/node_modules/request/node_modules/tough-cookie/.travis.yml +0 -8
  318. package/node_modules/request/node_modules/tough-cookie/LICENSE +0 -78
  319. package/node_modules/request/node_modules/tough-cookie/README.md +0 -412
  320. package/node_modules/request/node_modules/tough-cookie/generate-pubsuffix.js +0 -239
  321. package/node_modules/request/node_modules/tough-cookie/lib/cookie.js +0 -1107
  322. package/node_modules/request/node_modules/tough-cookie/lib/memstore.js +0 -123
  323. package/node_modules/request/node_modules/tough-cookie/lib/pubsuffix.js +0 -69
  324. package/node_modules/request/node_modules/tough-cookie/lib/store.js +0 -37
  325. package/node_modules/request/node_modules/tough-cookie/node_modules/punycode/LICENSE-MIT.txt +0 -20
  326. package/node_modules/request/node_modules/tough-cookie/node_modules/punycode/README.md +0 -176
  327. package/node_modules/request/node_modules/tough-cookie/node_modules/punycode/package.json +0 -87
  328. package/node_modules/request/node_modules/tough-cookie/node_modules/punycode/punycode.js +0 -528
  329. package/node_modules/request/node_modules/tough-cookie/package.json +0 -67
  330. package/node_modules/request/node_modules/tough-cookie/public-suffix.txt +0 -5229
  331. package/node_modules/request/node_modules/tough-cookie/test.js +0 -1625
  332. package/node_modules/request/node_modules/tunnel-agent/.jshintrc +0 -5
  333. package/node_modules/request/node_modules/tunnel-agent/LICENSE +0 -55
  334. package/node_modules/request/node_modules/tunnel-agent/README.md +0 -4
  335. package/node_modules/request/node_modules/tunnel-agent/index.js +0 -236
  336. package/node_modules/request/node_modules/tunnel-agent/package.json +0 -46
  337. package/node_modules/request/package.json +0 -77
  338. package/node_modules/request/request.js +0 -1428
  339. package/test/fixtures/github-response.json +0 -1367
  340. package/test/index.js +0 -55
@@ -1,1367 +0,0 @@
1
- {
2
- "total_count": 54,
3
- "items": [
4
- {
5
- "url": "https://api.github.com/repos/npm/npm/issues/4737",
6
- "labels_url": "https://api.github.com/repos/npm/npm/issues/4737/labels{/name}",
7
- "comments_url": "https://api.github.com/repos/npm/npm/issues/4737/comments",
8
- "events_url": "https://api.github.com/repos/npm/npm/issues/4737/events",
9
- "html_url": "https://github.com/npm/npm/pull/4737",
10
- "id": 27998385,
11
- "number": 4737,
12
- "title": "Fix indentation for code examples in package.json doc",
13
- "user": {
14
- "login": "alexgorbatchev",
15
- "id": 65633,
16
- "avatar_url": "https://gravatar.com/avatar/a15c524f516ac52bfcc8a4c99dddd625?d=https%3A%2F%2Fidenticons.github.com%2F3e5ede0abd3ec9a6fe52b049e82c2aba.png&r=x",
17
- "gravatar_id": "a15c524f516ac52bfcc8a4c99dddd625",
18
- "url": "https://api.github.com/users/alexgorbatchev",
19
- "html_url": "https://github.com/alexgorbatchev",
20
- "followers_url": "https://api.github.com/users/alexgorbatchev/followers",
21
- "following_url": "https://api.github.com/users/alexgorbatchev/following{/other_user}",
22
- "gists_url": "https://api.github.com/users/alexgorbatchev/gists{/gist_id}",
23
- "starred_url": "https://api.github.com/users/alexgorbatchev/starred{/owner}{/repo}",
24
- "subscriptions_url": "https://api.github.com/users/alexgorbatchev/subscriptions",
25
- "organizations_url": "https://api.github.com/users/alexgorbatchev/orgs",
26
- "repos_url": "https://api.github.com/users/alexgorbatchev/repos",
27
- "events_url": "https://api.github.com/users/alexgorbatchev/events{/privacy}",
28
- "received_events_url": "https://api.github.com/users/alexgorbatchev/received_events",
29
- "type": "User",
30
- "site_admin": false
31
- },
32
- "labels": [],
33
- "state": "open",
34
- "assignee": null,
35
- "milestone": null,
36
- "comments": 3,
37
- "created_at": "2014-02-20T21:38:33Z",
38
- "updated_at": "2014-02-21T14:04:59Z",
39
- "closed_at": null,
40
- "pull_request": {
41
- "html_url": "https://github.com/npm/npm/pull/4737",
42
- "diff_url": "https://github.com/npm/npm/pull/4737.diff",
43
- "patch_url": "https://github.com/npm/npm/pull/4737.patch"
44
- },
45
- "body": "Fixes the following rendering issues on https://www.npmjs.org/doc/files/package.json.html\r\n\r\n---\r\n\r\n![package json 2014-02-20 13-35-44](https://f.cloud.github.com/assets/65633/2223834/3b9d3546-9a77-11e3-953c-e0c0096fad57.png)\r\n\r\n---\r\n\r\n![package json 2014-02-20 13-35-32](https://f.cloud.github.com/assets/65633/2223835/3b9d68b8-9a77-11e3-8e4f-97a7b38da7e5.png)\r\n\r\n---",
46
- "score": 1
47
- },
48
- {
49
- "url": "https://api.github.com/repos/npm/npm/issues/4714",
50
- "labels_url": "https://api.github.com/repos/npm/npm/issues/4714/labels{/name}",
51
- "comments_url": "https://api.github.com/repos/npm/npm/issues/4714/comments",
52
- "events_url": "https://api.github.com/repos/npm/npm/issues/4714/events",
53
- "html_url": "https://github.com/npm/npm/issues/4714",
54
- "id": 27796112,
55
- "number": 4714,
56
- "title": "“npm faq” fails on Windows 7 (“spawn ENOENT” errors)",
57
- "user": {
58
- "login": "epinardscaramel",
59
- "id": 1249572,
60
- "avatar_url": "https://gravatar.com/avatar/8a9a4e882fa0a0acb9867ef58dde22a1?d=https%3A%2F%2Fidenticons.github.com%2F1b59ce31efc0e5eb37d362bfbe0265c9.png&r=x",
61
- "gravatar_id": "8a9a4e882fa0a0acb9867ef58dde22a1",
62
- "url": "https://api.github.com/users/epinardscaramel",
63
- "html_url": "https://github.com/epinardscaramel",
64
- "followers_url": "https://api.github.com/users/epinardscaramel/followers",
65
- "following_url": "https://api.github.com/users/epinardscaramel/following{/other_user}",
66
- "gists_url": "https://api.github.com/users/epinardscaramel/gists{/gist_id}",
67
- "starred_url": "https://api.github.com/users/epinardscaramel/starred{/owner}{/repo}",
68
- "subscriptions_url": "https://api.github.com/users/epinardscaramel/subscriptions",
69
- "organizations_url": "https://api.github.com/users/epinardscaramel/orgs",
70
- "repos_url": "https://api.github.com/users/epinardscaramel/repos",
71
- "events_url": "https://api.github.com/users/epinardscaramel/events{/privacy}",
72
- "received_events_url": "https://api.github.com/users/epinardscaramel/received_events",
73
- "type": "User",
74
- "site_admin": false
75
- },
76
- "labels": [],
77
- "state": "open",
78
- "assignee": null,
79
- "milestone": null,
80
- "comments": 3,
81
- "created_at": "2014-02-18T14:19:02Z",
82
- "updated_at": "2014-02-19T08:21:51Z",
83
- "closed_at": null,
84
- "pull_request": {
85
- "html_url": null,
86
- "diff_url": null,
87
- "patch_url": null
88
- },
89
- "body": "I have installed node using the latest installer. When I try \"npm faq\" though, I get :\r\n\r\n```\r\n0 info it worked if it ends with ok\r\n1 verbose cli [ 'C:\\\\Program Files\\\\nodejs\\\\\\\\node.exe',\r\n1 verbose cli 'C:\\\\Program Files\\\\nodejs\\\\node_modules\\\\npm\\\\bin\\\\npm-cli.js',\r\n1 verbose cli 'faq' ]\r\n2 info using npm@1.3.24\r\n3 info using node@v0.10.25\r\n4 verbose node symlink C:\\Program Files\\nodejs\\\\node.exe\r\n5 error Error: spawn ENOENT\r\n5 error at errnoException (child_process.js:988:11)\r\n5 error at Process.ChildProcess._handle.onexit (child_process.js:779:34)\r\n6 error If you need help, you may report this *entire* log,\r\n6 error including the npm and node versions, at:\r\n6 error <http://github.com/isaacs/npm/issues>\r\n7 error System Windows_NT 6.1.7601\r\n8 error command \"C:\\\\Program Files\\\\nodejs\\\\\\\\node.exe\" \"C:\\\\Program Files\\\\nodejs\\\\node_modules\\\\npm\\\\bin\\\\npm-cli.js\" \"faq\"\r\n9 error cwd E:\\\r\n10 error node -v v0.10.25\r\n11 error npm -v 1.3.24\r\n12 error syscall spawn\r\n13 error code ENOENT\r\n14 error errno ENOENT\r\n15 verbose exit [ 1, true ]\r\n```",
90
- "score": 1
91
- },
92
- {
93
- "url": "https://api.github.com/repos/npm/npm/issues/4676",
94
- "labels_url": "https://api.github.com/repos/npm/npm/issues/4676/labels{/name}",
95
- "comments_url": "https://api.github.com/repos/npm/npm/issues/4676/comments",
96
- "events_url": "https://api.github.com/repos/npm/npm/issues/4676/events",
97
- "html_url": "https://github.com/npm/npm/issues/4676",
98
- "id": 27560140,
99
- "number": 4676,
100
- "title": "testing local install fails",
101
- "user": {
102
- "login": "webduvet",
103
- "id": 6452136,
104
- "avatar_url": "https://gravatar.com/avatar/dfb72223e1eaeeb0ec4737e543a5f368?d=https%3A%2F%2Fidenticons.github.com%2F0194366da5025e80823eecb2b974d5be.png&r=x",
105
- "gravatar_id": "dfb72223e1eaeeb0ec4737e543a5f368",
106
- "url": "https://api.github.com/users/webduvet",
107
- "html_url": "https://github.com/webduvet",
108
- "followers_url": "https://api.github.com/users/webduvet/followers",
109
- "following_url": "https://api.github.com/users/webduvet/following{/other_user}",
110
- "gists_url": "https://api.github.com/users/webduvet/gists{/gist_id}",
111
- "starred_url": "https://api.github.com/users/webduvet/starred{/owner}{/repo}",
112
- "subscriptions_url": "https://api.github.com/users/webduvet/subscriptions",
113
- "organizations_url": "https://api.github.com/users/webduvet/orgs",
114
- "repos_url": "https://api.github.com/users/webduvet/repos",
115
- "events_url": "https://api.github.com/users/webduvet/events{/privacy}",
116
- "received_events_url": "https://api.github.com/users/webduvet/received_events",
117
- "type": "User",
118
- "site_admin": false
119
- },
120
- "labels": [],
121
- "state": "open",
122
- "assignee": null,
123
- "milestone": null,
124
- "comments": 5,
125
- "created_at": "2014-02-13T22:59:13Z",
126
- "updated_at": "2014-02-15T12:55:26Z",
127
- "closed_at": null,
128
- "pull_request": {
129
- "html_url": null,
130
- "diff_url": null,
131
- "patch_url": null
132
- },
133
- "body": "I got stuck on this. It works when installing from published package. but not from local using command npm install ../my_package\r\n\r\n1 verbose cli [ 'node', '/usr/local/bin/npm', 'install', '../wirejunkie' ]\r\n2 info using npm@1.4.0\r\n3 info using node@v0.11.10-pre\r\n4 verbose cache add [ '../wirejunkie', null ]\r\n5 verbose cache add name=undefined spec=\"../wirejunkie\" args=[\"../wirejunkie\",null]\r\n6 verbose parsed url { protocol: null,\r\n6 verbose parsed url slashes: null,\r\n6 verbose parsed url auth: null,\r\n6 verbose parsed url host: null,\r\n6 verbose parsed url port: null,\r\n6 verbose parsed url hostname: null,\r\n6 verbose parsed url hash: null,\r\n6 verbose parsed url search: null,\r\n6 verbose parsed url query: null,\r\n6 verbose parsed url pathname: '../wirejunkie',\r\n6 verbose parsed url path: '../wirejunkie',\r\n6 verbose parsed url href: '../wirejunkie' }\r\n7 silly lockFile 19a173ce-wirejunkie ../wirejunkie\r\n8 verbose lock ../wirejunkie /Users/bart/.npm/19a173ce-wirejunkie.lock\r\n9 info maybeGithub Attempting ../wirejunkie from git://github.com/../wirejunkie\r\n10 silly lockFile 6046e1b7-git-github-com-wirejunkie git://github.com/../wirejunkie\r\n11 verbose lock git://github.com/../wirejunkie /Users/bart/.npm/6046e1b7-git-github-com-wirejunkie.lock\r\n12 verbose addRemoteGit [ 'git://github.com/../wirejunkie', 'master' ]\r\n13 verbose git clone git://github.com/../wirejunkie Cloning into bare repository '/Users/bart/.npm/_git-remotes/git-github-com-wirejunkie-6046e1b7'...\r\n13 verbose git clone git://github.com/../wirejunkie\r\n13 verbose git clone git://github.com/../wirejunkie fatal: remote error:\r\n13 verbose git clone git://github.com/../wirejunkie Repository not found.\r\n14 silly lockFile 6046e1b7-git-github-com-wirejunkie git://github.com/../wirejunkie\r\n15 silly lockFile 6046e1b7-git-github-com-wirejunkie git://github.com/../wirejunkie\r\n16 info maybeGithub Attempting ../wirejunkie from git+ssh://git@github.com:../wirejunkie\r\n17 silly lockFile 2fd98073-it-ssh-git-github-com-wirejunkie git+ssh://git@github.com:../wirejunkie\r\n18 verbose lock git+ssh://git@github.com:../wirejunkie /Users/bart/.npm/2fd98073-it-ssh-git-github-com-wirejunkie.lock\r\n19 verbose addRemoteGit [ 'git@github.com:../wirejunkie', 'master' ]\r\n20 error git clone git@github.com:../wirejunkie Cloning into bare repository '/Users/bart/.npm/_git-remotes/git-github-com-wirejunkie-6a5a08ad'...\r\n20 error git clone git@github.com:../wirejunkie\r\n20 error git clone git@github.com:../wirejunkie Permission denied (publickey).\r\n20 error git clone git@github.com:../wirejunkie fatal: Could not read from remote repository.\r\n20 error git clone git@github.com:../wirejunkie\r\n20 error git clone git@github.com:../wirejunkie Please make sure you have the correct access rights\r\n20 error git clone git@github.com:../wirejunkie and the repository exists.\r\n21 silly lockFile 6a5a08ad-git-github-com-wirejunkie git@github.com:../wirejunkie\r\n22 silly lockFile 19a173ce-wirejunkie ../wirejunkie\r\n23 silly lockFile 19a173ce-wirejunkie ../wirejunkie\r\n24 error addLocal Could not install ../wirejunkie\r\n25 error Error: ENOENT, stat '../wirejunkie'\r\n26 error If you need help, you may report this *entire* log,\r\n26 error including the npm and node versions, at:\r\n26 error <http://github.com/npm/npm/issues>\r\n27 error System Darwin 12.5.0\r\n28 error command \"node\" \"/usr/local/bin/npm\" \"install\" \"../wirejunkie\"\r\n29 error cwd /Users/bart/Projects/node/package-test/test\r\n30 error node -v v0.11.10-pre\r\n31 error npm -v 1.4.0\r\n32 error path ../wirejunkie\r\n33 error code ENOENT\r\n34 error errno -2",
134
- "score": 1
135
- },
136
- {
137
- "url": "https://api.github.com/repos/npm/npm/issues/4667",
138
- "labels_url": "https://api.github.com/repos/npm/npm/issues/4667/labels{/name}",
139
- "comments_url": "https://api.github.com/repos/npm/npm/issues/4667/comments",
140
- "events_url": "https://api.github.com/repos/npm/npm/issues/4667/events",
141
- "html_url": "https://github.com/npm/npm/pull/4667",
142
- "id": 27494632,
143
- "number": 4667,
144
- "title": "Don't *always* fetch remote repositories of git-dependencies",
145
- "user": {
146
- "login": "guybrush",
147
- "id": 306324,
148
- "avatar_url": "https://gravatar.com/avatar/e03b90df918b3ee553400c860d1383c7?d=https%3A%2F%2Fidenticons.github.com%2F0f0430329cd1ab50e67e2ec1998b8cb9.png&r=x",
149
- "gravatar_id": "e03b90df918b3ee553400c860d1383c7",
150
- "url": "https://api.github.com/users/guybrush",
151
- "html_url": "https://github.com/guybrush",
152
- "followers_url": "https://api.github.com/users/guybrush/followers",
153
- "following_url": "https://api.github.com/users/guybrush/following{/other_user}",
154
- "gists_url": "https://api.github.com/users/guybrush/gists{/gist_id}",
155
- "starred_url": "https://api.github.com/users/guybrush/starred{/owner}{/repo}",
156
- "subscriptions_url": "https://api.github.com/users/guybrush/subscriptions",
157
- "organizations_url": "https://api.github.com/users/guybrush/orgs",
158
- "repos_url": "https://api.github.com/users/guybrush/repos",
159
- "events_url": "https://api.github.com/users/guybrush/events{/privacy}",
160
- "received_events_url": "https://api.github.com/users/guybrush/received_events",
161
- "type": "User",
162
- "site_admin": false
163
- },
164
- "labels": [],
165
- "state": "open",
166
- "assignee": null,
167
- "milestone": null,
168
- "comments": 5,
169
- "created_at": "2014-02-13T04:59:25Z",
170
- "updated_at": "2014-02-18T11:17:54Z",
171
- "closed_at": null,
172
- "pull_request": {
173
- "html_url": "https://github.com/npm/npm/pull/4667",
174
- "diff_url": "https://github.com/npm/npm/pull/4667.diff",
175
- "patch_url": "https://github.com/npm/npm/pull/4667.patch"
176
- },
177
- "body": "this PR trys to fix #4191\r\n\r\ncurrently when you do `npm i` and you have a git-dependency \r\nit will create a local cache of the repo if not already present.\r\nthen it will do `git archive` on that local cached repo to create \r\na tarball for the git-ref you defined in the package.json\r\n(which is `master` by default). now when you run `npm i` again it \r\nwill fetch the remote repo to update the cache, no matter what!\r\neven if you did not change the git-ref.\r\n\r\nso can we just skip the fetching-part once we have a local cached\r\nrepo and we didnt even change the git-ref? the problem is:\r\nhow do we know if the git-ref you put in your dependency-url is\r\na commit-hash or branch/tag-name?\r\n\r\nconsider following package.json:\r\n\r\n```\r\n{ \"name\" : \"foo\"\r\n, \"version\" : \"0.0.0\"\r\n, \"dependencies\" : { \"bla\" : \"ghUser/ghRepo#blub\" }\r\n}\r\n```\r\n\r\nhow can we know if `blub` is a commit-hash, a branch or a tag? we cant.\r\n\r\nan idea would be to introduce another seperator for the git-url:\r\n`ghUser/ghRepo@branchOrTag` which indicates that we mean a branch and\r\nnot a commit-hash?\r\n\r\nthis PR currently implements: just look in the locally cached repo for a commit\r\nwith the hash `blub` and if we find any we just assume that it must\r\nbe a commit-hash. then we just skip fetching the remote repo and\r\njust pull out a tarball of the cached repo. \r\n\r\nalso i am currently only skipping the fetch if the specified git-ref is longer\r\nthan 4 chars (because what if someone defines `ghUser/ghRepo#a`).\r\n\r\nfurther improvement would be to even skip creating the tarball if\r\nthe hash in the current installed package's package.json points already\r\nto `blub`. but i did not look into the relevant codepath yet, so no idea.\r\n",
178
- "score": 1
179
- },
180
- {
181
- "url": "https://api.github.com/repos/npm/npm/issues/4663",
182
- "labels_url": "https://api.github.com/repos/npm/npm/issues/4663/labels{/name}",
183
- "comments_url": "https://api.github.com/repos/npm/npm/issues/4663/comments",
184
- "events_url": "https://api.github.com/repos/npm/npm/issues/4663/events",
185
- "html_url": "https://github.com/npm/npm/pull/4663",
186
- "id": 27463743,
187
- "number": 4663,
188
- "title": "skip failing test on linux",
189
- "user": {
190
- "login": "robertkowalski",
191
- "id": 298166,
192
- "avatar_url": "https://gravatar.com/avatar/765845d4b1c07dd284eae0866d1d7939?d=https%3A%2F%2Fidenticons.github.com%2F9e6dff2b23041157438213b55ae0b53c.png&r=x",
193
- "gravatar_id": "765845d4b1c07dd284eae0866d1d7939",
194
- "url": "https://api.github.com/users/robertkowalski",
195
- "html_url": "https://github.com/robertkowalski",
196
- "followers_url": "https://api.github.com/users/robertkowalski/followers",
197
- "following_url": "https://api.github.com/users/robertkowalski/following{/other_user}",
198
- "gists_url": "https://api.github.com/users/robertkowalski/gists{/gist_id}",
199
- "starred_url": "https://api.github.com/users/robertkowalski/starred{/owner}{/repo}",
200
- "subscriptions_url": "https://api.github.com/users/robertkowalski/subscriptions",
201
- "organizations_url": "https://api.github.com/users/robertkowalski/orgs",
202
- "repos_url": "https://api.github.com/users/robertkowalski/repos",
203
- "events_url": "https://api.github.com/users/robertkowalski/events{/privacy}",
204
- "received_events_url": "https://api.github.com/users/robertkowalski/received_events",
205
- "type": "User",
206
- "site_admin": false
207
- },
208
- "labels": [],
209
- "state": "open",
210
- "assignee": null,
211
- "milestone": null,
212
- "comments": 7,
213
- "created_at": "2014-02-12T19:51:44Z",
214
- "updated_at": "2014-02-17T21:07:18Z",
215
- "closed_at": null,
216
- "pull_request": {
217
- "html_url": "https://github.com/npm/npm/pull/4663",
218
- "diff_url": "https://github.com/npm/npm/pull/4663.diff",
219
- "patch_url": "https://github.com/npm/npm/pull/4663.patch"
220
- },
221
- "body": "The GNU shell returns a code and no signal if it gets a SIGSEGV\r\nsignal, so we have to skip this. Hat tip to @tjfontaine\r\n\r\nThis test fails on Linux and therefore travis. I first thought it would be a node code issue and created some test-code (https://github.com/robertkowalski/node-signal-debian), but happily TJ helped me to identify the issue with https://github.com/npm/npm/blob/9e12b1a174bcbcebb26732016cd1961a93947751/lib/utils/lifecycle.js#L207:\r\n\r\n```\r\n19:29:27 <@tjfontaine> robertkowalski: ok, I can explain what's going on here\r\n19:29:34 <@tjfontaine> robertkowalski: we both just made the same mistake\r\n19:29:54 <@tjfontaine> robertkowalski: the exit code and signal you're seeing are from 'sh' \r\n but not from your node\r\n19:38:24 <@tjfontaine> robertkowalski: does that make sense? iow change from spawn('sh'... \r\n to spawn(process.execPath or execFile(process.execPath, and \r\n you'll see the signal\r\n```\r\n\r\nAfter that commit every test for node 0.10 (0.8 still one missing) is running on travis, so we could start using travis for CI which could help us alot in daily work (e.g. pretesting PRs and giving automatic feedback, providing a single point of truth for tests). I tested it already with my github account, a run takes 7 minutes (including the old tests)",
222
- "score": 1
223
- },
224
- {
225
- "url": "https://api.github.com/repos/npm/npm/issues/4621",
226
- "labels_url": "https://api.github.com/repos/npm/npm/issues/4621/labels{/name}",
227
- "comments_url": "https://api.github.com/repos/npm/npm/issues/4621/comments",
228
- "events_url": "https://api.github.com/repos/npm/npm/issues/4621/events",
229
- "html_url": "https://github.com/npm/npm/issues/4621",
230
- "id": 27162450,
231
- "number": 4621,
232
- "title": "npm will delete your code if you try and link a local module thats already in your node_modules",
233
- "user": {
234
- "login": "natew",
235
- "id": 12100,
236
- "avatar_url": "https://gravatar.com/avatar/baff1969663ebce1d743a43a2bbaa00e?d=https%3A%2F%2Fidenticons.github.com%2Fc8829bcfb9c1d89b93f14dee9add8a0b.png&r=x",
237
- "gravatar_id": "baff1969663ebce1d743a43a2bbaa00e",
238
- "url": "https://api.github.com/users/natew",
239
- "html_url": "https://github.com/natew",
240
- "followers_url": "https://api.github.com/users/natew/followers",
241
- "following_url": "https://api.github.com/users/natew/following{/other_user}",
242
- "gists_url": "https://api.github.com/users/natew/gists{/gist_id}",
243
- "starred_url": "https://api.github.com/users/natew/starred{/owner}{/repo}",
244
- "subscriptions_url": "https://api.github.com/users/natew/subscriptions",
245
- "organizations_url": "https://api.github.com/users/natew/orgs",
246
- "repos_url": "https://api.github.com/users/natew/repos",
247
- "events_url": "https://api.github.com/users/natew/events{/privacy}",
248
- "received_events_url": "https://api.github.com/users/natew/received_events",
249
- "type": "User",
250
- "site_admin": false
251
- },
252
- "labels": [],
253
- "state": "open",
254
- "assignee": null,
255
- "milestone": null,
256
- "comments": 5,
257
- "created_at": "2014-02-07T19:08:37Z",
258
- "updated_at": "2014-02-08T00:56:08Z",
259
- "closed_at": null,
260
- "pull_request": {
261
- "html_url": null,
262
- "diff_url": null,
263
- "patch_url": null
264
- },
265
- "body": "Steps to reproduce:\r\n\r\n- Have a project with a package.json\r\n- Install modules into ./node_modules\r\n- Start creating a new module in ./node_modules (lets say in folder \"newmodule\")\r\n- `cd ./node_modules/newmodule && npm link`\r\n- `cd ../.. && npm link newmodule`\r\n\r\nYour new module is gone! Luckily, I had only spent 30 minutes or so on it :)\r\n\r\n 0 info it worked if it ends with ok\r\n 1 verbose cli [ '/usr/local/Cellar/node/0.10.22/bin/node',\r\n 1 verbose cli '/usr/local/bin/npm',\r\n 1 verbose cli 'link',\r\n 1 verbose cli 'xhr-promise' ]\r\n 2 info using npm@1.3.14\r\n 3 info using node@v0.10.22\r\n 4 info /Users/wienertn/workspace/reactor/node_modules/xhr-promise unbuild\r\n 5 info preuninstall xhr-promise@0.0.1\r\n 6 info uninstall xhr-promise@0.0.1\r\n 7 verbose true,/Users/wienertn/workspace/reactor/node_modules,/Users/wienertn/workspace/reactor/node_modules unbuild xhr-promise@0.0.1\r\n 8 info postuninstall xhr-promise@0.0.1\r\n 9 verbose link symlinking /usr/local/share/npm/lib/node_modules/xhr-promise to /Users/wienertn/workspace/reactor/node_modules/xhr-promise\r\n 10 error Error: ENOENT, stat '/usr/local/share/npm/lib/node_modules/xhr-promise'\r\n 11 error If you need help, you may report this log at:\r\n 11 error <http://github.com/isaacs/npm/issues>\r\n 11 error or email it to:\r\n 11 error <npm-@googlegroups.com>\r\n 12 error System Darwin 12.5.0\r\n 13 error command \"/usr/local/Cellar/node/0.10.22/bin/node\" \"/usr/local/bin/npm\" \"link\" \"xhr-promise\"\r\n 14 error cwd /Users/wienertn/workspace/reactor\r\n 15 error node -v v0.10.22\r\n 16 error npm -v 1.3.14\r\n 17 error path /usr/local/share/npm/lib/node_modules/xhr-promise\r\n 18 error code ENOENT\r\n 19 error errno 34\r\n 20 verbose exit [ 34, true ]",
266
- "score": 1
267
- },
268
- {
269
- "url": "https://api.github.com/repos/npm/npm-www/issues/575",
270
- "labels_url": "https://api.github.com/repos/npm/npm-www/issues/575/labels{/name}",
271
- "comments_url": "https://api.github.com/repos/npm/npm-www/issues/575/comments",
272
- "events_url": "https://api.github.com/repos/npm/npm-www/issues/575/events",
273
- "html_url": "https://github.com/npm/npm-www/issues/575",
274
- "id": 26729394,
275
- "number": 575,
276
- "title": "Can't run npm install - SSL CERT Error",
277
- "user": {
278
- "login": "bscott",
279
- "id": 191290,
280
- "avatar_url": "https://gravatar.com/avatar/9e169c93f0e80af6ba9ff23ceb7ee7da?d=https%3A%2F%2Fidenticons.github.com%2Fec81197d1428738b9aaae0e6c25ff859.png&r=x",
281
- "gravatar_id": "9e169c93f0e80af6ba9ff23ceb7ee7da",
282
- "url": "https://api.github.com/users/bscott",
283
- "html_url": "https://github.com/bscott",
284
- "followers_url": "https://api.github.com/users/bscott/followers",
285
- "following_url": "https://api.github.com/users/bscott/following{/other_user}",
286
- "gists_url": "https://api.github.com/users/bscott/gists{/gist_id}",
287
- "starred_url": "https://api.github.com/users/bscott/starred{/owner}{/repo}",
288
- "subscriptions_url": "https://api.github.com/users/bscott/subscriptions",
289
- "organizations_url": "https://api.github.com/users/bscott/orgs",
290
- "repos_url": "https://api.github.com/users/bscott/repos",
291
- "events_url": "https://api.github.com/users/bscott/events{/privacy}",
292
- "received_events_url": "https://api.github.com/users/bscott/received_events",
293
- "type": "User",
294
- "site_admin": false
295
- },
296
- "labels": [],
297
- "state": "open",
298
- "assignee": null,
299
- "milestone": null,
300
- "comments": 1,
301
- "created_at": "2014-02-01T02:32:12Z",
302
- "updated_at": "2014-02-01T19:45:33Z",
303
- "closed_at": null,
304
- "pull_request": {
305
- "html_url": null,
306
- "diff_url": null,
307
- "patch_url": null
308
- },
309
- "body": "any NPM I try to install:\r\n\r\nnpm http GET https://registry.npmjs.org/bitly\r\n\r\nnpm ERR! Error: SSL Error: CERT_UNTRUSTED\r\nnpm ERR! at ClientRequest.<anonymous> (/usr/local/lib/node_modules/npm/node_modules/request/main.js:483:26)\r\nnpm ERR! at ClientRequest.emit (events.js:67:17)\r\nnpm ERR! at HTTPParser.onIncoming (http.js:1238:11)\r\nnpm ERR! at HTTPParser.onHeadersComplete (http.js:102:31)\r\nnpm ERR! at CleartextStream.ondata (http.js:1137:24)\r\nnpm ERR! at CleartextStream._push (tls.js:367:27)\r\nnpm ERR! at SecurePair.cycle (tls.js:688:20)\r\nnpm ERR! at EncryptedStream.write (tls.js:122:13)\r\nnpm ERR! at Socket.ondata (stream.js:38:26)\r\nnpm ERR! at Socket.emit (events.js:67:17)\r\nnpm ERR! You may report this log at:\r\nnpm ERR! <http://github.com/isaacs/npm/issues>\r\nnpm ERR! or email it to:\r\nnpm ERR! <npm-@googlegroups.com>\r\nnpm ERR!\r\nnpm ERR! System Darwin 12.2.0\r\nnpm ERR! command \"node\" \"/usr/local/bin/npm\" \"install\" \"bitly\" \"-g\"\r\nnpm ERR! cwd /Users/bscott/work/oncam.com/repos/uitest\r\nnpm ERR! node -v v0.6.8\r\nnpm ERR! npm -v 1.1.15\r\nnpm ERR! message SSL Error: CERT_UNTRUSTED\r\nnpm ERR!",
310
- "score": 1
311
- },
312
- {
313
- "url": "https://api.github.com/repos/npm/npm/issues/4581",
314
- "labels_url": "https://api.github.com/repos/npm/npm/issues/4581/labels{/name}",
315
- "comments_url": "https://api.github.com/repos/npm/npm/issues/4581/comments",
316
- "events_url": "https://api.github.com/repos/npm/npm/issues/4581/events",
317
- "html_url": "https://github.com/npm/npm/issues/4581",
318
- "id": 26653647,
319
- "number": 4581,
320
- "title": "Error MSB3428",
321
- "user": {
322
- "login": "lescarde",
323
- "id": 1323254,
324
- "avatar_url": "https://gravatar.com/avatar/294c0a4a9133511a777ea4e6b24d8690?d=https%3A%2F%2Fidenticons.github.com%2Fd39df25a3f280f7c8b294d8480c78a8c.png&r=x",
325
- "gravatar_id": "294c0a4a9133511a777ea4e6b24d8690",
326
- "url": "https://api.github.com/users/lescarde",
327
- "html_url": "https://github.com/lescarde",
328
- "followers_url": "https://api.github.com/users/lescarde/followers",
329
- "following_url": "https://api.github.com/users/lescarde/following{/other_user}",
330
- "gists_url": "https://api.github.com/users/lescarde/gists{/gist_id}",
331
- "starred_url": "https://api.github.com/users/lescarde/starred{/owner}{/repo}",
332
- "subscriptions_url": "https://api.github.com/users/lescarde/subscriptions",
333
- "organizations_url": "https://api.github.com/users/lescarde/orgs",
334
- "repos_url": "https://api.github.com/users/lescarde/repos",
335
- "events_url": "https://api.github.com/users/lescarde/events{/privacy}",
336
- "received_events_url": "https://api.github.com/users/lescarde/received_events",
337
- "type": "User",
338
- "site_admin": false
339
- },
340
- "labels": [],
341
- "state": "open",
342
- "assignee": null,
343
- "milestone": null,
344
- "comments": 2,
345
- "created_at": "2014-01-31T03:24:53Z",
346
- "updated_at": "2014-02-09T02:38:34Z",
347
- "closed_at": null,
348
- "pull_request": {
349
- "html_url": null,
350
- "diff_url": null,
351
- "patch_url": null
352
- },
353
- "body": "\r\n![sin ttulo](https://f.cloud.github.com/assets/1323254/2047767/9faa6930-8a2a-11e3-921e-572ae5b89a4d.png)\r\n- No se pudo cargar el componente \"VCBUILD.exe\" - (WIndows 7 X64)\r\n- can't load \"VCBUILD.exe\" component - (WIndows 7 X64)",
354
- "score": 1
355
- },
356
- {
357
- "url": "https://api.github.com/repos/npm/npm/issues/4551",
358
- "labels_url": "https://api.github.com/repos/npm/npm/issues/4551/labels{/name}",
359
- "comments_url": "https://api.github.com/repos/npm/npm/issues/4551/comments",
360
- "events_url": "https://api.github.com/repos/npm/npm/issues/4551/events",
361
- "html_url": "https://github.com/npm/npm/issues/4551",
362
- "id": 26318056,
363
- "number": 4551,
364
- "title": "help me to install phonegap",
365
- "user": {
366
- "login": "kinanadra",
367
- "id": 6507823,
368
- "avatar_url": "https://gravatar.com/avatar/dd19d33b0025c4dd67e42b5529d88c59?d=https%3A%2F%2Fidenticons.github.com%2F844453628060caf793d2a598bcb8e3a8.png&r=x",
369
- "gravatar_id": "dd19d33b0025c4dd67e42b5529d88c59",
370
- "url": "https://api.github.com/users/kinanadra",
371
- "html_url": "https://github.com/kinanadra",
372
- "followers_url": "https://api.github.com/users/kinanadra/followers",
373
- "following_url": "https://api.github.com/users/kinanadra/following{/other_user}",
374
- "gists_url": "https://api.github.com/users/kinanadra/gists{/gist_id}",
375
- "starred_url": "https://api.github.com/users/kinanadra/starred{/owner}{/repo}",
376
- "subscriptions_url": "https://api.github.com/users/kinanadra/subscriptions",
377
- "organizations_url": "https://api.github.com/users/kinanadra/orgs",
378
- "repos_url": "https://api.github.com/users/kinanadra/repos",
379
- "events_url": "https://api.github.com/users/kinanadra/events{/privacy}",
380
- "received_events_url": "https://api.github.com/users/kinanadra/received_events",
381
- "type": "User",
382
- "site_admin": false
383
- },
384
- "labels": [],
385
- "state": "open",
386
- "assignee": null,
387
- "milestone": null,
388
- "comments": 4,
389
- "created_at": "2014-01-26T17:19:45Z",
390
- "updated_at": "2014-02-09T03:06:10Z",
391
- "closed_at": null,
392
- "pull_request": {
393
- "html_url": null,
394
- "diff_url": null,
395
- "patch_url": null
396
- },
397
- "body": "i installed node.js last version and typed (npm install -g phonegap) in command-line\r\nbut i get below error\r\n\r\nError: SELF_SIGNED_CERT_IN_CHAIN\r\n![capture](https://f.cloud.github.com/assets/6507823/2004450/033c786a-86ae-11e3-9219-5708bc4cb215.JPG)\r\n ",
398
- "score": 1
399
- },
400
- {
401
- "url": "https://api.github.com/repos/npm/npm/issues/4516",
402
- "labels_url": "https://api.github.com/repos/npm/npm/issues/4516/labels{/name}",
403
- "comments_url": "https://api.github.com/repos/npm/npm/issues/4516/comments",
404
- "events_url": "https://api.github.com/repos/npm/npm/issues/4516/events",
405
- "html_url": "https://github.com/npm/npm/issues/4516",
406
- "id": 25908528,
407
- "number": 4516,
408
- "title": "shrinkwrap prevents devDependencies updates",
409
- "user": {
410
- "login": "vvo",
411
- "id": 123822,
412
- "avatar_url": "https://gravatar.com/avatar/667176b96540d167eb74f473c9aea5f7?d=https%3A%2F%2Fidenticons.github.com%2F304526530c5378d304909a9de7980ea8.png&r=x",
413
- "gravatar_id": "667176b96540d167eb74f473c9aea5f7",
414
- "url": "https://api.github.com/users/vvo",
415
- "html_url": "https://github.com/vvo",
416
- "followers_url": "https://api.github.com/users/vvo/followers",
417
- "following_url": "https://api.github.com/users/vvo/following{/other_user}",
418
- "gists_url": "https://api.github.com/users/vvo/gists{/gist_id}",
419
- "starred_url": "https://api.github.com/users/vvo/starred{/owner}{/repo}",
420
- "subscriptions_url": "https://api.github.com/users/vvo/subscriptions",
421
- "organizations_url": "https://api.github.com/users/vvo/orgs",
422
- "repos_url": "https://api.github.com/users/vvo/repos",
423
- "events_url": "https://api.github.com/users/vvo/events{/privacy}",
424
- "received_events_url": "https://api.github.com/users/vvo/received_events",
425
- "type": "User",
426
- "site_admin": false
427
- },
428
- "labels": [],
429
- "state": "open",
430
- "assignee": null,
431
- "milestone": null,
432
- "comments": 3,
433
- "created_at": "2014-01-20T09:59:12Z",
434
- "updated_at": "2014-02-13T17:03:27Z",
435
- "closed_at": null,
436
- "pull_request": {
437
- "html_url": null,
438
- "diff_url": null,
439
- "patch_url": null
440
- },
441
- "body": "tl;dr; When a `npm-shrinkwrap.json` exist, changing a devDependency version does not updates it.\r\n\r\nGiven this package.son:\r\n\r\n```json\r\n{\r\n \"name\": \"testpkg\",\r\n \"description\": \"bad shrinkwrap is bad\",\r\n \"version\": \"0.0.0\",\r\n \"devDependencies\": {\r\n \"rimraf\": \"~2.0.0\"\r\n }\r\n}\r\n```\r\n\r\nwith an empty `npm-shrinkwrap.json`\r\n```json\r\n{}\r\n```\r\n\r\nInside a fresh folder:\r\n```shell\r\n> npm install\r\n# npm WARN package.json testpkg@0.0.0 No repository field.\r\n# npm WARN package.json testpkg@0.0.0 No README data\r\n# npm http GET https://registry.npmjs.org/rimraf\r\n# npm http 304 https://registry.npmjs.org/rimraf\r\n# npm http GET https://registry.npmjs.org/graceful-fs\r\n# npm http 304 https://registry.npmjs.org/graceful-fs\r\n# rimraf@2.0.3 node_modules/rimraf\r\n# └── graceful-fs@1.1.14\r\n```\r\n\r\nLooks, good.\r\n\r\nModifying `package.json` to update `rimraf`:\r\n\r\n```json\r\n{\r\n \"name\": \"testpkg\",\r\n \"description\": \"bad shrinkwrap is bad\",\r\n \"version\": \"0.0.0\",\r\n \"devDependencies\": {\r\n \"rimraf\": \"~2.2.0\"\r\n }\r\n}\r\n```\r\n\r\nIn a shell:\r\n\r\n```shell\r\n> npm install\r\nnpm WARN package.json testpkg@0.0.0 No repository field.\r\nnpm WARN package.json testpkg@0.0.0 No README data\r\n```\r\n\r\nNothing gets updated.\r\n\r\nRemoving `npm-shrinkwrap.json`:\r\n\r\n```shell\r\n> rm npm-shrinkwrap.json \r\n> npm install\r\nnpm WARN package.json testpkg@0.0.0 No repository field.\r\nnpm WARN package.json testpkg@0.0.0 No README data\r\nnpm http GET https://registry.npmjs.org/rimraf\r\nnpm http 304 https://registry.npmjs.org/rimraf\r\nrimraf@2.2.6 node_modules/rimraf\r\n```\r\n\r\nIs this the normal behavior?\r\n\r\n```sh\r\n> node -v\r\nv0.10.24\r\n> npm -v\r\n1.3.24\r\n```",
442
- "score": 1
443
- },
444
- {
445
- "url": "https://api.github.com/repos/npm/npm/issues/4512",
446
- "labels_url": "https://api.github.com/repos/npm/npm/issues/4512/labels{/name}",
447
- "comments_url": "https://api.github.com/repos/npm/npm/issues/4512/comments",
448
- "events_url": "https://api.github.com/repos/npm/npm/issues/4512/events",
449
- "html_url": "https://github.com/npm/npm/issues/4512",
450
- "id": 25877887,
451
- "number": 4512,
452
- "title": "Can't install node.acs",
453
- "user": {
454
- "login": "ahmadajeb",
455
- "id": 6442186,
456
- "avatar_url": "https://gravatar.com/avatar/5d40b81213cdb99a477d1294a20ddfe1?d=https%3A%2F%2Fidenticons.github.com%2Fac51c80d33b5adfbabcc8c5dc3c5bc5c.png&r=x",
457
- "gravatar_id": "5d40b81213cdb99a477d1294a20ddfe1",
458
- "url": "https://api.github.com/users/ahmadajeb",
459
- "html_url": "https://github.com/ahmadajeb",
460
- "followers_url": "https://api.github.com/users/ahmadajeb/followers",
461
- "following_url": "https://api.github.com/users/ahmadajeb/following{/other_user}",
462
- "gists_url": "https://api.github.com/users/ahmadajeb/gists{/gist_id}",
463
- "starred_url": "https://api.github.com/users/ahmadajeb/starred{/owner}{/repo}",
464
- "subscriptions_url": "https://api.github.com/users/ahmadajeb/subscriptions",
465
- "organizations_url": "https://api.github.com/users/ahmadajeb/orgs",
466
- "repos_url": "https://api.github.com/users/ahmadajeb/repos",
467
- "events_url": "https://api.github.com/users/ahmadajeb/events{/privacy}",
468
- "received_events_url": "https://api.github.com/users/ahmadajeb/received_events",
469
- "type": "User",
470
- "site_admin": false
471
- },
472
- "labels": [],
473
- "state": "open",
474
- "assignee": null,
475
- "milestone": null,
476
- "comments": 1,
477
- "created_at": "2014-01-19T10:08:06Z",
478
- "updated_at": "2014-02-09T02:43:48Z",
479
- "closed_at": null,
480
- "pull_request": {
481
- "html_url": null,
482
- "diff_url": null,
483
- "patch_url": null
484
- },
485
- "body": "16122 verbose unsafe-perm in lifecycle true\r\n16123 error Error: spawn ENOENT\r\n16123 error at errnoException (child_process.js:980:11)\r\n16123 error at Process.ChildProcess._handle.onexit (child_process.js:771:34)\r\n16124 error If you need help, you may report this log at:\r\n16124 error <http://github.com/isaacs/npm/issues>\r\n16124 error or email it to:\r\n16124 error <npm-@googlegroups.com>\r\n16125 error System Windows_NT 6.1.7601\r\n16126 error command \"C:\\\\Program Files (x86)\\\\nodejs\\\\\\\\node.exe\" \"C:\\\\Program Files (x86)\\\\nodejs\\\\node_modules\\\\npm\\\\bin\\\\npm-cli.js\" \"install\" \"-g\" \"acs\"\r\n16127 error cwd C:\\Users\\ageb\r\n16128 error node -v v0.10.13\r\n16129 error npm -v 1.3.2\r\n16130 error syscall spawn\r\n16131 error code ENOENT\r\n16132 error errno ENOENT\r\n16133 verbose exit [ 1, true ]",
486
- "score": 1
487
- },
488
- {
489
- "url": "https://api.github.com/repos/npm/npm-registry-mock/issues/10",
490
- "labels_url": "https://api.github.com/repos/npm/npm-registry-mock/issues/10/labels{/name}",
491
- "comments_url": "https://api.github.com/repos/npm/npm-registry-mock/issues/10/comments",
492
- "events_url": "https://api.github.com/repos/npm/npm-registry-mock/issues/10/events",
493
- "html_url": "https://github.com/npm/npm-registry-mock/issues/10",
494
- "id": 25424740,
495
- "number": 10,
496
- "title": "Support hock plugin functions as mocks",
497
- "user": {
498
- "login": "timoxley",
499
- "id": 43438,
500
- "avatar_url": "https://gravatar.com/avatar/f0deca4576206207a882928e7ff32ddb?d=https%3A%2F%2Fidenticons.github.com%2Fd456fd223d951cb756e4758581f31e01.png&r=x",
501
- "gravatar_id": "f0deca4576206207a882928e7ff32ddb",
502
- "url": "https://api.github.com/users/timoxley",
503
- "html_url": "https://github.com/timoxley",
504
- "followers_url": "https://api.github.com/users/timoxley/followers",
505
- "following_url": "https://api.github.com/users/timoxley/following{/other_user}",
506
- "gists_url": "https://api.github.com/users/timoxley/gists{/gist_id}",
507
- "starred_url": "https://api.github.com/users/timoxley/starred{/owner}{/repo}",
508
- "subscriptions_url": "https://api.github.com/users/timoxley/subscriptions",
509
- "organizations_url": "https://api.github.com/users/timoxley/orgs",
510
- "repos_url": "https://api.github.com/users/timoxley/repos",
511
- "events_url": "https://api.github.com/users/timoxley/events{/privacy}",
512
- "received_events_url": "https://api.github.com/users/timoxley/received_events",
513
- "type": "User",
514
- "site_admin": false
515
- },
516
- "labels": [],
517
- "state": "open",
518
- "assignee": null,
519
- "milestone": null,
520
- "comments": 3,
521
- "created_at": "2014-01-10T21:43:47Z",
522
- "updated_at": "2014-02-14T17:58:53Z",
523
- "closed_at": null,
524
- "pull_request": {
525
- "html_url": null,
526
- "diff_url": null,
527
- "patch_url": null
528
- },
529
- "body": "Currently if you supply a 'plugin' to hock (i.e. mocks defined as a function rather than an oblit) then you end up blowing away the `predefinedMocks`.\r\n\r\nWould be nice if it didn't.\r\n\r\n```js\r\nvar mockRoutes = function(s){\r\n // get support for responding to same url twice\r\n s.get(\"/underscore/-/underscore-1.3.3.tgz\").reply(200)\r\n s.get(\"/underscore/-/underscore-1.3.3.tgz\").reply(200)\r\n}\r\n\r\nmr({port: common.port, mocks: mockRoutes}, function (s) {\r\n // etc\r\n})\r\n\r\n// npm test complains of\r\n\"Error: No Match For: GET /underscore/latest\"\r\n\r\n```",
530
- "score": 1
531
- },
532
- {
533
- "url": "https://api.github.com/repos/npm/npm/issues/4461",
534
- "labels_url": "https://api.github.com/repos/npm/npm/issues/4461/labels{/name}",
535
- "comments_url": "https://api.github.com/repos/npm/npm/issues/4461/comments",
536
- "events_url": "https://api.github.com/repos/npm/npm/issues/4461/events",
537
- "html_url": "https://github.com/npm/npm/pull/4461",
538
- "id": 25415656,
539
- "number": 4461,
540
- "title": "Don't run prepublish on npm install --production.",
541
- "user": {
542
- "login": "timoxley",
543
- "id": 43438,
544
- "avatar_url": "https://gravatar.com/avatar/f0deca4576206207a882928e7ff32ddb?d=https%3A%2F%2Fidenticons.github.com%2Fd456fd223d951cb756e4758581f31e01.png&r=x",
545
- "gravatar_id": "f0deca4576206207a882928e7ff32ddb",
546
- "url": "https://api.github.com/users/timoxley",
547
- "html_url": "https://github.com/timoxley",
548
- "followers_url": "https://api.github.com/users/timoxley/followers",
549
- "following_url": "https://api.github.com/users/timoxley/following{/other_user}",
550
- "gists_url": "https://api.github.com/users/timoxley/gists{/gist_id}",
551
- "starred_url": "https://api.github.com/users/timoxley/starred{/owner}{/repo}",
552
- "subscriptions_url": "https://api.github.com/users/timoxley/subscriptions",
553
- "organizations_url": "https://api.github.com/users/timoxley/orgs",
554
- "repos_url": "https://api.github.com/users/timoxley/repos",
555
- "events_url": "https://api.github.com/users/timoxley/events{/privacy}",
556
- "received_events_url": "https://api.github.com/users/timoxley/received_events",
557
- "type": "User",
558
- "site_admin": false
559
- },
560
- "labels": [
561
- {
562
- "url": "https://api.github.com/repos/npm/npm/labels/ready-to-merge%21",
563
- "name": "ready-to-merge!",
564
- "color": "eb6420"
565
- }
566
- ],
567
- "state": "open",
568
- "assignee": null,
569
- "milestone": null,
570
- "comments": 4,
571
- "created_at": "2014-01-10T19:11:37Z",
572
- "updated_at": "2014-02-21T10:05:25Z",
573
- "closed_at": null,
574
- "pull_request": {
575
- "html_url": "https://github.com/npm/npm/pull/4461",
576
- "diff_url": "https://github.com/npm/npm/pull/4461.diff",
577
- "patch_url": "https://github.com/npm/npm/pull/4461.patch"
578
- },
579
- "body": "* `npm install` usually installs devDependencies+regular deps\r\n* `npm install --production` only installs non-devDependencies\r\n* `npm install` always runs `prepublish` scripts\r\n* prepublish scripts often rely on dev dependencies\r\n* *Problem*: `npm install --production` will try invoke missing devDependencies\r\n\r\nThis pull request prevents prepublish scripts from running when the `--production` flag is present.\r\n\r\nSeems to make sense to me. \r\n\r\nAlthough…\r\nPeople tend to flip out when things change though so it may not be worth rocking the boat. \r\n\r\nI wonder if \"breaking\" behaviour changes such as this should obey semver conventions, you could consider npm's command line it's api i.e. when will npm hit 2.x?",
580
- "score": 1
581
- },
582
- {
583
- "url": "https://api.github.com/repos/npm/npm-registry-client/issues/37",
584
- "labels_url": "https://api.github.com/repos/npm/npm-registry-client/issues/37/labels{/name}",
585
- "comments_url": "https://api.github.com/repos/npm/npm-registry-client/issues/37/comments",
586
- "events_url": "https://api.github.com/repos/npm/npm-registry-client/issues/37/events",
587
- "html_url": "https://github.com/npm/npm-registry-client/issues/37",
588
- "id": 25236392,
589
- "number": 37,
590
- "title": "':' in password causes couchdb login to fail",
591
- "user": {
592
- "login": "timoxley",
593
- "id": 43438,
594
- "avatar_url": "https://gravatar.com/avatar/f0deca4576206207a882928e7ff32ddb?d=https%3A%2F%2Fidenticons.github.com%2Fd456fd223d951cb756e4758581f31e01.png&r=x",
595
- "gravatar_id": "f0deca4576206207a882928e7ff32ddb",
596
- "url": "https://api.github.com/users/timoxley",
597
- "html_url": "https://github.com/timoxley",
598
- "followers_url": "https://api.github.com/users/timoxley/followers",
599
- "following_url": "https://api.github.com/users/timoxley/following{/other_user}",
600
- "gists_url": "https://api.github.com/users/timoxley/gists{/gist_id}",
601
- "starred_url": "https://api.github.com/users/timoxley/starred{/owner}{/repo}",
602
- "subscriptions_url": "https://api.github.com/users/timoxley/subscriptions",
603
- "organizations_url": "https://api.github.com/users/timoxley/orgs",
604
- "repos_url": "https://api.github.com/users/timoxley/repos",
605
- "events_url": "https://api.github.com/users/timoxley/events{/privacy}",
606
- "received_events_url": "https://api.github.com/users/timoxley/received_events",
607
- "type": "User",
608
- "site_admin": false
609
- },
610
- "labels": [],
611
- "state": "open",
612
- "assignee": null,
613
- "milestone": null,
614
- "comments": 3,
615
- "created_at": "2014-01-08T12:28:53Z",
616
- "updated_at": "2014-01-08T18:39:22Z",
617
- "closed_at": null,
618
- "pull_request": {
619
- "html_url": null,
620
- "diff_url": null,
621
- "patch_url": null
622
- },
623
- "body": "Apparently, `:` in passwords can cause the couchdb login to fail due to [this issue](https://issues.apache.org/jira/browse/COUCHDB-969) in couch.\r\n\r\nOriginal issue: https://github.com/npm/npm/issues/2179",
624
- "score": 1
625
- },
626
- {
627
- "url": "https://api.github.com/repos/npm/npm/issues/4438",
628
- "labels_url": "https://api.github.com/repos/npm/npm/issues/4438/labels{/name}",
629
- "comments_url": "https://api.github.com/repos/npm/npm/issues/4438/comments",
630
- "events_url": "https://api.github.com/repos/npm/npm/issues/4438/events",
631
- "html_url": "https://github.com/npm/npm/pull/4438",
632
- "id": 25223301,
633
- "number": 4438,
634
- "title": "npm update --save mixes devDependencies into dependencies in package.json",
635
- "user": {
636
- "login": "timoxley",
637
- "id": 43438,
638
- "avatar_url": "https://gravatar.com/avatar/f0deca4576206207a882928e7ff32ddb?d=https%3A%2F%2Fidenticons.github.com%2Fd456fd223d951cb756e4758581f31e01.png&r=x",
639
- "gravatar_id": "f0deca4576206207a882928e7ff32ddb",
640
- "url": "https://api.github.com/users/timoxley",
641
- "html_url": "https://github.com/timoxley",
642
- "followers_url": "https://api.github.com/users/timoxley/followers",
643
- "following_url": "https://api.github.com/users/timoxley/following{/other_user}",
644
- "gists_url": "https://api.github.com/users/timoxley/gists{/gist_id}",
645
- "starred_url": "https://api.github.com/users/timoxley/starred{/owner}{/repo}",
646
- "subscriptions_url": "https://api.github.com/users/timoxley/subscriptions",
647
- "organizations_url": "https://api.github.com/users/timoxley/orgs",
648
- "repos_url": "https://api.github.com/users/timoxley/repos",
649
- "events_url": "https://api.github.com/users/timoxley/events{/privacy}",
650
- "received_events_url": "https://api.github.com/users/timoxley/received_events",
651
- "type": "User",
652
- "site_admin": false
653
- },
654
- "labels": [
655
- {
656
- "url": "https://api.github.com/repos/npm/npm/labels/needs-tests",
657
- "name": "needs-tests",
658
- "color": "eb6420"
659
- }
660
- ],
661
- "state": "open",
662
- "assignee": null,
663
- "milestone": null,
664
- "comments": 5,
665
- "created_at": "2014-01-08T07:27:32Z",
666
- "updated_at": "2014-02-08T04:11:35Z",
667
- "closed_at": null,
668
- "pull_request": {
669
- "html_url": "https://github.com/npm/npm/pull/4438",
670
- "diff_url": "https://github.com/npm/npm/pull/4438.diff",
671
- "patch_url": "https://github.com/npm/npm/pull/4438.patch"
672
- },
673
- "body": "When you run `npm-update --save|--save-dev|--save-optional`, all packages that needed updating will magically appear in the section specified by `--save|--save-dev|--save-optional`, regardless of whether they were originally regular, development or optional dependencies. :-1: .\r\n\r\nExample of running `npm update --save` on a simple `package.json` with only a development dependency:\r\n\r\n#### Before\r\n```json\r\n{\r\n \"name\": \"update-save-test\",\r\n \"version\": \"0.5.0\",\r\n \"devDependencies\": {\r\n \"rimraf\": \"~2.0.0\"\r\n }\r\n}\r\n\r\n```\r\n#### After\r\n```json\r\n{\r\n \"name\": \"update-save-test\",\r\n \"version\": \"0.5.0\",\r\n \"devDependencies\": {\r\n \"rimraf\": \"~2.0.0\"\r\n },\r\n \"dependencies\": {\r\n \"rimraf\": \"~2.0.3\"\r\n }\r\n}\r\n\r\n```\r\n",
674
- "score": 1
675
- },
676
- {
677
- "url": "https://api.github.com/repos/npm/npm/issues/4431",
678
- "labels_url": "https://api.github.com/repos/npm/npm/issues/4431/labels{/name}",
679
- "comments_url": "https://api.github.com/repos/npm/npm/issues/4431/comments",
680
- "events_url": "https://api.github.com/repos/npm/npm/issues/4431/events",
681
- "html_url": "https://github.com/npm/npm/issues/4431",
682
- "id": 25161040,
683
- "number": 4431,
684
- "title": "How programaticaly execute a npm update on local directory",
685
- "user": {
686
- "login": "sdnetwork",
687
- "id": 4857051,
688
- "avatar_url": "https://gravatar.com/avatar/278b5bd251dfea8d2937e76672bf9a13?d=https%3A%2F%2Fidenticons.github.com%2Faa20798a90f0f5919888b848a1a5962e.png&r=x",
689
- "gravatar_id": "278b5bd251dfea8d2937e76672bf9a13",
690
- "url": "https://api.github.com/users/sdnetwork",
691
- "html_url": "https://github.com/sdnetwork",
692
- "followers_url": "https://api.github.com/users/sdnetwork/followers",
693
- "following_url": "https://api.github.com/users/sdnetwork/following{/other_user}",
694
- "gists_url": "https://api.github.com/users/sdnetwork/gists{/gist_id}",
695
- "starred_url": "https://api.github.com/users/sdnetwork/starred{/owner}{/repo}",
696
- "subscriptions_url": "https://api.github.com/users/sdnetwork/subscriptions",
697
- "organizations_url": "https://api.github.com/users/sdnetwork/orgs",
698
- "repos_url": "https://api.github.com/users/sdnetwork/repos",
699
- "events_url": "https://api.github.com/users/sdnetwork/events{/privacy}",
700
- "received_events_url": "https://api.github.com/users/sdnetwork/received_events",
701
- "type": "User",
702
- "site_admin": false
703
- },
704
- "labels": [],
705
- "state": "open",
706
- "assignee": null,
707
- "milestone": null,
708
- "comments": 2,
709
- "created_at": "2014-01-07T11:00:28Z",
710
- "updated_at": "2014-01-08T17:25:27Z",
711
- "closed_at": null,
712
- "pull_request": {
713
- "html_url": null,
714
- "diff_url": null,
715
- "patch_url": null
716
- },
717
- "body": "hi,\r\n\r\ni try to do that by javascipt :\r\n\r\ncd c:\\mylocalpackage\r\nnpm update\r\n\r\nby command line it works fine only module in mylocalpackage is updated.\r\n\r\nbut if i do that by javascript :\r\n\r\n npm.load(npm.config, function (er) {\r\n if (er) {\r\n console.log(er);\r\n return 1;\r\n }\r\n npm.commands.update([], function (er, data) {\r\n console.log(er);\r\n });\r\n });\r\n\r\nand i do :\r\n\r\ncd c:\\mylocalpackage\r\nnode app.js\r\n\r\nit seems to update all modules not only the local that is in mylocalpackage :(\r\n\r\ni'm doing something wrong ?",
718
- "score": 1
719
- },
720
- {
721
- "url": "https://api.github.com/repos/npm/npm/issues/4406",
722
- "labels_url": "https://api.github.com/repos/npm/npm/issues/4406/labels{/name}",
723
- "comments_url": "https://api.github.com/repos/npm/npm/issues/4406/comments",
724
- "events_url": "https://api.github.com/repos/npm/npm/issues/4406/events",
725
- "html_url": "https://github.com/npm/npm/issues/4406",
726
- "id": 24998057,
727
- "number": 4406,
728
- "title": "Installing npm is causing an error ",
729
- "user": {
730
- "login": "priyankaavj",
731
- "id": 1105571,
732
- "avatar_url": "https://gravatar.com/avatar/bab68a038661a83dda2c3c6174a5c6e0?d=https%3A%2F%2Fidenticons.github.com%2Fd099de2c919b77095d7d7dfca9ddc7a6.png&r=x",
733
- "gravatar_id": "bab68a038661a83dda2c3c6174a5c6e0",
734
- "url": "https://api.github.com/users/priyankaavj",
735
- "html_url": "https://github.com/priyankaavj",
736
- "followers_url": "https://api.github.com/users/priyankaavj/followers",
737
- "following_url": "https://api.github.com/users/priyankaavj/following{/other_user}",
738
- "gists_url": "https://api.github.com/users/priyankaavj/gists{/gist_id}",
739
- "starred_url": "https://api.github.com/users/priyankaavj/starred{/owner}{/repo}",
740
- "subscriptions_url": "https://api.github.com/users/priyankaavj/subscriptions",
741
- "organizations_url": "https://api.github.com/users/priyankaavj/orgs",
742
- "repos_url": "https://api.github.com/users/priyankaavj/repos",
743
- "events_url": "https://api.github.com/users/priyankaavj/events{/privacy}",
744
- "received_events_url": "https://api.github.com/users/priyankaavj/received_events",
745
- "type": "User",
746
- "site_admin": false
747
- },
748
- "labels": [],
749
- "state": "open",
750
- "assignee": null,
751
- "milestone": null,
752
- "comments": 7,
753
- "created_at": "2014-01-03T01:46:33Z",
754
- "updated_at": "2014-01-10T20:52:00Z",
755
- "closed_at": null,
756
- "pull_request": {
757
- "html_url": null,
758
- "diff_url": null,
759
- "patch_url": null
760
- },
761
- "body": "I tried to do \r\ncurl https://npmjs.org/install.sh -o install.sh\r\nnpm_debug=1 sudo sh install.sh\r\n\r\nAnd I got an error\r\nFailed to get tarball url for npm/1.1\r\n\r\nHappens multiple times\r\nHelp !",
762
- "score": 1
763
- },
764
- {
765
- "url": "https://api.github.com/repos/npm/npm/issues/4376",
766
- "labels_url": "https://api.github.com/repos/npm/npm/issues/4376/labels{/name}",
767
- "comments_url": "https://api.github.com/repos/npm/npm/issues/4376/comments",
768
- "events_url": "https://api.github.com/repos/npm/npm/issues/4376/events",
769
- "html_url": "https://github.com/npm/npm/issues/4376",
770
- "id": 24745171,
771
- "number": 4376,
772
- "title": "ERRORS using grunt",
773
- "user": {
774
- "login": "scazzy",
775
- "id": 1681586,
776
- "avatar_url": "https://gravatar.com/avatar/cc2f3d454aff635e8c5aee677df166b8?d=https%3A%2F%2Fidenticons.github.com%2F37adc06212e5f7180c3be04d18e87a24.png&r=x",
777
- "gravatar_id": "cc2f3d454aff635e8c5aee677df166b8",
778
- "url": "https://api.github.com/users/scazzy",
779
- "html_url": "https://github.com/scazzy",
780
- "followers_url": "https://api.github.com/users/scazzy/followers",
781
- "following_url": "https://api.github.com/users/scazzy/following{/other_user}",
782
- "gists_url": "https://api.github.com/users/scazzy/gists{/gist_id}",
783
- "starred_url": "https://api.github.com/users/scazzy/starred{/owner}{/repo}",
784
- "subscriptions_url": "https://api.github.com/users/scazzy/subscriptions",
785
- "organizations_url": "https://api.github.com/users/scazzy/orgs",
786
- "repos_url": "https://api.github.com/users/scazzy/repos",
787
- "events_url": "https://api.github.com/users/scazzy/events{/privacy}",
788
- "received_events_url": "https://api.github.com/users/scazzy/received_events",
789
- "type": "User",
790
- "site_admin": false
791
- },
792
- "labels": [],
793
- "state": "open",
794
- "assignee": null,
795
- "milestone": null,
796
- "comments": 2,
797
- "created_at": "2013-12-24T12:29:56Z",
798
- "updated_at": "2013-12-24T14:57:47Z",
799
- "closed_at": null,
800
- "pull_request": {
801
- "html_url": null,
802
- "diff_url": null,
803
- "patch_url": null
804
- },
805
- "body": "http://i.imgur.com/4RHSk4i.png\r\n\r\nFirst grunt run worked fine. later npm install gave error for every package.\r\nLater tried reinstalling grunt and grunt-cli, got the error for the same. nothin working.\r\nTried deleting npm cache, still no success. ",
806
- "score": 1
807
- },
808
- {
809
- "url": "https://api.github.com/repos/npm/npm/issues/4316",
810
- "labels_url": "https://api.github.com/repos/npm/npm/issues/4316/labels{/name}",
811
- "comments_url": "https://api.github.com/repos/npm/npm/issues/4316/comments",
812
- "events_url": "https://api.github.com/repos/npm/npm/issues/4316/events",
813
- "html_url": "https://github.com/npm/npm/issues/4316",
814
- "id": 24299273,
815
- "number": 4316,
816
- "title": "tap tests are broken on Windows again",
817
- "user": {
818
- "login": "domenic",
819
- "id": 617481,
820
- "avatar_url": "https://gravatar.com/avatar/c6d819207a3010b39d13e1f59f2c0029?d=https%3A%2F%2Fidenticons.github.com%2F8fbbb85696e2cded083629e8cca835e7.png&r=x",
821
- "gravatar_id": "c6d819207a3010b39d13e1f59f2c0029",
822
- "url": "https://api.github.com/users/domenic",
823
- "html_url": "https://github.com/domenic",
824
- "followers_url": "https://api.github.com/users/domenic/followers",
825
- "following_url": "https://api.github.com/users/domenic/following{/other_user}",
826
- "gists_url": "https://api.github.com/users/domenic/gists{/gist_id}",
827
- "starred_url": "https://api.github.com/users/domenic/starred{/owner}{/repo}",
828
- "subscriptions_url": "https://api.github.com/users/domenic/subscriptions",
829
- "organizations_url": "https://api.github.com/users/domenic/orgs",
830
- "repos_url": "https://api.github.com/users/domenic/repos",
831
- "events_url": "https://api.github.com/users/domenic/events{/privacy}",
832
- "received_events_url": "https://api.github.com/users/domenic/received_events",
833
- "type": "User",
834
- "site_admin": false
835
- },
836
- "labels": [],
837
- "state": "open",
838
- "assignee": null,
839
- "milestone": null,
840
- "comments": 3,
841
- "created_at": "2013-12-14T20:46:08Z",
842
- "updated_at": "2014-01-10T19:06:50Z",
843
- "closed_at": null,
844
- "pull_request": {
845
- "html_url": null,
846
- "diff_url": null,
847
- "patch_url": null
848
- },
849
- "body": "Not really sure how to fix these; do they actually pass on *-nix?\r\n\r\n```\r\n$ node test/tap/startstop.js\r\nTAP version 13\r\n# setup\r\n# npm start\r\nnot ok 1 should be equal\r\n ---\r\n file: events.js\r\n line: 120\r\n column: 20\r\n stack:\r\n - getCaller (c:\\Users\\Domenic\\Dropbox\\GitHub\\isaacs\\npm\\node_modules\\tap\\lib\\tap-assert.js:418:17)\r\n - assert (c:\\Users\\Domenic\\Dropbox\\GitHub\\isaacs\\npm\\node_modules\\tap\\lib\\tap-assert.js:21:16)\r\n - Function.equal (c:\\Users\\Domenic\\Dropbox\\GitHub\\isaacs\\npm\\node_modules\\tap\\lib\\tap-assert.js:162:10)\r\n - Test._testAssert [as equal] (c:\\Users\\Domenic\\Dropbox\\GitHub\\isaacs\\npm\\node_modules\\tap\\lib\\tap-test.js:87:16)\r\n - Socket.<anonymous> (c:\\Users\\Domenic\\Dropbox\\GitHub\\isaacs\\npm\\test\\tap\\startstop.js:39:9)\r\n - Socket.EventEmitter.emit (events.js:120:20)\r\n - _stream_readable.js:896:16\r\n - process._tickCallback (node.js:598:11)\r\n found: > node -e 'console.log(\"start\")'\r\n wanted: start\r\n diff: |\r\n FOUND: > node -e 'console.log(\\\"start\\\")'\r\n WANTED: start\r\n ^ (at position = 0)\r\n ...\r\n# npm stop\r\nnot ok 2 should be equal\r\n ---\r\n file: events.js\r\n line: 120\r\n column: 20\r\n stack:\r\n - getCaller (c:\\Users\\Domenic\\Dropbox\\GitHub\\isaacs\\npm\\node_modules\\tap\\lib\\tap-assert.js:418:17)\r\n - assert (c:\\Users\\Domenic\\Dropbox\\GitHub\\isaacs\\npm\\node_modules\\tap\\lib\\tap-assert.js:21:16)\r\n - Function.equal (c:\\Users\\Domenic\\Dropbox\\GitHub\\isaacs\\npm\\node_modules\\tap\\lib\\tap-assert.js:162:10)\r\n - Test._testAssert [as equal] (c:\\Users\\Domenic\\Dropbox\\GitHub\\isaacs\\npm\\node_modules\\tap\\lib\\tap-test.js:87:16)\r\n - Socket.<anonymous> (c:\\Users\\Domenic\\Dropbox\\GitHub\\isaacs\\npm\\test\\tap\\startstop.js:39:9)\r\n - Socket.EventEmitter.emit (events.js:120:20)\r\n - _stream_readable.js:896:16\r\n - process._tickCallback (node.js:598:11)\r\n found: > node -e 'console.log(\"stop\")'\r\n wanted: stop\r\n diff: |\r\n FOUND: > node -e 'console.log(\\\"stop\\\")'\r\n WANTED: stop\r\n ^ (at position = 0)\r\n ...\r\n# npm restart\r\nok 3 should be equal\r\n# cleanup\r\n\r\n1..3\r\n# tests 3\r\n# pass 1\r\n# fail 2\r\n```\r\n\r\n```\r\n$ node test/tap/version-no-tags.js\r\nReinitialized existing Git repository in c:/Users/Domenic/Dropbox/GitHub/isaacs/npm/test/tap/version-no-tags/.git/\r\nv0.0.1\r\nTAP version 13\r\n# npm version <semver> without git tag\r\nok 1 (unnamed assert)\r\nok 2 git tag DOES exist\r\nok 3 git tag does not exist\r\n# cleanup\r\nnot ok 4 Error: EBUSY, resource busy or locked 'c:\\Users\\Domenic\\Dropbox\\GitHub\\isaacs\\npm\\test\\tap\\version-no-tags'\r\n ---\r\n type: Error\r\n message: EBUSY, resource busy or locked 'c:\\Users\\Domenic\\Dropbox\\GitHub\\isaacs\\npm\\test\\tap\\version-no-tags'\r\n code: EBUSY\r\n errno: -4082\r\n file: fs.js\r\n line: 752\r\n column: 18\r\n stack:\r\n - Object.fs.unlinkSync (fs.js:752:18)\r\n - Function.rimrafSync (c:\\Users\\Domenic\\Dropbox\\GitHub\\isaacs\\npm\\node_modules\\rimraf\\rimraf.js:148:8)\r\n - Test.<anonymous> (c:\\Users\\Domenic\\Dropbox\\GitHub\\isaacs\\npm\\test\\tap\\version-no-tags.js:56:10)\r\n - Test.EventEmitter.emit (events.js:120:20)\r\n - Test.emit (c:\\Users\\Domenic\\Dropbox\\GitHub\\isaacs\\npm\\node_modules\\tap\\lib\\tap-test.js:104:8)\r\n - GlobalHarness.Harness.process (c:\\Users\\Domenic\\Dropbox\\GitHub\\isaacs\\npm\\node_modules\\tap\\lib\\tap-harness.js:87:13)\r\n - process._tickCallback (node.js:598:11)\r\n thrown: true\r\n ...\r\n\r\n1..4\r\n# tests 4\r\n# pass 3\r\n# fail 1\r\n```",
850
- "score": 1
851
- },
852
- {
853
- "url": "https://api.github.com/repos/npm/npm/issues/4274",
854
- "labels_url": "https://api.github.com/repos/npm/npm/issues/4274/labels{/name}",
855
- "comments_url": "https://api.github.com/repos/npm/npm/issues/4274/comments",
856
- "events_url": "https://api.github.com/repos/npm/npm/issues/4274/events",
857
- "html_url": "https://github.com/npm/npm/issues/4274",
858
- "id": 23984080,
859
- "number": 4274,
860
- "title": "GET returning 404 on fetch on 'node-sixense' package",
861
- "user": {
862
- "login": "ironman9967",
863
- "id": 1585643,
864
- "avatar_url": "https://gravatar.com/avatar/f7a58539387fe45ba8e23547dd61a0fc?d=https%3A%2F%2Fidenticons.github.com%2Ffec938744d548249221d3ef395869f3e.png&r=x",
865
- "gravatar_id": "f7a58539387fe45ba8e23547dd61a0fc",
866
- "url": "https://api.github.com/users/ironman9967",
867
- "html_url": "https://github.com/ironman9967",
868
- "followers_url": "https://api.github.com/users/ironman9967/followers",
869
- "following_url": "https://api.github.com/users/ironman9967/following{/other_user}",
870
- "gists_url": "https://api.github.com/users/ironman9967/gists{/gist_id}",
871
- "starred_url": "https://api.github.com/users/ironman9967/starred{/owner}{/repo}",
872
- "subscriptions_url": "https://api.github.com/users/ironman9967/subscriptions",
873
- "organizations_url": "https://api.github.com/users/ironman9967/orgs",
874
- "repos_url": "https://api.github.com/users/ironman9967/repos",
875
- "events_url": "https://api.github.com/users/ironman9967/events{/privacy}",
876
- "received_events_url": "https://api.github.com/users/ironman9967/received_events",
877
- "type": "User",
878
- "site_admin": false
879
- },
880
- "labels": [],
881
- "state": "open",
882
- "assignee": null,
883
- "milestone": null,
884
- "comments": 6,
885
- "created_at": "2013-12-09T18:58:36Z",
886
- "updated_at": "2014-02-21T10:11:35Z",
887
- "closed_at": null,
888
- "pull_request": {
889
- "html_url": null,
890
- "diff_url": null,
891
- "patch_url": null
892
- },
893
- "body": "I published the 'node-sixense' package. When I try to install it, I receive a 404 on the GET command to fetch the .tgz file. Please let me know if I have something configured incorrectly or if there is a problem with the package itself. Here is the npm-debug.log:\r\n\r\n0 info it worked if it ends with ok\r\n1 verbose cli [ 'C:\\\\Program Files\\\\nodejs\\\\\\\\node.exe',\r\n1 verbose cli 'C:\\\\Program Files\\\\nodejs\\\\node_modules\\\\npm\\\\bin\\\\npm-cli.js',\r\n1 verbose cli 'install',\r\n1 verbose cli 'node-sixense' ]\r\n2 info using npm@1.3.14\r\n3 info using node@v0.10.22\r\n4 verbose node symlink C:\\Program Files\\nodejs\\\\node.exe\r\n5 verbose cache add [ 'node-sixense', null ]\r\n6 verbose cache add name=undefined spec=\"node-sixense\" args=[\"node-sixense\",null]\r\n7 verbose parsed url { protocol: null,\r\n7 verbose parsed url slashes: null,\r\n7 verbose parsed url auth: null,\r\n7 verbose parsed url host: null,\r\n7 verbose parsed url port: null,\r\n7 verbose parsed url hostname: null,\r\n7 verbose parsed url hash: null,\r\n7 verbose parsed url search: null,\r\n7 verbose parsed url query: null,\r\n7 verbose parsed url pathname: 'node-sixense',\r\n7 verbose parsed url path: 'node-sixense',\r\n7 verbose parsed url href: 'node-sixense' }\r\n8 silly lockFile c385eaa8-node-sixense node-sixense\r\n9 verbose lock node-sixense C:\\Users\\thester\\AppData\\Roaming\\npm-cache\\c385eaa8-node-sixense.lock\r\n10 silly lockFile c385eaa8-node-sixense node-sixense\r\n11 silly lockFile c385eaa8-node-sixense node-sixense\r\n12 verbose addNamed [ 'node-sixense', '' ]\r\n13 verbose addNamed [ null, '*' ]\r\n14 silly lockFile 72f37a18-node-sixense node-sixense@\r\n15 verbose lock node-sixense@ C:\\Users\\thester\\AppData\\Roaming\\npm-cache\\72f37a18-node-sixense.lock\r\n16 silly addNameRange { name: 'node-sixense', range: '*', hasData: false }\r\n17 verbose url raw node-sixense\r\n18 verbose url resolving [ 'https://registry.npmjs.org/', './node-sixense' ]\r\n19 verbose url resolved https://registry.npmjs.org/node-sixense\r\n20 info trying registry request attempt 1 at 13:32:16\r\n21 http GET https://registry.npmjs.org/node-sixense\r\n22 http 200 https://registry.npmjs.org/node-sixense\r\n23 silly registry.get cb [ 200,\r\n23 silly registry.get { vary: 'Accept',\r\n23 silly registry.get server: 'CouchDB/1.5.0 (Erlang OTP/R15B03)',\r\n23 silly registry.get etag: '\"C8GM1YTVMOUTLPV363MNFWYZH\"',\r\n23 silly registry.get date: 'Mon, 09 Dec 2013 18:32:16 GMT',\r\n23 silly registry.get 'content-type': 'application/json',\r\n23 silly registry.get 'content-length': '103859' } ]\r\n24 silly addNameRange number 2 { name: 'node-sixense', range: '*', hasData: true }\r\n25 silly addNameRange versions [ 'node-sixense',\r\n25 silly addNameRange [ '0.0.3',\r\n25 silly addNameRange '0.0.4',\r\n25 silly addNameRange '0.0.1',\r\n25 silly addNameRange '0.0.6',\r\n25 silly addNameRange '0.0.7-1',\r\n25 silly addNameRange '0.0.8',\r\n25 silly addNameRange '0.0.9',\r\n25 silly addNameRange '0.1.0',\r\n25 silly addNameRange '0.1.1',\r\n25 silly addNameRange '0.2.0',\r\n25 silly addNameRange '0.2.1',\r\n25 silly addNameRange '0.2.2',\r\n25 silly addNameRange '0.2.3',\r\n25 silly addNameRange '0.2.5',\r\n25 silly addNameRange '0.2.6',\r\n25 silly addNameRange '0.2.7' ] ]\r\n26 verbose addNamed [ 'node-sixense', '0.2.7' ]\r\n27 verbose addNamed [ '0.2.7', '0.2.7' ]\r\n28 silly lockFile a2036c3c-node-sixense-0-2-7 node-sixense@0.2.7\r\n29 verbose lock node-sixense@0.2.7 C:\\Users\\thester\\AppData\\Roaming\\npm-cache\\a2036c3c-node-sixense-0-2-7.lock\r\n30 silly lockFile 7a9a2fb2-e-sixense-node-sixense-0-2-7-tgz https://registry.npmjs.org/node-sixense/-/node-sixense-0.2.7.tgz\r\n31 verbose lock https://registry.npmjs.org/node-sixense/-/node-sixense-0.2.7.tgz C:\\Users\\thester\\AppData\\Roaming\\npm-cache\\7a9a2fb2-e-sixense-node-sixense-0-2-7-tgz.lock\r\n32 verbose addRemoteTarball [ 'https://registry.npmjs.org/node-sixense/-/node-sixense-0.2.7.tgz',\r\n32 verbose addRemoteTarball 'b61f43c2b1b489914a1d7d171e4e14e235377c91' ]\r\n33 info retry fetch attempt 1 at 13:32:17\r\n34 verbose fetch to= C:\\Users\\thester\\AppData\\Local\\Temp\\npm-21112-LujgzTgJ\\1386613937178-0.23620038642548025\\tmp.tgz\r\n35 http GET https://registry.npmjs.org/node-sixense/-/node-sixense-0.2.7.tgz\r\n36 http 404 https://registry.npmjs.org/node-sixense/-/node-sixense-0.2.7.tgz\r\n37 error fetch failed https://registry.npmjs.org/node-sixense/-/node-sixense-0.2.7.tgz\r\n38 silly lockFile 7a9a2fb2-e-sixense-node-sixense-0-2-7-tgz https://registry.npmjs.org/node-sixense/-/node-sixense-0.2.7.tgz\r\n39 silly lockFile 7a9a2fb2-e-sixense-node-sixense-0-2-7-tgz https://registry.npmjs.org/node-sixense/-/node-sixense-0.2.7.tgz\r\n40 silly lockFile a2036c3c-node-sixense-0-2-7 node-sixense@0.2.7\r\n41 silly lockFile a2036c3c-node-sixense-0-2-7 node-sixense@0.2.7\r\n42 silly lockFile 72f37a18-node-sixense node-sixense@\r\n43 silly lockFile 72f37a18-node-sixense node-sixense@\r\n44 error Error: 404 Not Found\r\n44 error at WriteStream.<anonymous> (C:\\Program Files\\nodejs\\node_modules\\npm\\lib\\utils\\fetch.js:57:12)\r\n44 error at WriteStream.EventEmitter.emit (events.js:117:20)\r\n44 error at fs.js:1596:14\r\n44 error at C:\\Program Files\\nodejs\\node_modules\\npm\\node_modules\\graceful-fs\\graceful-fs.js:103:5\r\n44 error at Object.oncomplete (fs.js:107:15)\r\n45 error If you need help, you may report this log at:\r\n45 error <http://github.com/isaacs/npm/issues>\r\n45 error or email it to:\r\n45 error <npm-@googlegroups.com>\r\n46 error System Windows_NT 6.1.7601\r\n47 error command \"C:\\\\Program Files\\\\nodejs\\\\\\\\node.exe\" \"C:\\\\Program Files\\\\nodejs\\\\node_modules\\\\npm\\\\bin\\\\npm-cli.js\" \"install\" \"node-sixense\"\r\n48 error cwd C:\\Users\\thester\\Projects\\WebStorm\\[PROJECT_NAME]\r\n49 error node -v v0.10.22\r\n50 error npm -v 1.3.14\r\n51 verbose exit [ 1, true ]",
894
- "score": 1
895
- },
896
- {
897
- "url": "https://api.github.com/repos/npm/npm/issues/4271",
898
- "labels_url": "https://api.github.com/repos/npm/npm/issues/4271/labels{/name}",
899
- "comments_url": "https://api.github.com/repos/npm/npm/issues/4271/comments",
900
- "events_url": "https://api.github.com/repos/npm/npm/issues/4271/events",
901
- "html_url": "https://github.com/npm/npm/issues/4271",
902
- "id": 23958758,
903
- "number": 4271,
904
- "title": "npm install error: socket hang up",
905
- "user": {
906
- "login": "nasser-torabzade",
907
- "id": 1203008,
908
- "avatar_url": "https://gravatar.com/avatar/90873f1f431fc59a77e0b075b6dfe5bf?d=https%3A%2F%2Fidenticons.github.com%2Fbe292a5881e4622c28554078e05438fc.png&r=x",
909
- "gravatar_id": "90873f1f431fc59a77e0b075b6dfe5bf",
910
- "url": "https://api.github.com/users/nasser-torabzade",
911
- "html_url": "https://github.com/nasser-torabzade",
912
- "followers_url": "https://api.github.com/users/nasser-torabzade/followers",
913
- "following_url": "https://api.github.com/users/nasser-torabzade/following{/other_user}",
914
- "gists_url": "https://api.github.com/users/nasser-torabzade/gists{/gist_id}",
915
- "starred_url": "https://api.github.com/users/nasser-torabzade/starred{/owner}{/repo}",
916
- "subscriptions_url": "https://api.github.com/users/nasser-torabzade/subscriptions",
917
- "organizations_url": "https://api.github.com/users/nasser-torabzade/orgs",
918
- "repos_url": "https://api.github.com/users/nasser-torabzade/repos",
919
- "events_url": "https://api.github.com/users/nasser-torabzade/events{/privacy}",
920
- "received_events_url": "https://api.github.com/users/nasser-torabzade/received_events",
921
- "type": "User",
922
- "site_admin": false
923
- },
924
- "labels": [],
925
- "state": "open",
926
- "assignee": null,
927
- "milestone": null,
928
- "comments": 4,
929
- "created_at": "2013-12-09T12:49:53Z",
930
- "updated_at": "2014-02-07T22:20:50Z",
931
- "closed_at": null,
932
- "pull_request": {
933
- "html_url": null,
934
- "diff_url": null,
935
- "patch_url": null
936
- },
937
- "body": "Salam (means Hello) :)\r\n\r\nWhen I'm trying to install a package (in this case: [urlparse](https://npmjs.org/package/urlparse)) using `npm install`, installation process fails and this error log is generated:\r\n\r\ncan you identify the source of this error?\r\n\r\n**npm-debug.log**\r\n```\r\n0 info it worked if it ends with ok\r\n1 verbose cli [ 'C:\\\\Program Files\\\\nodejs\\\\\\\\node.exe',\r\n1 verbose cli 'C:\\\\Program Files\\\\nodejs\\\\node_modules\\\\npm\\\\bin\\\\npm-cli.js',\r\n1 verbose cli 'install',\r\n1 verbose cli 'urlparse' ]\r\n2 info using npm@1.3.14\r\n3 info using node@v0.10.22\r\n4 verbose node symlink C:\\Program Files\\nodejs\\\\node.exe\r\n5 warn package.json jsdom@0.5.5 'repositories' (plural) Not supported.\r\n5 warn package.json Please pick one as the 'repository' field\r\n6 warn package.json querystring@0.2.0 querystring is also the name of a node core module.\r\n7 verbose cache add [ 'urlparse', null ]\r\n8 verbose cache add name=undefined spec=\"urlparse\" args=[\"urlparse\",null]\r\n9 verbose parsed url { protocol: null,\r\n9 verbose parsed url slashes: null,\r\n9 verbose parsed url auth: null,\r\n9 verbose parsed url host: null,\r\n9 verbose parsed url port: null,\r\n9 verbose parsed url hostname: null,\r\n9 verbose parsed url hash: null,\r\n9 verbose parsed url search: null,\r\n9 verbose parsed url query: null,\r\n9 verbose parsed url pathname: 'urlparse',\r\n9 verbose parsed url path: 'urlparse',\r\n9 verbose parsed url href: 'urlparse' }\r\n10 silly lockFile e07a1222-urlparse urlparse\r\n11 verbose lock urlparse C:\\Users\\Nasser\\AppData\\Roaming\\npm-cache\\e07a1222-urlparse.lock\r\n12 silly lockFile e07a1222-urlparse urlparse\r\n13 silly lockFile e07a1222-urlparse urlparse\r\n14 verbose addNamed [ 'urlparse', '' ]\r\n15 verbose addNamed [ null, '*' ]\r\n16 silly lockFile 251047af-urlparse urlparse@\r\n17 verbose lock urlparse@ C:\\Users\\Nasser\\AppData\\Roaming\\npm-cache\\251047af-urlparse.lock\r\n18 silly addNameRange { name: 'urlparse', range: '*', hasData: false }\r\n19 verbose url raw urlparse\r\n20 verbose url resolving [ 'https://registry.npmjs.org/', './urlparse' ]\r\n21 verbose url resolved https://registry.npmjs.org/urlparse\r\n22 info trying registry request attempt 1 at 15:59:54\r\n23 http GET https://registry.npmjs.org/urlparse\r\n24 info retry will retry, error on last attempt: Error: socket hang up\r\n25 info trying registry request attempt 2 at 16:00:08\r\n26 http GET https://registry.npmjs.org/urlparse\r\n27 info retry will retry, error on last attempt: Error: socket hang up\r\n28 info trying registry request attempt 3 at 16:01:10\r\n29 http GET https://registry.npmjs.org/urlparse\r\n30 silly lockFile 251047af-urlparse urlparse@\r\n31 silly lockFile 251047af-urlparse urlparse@\r\n32 error network socket hang up\r\n32 error network This is most likely not a problem with npm itself\r\n32 error network and is related to network connectivity.\r\n32 error network In most cases you are behind a proxy or have bad network settings.\r\n32 error network\r\n32 error network If you are behind a proxy, please make sure that the\r\n32 error network 'proxy' config is set properly. See: 'npm help config'\r\n33 error System Windows_NT 6.1.7601\r\n34 error command \"C:\\\\Program Files\\\\nodejs\\\\\\\\node.exe\" \"C:\\\\Program Files\\\\nodejs\\\\node_modules\\\\npm\\\\bin\\\\npm-cli.js\" \"install\" \"urlparse\"\r\n35 error cwd D:\\Projects\\server v3\r\n36 error node -v v0.10.22\r\n37 error npm -v 1.3.14\r\n38 error code ECONNRESET\r\n39 verbose exit [ 1, true ]\r\n```",
938
- "score": 1
939
- },
940
- {
941
- "url": "https://api.github.com/repos/npm/npm/issues/4268",
942
- "labels_url": "https://api.github.com/repos/npm/npm/issues/4268/labels{/name}",
943
- "comments_url": "https://api.github.com/repos/npm/npm/issues/4268/comments",
944
- "events_url": "https://api.github.com/repos/npm/npm/issues/4268/events",
945
- "html_url": "https://github.com/npm/npm/issues/4268",
946
- "id": 23898689,
947
- "number": 4268,
948
- "title": "update test/disabled/outdated-depth-integer",
949
- "user": {
950
- "login": "luk-",
951
- "id": 62224,
952
- "avatar_url": "https://gravatar.com/avatar/3116627059edd51a50974cfdfaed5138?d=https%3A%2F%2Fidenticons.github.com%2Fd36275b96b373c8f3e609411bbe185c1.png&r=x",
953
- "gravatar_id": "3116627059edd51a50974cfdfaed5138",
954
- "url": "https://api.github.com/users/luk-",
955
- "html_url": "https://github.com/luk-",
956
- "followers_url": "https://api.github.com/users/luk-/followers",
957
- "following_url": "https://api.github.com/users/luk-/following{/other_user}",
958
- "gists_url": "https://api.github.com/users/luk-/gists{/gist_id}",
959
- "starred_url": "https://api.github.com/users/luk-/starred{/owner}{/repo}",
960
- "subscriptions_url": "https://api.github.com/users/luk-/subscriptions",
961
- "organizations_url": "https://api.github.com/users/luk-/orgs",
962
- "repos_url": "https://api.github.com/users/luk-/repos",
963
- "events_url": "https://api.github.com/users/luk-/events{/privacy}",
964
- "received_events_url": "https://api.github.com/users/luk-/received_events",
965
- "type": "User",
966
- "site_admin": false
967
- },
968
- "labels": [],
969
- "state": "open",
970
- "assignee": {
971
- "login": "luk-",
972
- "id": 62224,
973
- "avatar_url": "https://gravatar.com/avatar/3116627059edd51a50974cfdfaed5138?d=https%3A%2F%2Fidenticons.github.com%2Fd36275b96b373c8f3e609411bbe185c1.png&r=x",
974
- "gravatar_id": "3116627059edd51a50974cfdfaed5138",
975
- "url": "https://api.github.com/users/luk-",
976
- "html_url": "https://github.com/luk-",
977
- "followers_url": "https://api.github.com/users/luk-/followers",
978
- "following_url": "https://api.github.com/users/luk-/following{/other_user}",
979
- "gists_url": "https://api.github.com/users/luk-/gists{/gist_id}",
980
- "starred_url": "https://api.github.com/users/luk-/starred{/owner}{/repo}",
981
- "subscriptions_url": "https://api.github.com/users/luk-/subscriptions",
982
- "organizations_url": "https://api.github.com/users/luk-/orgs",
983
- "repos_url": "https://api.github.com/users/luk-/repos",
984
- "events_url": "https://api.github.com/users/luk-/events{/privacy}",
985
- "received_events_url": "https://api.github.com/users/luk-/received_events",
986
- "type": "User",
987
- "site_admin": false
988
- },
989
- "milestone": null,
990
- "comments": 2,
991
- "created_at": "2013-12-07T03:16:55Z",
992
- "updated_at": "2013-12-10T23:07:37Z",
993
- "closed_at": null,
994
- "pull_request": {
995
- "html_url": null,
996
- "diff_url": null,
997
- "patch_url": null
998
- },
999
- "body": "This needs to be updated once the new npm-registry-mock is published to npm, so we can properly test outdated with --depth.\r\n\r\nping @robertkowalski to get that published when he can.\r\n\r\nAssigning to myself.",
1000
- "score": 1
1001
- },
1002
- {
1003
- "url": "https://api.github.com/repos/npm/npm-registry-mock/issues/3",
1004
- "labels_url": "https://api.github.com/repos/npm/npm-registry-mock/issues/3/labels{/name}",
1005
- "comments_url": "https://api.github.com/repos/npm/npm-registry-mock/issues/3/comments",
1006
- "events_url": "https://api.github.com/repos/npm/npm-registry-mock/issues/3/events",
1007
- "html_url": "https://github.com/npm/npm-registry-mock/issues/3",
1008
- "id": 23897690,
1009
- "number": 3,
1010
- "title": "Programmatically tell the mock what we want",
1011
- "user": {
1012
- "login": "luk-",
1013
- "id": 62224,
1014
- "avatar_url": "https://gravatar.com/avatar/3116627059edd51a50974cfdfaed5138?d=https%3A%2F%2Fidenticons.github.com%2Fd36275b96b373c8f3e609411bbe185c1.png&r=x",
1015
- "gravatar_id": "3116627059edd51a50974cfdfaed5138",
1016
- "url": "https://api.github.com/users/luk-",
1017
- "html_url": "https://github.com/luk-",
1018
- "followers_url": "https://api.github.com/users/luk-/followers",
1019
- "following_url": "https://api.github.com/users/luk-/following{/other_user}",
1020
- "gists_url": "https://api.github.com/users/luk-/gists{/gist_id}",
1021
- "starred_url": "https://api.github.com/users/luk-/starred{/owner}{/repo}",
1022
- "subscriptions_url": "https://api.github.com/users/luk-/subscriptions",
1023
- "organizations_url": "https://api.github.com/users/luk-/orgs",
1024
- "repos_url": "https://api.github.com/users/luk-/repos",
1025
- "events_url": "https://api.github.com/users/luk-/events{/privacy}",
1026
- "received_events_url": "https://api.github.com/users/luk-/received_events",
1027
- "type": "User",
1028
- "site_admin": false
1029
- },
1030
- "labels": [],
1031
- "state": "open",
1032
- "assignee": null,
1033
- "milestone": null,
1034
- "comments": 1,
1035
- "created_at": "2013-12-07T02:16:39Z",
1036
- "updated_at": "2013-12-07T17:10:42Z",
1037
- "closed_at": null,
1038
- "pull_request": {
1039
- "html_url": null,
1040
- "diff_url": null,
1041
- "patch_url": null
1042
- },
1043
- "body": "It would be nice if this had the option to set certain expectations on what kind of mocking we want to do, then be able to do it without expecting certain things already there. Currently we're limited if we want to get fancy.",
1044
- "score": 1
1045
- },
1046
- {
1047
- "url": "https://api.github.com/repos/npm/npm/issues/4205",
1048
- "labels_url": "https://api.github.com/repos/npm/npm/issues/4205/labels{/name}",
1049
- "comments_url": "https://api.github.com/repos/npm/npm/issues/4205/comments",
1050
- "events_url": "https://api.github.com/repos/npm/npm/issues/4205/events",
1051
- "html_url": "https://github.com/npm/npm/issues/4205",
1052
- "id": 23359652,
1053
- "number": 4205,
1054
- "title": "Distribution has no attachment and gives 404",
1055
- "user": {
1056
- "login": "vojtajina",
1057
- "id": 46647,
1058
- "avatar_url": "https://gravatar.com/avatar/d59bdceef864e67df13167d806d6da63?d=https%3A%2F%2Fidenticons.github.com%2F5bb0b4dd9a4f5c0de3564b63d74bcf5f.png&r=x",
1059
- "gravatar_id": "d59bdceef864e67df13167d806d6da63",
1060
- "url": "https://api.github.com/users/vojtajina",
1061
- "html_url": "https://github.com/vojtajina",
1062
- "followers_url": "https://api.github.com/users/vojtajina/followers",
1063
- "following_url": "https://api.github.com/users/vojtajina/following{/other_user}",
1064
- "gists_url": "https://api.github.com/users/vojtajina/gists{/gist_id}",
1065
- "starred_url": "https://api.github.com/users/vojtajina/starred{/owner}{/repo}",
1066
- "subscriptions_url": "https://api.github.com/users/vojtajina/subscriptions",
1067
- "organizations_url": "https://api.github.com/users/vojtajina/orgs",
1068
- "repos_url": "https://api.github.com/users/vojtajina/repos",
1069
- "events_url": "https://api.github.com/users/vojtajina/events{/privacy}",
1070
- "received_events_url": "https://api.github.com/users/vojtajina/received_events",
1071
- "type": "User",
1072
- "site_admin": false
1073
- },
1074
- "labels": [],
1075
- "state": "open",
1076
- "assignee": null,
1077
- "milestone": null,
1078
- "comments": 11,
1079
- "created_at": "2013-11-27T00:36:37Z",
1080
- "updated_at": "2013-12-26T17:39:47Z",
1081
- "closed_at": null,
1082
- "pull_request": {
1083
- "html_url": null,
1084
- "diff_url": null,
1085
- "patch_url": null
1086
- },
1087
- "body": "See http://registry.npmjs.org/karma-phantomjs-launcher\r\n\r\nThere is version \"0.1.1\" (which has been succesfully pushed to NPM), but it has `\"noattachment\": true`. What does that mean?\r\n\r\n[The link](http://registry.npmjs.org/karma-phantomjs-launcher/-/karma-phantomjs-launcher-0.1.1.tgz) gives 404 (and therefore fails any `npm install` that requires this module.",
1088
- "score": 1
1089
- },
1090
- {
1091
- "url": "https://api.github.com/repos/npm/npm/issues/4179",
1092
- "labels_url": "https://api.github.com/repos/npm/npm/issues/4179/labels{/name}",
1093
- "comments_url": "https://api.github.com/repos/npm/npm/issues/4179/comments",
1094
- "events_url": "https://api.github.com/repos/npm/npm/issues/4179/events",
1095
- "html_url": "https://github.com/npm/npm/pull/4179",
1096
- "id": 23182336,
1097
- "number": 4179,
1098
- "title": "Fix `npm ls` with --depth=x option",
1099
- "user": {
1100
- "login": "yyx990803",
1101
- "id": 499550,
1102
- "avatar_url": "https://gravatar.com/avatar/eca93da2c67aadafe35d477aa8f454b8?d=https%3A%2F%2Fidenticons.github.com%2Fe54d96cbfc41d60cc74de0e6ab828dc0.png&r=x",
1103
- "gravatar_id": "eca93da2c67aadafe35d477aa8f454b8",
1104
- "url": "https://api.github.com/users/yyx990803",
1105
- "html_url": "https://github.com/yyx990803",
1106
- "followers_url": "https://api.github.com/users/yyx990803/followers",
1107
- "following_url": "https://api.github.com/users/yyx990803/following{/other_user}",
1108
- "gists_url": "https://api.github.com/users/yyx990803/gists{/gist_id}",
1109
- "starred_url": "https://api.github.com/users/yyx990803/starred{/owner}{/repo}",
1110
- "subscriptions_url": "https://api.github.com/users/yyx990803/subscriptions",
1111
- "organizations_url": "https://api.github.com/users/yyx990803/orgs",
1112
- "repos_url": "https://api.github.com/users/yyx990803/repos",
1113
- "events_url": "https://api.github.com/users/yyx990803/events{/privacy}",
1114
- "received_events_url": "https://api.github.com/users/yyx990803/received_events",
1115
- "type": "User",
1116
- "site_admin": false
1117
- },
1118
- "labels": [
1119
- {
1120
- "url": "https://api.github.com/repos/npm/npm/labels/almost-ready-to-merge",
1121
- "name": "almost-ready-to-merge",
1122
- "color": "fbca04"
1123
- }
1124
- ],
1125
- "state": "open",
1126
- "assignee": null,
1127
- "milestone": null,
1128
- "comments": 28,
1129
- "created_at": "2013-11-23T05:44:49Z",
1130
- "updated_at": "2014-02-08T04:02:10Z",
1131
- "closed_at": null,
1132
- "pull_request": {
1133
- "html_url": "https://github.com/npm/npm/pull/4179",
1134
- "diff_url": "https://github.com/npm/npm/pull/4179.diff",
1135
- "patch_url": "https://github.com/npm/npm/pull/4179.patch"
1136
- },
1137
- "body": "There are currently two issues when using `npm ls` with `--depth=x` option:\r\n\r\n1. Unmet dependency with depth that equals maxDepth is missing the \"UNMET DEPENDENCY\" label, and the error output has message \"max depth reached\" instead of \"missing\".\r\n2. Met dependencies with depth that equals maxDepth also output error, with message \"max depth reached\". (just try `npm ls -g --depth=0`, also see #2843)\r\n\r\nThis commit should fix both.",
1138
- "score": 1
1139
- },
1140
- {
1141
- "url": "https://api.github.com/repos/npm/npm/issues/4134",
1142
- "labels_url": "https://api.github.com/repos/npm/npm/issues/4134/labels{/name}",
1143
- "comments_url": "https://api.github.com/repos/npm/npm/issues/4134/comments",
1144
- "events_url": "https://api.github.com/repos/npm/npm/issues/4134/events",
1145
- "html_url": "https://github.com/npm/npm/issues/4134",
1146
- "id": 22649380,
1147
- "number": 4134,
1148
- "title": "npm runs postinstall script before dependencies are loaded",
1149
- "user": {
1150
- "login": "fresheneesz",
1151
- "id": 149531,
1152
- "avatar_url": "https://gravatar.com/avatar/b89425a7f3bccb33011b2166fe62ef8e?d=https%3A%2F%2Fidenticons.github.com%2F60323be66337bb74728e94abb7c89b54.png&r=x",
1153
- "gravatar_id": "b89425a7f3bccb33011b2166fe62ef8e",
1154
- "url": "https://api.github.com/users/fresheneesz",
1155
- "html_url": "https://github.com/fresheneesz",
1156
- "followers_url": "https://api.github.com/users/fresheneesz/followers",
1157
- "following_url": "https://api.github.com/users/fresheneesz/following{/other_user}",
1158
- "gists_url": "https://api.github.com/users/fresheneesz/gists{/gist_id}",
1159
- "starred_url": "https://api.github.com/users/fresheneesz/starred{/owner}{/repo}",
1160
- "subscriptions_url": "https://api.github.com/users/fresheneesz/subscriptions",
1161
- "organizations_url": "https://api.github.com/users/fresheneesz/orgs",
1162
- "repos_url": "https://api.github.com/users/fresheneesz/repos",
1163
- "events_url": "https://api.github.com/users/fresheneesz/events{/privacy}",
1164
- "received_events_url": "https://api.github.com/users/fresheneesz/received_events",
1165
- "type": "User",
1166
- "site_admin": false
1167
- },
1168
- "labels": [],
1169
- "state": "open",
1170
- "assignee": null,
1171
- "milestone": null,
1172
- "comments": 16,
1173
- "created_at": "2013-11-14T08:45:02Z",
1174
- "updated_at": "2014-02-20T22:26:36Z",
1175
- "closed_at": null,
1176
- "pull_request": {
1177
- "html_url": null,
1178
- "diff_url": null,
1179
- "patch_url": null
1180
- },
1181
- "body": "I gave some information in here: https://github.com/isaacs/npm/issues/4096 but basically, I'm getting majorly bizarre issues when installing `build-modules`. It looks to me like the postinstall script of one of its dependencies is being run too early. If that's true, its a huge problem.",
1182
- "score": 1
1183
- },
1184
- {
1185
- "url": "https://api.github.com/repos/npm/npm/issues/4108",
1186
- "labels_url": "https://api.github.com/repos/npm/npm/issues/4108/labels{/name}",
1187
- "comments_url": "https://api.github.com/repos/npm/npm/issues/4108/comments",
1188
- "events_url": "https://api.github.com/repos/npm/npm/issues/4108/events",
1189
- "html_url": "https://github.com/npm/npm/pull/4108",
1190
- "id": 22392033,
1191
- "number": 4108,
1192
- "title": "Allow installations from git+file:// if the package is private",
1193
- "user": {
1194
- "login": "robertkowalski",
1195
- "id": 298166,
1196
- "avatar_url": "https://gravatar.com/avatar/765845d4b1c07dd284eae0866d1d7939?d=https%3A%2F%2Fidenticons.github.com%2F9e6dff2b23041157438213b55ae0b53c.png&r=x",
1197
- "gravatar_id": "765845d4b1c07dd284eae0866d1d7939",
1198
- "url": "https://api.github.com/users/robertkowalski",
1199
- "html_url": "https://github.com/robertkowalski",
1200
- "followers_url": "https://api.github.com/users/robertkowalski/followers",
1201
- "following_url": "https://api.github.com/users/robertkowalski/following{/other_user}",
1202
- "gists_url": "https://api.github.com/users/robertkowalski/gists{/gist_id}",
1203
- "starred_url": "https://api.github.com/users/robertkowalski/starred{/owner}{/repo}",
1204
- "subscriptions_url": "https://api.github.com/users/robertkowalski/subscriptions",
1205
- "organizations_url": "https://api.github.com/users/robertkowalski/orgs",
1206
- "repos_url": "https://api.github.com/users/robertkowalski/repos",
1207
- "events_url": "https://api.github.com/users/robertkowalski/events{/privacy}",
1208
- "received_events_url": "https://api.github.com/users/robertkowalski/received_events",
1209
- "type": "User",
1210
- "site_admin": false
1211
- },
1212
- "labels": [
1213
- {
1214
- "url": "https://api.github.com/repos/npm/npm/labels/isaacs-please-review",
1215
- "name": "isaacs-please-review",
1216
- "color": "5319e7"
1217
- }
1218
- ],
1219
- "state": "open",
1220
- "assignee": null,
1221
- "milestone": null,
1222
- "comments": 8,
1223
- "created_at": "2013-11-09T19:20:43Z",
1224
- "updated_at": "2014-02-18T11:17:54Z",
1225
- "closed_at": null,
1226
- "pull_request": {
1227
- "html_url": "https://github.com/npm/npm/pull/4108",
1228
- "diff_url": "https://github.com/npm/npm/pull/4108.diff",
1229
- "patch_url": "https://github.com/npm/npm/pull/4108.patch"
1230
- },
1231
- "body": "See #3868",
1232
- "score": 1
1233
- },
1234
- {
1235
- "url": "https://api.github.com/repos/npm/npm-registry-client/issues/27",
1236
- "labels_url": "https://api.github.com/repos/npm/npm-registry-client/issues/27/labels{/name}",
1237
- "comments_url": "https://api.github.com/repos/npm/npm-registry-client/issues/27/comments",
1238
- "events_url": "https://api.github.com/repos/npm/npm-registry-client/issues/27/events",
1239
- "html_url": "https://github.com/npm/npm-registry-client/issues/27",
1240
- "id": 22061599,
1241
- "number": 27,
1242
- "title": "npm ERR! Error: No compatible version found: semver@'^2.2.1'",
1243
- "user": {
1244
- "login": "michaelliu90316",
1245
- "id": 1811842,
1246
- "avatar_url": "https://gravatar.com/avatar/424eb81df3fb51805950226ec200a6f1?d=https%3A%2F%2Fidenticons.github.com%2F59f249d65c179f16b61a7fcf5ee5c679.png&r=x",
1247
- "gravatar_id": "424eb81df3fb51805950226ec200a6f1",
1248
- "url": "https://api.github.com/users/michaelliu90316",
1249
- "html_url": "https://github.com/michaelliu90316",
1250
- "followers_url": "https://api.github.com/users/michaelliu90316/followers",
1251
- "following_url": "https://api.github.com/users/michaelliu90316/following{/other_user}",
1252
- "gists_url": "https://api.github.com/users/michaelliu90316/gists{/gist_id}",
1253
- "starred_url": "https://api.github.com/users/michaelliu90316/starred{/owner}{/repo}",
1254
- "subscriptions_url": "https://api.github.com/users/michaelliu90316/subscriptions",
1255
- "organizations_url": "https://api.github.com/users/michaelliu90316/orgs",
1256
- "repos_url": "https://api.github.com/users/michaelliu90316/repos",
1257
- "events_url": "https://api.github.com/users/michaelliu90316/events{/privacy}",
1258
- "received_events_url": "https://api.github.com/users/michaelliu90316/received_events",
1259
- "type": "User",
1260
- "site_admin": false
1261
- },
1262
- "labels": [],
1263
- "state": "open",
1264
- "assignee": null,
1265
- "milestone": null,
1266
- "comments": 7,
1267
- "created_at": "2013-11-04T16:21:56Z",
1268
- "updated_at": "2013-12-17T20:48:07Z",
1269
- "closed_at": null,
1270
- "pull_request": {
1271
- "html_url": null,
1272
- "diff_url": null,
1273
- "patch_url": null
1274
- },
1275
- "body": "npm ERR! Error: No compatible version found: semver@'^2.2.1'",
1276
- "score": 1
1277
- },
1278
- {
1279
- "url": "https://api.github.com/repos/npm/npm/issues/4033",
1280
- "labels_url": "https://api.github.com/repos/npm/npm/issues/4033/labels{/name}",
1281
- "comments_url": "https://api.github.com/repos/npm/npm/issues/4033/comments",
1282
- "events_url": "https://api.github.com/repos/npm/npm/issues/4033/events",
1283
- "html_url": "https://github.com/npm/npm/issues/4033",
1284
- "id": 21513261,
1285
- "number": 4033,
1286
- "title": "NPM not installing, Guide me",
1287
- "user": {
1288
- "login": "naveenbytesflow",
1289
- "id": 5211863,
1290
- "avatar_url": "https://gravatar.com/avatar/dce87b03ff4a80d146ce9bee7d01976a?d=https%3A%2F%2Fidenticons.github.com%2Fe140d1bb2ebfaf72c6e1baf18dd65382.png&r=x",
1291
- "gravatar_id": "dce87b03ff4a80d146ce9bee7d01976a",
1292
- "url": "https://api.github.com/users/naveenbytesflow",
1293
- "html_url": "https://github.com/naveenbytesflow",
1294
- "followers_url": "https://api.github.com/users/naveenbytesflow/followers",
1295
- "following_url": "https://api.github.com/users/naveenbytesflow/following{/other_user}",
1296
- "gists_url": "https://api.github.com/users/naveenbytesflow/gists{/gist_id}",
1297
- "starred_url": "https://api.github.com/users/naveenbytesflow/starred{/owner}{/repo}",
1298
- "subscriptions_url": "https://api.github.com/users/naveenbytesflow/subscriptions",
1299
- "organizations_url": "https://api.github.com/users/naveenbytesflow/orgs",
1300
- "repos_url": "https://api.github.com/users/naveenbytesflow/repos",
1301
- "events_url": "https://api.github.com/users/naveenbytesflow/events{/privacy}",
1302
- "received_events_url": "https://api.github.com/users/naveenbytesflow/received_events",
1303
- "type": "User",
1304
- "site_admin": false
1305
- },
1306
- "labels": [],
1307
- "state": "open",
1308
- "assignee": null,
1309
- "milestone": null,
1310
- "comments": 5,
1311
- "created_at": "2013-10-24T10:15:54Z",
1312
- "updated_at": "2014-02-07T22:23:59Z",
1313
- "closed_at": null,
1314
- "pull_request": {
1315
- "html_url": null,
1316
- "diff_url": null,
1317
- "patch_url": null
1318
- },
1319
- "body": "It shows like this:\r\n\r\nC:\\Users\\Naveen>npm install steroids -g\r\nnpm http GET https://registry.npmjs.org/steroids\r\nnpm http 304 https://registry.npmjs.org/steroids\r\n\r\n> steroids@2.7.32 preinstall C:\\Users\\Naveen\\AppData\\Roaming\\npm\\node_modules\\s\r\neroids\r\n> node ./bin/check-node-version && node ./bin/preinstall\r\n\r\nnpm ERR! Error: spawn ENOENT\r\nnpm ERR! at errnoException (child_process.js:980:11)\r\nnpm ERR! at Process.ChildProcess._handle.onexit (child_process.js:771:34)\r\nnpm ERR! If you need help, you may report this log at:\r\nnpm ERR! <http://github.com/isaacs/npm/issues>\r\nnpm ERR! or email it to:\r\nnpm ERR! <npm-@googlegroups.com>\r\n\r\nnpm ERR! System Windows_NT 6.1.7600\r\nnpm ERR! command \"C:\\\\Program Files\\\\nodejs\\\\\\\\node.exe\" \"C:\\\\Program Files\\\\no\r\nejs\\\\node_modules\\\\npm\\\\bin\\\\npm-cli.js\" \"install\" \"steroids\" \"-g\"\r\nnpm ERR! cwd C:\\Users\\Naveen\r\nnpm ERR! node -v v0.10.21\r\nnpm ERR! npm -v 1.3.11\r\nnpm ERR! syscall spawn\r\nnpm ERR! code ENOENT\r\nnpm ERR! errno ENOENT\r\nnpm ERR!\r\nnpm ERR! Additional logging details can be found in:\r\nnpm ERR! C:\\Users\\Naveen\\npm-debug.log\r\nnpm ERR! not ok code 0\r\n\r\n",
1320
- "score": 1
1321
- },
1322
- {
1323
- "url": "https://api.github.com/repos/npm/npm/issues/3989",
1324
- "labels_url": "https://api.github.com/repos/npm/npm/issues/3989/labels{/name}",
1325
- "comments_url": "https://api.github.com/repos/npm/npm/issues/3989/comments",
1326
- "events_url": "https://api.github.com/repos/npm/npm/issues/3989/events",
1327
- "html_url": "https://github.com/npm/npm/issues/3989",
1328
- "id": 20866125,
1329
- "number": 3989,
1330
- "title": "Npm doesn't look at http_poxy or https_proxy",
1331
- "user": {
1332
- "login": "joedborg",
1333
- "id": 1426404,
1334
- "avatar_url": "https://gravatar.com/avatar/7ca14dd5fcd4c1c18c215c467a408139?d=https%3A%2F%2Fidenticons.github.com%2Fccbffa552b55c3d790b7bcca4b34d109.png&r=x",
1335
- "gravatar_id": "7ca14dd5fcd4c1c18c215c467a408139",
1336
- "url": "https://api.github.com/users/joedborg",
1337
- "html_url": "https://github.com/joedborg",
1338
- "followers_url": "https://api.github.com/users/joedborg/followers",
1339
- "following_url": "https://api.github.com/users/joedborg/following{/other_user}",
1340
- "gists_url": "https://api.github.com/users/joedborg/gists{/gist_id}",
1341
- "starred_url": "https://api.github.com/users/joedborg/starred{/owner}{/repo}",
1342
- "subscriptions_url": "https://api.github.com/users/joedborg/subscriptions",
1343
- "organizations_url": "https://api.github.com/users/joedborg/orgs",
1344
- "repos_url": "https://api.github.com/users/joedborg/repos",
1345
- "events_url": "https://api.github.com/users/joedborg/events{/privacy}",
1346
- "received_events_url": "https://api.github.com/users/joedborg/received_events",
1347
- "type": "User",
1348
- "site_admin": false
1349
- },
1350
- "labels": [],
1351
- "state": "open",
1352
- "assignee": null,
1353
- "milestone": null,
1354
- "comments": 2,
1355
- "created_at": "2013-10-11T12:40:16Z",
1356
- "updated_at": "2013-10-11T13:11:45Z",
1357
- "closed_at": null,
1358
- "pull_request": {
1359
- "html_url": null,
1360
- "diff_url": null,
1361
- "patch_url": null
1362
- },
1363
- "body": "This means that any system wide proxy settings are ignored and have to be set (again) in the npm configuration.",
1364
- "score": 1
1365
- }
1366
- ]
1367
- }