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,6 +1,5 @@
1
1
  #
2
- # Configuration File for JavaScript Lint 0.3.0
3
- # Developed by Matthias Miller (http://www.JavaScriptLint.com)
2
+ # Configuration File for JavaScript Lint
4
3
  #
5
4
  # This configuration file can be used to lint a collection of scripts, or to enable
6
5
  # or disable warnings for scripts that are linted via the command line.
@@ -10,56 +9,74 @@
10
9
  # Enable or disable warnings based on requirements.
11
10
  # Use "+WarningName" to display or "-WarningName" to suppress.
12
11
  #
13
- +no_return_value # function {0} does not always return a value
14
- +duplicate_formal # duplicate formal argument {0}
15
- +equal_as_assign # test for equality (==) mistyped as assignment (=)?{0}
16
- +var_hides_arg # variable {0} hides argument
17
- +redeclared_var # redeclaration of {0} {1}
18
- +anon_no_return_value # anonymous function does not always return a value
19
- +missing_semicolon # missing semicolon
20
- +meaningless_block # meaningless block; curly braces have no impact
12
+ +ambiguous_else_stmt # the else statement could be matched with one of multiple if statements (use curly braces to indicate intent
13
+ +ambiguous_nested_stmt # block statements containing block statements should use curly braces to resolve ambiguity
14
+ +ambiguous_newline # unexpected end of line; it is ambiguous whether these lines are part of the same statement
15
+ +anon_no_return_value # anonymous function does not always return value
16
+ +assign_to_function_call # assignment to a function call
17
+ -block_without_braces # block statement without curly braces
21
18
  +comma_separated_stmts # multiple statements separated by commas (use semicolons?)
22
- +unreachable_code # unreachable code
23
- +missing_break # missing break statement
24
- +missing_break_for_last_case # missing break statement for last case in switch
25
19
  +comparison_type_conv # comparisons against null, 0, true, false, or an empty string allowing implicit type conversion (use === or !==)
20
+ +default_not_at_end # the default case is not at the end of the switch statement
21
+ +dup_option_explicit # duplicate "option explicit" control comment
22
+ +duplicate_case_in_switch # duplicate case in switch statement
23
+ +duplicate_formal # duplicate formal argument {name}
24
+ +empty_statement # empty statement or extra semicolon
25
+ +identifier_hides_another # identifer {name} hides an identifier in a parent scope
26
26
  -inc_dec_within_stmt # increment (++) and decrement (--) operators used as part of greater statement
27
- +useless_void # use of the void type may be unnecessary (void is always undefined)
28
- -useless_quotes # quotation marks are unnecessary
29
- +multiple_plus_minus # unknown order of operations for successive plus (e.g. x+++y) or minus (e.g. x---y) signs
30
- +use_of_label # use of label
31
- -block_without_braces # block statement without curly braces
27
+ +incorrect_version # Expected /*jsl:content-type*/ control comment. The script was parsed with the wrong version.
28
+ +invalid_fallthru # unexpected "fallthru" control comment
29
+ +invalid_pass # unexpected "pass" control comment
30
+ +jsl_cc_not_understood # couldn't understand control comment using /*jsl:keyword*/ syntax
32
31
  +leading_decimal_point # leading decimal point may indicate a number or an object member
33
- +trailing_decimal_point # trailing decimal point may indicate a number or an object member
34
- -octal_number # leading zeros make an octal number
35
- +nested_comment # nested comment
32
+ +legacy_cc_not_understood # couldn't understand control comment using /*@keyword@*/ syntax
33
+ +meaningless_block # meaningless block; curly braces have no impact
34
+ +mismatch_ctrl_comments # mismatched control comment; "ignore" and "end" control comments must have a one-to-one correspondence
36
35
  +misplaced_regex # regular expressions should be preceded by a left parenthesis, assignment, colon, or comma
37
- +ambiguous_newline # unexpected end of line; it is ambiguous whether these lines are part of the same statement
38
- +empty_statement # empty statement or extra semicolon
39
- -missing_option_explicit # the "option explicit" control comment is missing
36
+ +missing_break # missing break statement
37
+ +missing_break_for_last_case # missing break statement for last case in switch
38
+ +missing_default_case # missing default case in switch statement
39
+ +missing_option_explicit # the "option explicit" control comment is missing
40
+ +missing_semicolon # missing semicolon
41
+ +missing_semicolon_for_lambda # missing semicolon for lambda assignment
42
+ +multiple_plus_minus # unknown order of operations for successive plus (e.g. x+++y) or minus (e.g. x---y) signs
43
+ +nested_comment # nested comment
44
+ +no_return_value # function {name} does not always return a value
45
+ +octal_number # leading zeros make an octal number
46
+ +parseint_missing_radix # parseInt missing radix parameter
40
47
  +partial_option_explicit # the "option explicit" control comment, if used, must be in the first script tag
