fsevents 1.0.5 → 1.0.6

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.

Potentially problematic release.


This version of fsevents might be problematic. Click here for more details.

Files changed (360) hide show
  1. package/Readme.md +12 -13
  2. package/node_modules/ansi/package.json +1 -2
  3. package/node_modules/are-we-there-yet/package.json +1 -2
  4. package/node_modules/asn1/.travis.yml +4 -0
  5. package/node_modules/asn1/lib/ber/reader.js +27 -33
  6. package/node_modules/asn1/lib/ber/writer.js +10 -11
  7. package/node_modules/asn1/package.json +21 -19
  8. package/node_modules/asn1/tst/ber/reader.test.js +36 -0
  9. package/node_modules/asn1/tst/ber/writer.test.js +74 -0
  10. package/node_modules/assert-plus/package.json +1 -0
  11. package/node_modules/{ctype → bl/node_modules/readable-stream/node_modules/core-util-is}/LICENSE +1 -6
  12. package/node_modules/bl/node_modules/readable-stream/node_modules/core-util-is/lib/util.js +11 -11
  13. package/node_modules/bl/node_modules/readable-stream/node_modules/core-util-is/package.json +17 -12
  14. package/node_modules/bl/node_modules/readable-stream/node_modules/core-util-is/test.js +68 -0
  15. package/node_modules/boom/package.json +1 -1
  16. package/node_modules/commander/package.json +1 -1
  17. package/node_modules/core-util-is/LICENSE +19 -0
  18. package/node_modules/core-util-is/lib/util.js +11 -11
  19. package/node_modules/core-util-is/package.json +17 -12
  20. package/node_modules/core-util-is/test.js +68 -0
  21. package/node_modules/dashdash/README.md +508 -0
  22. package/node_modules/dashdash/lib/dashdash.js +813 -0
  23. package/node_modules/dashdash/package.json +87 -0
  24. package/node_modules/deep-extend/LICENSE +1 -1
  25. package/node_modules/deep-extend/README.md +89 -52
  26. package/node_modules/deep-extend/index.js +1 -90
  27. package/node_modules/deep-extend/lib/deep-extend.js +144 -0
  28. package/node_modules/deep-extend/package.json +47 -16
  29. package/node_modules/deep-extend/test/index.spec.js +168 -5
  30. package/node_modules/delegates/package.json +1 -2
  31. package/node_modules/ecc-jsbn/.npmignore +15 -0
  32. package/node_modules/ecc-jsbn/LICENSE +21 -0
  33. package/node_modules/ecc-jsbn/README.md +8 -0
  34. package/node_modules/ecc-jsbn/index.js +57 -0
  35. package/node_modules/ecc-jsbn/lib/LICENSE-jsbn +40 -0
  36. package/node_modules/ecc-jsbn/lib/ec.js +561 -0
  37. package/node_modules/ecc-jsbn/lib/sec.js +170 -0
  38. package/node_modules/ecc-jsbn/package.json +63 -0
  39. package/node_modules/ecc-jsbn/test.js +14 -0
  40. package/node_modules/extsprintf/.gitmodules +6 -0
  41. package/node_modules/{path-is-absolute/license → extsprintf/LICENSE} +2 -4
  42. package/node_modules/extsprintf/Makefile +23 -0
  43. package/node_modules/extsprintf/Makefile.deps +39 -0
  44. package/node_modules/extsprintf/Makefile.targ +285 -0
  45. package/node_modules/extsprintf/README.md +39 -0
  46. package/node_modules/extsprintf/examples/simple.js +2 -0
  47. package/node_modules/{ctype/tools/jsl.conf → extsprintf/jsl.node.conf} +71 -63
  48. package/node_modules/extsprintf/lib/extsprintf.js +166 -0
  49. package/node_modules/extsprintf/package.json +48 -0
  50. package/node_modules/fstream/package.json +1 -2
  51. package/node_modules/{balanced-match → fstream-ignore/node_modules/minimatch/node_modules/brace-expansion/node_modules/balanced-match}/package.json +4 -22
  52. package/node_modules/{concat-map → fstream-ignore/node_modules/minimatch/node_modules/brace-expansion/node_modules/concat-map}/package.json +3 -21
  53. package/node_modules/{brace-expansion → fstream-ignore/node_modules/minimatch/node_modules/brace-expansion}/package.json +4 -23
  54. package/node_modules/fstream-ignore/node_modules/minimatch/package.json +4 -24
  55. package/node_modules/fstream-ignore/package.json +1 -2
  56. package/node_modules/gauge/package.json +1 -2
  57. package/node_modules/har-validator/package.json +15 -15
  58. package/node_modules/has-unicode/package.json +1 -2
  59. package/node_modules/hawk/dist/client.js +340 -0
  60. package/node_modules/hawk/lib/browser.js +14 -20
  61. package/node_modules/hawk/package.json +10 -10
  62. package/node_modules/hawk/test/browser.js +134 -101
  63. package/node_modules/hawk/test/index.js +61 -61
  64. package/node_modules/hawk/test/server.js +72 -84
  65. package/node_modules/hawk/test/uri.js +52 -63
  66. package/node_modules/http-signature/CHANGES.md +39 -0
  67. package/node_modules/http-signature/http_signing.md +16 -17
  68. package/node_modules/http-signature/lib/index.js +6 -4
  69. package/node_modules/http-signature/lib/parser.js +43 -29
  70. package/node_modules/http-signature/lib/signer.js +290 -74
  71. package/node_modules/http-signature/lib/utils.js +112 -0
  72. package/node_modules/http-signature/lib/verify.js +47 -15
  73. package/node_modules/http-signature/package.json +20 -14
  74. package/node_modules/is-my-json-valid/index.js +16 -14
  75. package/node_modules/is-my-json-valid/package.json +16 -12
  76. package/node_modules/is-typedarray/LICENSE.md +18 -0
  77. package/node_modules/is-typedarray/README.md +16 -0
  78. package/node_modules/is-typedarray/index.js +41 -0
  79. package/node_modules/is-typedarray/package.json +63 -0
  80. package/node_modules/is-typedarray/test.js +34 -0
  81. package/node_modules/jodid25519/.npmignore +11 -0
  82. package/node_modules/jodid25519/.travis.yml +7 -0
  83. package/node_modules/jodid25519/AUTHORS.md +3 -0
  84. package/node_modules/jodid25519/LICENSE +23 -0
  85. package/node_modules/jodid25519/README.md +51 -0
  86. package/node_modules/jodid25519/almond.0 +42 -0
  87. package/node_modules/jodid25519/almond.1 +13 -0
  88. package/node_modules/jodid25519/index.js +35 -0
  89. package/node_modules/jodid25519/jsdoc.json +19 -0
  90. package/node_modules/jodid25519/lib/core.js +481 -0
  91. package/node_modules/jodid25519/lib/curve255.js +221 -0
  92. package/node_modules/jodid25519/lib/dh.js +111 -0
  93. package/node_modules/jodid25519/lib/eddsa.js +573 -0
  94. package/node_modules/jodid25519/lib/utils.js +198 -0
  95. package/node_modules/jodid25519/package.json +77 -0
  96. package/node_modules/jsbn/.npmignore +2 -0
  97. package/node_modules/jsbn/LICENSE +40 -0
  98. package/node_modules/jsbn/README.md +175 -0
  99. package/node_modules/jsbn/example.html +12 -0
  100. package/node_modules/jsbn/example.js +3 -0
  101. package/node_modules/jsbn/index.js +1358 -0
  102. package/node_modules/jsbn/package.json +60 -0
  103. package/node_modules/json-schema/README.md +5 -0
  104. package/node_modules/json-schema/draft-00/hyper-schema +68 -0
  105. package/node_modules/json-schema/draft-00/json-ref +26 -0
  106. package/node_modules/json-schema/draft-00/links +33 -0
  107. package/node_modules/json-schema/draft-00/schema +155 -0
  108. package/node_modules/json-schema/draft-01/hyper-schema +68 -0
  109. package/node_modules/json-schema/draft-01/json-ref +26 -0
  110. package/node_modules/json-schema/draft-01/links +33 -0
  111. package/node_modules/json-schema/draft-01/schema +155 -0
  112. package/node_modules/json-schema/draft-02/hyper-schema +68 -0
  113. package/node_modules/json-schema/draft-02/json-ref +26 -0
  114. package/node_modules/json-schema/draft-02/links +35 -0
  115. package/node_modules/json-schema/draft-02/schema +166 -0
  116. package/node_modules/json-schema/draft-03/examples/address +20 -0
  117. package/node_modules/json-schema/draft-03/examples/calendar +53 -0
  118. package/node_modules/json-schema/draft-03/examples/card +105 -0
  119. package/node_modules/json-schema/draft-03/examples/geo +8 -0
  120. package/node_modules/json-schema/draft-03/examples/interfaces +23 -0
  121. package/node_modules/json-schema/draft-03/hyper-schema +60 -0
  122. package/node_modules/json-schema/draft-03/json-ref +26 -0
  123. package/node_modules/json-schema/draft-03/links +35 -0
  124. package/node_modules/json-schema/draft-03/schema +174 -0
  125. package/node_modules/json-schema/draft-04/hyper-schema +60 -0
  126. package/node_modules/json-schema/draft-04/links +41 -0
  127. package/node_modules/json-schema/draft-04/schema +189 -0
  128. package/node_modules/json-schema/draft-zyp-json-schema-03.xml +1120 -0
  129. package/node_modules/json-schema/draft-zyp-json-schema-04.xml +1072 -0
  130. package/node_modules/json-schema/lib/links.js +52 -0
  131. package/node_modules/json-schema/lib/validate.js +260 -0
  132. package/node_modules/json-schema/package.json +67 -0
  133. package/node_modules/json-schema/test/tests.js +95 -0
  134. package/node_modules/jsprim/CHANGES.md +30 -0
  135. package/node_modules/jsprim/LICENSE +19 -0
  136. package/node_modules/jsprim/README.md +228 -0
  137. package/node_modules/jsprim/lib/jsprim.js +478 -0
  138. package/node_modules/jsprim/package.json +54 -0
  139. package/node_modules/lodash._basetostring/package.json +1 -2
  140. package/node_modules/lodash._createpadding/package.json +1 -2
  141. package/node_modules/lodash.pad/package.json +1 -2
  142. package/node_modules/lodash.padleft/package.json +1 -2
  143. package/node_modules/lodash.padright/package.json +1 -2
  144. package/node_modules/lodash.repeat/package.json +1 -2
  145. package/node_modules/node-pre-gyp/CHANGELOG.md +8 -0
  146. package/node_modules/node-pre-gyp/README.md +570 -0
  147. package/node_modules/node-pre-gyp/lib/util/abi_crosswalk.json +4 -0
  148. package/node_modules/node-pre-gyp/node_modules/nopt/lib/nopt.js +2 -1
  149. package/node_modules/{abbrev → node-pre-gyp/node_modules/nopt/node_modules/abbrev}/package.json +30 -37
  150. package/node_modules/node-pre-gyp/node_modules/nopt/package.json +37 -57
  151. package/node_modules/node-pre-gyp/node_modules/nopt/test/basic.js +22 -0
  152. package/node_modules/node-pre-gyp/package.json +17 -17
  153. package/node_modules/node-uuid/.npmignore +2 -0
  154. package/node_modules/node-uuid/README.md +12 -1
  155. package/node_modules/node-uuid/bower.json +1 -1
  156. package/node_modules/node-uuid/component.json +11 -4
  157. package/node_modules/node-uuid/package.json +25 -12
  158. package/node_modules/node-uuid/test/test.js +3 -0
  159. package/node_modules/node-uuid/uuid.js +70 -45
  160. package/node_modules/npmlog/.travis.yml +14 -0
  161. package/node_modules/npmlog/log.js +3 -0
  162. package/node_modules/npmlog/package.json +23 -20
  163. package/node_modules/npmlog/test/basic.js +8 -1
  164. package/node_modules/once/package.json +2 -3
  165. package/node_modules/pinkie/index.js +23 -7
  166. package/node_modules/pinkie/package.json +22 -15
  167. package/node_modules/pinkie/readme.md +17 -9
  168. package/node_modules/pinkie-promise/package.json +16 -14
  169. package/node_modules/pinkie-promise/readme.md +5 -3
  170. package/node_modules/rc/README.md +1 -1
  171. package/node_modules/rc/index.js +1 -1
  172. package/node_modules/rc/node_modules/minimist/package.json +1 -1
  173. package/node_modules/rc/package.json +12 -12
  174. package/node_modules/request/.eslintrc +1 -1
  175. package/node_modules/request/.travis.yml +4 -4
  176. package/node_modules/request/CHANGELOG.md +25 -0
  177. package/node_modules/request/README.md +12 -13
  178. package/node_modules/request/lib/har.js +84 -75
  179. package/node_modules/request/lib/redirect.js +2 -3
  180. package/node_modules/request/lib/tunnel.js +13 -18
  181. package/node_modules/request/package.json +17 -16
  182. package/node_modules/request/request.js +16 -59
  183. package/node_modules/rimraf/README.md +7 -2
  184. package/node_modules/{wrappy → rimraf/node_modules/glob/node_modules/inflight/node_modules/wrappy}/package.json +5 -25
  185. package/node_modules/{inflight → rimraf/node_modules/glob/node_modules/inflight}/package.json +5 -25
  186. package/node_modules/rimraf/node_modules/glob/node_modules/inherits/LICENSE +16 -0
  187. package/node_modules/rimraf/node_modules/glob/node_modules/inherits/README.md +42 -0
  188. package/node_modules/rimraf/node_modules/glob/node_modules/inherits/inherits.js +1 -0
  189. package/node_modules/rimraf/node_modules/glob/node_modules/inherits/inherits_browser.js +23 -0
  190. package/node_modules/rimraf/node_modules/glob/node_modules/inherits/package.json +58 -0
  191. package/node_modules/rimraf/node_modules/glob/node_modules/inherits/test.js +25 -0
  192. package/node_modules/rimraf/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/.npmignore +3 -0
  193. package/node_modules/rimraf/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/README.md +122 -0
  194. package/node_modules/rimraf/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/example.js +8 -0
  195. package/node_modules/rimraf/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/index.js +191 -0
  196. package/node_modules/rimraf/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/node_modules/balanced-match/.npmignore +2 -0
  197. package/node_modules/rimraf/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/node_modules/balanced-match/.travis.yml +3 -0
  198. package/node_modules/rimraf/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/node_modules/balanced-match/LICENSE.md +21 -0
  199. package/node_modules/rimraf/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/node_modules/balanced-match/Makefile +6 -0
  200. package/node_modules/rimraf/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/node_modules/balanced-match/README.md +80 -0
  201. package/node_modules/rimraf/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/node_modules/balanced-match/example.js +5 -0
  202. package/node_modules/rimraf/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/node_modules/balanced-match/index.js +38 -0
  203. package/node_modules/rimraf/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/node_modules/balanced-match/package.json +79 -0
  204. package/node_modules/rimraf/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/node_modules/balanced-match/test/balanced.js +56 -0
  205. package/node_modules/rimraf/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/node_modules/concat-map/.travis.yml +4 -0
  206. package/node_modules/rimraf/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/node_modules/concat-map/LICENSE +18 -0
  207. package/node_modules/rimraf/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/node_modules/concat-map/README.markdown +62 -0
  208. package/node_modules/rimraf/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/node_modules/concat-map/example/map.js +6 -0
  209. package/node_modules/rimraf/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/node_modules/concat-map/index.js +13 -0
  210. package/node_modules/rimraf/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/node_modules/concat-map/package.json +90 -0
  211. package/node_modules/rimraf/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/node_modules/concat-map/test/map.js +39 -0
  212. package/node_modules/rimraf/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/package.json +81 -0
  213. package/node_modules/rimraf/node_modules/{minimatch → glob/node_modules/minimatch}/package.json +3 -21
  214. package/node_modules/rimraf/node_modules/glob/node_modules/once/node_modules/wrappy/README.md +36 -0
  215. package/node_modules/rimraf/node_modules/glob/node_modules/once/node_modules/wrappy/package.json +58 -0
  216. package/node_modules/rimraf/node_modules/glob/node_modules/once/node_modules/wrappy/test/basic.js +51 -0
  217. package/node_modules/rimraf/node_modules/glob/node_modules/once/node_modules/wrappy/wrappy.js +33 -0
  218. package/node_modules/rimraf/node_modules/glob/node_modules/once/package.json +70 -0
  219. package/node_modules/{path-is-absolute → rimraf/node_modules/glob/node_modules/path-is-absolute}/package.json +4 -22
  220. package/node_modules/rimraf/node_modules/glob/package.json +2 -20
  221. package/node_modules/rimraf/package.json +10 -10
  222. package/node_modules/semver/README.md +25 -1
  223. package/node_modules/semver/package.json +10 -10
  224. package/node_modules/semver/range.bnf +16 -0
  225. package/node_modules/semver/semver.js +0 -12
  226. package/node_modules/sshpk/.npmignore +8 -0
  227. package/node_modules/sshpk/.travis.yml +11 -0
  228. package/node_modules/sshpk/LICENSE +18 -0
  229. package/node_modules/sshpk/README.md +436 -0
  230. package/node_modules/sshpk/bin/sshpk-conv +183 -0
  231. package/node_modules/sshpk/lib/algs.js +168 -0
  232. package/node_modules/sshpk/lib/dhe.js +312 -0
  233. package/node_modules/sshpk/lib/ed-compat.js +94 -0
  234. package/node_modules/sshpk/lib/errors.js +58 -0
  235. package/node_modules/sshpk/lib/fingerprint.js +140 -0
  236. package/node_modules/sshpk/lib/formats/auto.js +73 -0
  237. package/node_modules/sshpk/lib/formats/pem.js +152 -0
  238. package/node_modules/sshpk/lib/formats/pkcs1.js +320 -0
  239. package/node_modules/sshpk/lib/formats/pkcs8.js +510 -0
  240. package/node_modules/sshpk/lib/formats/rfc4253.js +145 -0
  241. package/node_modules/sshpk/lib/formats/ssh-private.js +138 -0
  242. package/node_modules/sshpk/lib/formats/ssh.js +114 -0
  243. package/node_modules/sshpk/lib/index.js +25 -0
  244. package/node_modules/sshpk/lib/key.js +260 -0
  245. package/node_modules/sshpk/lib/private-key.js +224 -0
  246. package/node_modules/sshpk/lib/signature.js +237 -0
  247. package/node_modules/sshpk/lib/ssh-buffer.js +123 -0
  248. package/node_modules/sshpk/lib/utils.js +207 -0
  249. package/node_modules/sshpk/node_modules/assert-plus/AUTHORS +6 -0
  250. package/node_modules/sshpk/node_modules/assert-plus/CHANGES.md +8 -0
  251. package/node_modules/sshpk/node_modules/assert-plus/README.md +155 -0
  252. package/node_modules/sshpk/node_modules/assert-plus/assert.js +206 -0
  253. package/node_modules/sshpk/node_modules/assert-plus/package.json +88 -0
  254. package/node_modules/sshpk/package.json +92 -0
  255. package/node_modules/strip-json-comments/cli.js +2 -2
  256. package/node_modules/strip-json-comments/package.json +13 -12
  257. package/node_modules/strip-json-comments/readme.md +11 -5
  258. package/node_modules/strip-json-comments/strip-json-comments.js +16 -7
  259. package/node_modules/tar/package.json +1 -2
  260. package/node_modules/tar-pack/node_modules/readable-stream/node_modules/core-util-is/LICENSE +19 -0
  261. package/node_modules/tar-pack/node_modules/readable-stream/node_modules/core-util-is/lib/util.js +11 -11
  262. package/node_modules/tar-pack/node_modules/readable-stream/node_modules/core-util-is/package.json +17 -12
  263. package/node_modules/tar-pack/node_modules/readable-stream/node_modules/core-util-is/test.js +68 -0
  264. package/node_modules/tar-pack/node_modules/readable-stream/node_modules/inherits/package.json +1 -1
  265. package/node_modules/tar-pack/node_modules/rimraf/package.json +1 -2
  266. package/node_modules/tar-pack/package.json +1 -2
  267. package/node_modules/tough-cookie/lib/cookie.js +1 -1
  268. package/node_modules/tough-cookie/package.json +7 -7
  269. package/node_modules/tweetnacl/.npmignore +4 -0
  270. package/node_modules/tweetnacl/CHANGELOG.md +128 -0
  271. package/node_modules/tweetnacl/README.md +463 -0
  272. package/node_modules/tweetnacl/nacl-fast.js +2418 -0
  273. package/node_modules/tweetnacl/nacl-fast.min.js +2 -0
  274. package/node_modules/tweetnacl/nacl.js +1205 -0
  275. package/node_modules/tweetnacl/nacl.min.js +1 -0
  276. package/node_modules/tweetnacl/package.json +101 -0
  277. package/node_modules/uid-number/package.json +2 -3
  278. package/node_modules/verror/.gitmodules +0 -0
  279. package/node_modules/verror/LICENSE +19 -0
  280. package/node_modules/verror/Makefile +35 -0
  281. package/node_modules/verror/Makefile.targ +285 -0
  282. package/node_modules/verror/README.md +120 -0
  283. package/node_modules/verror/examples/levels-verror.js +36 -0
  284. package/node_modules/verror/examples/levels-werror.js +34 -0
  285. package/node_modules/verror/examples/varargs.js +6 -0
  286. package/node_modules/verror/examples/verror.js +13 -0
  287. package/node_modules/verror/examples/werror.js +14 -0
  288. package/node_modules/verror/jsl.node.conf +139 -0
  289. package/node_modules/verror/lib/verror.js +157 -0
  290. package/node_modules/verror/package.json +51 -0
  291. package/node_modules/verror/tests/tst.inherit.js +100 -0
  292. package/node_modules/verror/tests/tst.verror.js +156 -0
  293. package/node_modules/verror/tests/tst.werror.js +179 -0
  294. package/package.json +3 -3
  295. package/node_modules/bl/node_modules/readable-stream/node_modules/core-util-is/util.js +0 -106
  296. package/node_modules/core-util-is/util.js +0 -106
  297. package/node_modules/ctype/.npmignore +0 -1
  298. package/node_modules/ctype/CHANGELOG +0 -78
  299. package/node_modules/ctype/README +0 -82
  300. package/node_modules/ctype/README.old +0 -298
  301. package/node_modules/ctype/ctf.js +0 -245
  302. package/node_modules/ctype/ctio.js +0 -1485
  303. package/node_modules/ctype/ctype.js +0 -944
  304. package/node_modules/ctype/man/man3ctype/ctio.3ctype +0 -241
  305. package/node_modules/ctype/package.json +0 -51
  306. package/node_modules/ctype/tools/jsstyle +0 -839
  307. package/node_modules/http-signature/lib/util.js +0 -306
  308. package/node_modules/inflight/node_modules/once/package.json +0 -86
  309. package/node_modules/inflight/node_modules/once/test/once.js +0 -23
  310. package/node_modules/rimraf/node_modules/glob/LICENSE +0 -15
  311. package/node_modules/rimraf/node_modules/minimatch/LICENSE +0 -15
  312. package/node_modules/rimraf/node_modules/once/LICENSE +0 -15
  313. package/node_modules/rimraf/node_modules/once/README.md +0 -51
  314. package/node_modules/rimraf/node_modules/once/once.js +0 -21
  315. package/node_modules/rimraf/node_modules/once/package.json +0 -84
  316. package/node_modules/rimraf/node_modules/once/test/once.js +0 -23
  317. package/node_modules/tar-pack/node_modules/readable-stream/node_modules/core-util-is/util.js +0 -106
  318. package/node_modules/wrappy/LICENSE +0 -15
  319. /package/node_modules/{brace-expansion → fstream-ignore/node_modules/minimatch/node_modules/brace-expansion}/.npmignore +0 -0
  320. /package/node_modules/{brace-expansion → fstream-ignore/node_modules/minimatch/node_modules/brace-expansion}/README.md +0 -0
  321. /package/node_modules/{brace-expansion → fstream-ignore/node_modules/minimatch/node_modules/brace-expansion}/example.js +0 -0
  322. /package/node_modules/{brace-expansion → fstream-ignore/node_modules/minimatch/node_modules/brace-expansion}/index.js +0 -0
  323. /package/node_modules/{balanced-match → fstream-ignore/node_modules/minimatch/node_modules/brace-expansion/node_modules/balanced-match}/.npmignore +0 -0
  324. /package/node_modules/{balanced-match → fstream-ignore/node_modules/minimatch/node_modules/brace-expansion/node_modules/balanced-match}/.travis.yml +0 -0
  325. /package/node_modules/{balanced-match → fstream-ignore/node_modules/minimatch/node_modules/brace-expansion/node_modules/balanced-match}/LICENSE.md +0 -0
  326. /package/node_modules/{balanced-match → fstream-ignore/node_modules/minimatch/node_modules/brace-expansion/node_modules/balanced-match}/Makefile +0 -0
  327. /package/node_modules/{balanced-match → fstream-ignore/node_modules/minimatch/node_modules/brace-expansion/node_modules/balanced-match}/README.md +0 -0
  328. /package/node_modules/{balanced-match → fstream-ignore/node_modules/minimatch/node_modules/brace-expansion/node_modules/balanced-match}/example.js +0 -0
  329. /package/node_modules/{balanced-match → fstream-ignore/node_modules/minimatch/node_modules/brace-expansion/node_modules/balanced-match}/index.js +0 -0
  330. /package/node_modules/{balanced-match → fstream-ignore/node_modules/minimatch/node_modules/brace-expansion/node_modules/balanced-match}/test/balanced.js +0 -0
  331. /package/node_modules/{concat-map → fstream-ignore/node_modules/minimatch/node_modules/brace-expansion/node_modules/concat-map}/.travis.yml +0 -0
  332. /package/node_modules/{concat-map → fstream-ignore/node_modules/minimatch/node_modules/brace-expansion/node_modules/concat-map}/LICENSE +0 -0
  333. /package/node_modules/{concat-map → fstream-ignore/node_modules/minimatch/node_modules/brace-expansion/node_modules/concat-map}/README.markdown +0 -0
  334. /package/node_modules/{concat-map → fstream-ignore/node_modules/minimatch/node_modules/brace-expansion/node_modules/concat-map}/example/map.js +0 -0
  335. /package/node_modules/{concat-map → fstream-ignore/node_modules/minimatch/node_modules/brace-expansion/node_modules/concat-map}/index.js +0 -0
  336. /package/node_modules/{concat-map → fstream-ignore/node_modules/minimatch/node_modules/brace-expansion/node_modules/concat-map}/test/map.js +0 -0
  337. /package/node_modules/{abbrev → node-pre-gyp/node_modules/nopt/node_modules/abbrev}/.npmignore +0 -0
  338. /package/node_modules/{abbrev → node-pre-gyp/node_modules/nopt/node_modules/abbrev}/.travis.yml +0 -0
  339. /package/node_modules/{abbrev → node-pre-gyp/node_modules/nopt/node_modules/abbrev}/CONTRIBUTING.md +0 -0
  340. /package/node_modules/{abbrev → node-pre-gyp/node_modules/nopt/node_modules/abbrev}/LICENSE +0 -0
  341. /package/node_modules/{abbrev → node-pre-gyp/node_modules/nopt/node_modules/abbrev}/README.md +0 -0
  342. /package/node_modules/{abbrev → node-pre-gyp/node_modules/nopt/node_modules/abbrev}/abbrev.js +0 -0
  343. /package/node_modules/{abbrev → node-pre-gyp/node_modules/nopt/node_modules/abbrev}/test.js +0 -0
  344. /package/node_modules/{inflight → rimraf/node_modules/glob/node_modules/inflight}/.eslintrc +0 -0
  345. /package/node_modules/{inflight → rimraf/node_modules/glob/node_modules/inflight}/LICENSE +0 -0
  346. /package/node_modules/{inflight → rimraf/node_modules/glob/node_modules/inflight}/README.md +0 -0
  347. /package/node_modules/{inflight → rimraf/node_modules/glob/node_modules/inflight}/inflight.js +0 -0
  348. /package/node_modules/{fstream-ignore/node_modules/minimatch → rimraf/node_modules/glob/node_modules/inflight/node_modules/wrappy}/LICENSE +0 -0
  349. /package/node_modules/{wrappy → rimraf/node_modules/glob/node_modules/inflight/node_modules/wrappy}/README.md +0 -0
  350. /package/node_modules/{wrappy → rimraf/node_modules/glob/node_modules/inflight/node_modules/wrappy}/test/basic.js +0 -0
  351. /package/node_modules/{wrappy → rimraf/node_modules/glob/node_modules/inflight/node_modules/wrappy}/wrappy.js +0 -0
  352. /package/node_modules/{inflight → rimraf/node_modules/glob/node_modules/inflight}/test.js +0 -0
  353. /package/node_modules/rimraf/node_modules/{minimatch → glob/node_modules/minimatch}/README.md +0 -0
  354. /package/node_modules/rimraf/node_modules/{minimatch → glob/node_modules/minimatch}/minimatch.js +0 -0
  355. /package/node_modules/{inflight → rimraf/node_modules/glob}/node_modules/once/README.md +0 -0
  356. /package/node_modules/{inflight/node_modules/once → rimraf/node_modules/glob/node_modules/once/node_modules/wrappy}/LICENSE +0 -0
  357. /package/node_modules/{inflight → rimraf/node_modules/glob}/node_modules/once/once.js +0 -0
  358. /package/node_modules/{path-is-absolute → rimraf/node_modules/glob/node_modules/path-is-absolute}/index.js +0 -0
  359. /package/node_modules/{path-is-absolute → rimraf/node_modules/glob/node_modules/path-is-absolute}/readme.md +0 -0
  360. /package/node_modules/{deep-extend → verror}/.npmignore +0 -0