41
- +dup_option_explicit # duplicate "option explicit" control comment
48
+ +redeclared_var # redeclaration of {name}
49
+ +trailing_comma_in_array # extra comma is not recommended in array initializers
50
+ +trailing_decimal_point # trailing decimal point may indicate a number or an object member
51
+ +undeclared_identifier # undeclared identifier: {name}
52
+ +unreachable_code # unreachable code
53
+ -unreferenced_argument # argument declared but never referenced: {name}
54
+ -unreferenced_function # function is declared but never referenced: {name}
55
+ +unreferenced_variable # variable is declared but never referenced: {name}
56
+ +unsupported_version # JavaScript {version} is not supported
57
+ +use_of_label # use of label
42
58
  +useless_assign # useless assignment
43
- +ambiguous_nested_stmt # block statements containing block statements should use curly braces to resolve ambiguity
44
- +ambiguous_else_stmt # the else statement could be matched with one of multiple if statements (use curly braces to indicate intent)
45
- +missing_default_case # missing default case in switch statement
46
- +duplicate_case_in_switch # duplicate case in switch statements
47
- +default_not_at_end # the default case is not at the end of the switch statement
48
- +legacy_cc_not_understood # couldn't understand control comment using /*@keyword@*/ syntax
49
- +jsl_cc_not_understood # couldn't understand control comment using /*jsl:keyword*/ syntax
50
59
  +useless_comparison # useless comparison; comparing identical expressions
60
+ -useless_quotes # the quotation marks are unnecessary
61
+ +useless_void # use of the void type may be unnecessary (void is always undefined)
62
+ +var_hides_arg # variable {name} hides argument
63
+ +want_assign_or_call # expected an assignment or function call
51
64
  +with_statement # with statement hides undeclared variables; use temporary variable instead
52
- +trailing_comma_in_array # extra comma is not recommended in array initializers
53
- +assign_to_function_call # assignment to a function call
54
- +parseint_missing_radix # parseInt missing radix parameter
55
- -unreferenced_argument # argument declared but never referenced: {name}
65
+
56
66
 
57
67
  ### Output format
58
68
  # Customize the format of the error message.
59
69
  # __FILE__ indicates current file path
60
70
  # __FILENAME__ indicates current file name
61
71
  # __LINE__ indicates current line
62
- # __ERROR__ indicates error message
72
+ # __COL__ indicates current column
73
+ # __ERROR__ indicates error message (__ERROR_PREFIX__: __ERROR_MSG__)
74
+ # __ERROR_NAME__ indicates error name (used in configuration file)
75
+ # __ERROR_PREFIX__ indicates error prefix
76
+ # __ERROR_MSG__ indicates error message
77
+ #
78
+ # For machine-friendly output, the output format can be prefixed with
79
+ # "encode:". If specified, all items will be encoded with C-slashes.
63
80
  #
64
81
  # Visual Studio syntax (default):
65
82
  +output-format __FILE__(__LINE__): __ERROR__
@@ -74,33 +91,13 @@
74
91
  +context
75
92
 
76
93
 
77
- ### Semicolons
78
- # By default, assignments of an anonymous function to a variable or
79
- # property (such as a function prototype) must be followed by a semicolon.
80
- #
81
- #+lambda_assign_requires_semicolon # deprecated setting
82
-
83
-
84
94
  ### Control Comments
85
95
  # Both JavaScript Lint and the JScript interpreter confuse each other with the syntax for
86
96
  # the /*@keyword@*/ control comments and JScript conditional comments. (The latter is
87
97
  # enabled in JScript with @cc_on@). The /*jsl:keyword*/ syntax is preferred for this reason,
88
98
  # although legacy control comments are enabled by default for backward compatibility.
89
99
  #
90
- +legacy_control_comments
91
-
92
-
93
- ### JScript Function Extensions
94
- # JScript allows member functions to be defined like this:
95
- # function MyObj() { /*constructor*/ }
96
- # function MyObj.prototype.go() { /*member function*/ }
97
- #
98
- # It also allows events to be attached like this:
99
- # function window::onload() { /*init page*/ }
100
- #
101
- # This is a Microsoft-only JavaScript extension. Enable this setting to allow them.
102
- #
103
- #-jscript_function_extensions # deprecated setting
100
+ -legacy_control_comments
104
101
 
105
102
 
106
103
  ### Defining identifiers