@@ -1,26 +1,26 @@
1
1
  {
2
- "_from": "npmlog@~1.2.0",
3
- "_id": "npmlog@1.2.1",
2
+ "_from": "npmlog@~2.0.0",
3
+ "_id": "npmlog@2.0.0",
4
4
  "_location": "/npmlog",
5
- "_nodeVersion": "2.0.1",
5
+ "_nodeVersion": "4.2.1",
6
6
  "_npmUser": {
7
- "email": "isaacs@npmjs.com",
8
- "name": "isaacs"
7
+ "email": "ogd@aoaioxxysz.net",
8
+ "name": "othiym23"
9
9
  },
10
- "_npmVersion": "2.10.0",
10
+ "_npmVersion": "2.14.9",
11
11
  "_phantomChildren": {},
12
12
  "_requiredBy": [
13
13
  "/node-pre-gyp"
14
14
  ],
15
- "_resolved": "https://registry.npmjs.org/npmlog/-/npmlog-1.2.1.tgz",
16
- "_shasum": "28e7be619609b53f7ad1dd300a10d64d716268b6",
15
+ "_resolved": "https://registry.npmjs.org/npmlog/-/npmlog-2.0.0.tgz",
16
+ "_shasum": "4076c200a3dda51133e6f3cf052130105f78bbdf",
17
17
  "author": {
18
18
  "email": "i@izs.me",
19
19
  "name": "Isaac Z. Schlueter",
20
20
  "url": "http://blog.izs.me/"
21
21
  },
22
22
  "bugs": {
23
- "url": "https://github.com/isaacs/npmlog/issues"
23
+ "url": "https://github.com/npm/npmlog/issues"
24
24
  },
25
25
  "dependencies": {
26
26
  "ansi": "~0.3.0",
@@ -29,37 +29,40 @@
29
29
  },
30
30
  "description": "logger for npm",
31
31
  "devDependencies": {
32
- "tap": ""
32
+ "tap": "~2.2.0"
33
33
  },
34
34
  "directories": {},
35
35
  "dist": {
36
- "shasum": "28e7be619609b53f7ad1dd300a10d64d716268b6",
37
- "tarball": "http://registry.npmjs.org/npmlog/-/npmlog-1.2.1.tgz"
36
+ "shasum": "4076c200a3dda51133e6f3cf052130105f78bbdf",
37
+ "tarball": "http://registry.npmjs.org/npmlog/-/npmlog-2.0.0.tgz"
38
38
  },
39
- "gitHead": "4e1a73a567036064ded425a7d48c863d53550b4f",
40
- "homepage": "https://github.com/isaacs/npmlog#readme",
39
+ "gitHead": "6eaa3f8eec672bb7b56a4df9b55dbfff3b9c6a71",
40
+ "homepage": "https://github.com/npm/npmlog#readme",
41
41
  "license": "ISC",
42
42
  "main": "log.js",
43
43
  "maintainers": [
44
+ {
45
+ "name": "iarna",
46
+ "email": "me@re-becca.org"
47
+ },
44
48
  {
45
49
  "name": "isaacs",
46
50
  "email": "i@izs.me"
47
51
  },
48
52
  {
49
- "name": "iarna",
50
- "email": "me@re-becca.org"
53
+ "name": "othiym23",
54
+ "email": "ogd@aoaioxxysz.net"
51
55
  }
52
56
  ],
53
57
  "name": "npmlog",
54
58
  "optionalDependencies": {},
55
- "readme": "# npmlog\n\nThe logger util that npm uses.\n\nThis logger is very basic. It does the logging for npm. It supports\ncustom levels and colored output.\n\nBy default, logs are written to stderr. If you want to send log messages\nto outputs other than streams, then you can change the `log.stream`\nmember, or you can just listen to the events that it emits, and do\nwhatever you want with them.\n\n# Basic Usage\n\n```\nvar log = require('npmlog')\n\n// additional stuff ---------------------------+\n// message ----------+ |\n// prefix ----+ | |\n// level -+ | | |\n// v v v v\n log.info('fyi', 'I have a kitty cat: %j', myKittyCat)\n```\n\n## log.level\n\n* {String}\n\nThe level to display logs at. Any logs at or above this level will be\ndisplayed. The special level `silent` will prevent anything from being\ndisplayed ever.\n\n## log.record\n\n* {Array}\n\nAn array of all the log messages that have been entered.\n\n## log.maxRecordSize\n\n* {Number}\n\nThe maximum number of records to keep. If log.record gets bigger than\n10% over this value, then it is sliced down to 90% of this value.\n\nThe reason for the 10% window is so that it doesn't have to resize a\nlarge array on every log entry.\n\n## log.prefixStyle\n\n* {Object}\n\nA style object that specifies how prefixes are styled. (See below)\n\n## log.headingStyle\n\n* {Object}\n\nA style object that specifies how the heading is styled. (See below)\n\n## log.heading\n\n* {String} Default: \"\"\n\nIf set, a heading that is printed at the start of every line.\n\n## log.stream\n\n* {Stream} Default: `process.stderr`\n\nThe stream where output is written.\n\n## log.enableColor()\n\nForce colors to be used on all messages, regardless of the output\nstream.\n\n## log.disableColor()\n\nDisable colors on all messages.\n\n## log.enableProgress()\n\nEnable the display of log activity spinner and progress bar\n\n## log.disableProgress()\n\nDisable the display of a progress bar\n\n## log.enableUnicode()\n\nForce the unicode theme to be used for the progress bar.\n\n## log.disableUnicode()\n\nDisable the use of unicode in the progress bar.\n\n## log.setGaugeTemplate(template)\n\nOverrides the default gauge template.\n\n## log.pause()\n\nStop emitting messages to the stream, but do not drop them.\n\n## log.resume()\n\nEmit all buffered messages that were written while paused.\n\n## log.log(level, prefix, message, ...)\n\n* `level` {String} The level to emit the message at\n* `prefix` {String} A string prefix. Set to \"\" to skip.\n* `message...` Arguments to `util.format`\n\nEmit a log message at the specified level.\n\n## log\\[level](prefix, message, ...)\n\nFor example,\n\n* log.silly(prefix, message, ...)\n* log.verbose(prefix, message, ...)\n* log.info(prefix, message, ...)\n* log.http(prefix, message, ...)\n* log.warn(prefix, message, ...)\n* log.error(prefix, message, ...)\n\nLike `log.log(level, prefix, message, ...)`. In this way, each level is\ngiven a shorthand, so you can do `log.info(prefix, message)`.\n\n## log.addLevel(level, n, style, disp)\n\n* `level` {String} Level indicator\n* `n` {Number} The numeric level\n* `style` {Object} Object with fg, bg, inverse, etc.\n* `disp` {String} Optional replacement for `level` in the output.\n\nSets up a new level with a shorthand function and so forth.\n\nNote that if the number is `Infinity`, then setting the level to that\nwill cause all log messages to be suppressed. If the number is\n`-Infinity`, then the only way to show it is to enable all log messages.\n\n## log.newItem(name, todo, weight)\n\n* `name` {String} Optional; progress item name.\n* `todo` {Number} Optional; total amount of work to be done. Default 0.\n* `weight` {Number} Optional; the weight of this item relative to others. Default 1.\n\nThis adds a new `are-we-there-yet` item tracker to the progress tracker. The\nobject returned has the `log[level]` methods but is otherwise an\n`are-we-there-yet` `Tracker` object.\n\n## log.newStream(name, todo, weight)\n\nThis adds a new `are-we-there-yet` stream tracker to the progress tracker. The\nobject returned has the `log[level]` methods but is otherwise an\n`are-we-there-yet` `TrackerStream` object.\n\n## log.newGroup(name, weight)\n\nThis adds a new `are-we-there-yet` tracker group to the progress tracker. The\nobject returned has the `log[level]` methods but is otherwise an\n`are-we-there-yet` `TrackerGroup` object.\n\n# Events\n\nEvents are all emitted with the message object.\n\n* `log` Emitted for all messages\n* `log.<level>` Emitted for all messages with the `<level>` level.\n* `<prefix>` Messages with prefixes also emit their prefix as an event.\n\n# Style Objects\n\nStyle objects can have the following fields:\n\n* `fg` {String} Color for the foreground text\n* `bg` {String} Color for the background\n* `bold`, `inverse`, `underline` {Boolean} Set the associated property\n* `bell` {Boolean} Make a noise (This is pretty annoying, probably.)\n\n# Message Objects\n\nEvery log event is emitted with a message object, and the `log.record`\nlist contains all of them that have been created. They have the\nfollowing fields:\n\n* `id` {Number}\n* `level` {String}\n* `prefix` {String}\n* `message` {String} Result of `util.format()`\n* `messageRaw` {Array} Arguments to `util.format()`\n",
56
- "readmeFilename": "README.md",
59
+ "readme": "ERROR: No README data found!",
57
60
  "repository": {
58
61
  "type": "git",
59
- "url": "git://github.com/isaacs/npmlog.git"
62
+ "url": "git+https://github.com/npm/npmlog.git"
60
63
  },
61
64
  "scripts": {
62
65
  "test": "tap test/*.js"
63
66
  },
64
- "version": "1.2.1"
67
+ "version": "2.0.0"
65
68
  }
@@ -24,6 +24,7 @@ var resultExpect =
24
24
  '\u001b[0m\u001b[37m\u001b[40mnpm\u001b[0m \u001b[0m\u001b[31m\u001b[40mERR!\u001b[0m \u001b[0m\u001b[35m404\u001b[0m and maybe a stack.\n',
25
25
  '\u001b[0m\u001b[37m\u001b[40mnpm\u001b[0m \u001b[0m\u001b[31m\u001b[40mERR!\u001b[0m \u001b[0m\u001b[35m404\u001b[0m \n',
26
26
  '\u001b[0m\u001b[37m\u001b[40mnpm\u001b[0m \u001b[0m\u0007noise\u001b[0m\u001b[35m\u001b[0m LOUD NOISES\n',
27
+ '\u001b[0m\u001b[37m\u001b[40mnpm\u001b[0m \u001b[0m\u0007noise\u001b[0m \u001b[0m\u001b[35merror\u001b[0m erroring\n',
27
28
  '\u001b[0m' ]
28
29
 
29
30
  var logPrefixEventsExpect =
@@ -161,7 +162,12 @@ var logEventsExpect =
161
162
  level: 'noise',
162
163
  prefix: false,
163
164
  message: 'LOUD NOISES',
164
- messageRaw: [ 'LOUD NOISES' ] } ]
165
+ messageRaw: [ 'LOUD NOISES' ] },
166
+ { id: 23,
167
+ level: 'noise',
168
+ prefix: 'error',
169
+ message: 'erroring',
170
+ messageRaw: [ 'erroring' ] } ]
165
171
 