@@ -112,13 +109,24 @@
112
109
  # (Use this in conjunction with the "undeclared identifier" warning.)
113
110
  #
114
111
  # Common uses for webpages might be:
115
- #+define window
116
- #+define document
117
- +define require
118
- +define exports
112
+ +define __dirname
113
+ +define clearInterval
114
+ +define clearTimeout
119
115
  +define console
116
+ +define exports
117
+ +define global
118
+ +define process
119
+ +define require
120
+ +define setInterval
121
+ +define setTimeout
120
122
  +define Buffer
121
123
  +define JSON
124
+ +define Math
125
+
126
+ ### JavaScript Version
127
+ # To change the default JavaScript version:
128
+ #+default-type text/javascript;version=1.5
129
+ #+default-type text/javascript;e4x=1
122
130
 
123
131
  ### Files
124
132
  # Specify which files to lint
@@ -126,4 +134,4 @@
126
134
  # To add a set of files, use "+process FileName", "+process Folder\Path\*.js",
127
135
  # or "+process Folder\Path\*.htm".
128
136
  #
129
- #+process jsl-test.js
137
+
@@ -0,0 +1,166 @@
1
+ /*
2
+ * extsprintf.js: extended POSIX-style sprintf
3
+ */
4
+
5
+ var mod_assert = require('assert');
6
+ var mod_util = require('util');
7
+
8
+ /*
9
+ * Public interface
10
+ */
11
+ exports.sprintf = jsSprintf;
12
+
13
+ /*
14
+ * Stripped down version of s[n]printf(3c). We make a best effort to throw an
15
+ * exception when given a format string we don't understand, rather than
16
+ * ignoring it, so that we won't break existing programs if/when we go implement
17
+ * the rest of this.
18
+ *
19
+ * This implementation currently supports specifying
20
+ * - field alignment ('-' flag),
21
+ * - zero-pad ('0' flag)
22
+ * - always show numeric sign ('+' flag),
23
+ * - field width
24
+ * - conversions for strings, decimal integers, and floats (numbers).
25
+ * - argument size specifiers. These are all accepted but ignored, since
26
+ * Javascript has no notion of the physical size of an argument.
27
+ *
28
+ * Everything else is currently unsupported, most notably precision, unsigned
29
+ * numbers, non-decimal numbers, and characters.
30
+ */
31
+ function jsSprintf(fmt)
32
+ {
33
+ var regex = [
34
+ '([^%]*)', /* normal text */
35
+ '%', /* start of format */
36
+ '([\'\\-+ #0]*?)', /* flags (optional) */
37
+ '([1-9]\\d*)?', /* width (optional) */
38
+ '(\\.([1-9]\\d*))?', /* precision (optional) */
39
+ '[lhjztL]*?', /* length mods (ignored) */
40
+ '([diouxXfFeEgGaAcCsSp%jr])' /* conversion */
41
+ ].join('');
42
+
43
+ var re = new RegExp(regex);
44
+ var args = Array.prototype.slice.call(arguments, 1);
45
+ var flags, width, precision, conversion;
46
+ var left, pad, sign, arg, match;
47
+ var ret = '';
48
+ var argn = 1;
49
+
50
+ mod_assert.equal('string', typeof (fmt));
51
+
52
+ while ((match = re.exec(fmt)) !== null) {
53
+ ret += match[1];
54
+ fmt = fmt.substring(match[0].length);
55
+
56
+ flags = match[2] || '';
57
+ width = match[3] || 0;
58
+ precision = match[4] || '';
59
+ conversion = match[6];
60
+ left = false;
61
+ sign = false;
62
+ pad = ' ';
63
+
64
+ if (conversion == '%') {
65
+ ret += '%';
66
+ continue;
67
+ }
68
+
69
+ if (args.length === 0)
70
+ throw (new Error('too few args to sprintf'));
71
+
72
+ arg = args.shift();
73
+ argn++;
74
+
75
+ if (flags.match(/[\' #]/))
76
+ throw (new Error(
77
+ 'unsupported flags: ' + flags));
78
+
79
+ if (precision.length > 0)
80
+ throw (new Error(
81
+ 'non-zero precision not supported'));
82
+
83
+ if (flags.match(/-/))
84
+ left = true;
85
+
86
+ if (flags.match(/0/))
87
+ pad = '0';
88
+
89
+ if (flags.match(/\+/))
90
+ sign = true;
91
+
92
+ switch (conversion) {
93
+ case 's':
94
+ if (arg === undefined || arg === null)
95
+ throw (new Error('argument ' + argn +
96
+ ': attempted to print undefined or null ' +
97
+ 'as a string'));
98
+ ret += doPad(pad, width, left, arg.toString());
99
+ break;
100
+
101
+ case 'd':
102
+ arg = Math.floor(arg);
103
+ /*jsl:fallthru*/
104
+ case 'f':
105
+ sign = sign && arg > 0 ? '+' : '';
106
+ ret += sign + doPad(pad, width, left,
107
+ arg.toString());
108
+ break;
109
+
110
+ case 'j': /* non-standard */
111
+ if (width === 0)
112
+ width = 10;
113
+ ret += mod_util.inspect(arg, false, width);
114
+ break;
115
+
116
+ case 'r': /* non-standard */
117
+ ret += dumpException(arg);
118
+ break;
119
+
120
+ default:
121
+ throw (new Error('unsupported conversion: ' +
122
+ conversion));
123
+ }
124
+ }
125
+
126
+ ret += fmt;
127
+ return (ret);
128
+ }
129
+
130
+ function doPad(chr, width, left, str)
131
+ {
132
+ var ret = str;
133
+
134
+ while (ret.length < width) {
135
+ if (left)
136
+ ret += chr;
137
+ else
138
+ ret = chr + ret;
139
+ }
140
+
141
+ return (ret);
142
+ }
143
+
144
+ /*
145
+ * This function dumps long stack traces for exceptions having a cause() method.
146
+ * See node-verror for an example.
147
+ */
148
+ function dumpException(ex)
149
+ {
150
+ var ret;
151
+
152
+ if (!(ex instanceof Error))
153
+ throw (new Error(jsSprintf('invalid type for %%r: %j', ex)));
154
+
155
+ /* Note that V8 prepends "ex.stack" with ex.toString(). */
156
+ ret = 'EXCEPTION: ' + ex.constructor.name + ': ' + ex.stack;
157
+
158
+ if (ex.cause && typeof (ex.cause) === 'function') {
159
+ var cex = ex.cause();
160
+ if (cex) {
161
+ ret += '\nCaused by: ' + dumpException(cex);
162
+ }
163
+ }
164
+
165
+ return (ret);
166
+ }
@@ -0,0 +1,48 @@
1
+ {
2
+ "_from": "extsprintf@1.0.2",
3
+ "_id": "extsprintf@1.0.2",
4
+ "_location": "/extsprintf",
5
+ "_npmUser": {
6
+ "email": "dap@cs.brown.edu",
7
+ "name": "dap"
8
+ },
9
+ "_npmVersion": "1.1.65",
10
+ "_phantomChildren": {},
11
+ "_requiredBy": [
12
+ "/jsprim",
13
+ "/verror"
14
+ ],
15
+ "_resolved": "https://registry.npmjs.org/extsprintf/-/extsprintf-1.0.2.tgz",
16
+ "_shasum": "e1080e0658e300b06294990cc70e1502235fd550",
17
+ "bugs": {
18
+ "url": "https://github.com/davepacheco/node-extsprintf/issues"
19
+ },
20
+ "dependencies": {},
21
+ "description": "extended POSIX-style sprintf",
22
+ "devDependencies": {},
23
+ "directories": {},
24
+ "dist": {
25
+ "shasum": "e1080e0658e300b06294990cc70e1502235fd550",
26
+ "tarball": "http://registry.npmjs.org/extsprintf/-/extsprintf-1.0.2.tgz"
27
+ },
28
+ "engines": [
29
+ "node >=0.6.0"
30
+ ],
31
+ "homepage": "https://github.com/davepacheco/node-extsprintf",
32
+ "main": "./lib/extsprintf.js",
33
+ "maintainers": [
34
+ {
35
+ "name": "dap",
36
+ "email": "dap@cs.brown.edu"
37
+ }
38
+ ],
39
+ "name": "extsprintf",
40
+ "optionalDependencies": {},
41
+ "readme": "ERROR: No README data found!",
42
+ "repository": {
43
+ "type": "git",
44
+ "url": "git://github.com/davepacheco/node-extsprintf.git"
45
+ },
46
+ "scripts": {},
47
+ "version": "1.0.2"
48
+ }
@@ -67,8 +67,7 @@
67
67
  ],
68
68
  "name": "fstream",
69
69
  "optionalDependencies": {},
70
- "readme": "Like FS streams, but with stat on them, and supporting directories and\nsymbolic links, as well as normal files. Also, you can use this to set\nthe stats on a file, even if you don't change its contents, or to create\na symlink, etc.\n\nSo, for example, you can \"write\" a directory, and it'll call `mkdir`. You\ncan specify a uid and gid, and it'll call `chown`. You can specify a\n`mtime` and `atime`, and it'll call `utimes`. You can call it a symlink\nand provide a `linkpath` and it'll call `symlink`.\n\nNote that it won't automatically resolve symbolic links. So, if you\ncall `fstream.Reader('/some/symlink')` then you'll get an object\nthat stats and then ends immediately (since it has no data). To follow\nsymbolic links, do this: `fstream.Reader({path:'/some/symlink', follow:\ntrue })`.\n\nThere are various checks to make sure that the bytes emitted are the\nsame as the intended size, if the size is set.\n\n## Examples\n\n```javascript\nfstream\n .Writer({ path: \"path/to/file\"\n , mode: 0755\n , size: 6\n })\n .write(\"hello\\n\")\n .end()\n```\n\nThis will create the directories if they're missing, and then write\n`hello\\n` into the file, chmod it to 0755, and assert that 6 bytes have\nbeen written when it's done.\n\n```javascript\nfstream\n .Writer({ path: \"path/to/file\"\n , mode: 0755\n , size: 6\n , flags: \"a\"\n })\n .write(\"hello\\n\")\n .end()\n```\n\nYou can pass flags in, if you want to append to a file.\n\n```javascript\nfstream\n .Writer({ path: \"path/to/symlink\"\n , linkpath: \"./file\"\n , SymbolicLink: true\n , mode: \"0755\" // octal strings supported\n })\n .end()\n```\n\nIf isSymbolicLink is a function, it'll be called, and if it returns\ntrue, then it'll treat it as a symlink. If it's not a function, then\nany truish value will make a symlink, or you can set `type:\n'SymbolicLink'`, which does the same thing.\n\nNote that the linkpath is relative to the symbolic link location, not\nthe parent dir or cwd.\n\n```javascript\nfstream\n .Reader(\"path/to/dir\")\n .pipe(fstream.Writer(\"path/to/other/dir\"))\n```\n\nThis will do like `cp -Rp path/to/dir path/to/other/dir`. If the other\ndir exists and isn't a directory, then it'll emit an error. It'll also\nset the uid, gid, mode, etc. to be identical. In this way, it's more\nlike `rsync -a` than simply a copy.\n",
71
- "readmeFilename": "README.md",
70
+ "readme": "ERROR: No README data found!",
72
71
  "repository": {
73
72
  "type": "git",
74
73
  "url": "git://github.com/isaacs/fstream.git"
@@ -1,15 +1,7 @@
1
1
  {
2
- "_args": [
3
- [
4
- "balanced-match@^0.2.0",
5
- "/Users/eshanker/Code/fsevents/node_modules/brace-expansion"
6
- ]
7
- ],
8
- "_from": "balanced-match@>=0.2.0 <0.3.0",
2
+ "_from": "balanced-match@^0.2.0",
9
3
  "_id": "balanced-match@0.2.1",
10
- "_inCache": true,
11
- "_installable": true,
12
- "_location": "/balanced-match",
4
+ "_location": "/fstream-ignore/minimatch/brace-expansion/balanced-match",
13
5
  "_nodeVersion": "4.2.1",
14
6
  "_npmUser": {
15
7
  "email": "julian@juliangruber.com",
@@ -17,22 +9,11 @@
17
9
  },
18
10
  "_npmVersion": "2.14.7",
19
11
  "_phantomChildren": {},
20
- "_requested": {
21
- "name": "balanced-match",
22
- "raw": "balanced-match@^0.2.0",
23
- "rawSpec": "^0.2.0",
24
- "scope": null,
25
- "spec": ">=0.2.0 <0.3.0",
26
- "type": "range"
27
- },
28
12
  "_requiredBy": [
29
- "/brace-expansion"
13
+ "/fstream-ignore/minimatch/brace-expansion"
30
14
  ],
31
15
  "_resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-0.2.1.tgz",
32
16
  "_shasum": "7bc658b4bed61eee424ad74f75f5c3e2c4df3cc7",
33
- "_shrinkwrap": null,
34
- "_spec": "balanced-match@^0.2.0",
35
- "_where": "/Users/eshanker/Code/fsevents/node_modules/brace-expansion",
36
17
  "author": {
37
18
  "email": "mail@juliangruber.com",
38
19
  "name": "Julian Gruber",
@@ -70,6 +51,7 @@
70
51
  ],
71
52
  "name": "balanced-match",
72
53
  "optionalDependencies": {},
54
+ "readme": "ERROR: No README data found!",
73
55
  "repository": {
74
56
  "type": "git",
75
57
  "url": "git://github.com/juliangruber/balanced-match.git"
@@ -1,37 +1,18 @@
1
1
  {
2
- "_args": [
3
- [
4
- "concat-map@0.0.1",
5
- "/Users/eshanker/Code/fsevents/node_modules/brace-expansion"
6
- ]
7
- ],
8
2
  "_from": "concat-map@0.0.1",
9
3
  "_id": "concat-map@0.0.1",
10
- "_inCache": true,
11
- "_installable": true,
12
- "_location": "/concat-map",
4
+ "_location": "/fstream-ignore/minimatch/brace-expansion/concat-map",
13
5
  "_npmUser": {
14
6
  "email": "mail@substack.net",
15
7
  "name": "substack"
16
8
  },
17
9
  "_npmVersion": "1.3.21",
18
10
  "_phantomChildren": {},
19
- "_requested": {
20
- "name": "concat-map",
21
- "raw": "concat-map@0.0.1",
22
- "rawSpec": "0.0.1",
23
- "scope": null,
24
- "spec": "0.0.1",
25
- "type": "version"
26
- },
27
11
  "_requiredBy": [
28
- "/brace-expansion"
12
+ "/fstream-ignore/minimatch/brace-expansion"
29
13
  ],
30
14
  "_resolved": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz",
31
15
  "_shasum": "d8a96bd77fd68df7793a73036a3ba0d5405d477b",
32
- "_shrinkwrap": null,
33
- "_spec": "concat-map@0.0.1",
34
- "_where": "/Users/eshanker/Code/fsevents/node_modules/brace-expansion",
35
16
  "author": {
36
17
  "email": "mail@substack.net",
37
18
  "name": "James Halliday",
@@ -71,6 +52,7 @@
71
52
  ],
72
53
  "name": "concat-map",
73
54
  "optionalDependencies": {},
55
+ "readme": "ERROR: No README data found!",
74
56
  "repository": {
75
57
  "type": "git",
76
58
  "url": "git://github.com/substack/node-concat-map.git"
@@ -1,15 +1,7 @@
1
1
  {
2
- "_args": [
3
- [
4
- "brace-expansion@^1.0.0",
5
- "/Users/eshanker/Code/fsevents/node_modules/rimraf/node_modules/minimatch"
6
- ]
7
- ],
8
- "_from": "brace-expansion@>=1.0.0 <2.0.0",
2
+ "_from": "brace-expansion@^1.0.0",
9
3
  "_id": "brace-expansion@1.1.1",
10
- "_inCache": true,
11
- "_installable": true,
12
- "_location": "/brace-expansion",
4
+ "_location": "/fstream-ignore/minimatch/brace-expansion",
13
5
  "_nodeVersion": "0.10.36",
14
6
  "_npmUser": {
15
7
  "email": "julian@juliangruber.com",
@@ -17,23 +9,11 @@
17
9
  },
18
10
  "_npmVersion": "2.6.1",
19
11
  "_phantomChildren": {},
20
- "_requested": {
21
- "name": "brace-expansion",
22
- "raw": "brace-expansion@^1.0.0",
23
- "rawSpec": "^1.0.0",
24
- "scope": null,
25
- "spec": ">=1.0.0 <2.0.0",
26
- "type": "range"
27
- },
28
12
  "_requiredBy": [
29
- "/fstream-ignore/minimatch",
30
- "/rimraf/minimatch"
13
+ "/fstream-ignore/minimatch"
31
14
  ],
32
15
  "_resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.1.tgz",
33
16
  "_shasum": "da5fb78aef4c44c9e4acf525064fb3208ebab045",
34
- "_shrinkwrap": null,
35
- "_spec": "brace-expansion@^1.0.0",
36
- "_where": "/Users/eshanker/Code/fsevents/node_modules/rimraf/node_modules/minimatch",
37
17
  "author": {
38
18
  "email": "mail@juliangruber.com",
39
19
  "name": "Julian Gruber",
@@ -72,6 +52,7 @@
72
52
  ],
73
53
  "name": "brace-expansion",
74
54
  "optionalDependencies": {},
55
+ "readme": "ERROR: No README data found!",
75
56
  "repository": {
76
57
  "type": "git",
77
58
  "url": "git://github.com/juliangruber/brace-expansion.git"
@@ -1,18 +1,6 @@
1
1
  {
2
- "_args": [
3
- [
4
- "minimatch@2 || 3",
5
- "/Users/eshanker/Code/fsevents/node_modules/rimraf/node_modules/glob"
6
- ],
7
- [
8
- "minimatch@^3.0.0",
9
- "/Users/eshanker/Code/fsevents/node_modules/fstream-ignore"
10
- ]
11
- ],
12
- "_from": "minimatch@>=3.0.0 <4.0.0",
2
+ "_from": "minimatch@^3.0.0",
13
3
  "_id": "minimatch@3.0.0",
14
- "_inCache": true,
15
- "_installable": true,
16
4
  "_location": "/fstream-ignore/minimatch",
17
5
  "_nodeVersion": "4.0.0",
18
6
  "_npmUser": {
@@ -21,20 +9,11 @@
21
9
  },
22
10
  "_npmVersion": "3.3.2",
23
11
  "_phantomChildren": {},
24
- "_requested": {
25
- "name": "minimatch",
26
- "raw": "minimatch@^3.0.0",
27
- "rawSpec": "^3.0.0",
28
- "scope": null,
29
- "spec": ">=3.0.0 <4.0.0",
30
- "type": "range"
31
- },
32
12
  "_requiredBy": [
33
13
  "/fstream-ignore"
34
14
  ],
35
- "_shrinkwrap": null,
36
- "_spec": "minimatch@^3.0.0",
37
- "_where": "/Users/eshanker/Code/fsevents/node_modules/fstream-ignore",
15
+ "_resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.0.0.tgz",
16
+ "_shasum": "5236157a51e4f004c177fb3c527ff7dd78f0ef83",
38
17
  "author": {
39
18
  "email": "i@izs.me",
40
19
  "name": "Isaac Z. Schlueter",
@@ -74,6 +53,7 @@
74
53
  ],
75
54
  "name": "minimatch",
76
55
  "optionalDependencies": {},
56
+ "readme": "ERROR: No README data found!",
77
57
  "repository": {
78
58
  "type": "git",
79
59
  "url": "git://github.com/isaacs/minimatch.git"
@@ -54,8 +54,7 @@
54
54
  ],
55
55
  "name": "fstream-ignore",
56
56
  "optionalDependencies": {},
57
- "readme": "# fstream-ignore\n\nA fstream DirReader that filters out files that match globs in `.ignore`\nfiles throughout the tree, like how git ignores files based on a\n`.gitignore` file.\n\nHere's an example:\n\n```javascript\nvar Ignore = require(\"fstream-ignore\")\nIgnore({ path: __dirname\n , ignoreFiles: [\".ignore\", \".gitignore\"]\n })\n .on(\"child\", function (c) {\n console.error(c.path.substr(c.root.path.length + 1))\n })\n .pipe(tar.Pack())\n .pipe(fs.createWriteStream(\"foo.tar\"))\n```\n\nThis will tar up the files in __dirname into `foo.tar`, ignoring\nanything matched by the globs in any .iginore or .gitignore file.\n",
58
- "readmeFilename": "README.md",
57
+ "readme": "ERROR: No README data found!",
59
58
  "repository": {
60
59
  "type": "git",
61
60
  "url": "git://github.com/isaacs/fstream-ignore.git"
@@ -54,8 +54,7 @@
54
54
  ],
55
55
  "name": "gauge",
56
56
  "optionalDependencies": {},
57
- "readme": "gauge\n=====\n\nA nearly stateless terminal based horizontal guage / progress bar.\n\n```javascript\nvar Gauge = require(\"gauge\")\n\nvar gauge = new Gauge()\n\ngauge.show(\"test\", 0.20)\n\ngauge.pulse(\"this\")\n\ngauge.hide()\n```\n\n![](example.png)\n\n\n### `var gauge = new Gauge([options], [ansiStream])`\n\n* **options** – *(optional)* An option object. (See [below] for details.)\n* **ansiStream** – *(optional)* A stream that's been blessed by the [ansi]\n module to include various commands for controlling the cursor in a terminal.\n\n[ansi]: https://www.npmjs.com/package/ansi\n[below]: #theme-objects\n\nConstructs a new gauge. Gauges are drawn on a single line, and are not drawn\nif the current terminal isn't a tty.\n\nIf you resize your terminal in a way that can be detected then the gauge\nwill be drawn at the new size. As a general rule, growing your terminal will\nbe clean, but shrinking your terminal will result in cruft as we don't have\nenough information to know where what we wrote previously is now located.\n\nThe **options** object can have the following properties, all of which are\noptional:\n\n* maxUpdateFrequency: defaults to 50 msec, the gauge will not be drawn more\n than once in this period of time. This applies to `show` and `pulse`\n calls, but if you `hide` and then `show` the gauge it will draw it\n regardless of time since last draw.\n* theme: defaults to Gauge.unicode` if the terminal supports\n unicode according to [has-unicode], otherwise it defaults to `Gauge.ascii`.\n Details on the [theme object](#theme-objects) are documented elsewhere.\n* template: see [documentation elsewhere](#template-objects) for\n defaults and details.\n\n[has-unicode]: https://www.npmjs.com/package/has-unicode\n\nIf **ansiStream** isn't passed in, then one will be constructed from stderr\nwith `ansi(process.stderr)`.\n\n### `gauge.show([name, [completed]])`\n\n* **name** – *(optional)* The name of the current thing contributing to progress. Defaults to the last value used, or \"\".\n* **completed** – *(optional)* The portion completed as a value between 0 and 1. Defaults to the last value used, or 0.\n\nIf `process.stdout.isTTY` is false then this does nothing. If completed is 0\nand `gauge.pulse` has never been called, then similarly nothing will be printed.\n\nIf `maxUpdateFrequency` msec haven't passed since the last call to `show` or\n`pulse` then similarly, nothing will be printed. (Actually, the update is\ndeferred until `maxUpdateFrequency` msec have passed and if nothing else has\nhappened, the gauge update will happen.)\n\n### `gauge.hide()`\n\nRemoves the gauge from the terminal.\n\n### `gauge.pulse([name])`\n\n* **name** – *(optional)* The specific thing that triggered this pulse\n\nSpins the spinner in the gauge to show output. If **name** is included then\nit will be combined with the last name passed to `gauge.show` using the\nsubsection property of the theme (typically a right facing arrow).\n\n### `gauge.disable()`\n\nHides the gauge and ignores further calls to `show` or `pulse`.\n\n### `gauge.enable()`\n\nShows the gauge and resumes updating when `show` or `pulse` is called.\n\n### `gauge.setTheme(theme)`\n\nChange the active theme, will be displayed with the next show or pulse\n\n### `gauge.setTemplate(template)`\n\nChange the active template, will be displayed with the next show or pulse\n\n### Theme Objects\n\nThere are two theme objects available as a part of the module, `Gauge.unicode` and `Gauge.ascii`.\nTheme objects have the follow properties:\n\n| Property | Unicode | ASCII |\n| ---------- | ------- | ----- |\n| startgroup | ╢ | \\| |\n| endgroup | ╟ | \\| |\n| complete | █ | # |\n| incomplete | ░ | - |\n| spinner | ▀▐▄▌ | -\\\\\\|/ |\n| subsection | → | -> |\n\n*startgroup*, *endgroup* and *subsection* can be as many characters as you want.\n\n*complete* and *incomplete* should be a single character width each.\n\n*spinner* is a list of characters to use in turn when displaying an activity\nspinner. The Gauge will spin as many characters as you give here.\n\n### Template Objects\n\nA template is an array of objects and strings that, after being evaluated,\nwill be turned into the gauge line. The default template is:\n\n```javascript\n[\n {type: \"name\", separated: true, maxLength: 25, minLength: 25, align: \"left\"},\n {type: \"spinner\", separated: true},\n {type: \"startgroup\"},\n {type: \"completionbar\"},\n {type: \"endgroup\"}\n]\n```\n\nThe various template elements can either be **plain strings**, in which case they will\nbe be included verbatum in the output.\n\nIf the template element is an object, it can have the following keys:\n\n* *type* can be:\n * `name` – The most recent name passed to `show`; if this is in response to a\n `pulse` then the name passed to `pulse` will be appended along with the\n subsection property from the theme.\n * `spinner` – If you've ever called `pulse` this will be one of the characters\n from the spinner property of the theme.\n * `startgroup` – The `startgroup` property from the theme.\n * `completionbar` – This progress bar itself\n * `endgroup` – The `endgroup` property from the theme.\n* *separated* – If true, the element will be separated with spaces from things on\n either side (and margins count as space, so it won't be indented), but only\n if its included.\n* *maxLength* – The maximum length for this element. If its value is longer it\n will be truncated.\n* *minLength* – The minimum length for this element. If its value is shorter it\n will be padded according to the *align* value.\n* *align* – (Default: left) Possible values \"left\", \"right\" and \"center\". Works\n as you'd expect from word processors.\n* *length* – Provides a single value for both *minLength* and *maxLength*. If both\n *length* and *minLength or *maxLength* are specifed then the latter take precedence.\n\n### Tracking Completion\n\nIf you have more than one thing going on that you want to track completion\nof, you may find the related [are-we-there-yet] helpful. It's `change`\nevent can be wired up to the `show` method to get a more traditional\nprogress bar interface.\n\n[are-we-there-yet]: https://www.npmjs.com/package/are-we-there-yet\n",
58
- "readmeFilename": "README.md",
57
+ "readme": "ERROR: No README data found!",
59
58
  "repository": {
60
59
  "type": "git",
61
60
  "url": "git+https://github.com/iarna/gauge.git"