166
172
  var Stream = require('stream').Stream
167
173
  var s = new Stream()
@@ -217,6 +223,7 @@ tap.test('basic', function (t) {
217
223
  'and maybe a stack.\n')
218
224
  log.addLevel('noise', 10000, {beep: true})
219
225
  log.noise(false, 'LOUD NOISES')
226
+ log.noise('error', 'erroring')
220
227
 
221
228
  t.deepEqual(result.join('').trim(), resultExpect.join('').trim(), 'result')
222
229
  t.deepEqual(log.record, logEventsExpect, 'record')
@@ -33,7 +33,7 @@
33
33
  "shasum": "9db574933ccb08c3a7614d154032c09ea6f339e7",
34
34
  "tarball": "http://registry.npmjs.org/once/-/once-1.1.1.tgz"
35
35
  },
36
- "homepage": "https://github.com/isaacs/once#readme",
36
+ "homepage": "https://github.com/isaacs/once",
37
37
  "keywords": [
38
38
  "function",
39
39
  "once",
@@ -50,8 +50,7 @@
50
50
  ],
51
51
  "name": "once",
52
52
  "optionalDependencies": {},
53
- "readme": "# once\n\nOnly call a function once.\n\n## usage\n\n```javascript\nvar once = require('once')\n\nfunction load (file, cb) {\n cb = once(cb)\n loader.load('file')\n loader.once('load', cb)\n loader.once('error', cb)\n}\n```\n\nOr add to the Function.prototype in a responsible way:\n\n```javascript\n// only has to be done once\nrequire('once').proto()\n\nfunction load (file, cb) {\n cb = cb.once()\n loader.load('file')\n loader.once('load', cb)\n loader.once('error', cb)\n}\n```\n\nIronically, the prototype feature makes this module twice as\ncomplicated as necessary.\n",
54
- "readmeFilename": "README.md",
53
+ "readme": "ERROR: No README data found!",
55
54
  "repository": {
56
55
  "type": "git",
57
56
  "url": "git://github.com/isaacs/once.git"
@@ -5,9 +5,9 @@ var SETTLED = 'settled';
5
5
  var FULFILLED = 'fulfilled';
6
6
  var REJECTED = 'rejected';
7
7
  var NOOP = function () {};
8
+ var isNode = typeof process !== 'undefined' && typeof process.emit === 'function';
8
9
 
9
- // async calls
10
- var asyncSetTimer = typeof setImmediate !== 'undefined' ? setImmediate : setTimeout;
10
+ var asyncSetTimer = typeof setImmediate === 'undefined' ? setTimeout : setImmediate;
11
11
  var asyncQueue = [];
12
12
  var asyncTimer;
13
13
 
@@ -83,17 +83,18 @@ function handleThenable(promise, value) {
83
83
  }
84
84
 
85
85
  if (value && (typeof value === 'function' || typeof value === 'object')) {
86
- var then = value.then; // then should be retrived only once
86
+ // then should be retrieved only once
87
+ var then = value.then;
87
88
 
88
89
  if (typeof then === 'function') {
89
90
  then.call(value, function (val) {
90
91
  if (!resolved) {
91
92
  resolved = true;
92
93
 
93
- if (value !== val) {
94
- resolve(promise, val);
95
- } else {
94
+ if (value === val) {
96
95
  fulfill(promise, val);
96
+ } else {
97
+ resolve(promise, val);
97
98
  }
98
99
  }
99
100
  }, function (reason) {
@@ -154,6 +155,13 @@ function publishFulfillment(promise) {
154
155
  function publishRejection(promise) {
155
156
  promise._state = REJECTED;
156
157
  publish(promise);
158
+ if (!promise._handled && isNode) {
159
+ process.emit('unhandledRejection', promise._data, promise);
160
+ }
161
+ }
162
+
163
+ function notifyRejectionHandled(promise) {
164
+ process.emit('rejectionHandled', promise);
157
165
  }
158
166
 
159
167
  /**
@@ -179,6 +187,7 @@ Promise.prototype = {
179
187
  _state: PENDING,
180
188
  _then: null,
181
189
  _data: undefined,
190
+ _handled: false,
182
191
 
183
192
  then: function (onFulfillment, onRejection) {
184
193
  var subscriber = {
@@ -188,6 +197,13 @@ Promise.prototype = {
188
197
  rejected: onRejection
189
198
  };
190
199
 
200
+ if ((onRejection || onFulfillment) && !this._handled) {
201
+ this._handled = true;
202
+ if (this._state === REJECTED && isNode) {
203
+ asyncCall(notifyRejectionHandled, this);
204
+ }
205
+ }
206
+
191
207
  if (this._state === FULFILLED || this._state === REJECTED) {
192
208
  // already resolved, call callback async
193
209
  asyncCall(invokeCallback, subscriber);
@@ -199,7 +215,7 @@ Promise.prototype = {
199
215
  return subscriber.then;
200
216
  },
201
217
 
202
- 'catch': function (onRejection) {
218
+ catch: function (onRejection) {
203
219
  return this.then(null, onRejection);
204
220
  }
205
221
  };
@@ -1,19 +1,19 @@
1
1
  {
2
- "_from": "pinkie@^1.0.0",
3
- "_id": "pinkie@1.0.0",
2
+ "_from": "pinkie@^2.0.0",
3
+ "_id": "pinkie@2.0.1",
4
4
  "_location": "/pinkie",
5
- "_nodeVersion": "2.0.0",
5
+ "_nodeVersion": "4.2.0",
6
6
  "_npmUser": {
7
7
  "email": "floatdrop@gmail.com",
8
8
  "name": "floatdrop"
9
9
  },
10
- "_npmVersion": "2.9.0",
10
+ "_npmVersion": "2.14.7",
11
11
  "_phantomChildren": {},
12
12
  "_requiredBy": [
13
13
  "/pinkie-promise"
14
14
  ],
15
- "_resolved": "https://registry.npmjs.org/pinkie/-/pinkie-1.0.0.tgz",
16
- "_shasum": "5a47f28ba1015d0201bda7bf0f358e47bec8c7e4",
15
+ "_resolved": "https://registry.npmjs.org/pinkie/-/pinkie-2.0.1.tgz",
16
+ "_shasum": "4236c86fc29f261c2045bbe81f78cbb2a5e8306c",
17
17
  "author": {
18
18
  "email": "floatdrop@gmail.com",
19
19
  "name": "Vsevolod Strukchinsky",
@@ -23,15 +23,19 @@
23
23
  "url": "https://github.com/floatdrop/pinkie/issues"
24
24
  },
25
25
  "dependencies": {},
26
- "description": "Itty bitty little wittle twinkie pinkie ES6 Promise implementation",
26
+ "description": "Itty bitty little widdle twinkie pinkie ES2015 Promise implementation",
27
27
  "devDependencies": {
28
+ "core-assert": "^0.1.1",
29
+ "coveralls": "^2.11.4",
28
30
  "mocha": "*",
29
- "promises-aplus-tests": "*"
31
+ "nyc": "^3.2.2",
32
+ "promises-aplus-tests": "*",
33
+ "xo": "^0.10.1"
30
34
  },
31
35
  "directories": {},
32
36
  "dist": {
33
- "shasum": "5a47f28ba1015d0201bda7bf0f358e47bec8c7e4",
34
- "tarball": "http://registry.npmjs.org/pinkie/-/pinkie-1.0.0.tgz"
37
+ "shasum": "4236c86fc29f261c2045bbe81f78cbb2a5e8306c",
38
+ "tarball": "http://registry.npmjs.org/pinkie/-/pinkie-2.0.1.tgz"
35
39
  },
36
40
  "engines": {
37
41
  "node": ">=0.10.0"
@@ -39,11 +43,13 @@
39
43
  "files": [
40
44
  "index.js"
41
45
  ],
42
- "gitHead": "5f8b60f31ec8624995d224f5990c81be83dd1d90",
43
- "homepage": "https://github.com/floatdrop/pinkie#readme",
46
+ "gitHead": "11d969408e6004f50c3b442fe330f2ead7eb3619",
47
+ "homepage": "https://github.com/floatdrop/pinkie",
44
48
  "keywords": [
49
+ "es2015",
45
50
  "es6",
46
- "promise"
51
+ "promise",
52
+ "promises"
47
53
  ],
48
54
  "license": "MIT",
49
55
  "maintainers": [
@@ -60,7 +66,8 @@
60
66
  "url": "git+https://github.com/floatdrop/pinkie.git"
61
67
  },
62
68
  "scripts": {
63
- "test": "mocha"
69
+ "coverage": "nyc report --reporter=text-lcov | coveralls",
70
+ "test": "xo && nyc mocha"
64
71
  },
65
- "version": "1.0.0"
72
+ "version": "2.0.1"
66
73
  }
@@ -1,17 +1,17 @@
1
1
  <h1 align="center">
2
2
  <br>
3
- <img width="300" src="https://rawgit.com/floatdrop/pinkie/master/media/logo.png" alt="pinkie">
3
+ <img width="256" src="media/logo.png" alt="pinkie">
4
4
  <br>
5
5
  <br>
6
6
  </h1>
7
7
 
8
- > Itty bitty little wittle twinkie pinkie [ES6 Promise](https://people.mozilla.org/~jorendorff/es6-draft.html#sec-promise-objects) implementation
8
+ > Itty bitty little widdle twinkie pinkie [ES2015 Promise](https://people.mozilla.org/~jorendorff/es6-draft.html#sec-promise-objects) implementation
9
9
 
10
- [![Build Status](https://travis-ci.org/floatdrop/pinkie.svg?branch=master)](https://travis-ci.org/floatdrop/pinkie)
10
+ [![Build Status](https://travis-ci.org/floatdrop/pinkie.svg?branch=master)](https://travis-ci.org/floatdrop/pinkie) [![Coverage Status](https://coveralls.io/repos/floatdrop/pinkie/badge.svg?branch=master&service=github)](https://coveralls.io/github/floatdrop/pinkie?branch=master)
11
11
 
12
- There are [tons of Promise implementations](https://github.com/sorrycc/awesome-javascript#control-flow) out there, but all of them focused on browser compatibility and often bloated with functionality.
12
+ There are [tons of Promise implementations](https://github.com/promises-aplus/promises-spec/blob/master/implementations.md#standalone) out there, but all of them focus on browser compatibility and are often bloated with functionality.
13
13
 
14
- This module focused to be exactly Promise specification polyfill (like [native-promise-only](https://github.com/getify/native-promise-only)), but in NodeJS land (it should be browserify-able thou).
14
+ This module is an exact Promise specification polyfill (like [native-promise-only](https://github.com/getify/native-promise-only)), but in Node.js land (it should be browserify-able though).
15
15
 
16
16
 
17
17
  ## Install
@@ -24,12 +24,14 @@ $ npm install --save pinkie
24
24
  ## Usage
25
25
 
26
26
  ```js
27
+ var fs = require('fs');
27
28
  var Promise = require('pinkie');
28
29
 
29
30
  new Promise(function (resolve, reject) {
30
- got('google.com', function (err, data) {
31
+ fs.readFile('foo.json', 'utf8', function (err, data) {
31
32
  if (err) {
32
- return reject(err);
33
+ reject(err);
34
+ return;
33
35
  }
34
36
 
35
37
  resolve(data);
@@ -41,7 +43,7 @@ new Promise(function (resolve, reject) {
41
43
 
42
44
  ### API
43
45
 
44
- `pinkie` exports bare [ES6 Promise](https://people.mozilla.org/~jorendorff/es6-draft.html#sec-promise-objects) implementation. In case you forgot:
46
+ `pinkie` exports bare [ES2015 Promise](https://people.mozilla.org/~jorendorff/es6-draft.html#sec-promise-objects) implementation and polyfills [Node.js rejection events](https://nodejs.org/api/process.html#process_event_unhandledrejection). In case you forgot:
45
47
 
46
48
  #### new Promise(executor)
47
49
 
@@ -52,7 +54,7 @@ Returns new instance of `Promise`.
52
54
  *Required*
53
55
  Type: `function`
54
56
 
55
- Function with two arguments resolve and reject. The first argument fulfills the promise, the second argument rejects it.
57
+ Function with two arguments `resolve` and `reject`. The first argument fulfills the promise, the second argument rejects it.
56
58
 
57
59
  #### pinkie.all(promises)
58
60
 
@@ -70,6 +72,12 @@ Returns a Promise object that is rejected with the given `reason`.
70
72
 
71
73
  Returns a Promise object that is resolved with the given `value`. If the `value` is a thenable (i.e. has a then method), the returned promise will "follow" that thenable, adopting its eventual state; otherwise the returned promise will be fulfilled with the `value`.
72
74
 
75
+
76
+ ## Related
77
+
78
+ - [pinkie-promise](https://github.com/floatdrop/pinkie-promise) - Returns the native Promise or this module
79
+
80
+
73
81
  ## License
74
82
 
75
83
  MIT © [Vsevolod Strukchinsky](http://github.com/floatdrop)
@@ -1,19 +1,19 @@
1
1
  {
2
- "_from": "pinkie-promise@^1.0.0",
3
- "_id": "pinkie-promise@1.0.0",
2
+ "_from": "pinkie-promise@^2.0.0",
3
+ "_id": "pinkie-promise@2.0.0",
4
4
  "_location": "/pinkie-promise",
5
- "_nodeVersion": "2.0.0",
5
+ "_nodeVersion": "4.2.0",
6
6
  "_npmUser": {
7
7
  "email": "floatdrop@gmail.com",
8
8
  "name": "floatdrop"
9
9
  },
10
- "_npmVersion": "2.9.0",
10
+ "_npmVersion": "2.14.7",
11
11
  "_phantomChildren": {},
12
12
  "_requiredBy": [
13
13
  "/har-validator"
14
14
  ],
15
- "_resolved": "https://registry.npmjs.org/pinkie-promise/-/pinkie-promise-1.0.0.tgz",
16
- "_shasum": "d1da67f5482563bb7cf57f286ae2822ecfbf3670",
15
+ "_resolved": "https://registry.npmjs.org/pinkie-promise/-/pinkie-promise-2.0.0.tgz",
16
+ "_shasum": "4c83538de1f6e660c29e0a13446844f7a7e88259",
17
17
  "author": {
18
18
  "email": "floatdrop@gmail.com",
19
19
  "name": "Vsevolod Strukchinsky",
@@ -23,16 +23,16 @@
23
23
  "url": "https://github.com/floatdrop/pinkie-promise/issues"
24
24
  },
25
25
  "dependencies": {
26
- "pinkie": "^1.0.0"
26
+ "pinkie": "^2.0.0"
27
27
  },
28
- "description": "ES6 Promise ponyfill",
28
+ "description": "ES2015 Promise ponyfill",
29
29
  "devDependencies": {
30
30
  "mocha": "*"
31
31
  },
32
32
  "directories": {},
33
33
  "dist": {
34
- "shasum": "d1da67f5482563bb7cf57f286ae2822ecfbf3670",
35
- "tarball": "http://registry.npmjs.org/pinkie-promise/-/pinkie-promise-1.0.0.tgz"
34
+ "shasum": "4c83538de1f6e660c29e0a13446844f7a7e88259",
35
+ "tarball": "http://registry.npmjs.org/pinkie-promise/-/pinkie-promise-2.0.0.tgz"
36
36
  },
37
37
  "engines": {
38
38
  "node": ">=0.10.0"
@@ -40,13 +40,15 @@
40
40
  "files": [
41
41
  "index.js"
42
42
  ],
43
- "gitHead": "ae764482353d0b2b64685686cf49eefeb44a862e",
44
- "homepage": "https://github.com/floatdrop/pinkie-promise#readme",
43
+ "gitHead": "f90fcae9838bcae7ae1ae4ebc9b29f11e5db4980",
44
+ "homepage": "https://github.com/floatdrop/pinkie-promise",
45
45
  "keywords": [
46
+ "es2015",
46
47
  "es6",
47
48
  "polyfill",
48
49
  "ponyfill",
49
- "promise"
50
+ "promise",
51
+ "promises"
50
52
  ],
51
53
  "license": "MIT",
52
54
  "maintainers": [
@@ -65,5 +67,5 @@
65
67
  "scripts": {
66
68
  "test": "mocha"
67
69
  },
68
- "version": "1.0.0"
70
+ "version": "2.0.0"
69
71
  }
@@ -1,8 +1,6 @@
1
1
  # pinkie-promise [![Build Status](https://travis-ci.org/floatdrop/pinkie-promise.svg?branch=master)](https://travis-ci.org/floatdrop/pinkie-promise)
2
2
 
3
- > [ES6 Promise](https://people.mozilla.org/~jorendorff/es6-draft.html#sec-promise-objects) ponyfill
4
- >
5
- > Ponyfill: A polyfill that doesn't overwrite the native method
3
+ > [ES2015 Promise](https://people.mozilla.org/~jorendorff/es6-draft.html#sec-promise-objects) ponyfill
6
4
 
7
5
  Module exports global Promise object (if available) or [`pinkie`](http://github.com/floatdrop/pinkie) Promise polyfill.
8
6
 
@@ -21,6 +19,10 @@ new Promise(function (resolve) { resolve('unicorns'); });
21
19
  //=> Promise { 'unicorns' }
22
20
  ```
23
21
 
22
+ ## Related
23
+
24
+ - [pify](https://github.com/sindresorhus/pify) - Promisify a callback-style function
25
+
24
26
  ## License
25
27
 
26
28
  MIT © [Vsevolod Strukchinsky](http://github.com/floatdrop)
@@ -90,7 +90,7 @@ dependsOn=0.10.0
90
90
 
91
91
  #### Formatted as `json`
92
92
 
93
- ```json
93
+ ```javascript
94
94
  {
95
95
  // You can even comment your JSON, if you want
96
96
  "dependsOn": "0.10.0",
@@ -49,7 +49,7 @@ module.exports = function (name, defaults, argv, parse) {
49
49
  return deepExtend.apply(null, configs.concat([
50
50
  env,
51
51
  argv,
52
- configFiles.length ? {configs: configFiles, config: configFiles[configFiles.length - 1]} : null,
52
+ configFiles.length ? {configs: configFiles, config: configFiles[configFiles.length - 1]} : undefined,
53
53
  ]))
54
54
  }
55
55
 
@@ -1,5 +1,5 @@
1
1
  {
2
- "_from": "minimist@^1.1.2",
2
+ "_from": "minimist@^1.2.0",
3
3
  "_id": "minimist@1.2.0",
4
4
  "_location": "/rc/minimist",
5
5
  "_nodeVersion": "2.4.0",
@@ -1,19 +1,19 @@
1
1
  {
2
2
  "_from": "rc@~1.1.0",
3
- "_id": "rc@1.1.2",
3
+ "_id": "rc@1.1.5",
4
4
  "_location": "/rc",
5
- "_nodeVersion": "2.3.1",
5
+ "_nodeVersion": "4.2.1",
6
6
  "_npmUser": {
7
7
  "email": "dominic.tarr@gmail.com",
8
8
  "name": "dominictarr"
9
9
  },
10
- "_npmVersion": "3.3.1",
10
+ "_npmVersion": "2.14.8",
11
11
  "_phantomChildren": {},
12
12
  "_requiredBy": [
13
13
  "/node-pre-gyp"
14
14
  ],
15
- "_resolved": "https://registry.npmjs.org/rc/-/rc-1.1.2.tgz",
16
- "_shasum": "8828cab62d8054602c063d9e5572686988c1c468",
15
+ "_resolved": "https://registry.npmjs.org/rc/-/rc-1.1.5.tgz",
16
+ "_shasum": "3bae28d7bed87d1ccb5863f8dce8c27f2ceee89c",
17
17
  "author": {
18
18
  "email": "dominic.tarr@gmail.com",
19
19
  "name": "Dominic Tarr",
@@ -27,19 +27,19 @@
27
27
  "url": "https://github.com/dominictarr/rc/issues"
28
28
  },
29
29
  "dependencies": {
30
- "deep-extend": "~0.2.5",
30
+ "deep-extend": "~0.4.0",
31
31
  "ini": "~1.3.0",
32
- "minimist": "^1.1.2",
33
- "strip-json-comments": "0.1.x"
32
+ "minimist": "^1.2.0",
33
+ "strip-json-comments": "~1.0.4"
34
34
  },
35
35
  "description": "hardwired configuration loader",
36
36
  "devDependencies": {},
37
37
  "directories": {},
38
38
  "dist": {
39
- "shasum": "8828cab62d8054602c063d9e5572686988c1c468",
40
- "tarball": "http://registry.npmjs.org/rc/-/rc-1.1.2.tgz"
39
+ "shasum": "3bae28d7bed87d1ccb5863f8dce8c27f2ceee89c",
40
+ "tarball": "http://registry.npmjs.org/rc/-/rc-1.1.5.tgz"
41
41
  },
42
- "gitHead": "d6ac3a3ac1555b25964e963fb949cd1d30b32c0f",
42
+ "gitHead": "cc0cf524d5fb9fe9aa0fc95914e21db34fdbd34e",
43
43
  "homepage": "https://github.com/dominictarr/rc#readme",
44
44
  "keywords": [
45
45
  "config",
@@ -65,5 +65,5 @@
65
65
  "scripts": {
66
66
  "test": "set -e; node test/test.js; node test/ini.js; node test/nested-env-vars.js"
67
67
  },
68
- "version": "1.1.2"
68
+ "version": "1.1.5"
69
69
  }
@@ -4,7 +4,7 @@
4
4
  },
5
5
  "rules": {
6
6
  // 2-space indentation
7
- "indent": [2, 2],
7
+ "indent": [2, 2, {"SwitchCase": 1}],
8
8
  // Disallow semi-colons, unless needed to disambiguate statement
9
9
  "semi": [2, "never"],
10
10
  // Require strings to use single quotes
@@ -1,9 +1,9 @@
1
1
  language: node_js
2
2
  node_js:
3
- - "4.0"
4
- - "io.js"
5
- - "0.12"
6
- - "0.10"
3
+ - node
4
+ - io.js
5
+ - 0.12
6
+ - 0.10
7
7
  sudo: false
8
8
 
9
9
  after_script: "npm run test-cov && cat ./coverage/lcov.info | codecov && cat ./coverage/lcov.info | coveralls"
@@ -1,5 +1,30 @@
1
1
  ## Change Log
2
2
 
3
+ ### v2.67.0 (2015/11/19)
4
+ - [#1913](https://github.com/request/request/pull/1913) Update http-signature to version 1.1.0 🚀 (@greenkeeperio-bot)
5
+
6
+ ### v2.66.0 (2015/11/18)
7
+ - [#1906](https://github.com/request/request/pull/1906) Update README URLs based on HTTP redirects (@ReadmeCritic)
8
+ - [#1905](https://github.com/request/request/pull/1905) Convert typed arrays into regular buffers (@simov)
9
+ - [#1902](https://github.com/request/request/pull/1902) node-uuid@1.4.7 breaks build 🚨 (@greenkeeperio-bot)
10
+ - [#1894](https://github.com/request/request/pull/1894) Fix tunneling after redirection from https (Original: #1881) (@simov, @falms)
11
+ - [#1893](https://github.com/request/request/pull/1893) Update eslint to version 1.9.0 🚀 (@greenkeeperio-bot)
12
+ - [#1852](https://github.com/request/request/pull/1852) Update eslint to version 1.7.3 🚀 (@simov, @greenkeeperio-bot, @paulomcnally, @michelsalib, @arbaaz, @vladimirich, @LoicMahieu, @JoshWillik, @jzaefferer, @ryanwholey, @djchie, @thisconnect, @mgenereu, @acroca, @Sebmaster, @Bloutiouf)
13
+ - [#1876](https://github.com/request/request/pull/1876) Implement loose matching for har mime types (@simov)
14
+ - [#1875](https://github.com/request/request/pull/1875) Update bluebird to version 3.0.2 🚀 (@simov, @greenkeeperio-bot)
15
+ - [#1871](https://github.com/request/request/pull/1871) Update browserify to version 12.0.1 🚀 (@greenkeeperio-bot)
16
+ - [#1866](https://github.com/request/request/pull/1866) Add missing quotes on x-token property in README (@miguelmota)
17
+ - [#1874](https://github.com/request/request/pull/1874) Fix typo in README.md (@gswalden)
18
+ - [#1860](https://github.com/request/request/pull/1860) Improve referer header tests and docs (@simov)
19
+ - [#1861](https://github.com/request/request/pull/1861) Remove redundant call to Stream constructor (@watson)
20
+ - [#1857](https://github.com/request/request/pull/1857) Fix Referer header to point to the original host name (@simov)
21
+ - [#1850](https://github.com/request/request/pull/1850) Update karma-coverage to version 0.5.3 🚀 (@greenkeeperio-bot)
22
+ - [#1847](https://github.com/request/request/pull/1847) Use node's latest version when building (@simov)
23
+ - [#1836](https://github.com/request/request/pull/1836) Tunnel: fix wrong property name (@Bloutiouf)
24
+ - [#1820](https://github.com/request/request/pull/1820) Set href as request.js uses it (@mgenereu)
25
+ - [#1840](https://github.com/request/request/pull/1840) Update http-signature to version 1.0.2 🚀 (@greenkeeperio-bot)
26
+ - [#1845](https://github.com/request/request/pull/1845) Update istanbul to version 0.4.0 🚀 (@greenkeeperio-bot)
27
+
3
28
  ### v2.65.0 (2015/10/11)
4
29
  - [#1833](https://github.com/request/request/pull/1833) Update aws-sign2 to version 0.6.0 🚀 (@greenkeeperio-bot)
5
30
  - [#1811](https://github.com/request/request/pull/1811) Enable loose cookie parsing in tough-cookie (@Sebmaster)