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
@@ -0,0 +1,92 @@
1
+ {
2
+ "_from": "sshpk@^1.7.0",
3
+ "_id": "sshpk@1.7.0",
4
+ "_location": "/sshpk",
5
+ "_nodeVersion": "0.12.7",
6
+ "_npmUser": {
7
+ "email": "alex@cooperi.net",
8
+ "name": "arekinath"
9
+ },
10
+ "_npmVersion": "2.14.4",
11
+ "_phantomChildren": {},
12
+ "_requiredBy": [
13
+ "/http-signature"
14
+ ],
15
+ "_resolved": "https://registry.npmjs.org/sshpk/-/sshpk-1.7.0.tgz",
16
+ "_shasum": "c64ac26de1bdd19cc9ccbe78ba747292c6c70a7c",
17
+ "author": {
18
+ "name": "Joyent, Inc"
19
+ },
20
+ "bin": {
21
+ "sshpk-conv": "bin/sshpk-conv"
22
+ },
23
+ "bugs": {
24
+ "url": "https://github.com/arekinath/node-sshpk/issues"
25
+ },
26
+ "contributors": [
27
+ {
28
+ "name": "Dave Eddy",
29
+ "email": "dave@daveeddy.com"
30
+ },
31
+ {
32
+ "name": "Mark Cavage",
33
+ "email": "mcavage@gmail.com"
34
+ },
35
+ {
36
+ "name": "Alex Wilson",
37
+ "email": "alex@cooperi.net"
38
+ }
39
+ ],
40
+ "dependencies": {
41
+ "asn1": ">=0.2.3 <0.3.0",
42
+ "assert-plus": ">=0.2.0 <0.3.0",
43
+ "dashdash": ">=1.10.1 <2.0.0",
44
+ "ecc-jsbn": ">=0.0.1 <1.0.0",
45
+ "jodid25519": ">=1.0.0 <2.0.0",
46
+ "jsbn": ">=0.1.0 <0.2.0",
47
+ "tweetnacl": ">=0.13.0 <1.0.0"
48
+ },
49
+ "description": "A library for finding and using SSH public keys",
50
+ "devDependencies": {
51
+ "benchmark": ">=1.0.0 <2.0.0",
52
+ "sinon": ">=1.17.2 <2.0.0",
53
+ "tape": ">=3.5.0 <4.0.0"
54
+ },
55
+ "directories": {
56
+ "bin": "./bin",
57
+ "lib": "./lib"
58
+ },
59
+ "dist": {
60
+ "shasum": "c64ac26de1bdd19cc9ccbe78ba747292c6c70a7c",
61
+ "tarball": "http://registry.npmjs.org/sshpk/-/sshpk-1.7.0.tgz"
62
+ },
63
+ "engines": {
64
+ "node": ">=0.8.0"
65
+ },
66
+ "gitHead": "d268fc9a5442727dfb975a0c609f7419bc4d7057",
67
+ "homepage": "https://github.com/arekinath/node-sshpk#readme",
68
+ "license": "MIT",
69
+ "main": "lib/index.js",
70
+ "maintainers": [
71
+ {
72
+ "name": "arekinath",
73
+ "email": "alex@cooperi.net"
74
+ }
75
+ ],
76
+ "name": "sshpk",
77
+ "optionalDependencies": {
78
+ "ecc-jsbn": ">=0.0.1 <1.0.0",
79
+ "jodid25519": ">=1.0.0 <2.0.0",
80
+ "jsbn": ">=0.1.0 <0.2.0",
81
+ "tweetnacl": ">=0.13.0 <1.0.0"
82
+ },
83
+ "readme": "ERROR: No README data found!",
84
+ "repository": {
85
+ "type": "git",
86
+ "url": "git+https://github.com/arekinath/node-sshpk.git"
87
+ },
88
+ "scripts": {
89
+ "test": "tape test/*.js"
90
+ },
91
+ "version": "1.7.0"
92
+ }
@@ -20,9 +20,9 @@ function getStdin(cb) {
20
20
  }
21
21
 
22
22
  if (process.argv.indexOf('-h') !== -1 || process.argv.indexOf('--help') !== -1) {
23
- console.log('strip-json-comments <input file> > <output file>');
23
+ console.log('strip-json-comments input-file > output-file');
24
24
  console.log('or');
25
- console.log('cat <input file> | strip-json-comments > <output file>');
25
+ console.log('strip-json-comments < input-file > output-file');
26
26
  return;
27
27
  }
28
28
 
@@ -1,22 +1,23 @@
1
1
  {
2
- "_from": "strip-json-comments@0.1.x",
3
- "_id": "strip-json-comments@0.1.3",
2
+ "_from": "strip-json-comments@~1.0.4",
3
+ "_id": "strip-json-comments@1.0.4",
4
4
  "_location": "/strip-json-comments",
5
+ "_nodeVersion": "0.12.5",
5
6
  "_npmUser": {
6
7
  "email": "sindresorhus@gmail.com",
7
8
  "name": "sindresorhus"
8
9
  },
9
- "_npmVersion": "1.4.13",
10
+ "_npmVersion": "2.11.2",
10
11
  "_phantomChildren": {},
11
12
  "_requiredBy": [
12
13
  "/rc"
13
14
  ],
14
- "_resolved": "https://registry.npmjs.org/strip-json-comments/-/strip-json-comments-0.1.3.tgz",
15
- "_shasum": "164c64e370a8a3cc00c9e01b539e569823f0ee54",
15
+ "_resolved": "https://registry.npmjs.org/strip-json-comments/-/strip-json-comments-1.0.4.tgz",
16
+ "_shasum": "1e15fbcac97d3ee99bf2d73b4c656b082bbafb91",
16
17
  "author": {
17
18
  "email": "sindresorhus@gmail.com",
18
19
  "name": "Sindre Sorhus",
19
- "url": "http://sindresorhus.com"
20
+ "url": "sindresorhus.com"
20
21
  },
21
22
  "bin": {
22
23
  "strip-json-comments": "cli.js"
@@ -31,8 +32,8 @@
31
32
  },
32
33
  "directories": {},
33
34
  "dist": {
34
- "shasum": "164c64e370a8a3cc00c9e01b539e569823f0ee54",
35
- "tarball": "http://registry.npmjs.org/strip-json-comments/-/strip-json-comments-0.1.3.tgz"
35
+ "shasum": "1e15fbcac97d3ee99bf2d73b4c656b082bbafb91",
36
+ "tarball": "http://registry.npmjs.org/strip-json-comments/-/strip-json-comments-1.0.4.tgz"
36
37
  },
37
38
  "engines": {
38
39
  "node": ">=0.8.0"
@@ -41,7 +42,7 @@
41
42
  "cli.js",
42
43
  "strip-json-comments.js"
43
44
  ],
44
- "gitHead": "cbd5aede7ccbe5d5a9065b1d47070fd99ad579af",
45
+ "gitHead": "f58348696368583cc5bb18525fe31eacc9bd00e1",
45
46
  "homepage": "https://github.com/sindresorhus/strip-json-comments",
46
47
  "keywords": [
47
48
  "bin",
@@ -75,10 +76,10 @@
75
76
  "readme": "ERROR: No README data found!",
76
77
  "repository": {
77
78
  "type": "git",
78
- "url": "git://github.com/sindresorhus/strip-json-comments.git"
79
+ "url": "git+https://github.com/sindresorhus/strip-json-comments.git"
79
80
  },
80
81
  "scripts": {
81
- "test": "mocha"
82
+ "test": "mocha --ui tdd"
82
83
  },
83
- "version": "0.1.3"
84
+ "version": "1.0.4"
84
85
  }
@@ -11,12 +11,13 @@ This is now possible:
11
11
  }
12
12
  ```
13
13
 
14
- It will remove single-line comments `//` and mult-line comments `/**/`.
14
+ It will remove single-line comments `//` and multi-line comments `/**/`.
15
15
 
16
- Also available as a [gulp](https://github.com/sindresorhus/gulp-strip-json-comments)/[grunt](https://github.com/sindresorhus/grunt-strip-json-comments)/[broccoli](https://github.com/sindresorhus/broccoli-strip-json-comments) plugin and a [require hook](https://github.com/uTest/autostrip-json-comments).
16
+ Also available as a [gulp](https://github.com/sindresorhus/gulp-strip-json-comments)/[grunt](https://github.com/sindresorhus/grunt-strip-json-comments)/[broccoli](https://github.com/sindresorhus/broccoli-strip-json-comments) plugin.
17
17
 
18
+ -
18
19
 
19
- *There's already [json-comments](https://npmjs.org/package/json-comments), but it's only for Node.js and uses a naive regex to strip comments which fails on simple cases like `{"a":"//"}`. This module however parses out the comments.*
20
+ *There's also [`json-comments`](https://npmjs.org/package/json-comments), but it's only for Node.js, inefficient, bloated as it also minifies, and comes with a `require` hook, which is :(*
20
21
 
21
22
 
22
23
  ## Install
@@ -63,12 +64,17 @@ $ npm install --global strip-json-comments
63
64
  ```sh
64
65
  $ strip-json-comments --help
65
66
 
66
- strip-json-comments <input-file> > <output-file>
67
+ strip-json-comments input-file > output-file
67
68
  # or
68
- cat <input-file> | strip-json-comments > <output-file>
69
+ strip-json-comments < input-file > output-file
69
70
  ```
70
71
 
71
72
 
73
+ ## Related
74
+
75
+ - [`strip-css-comments`](https://github.com/sindresorhus/strip-css-comments)
76
+
77
+
72
78
  ## License
73
79
 
74
80
  MIT © [Sindre Sorhus](http://sindresorhus.com)
@@ -8,6 +8,9 @@
8
8
  (function () {
9
9
  'use strict';
10
10
 
11
+ var singleComment = 1;
12
+ var multiComment = 2;
13
+
11
14
  function stripJsonComments(str) {
12
15
  var currentChar;
13
16
  var nextChar;
@@ -19,8 +22,11 @@
19
22
  currentChar = str[i];
20
23
  nextChar = str[i + 1];
21
24
 
22
- if (!insideComment && str[i - 1] !== '\\' && currentChar === '"') {
23
- insideString = !insideString;
25
+ if (!insideComment && currentChar === '"') {
26
+ var escaped = str[i - 1] === '\\' && str[i - 2] !== '\\';
27
+ if (!insideComment && !escaped && currentChar === '"') {
28
+ insideString = !insideString;
29
+ }
24
30
  }
25
31
 
26
32
  if (insideString) {
@@ -29,18 +35,21 @@
29
35
  }
30
36
 
31
37
  if (!insideComment && currentChar + nextChar === '//') {
32
- insideComment = 'single';
38
+ insideComment = singleComment;
33
39
  i++;
34
- } else if (insideComment === 'single' && currentChar + nextChar === '\r\n') {
40
+ } else if (insideComment === singleComment && currentChar + nextChar === '\r\n') {
35
41
  insideComment = false;
36
42
  i++;
37
- } else if (insideComment === 'single' && currentChar === '\n') {
43
+ ret += currentChar;
44
+ ret += nextChar;
45
+ continue;
46
+ } else if (insideComment === singleComment && currentChar === '\n') {
38
47
  insideComment = false;
39
48
  } else if (!insideComment && currentChar + nextChar === '/*') {
40
- insideComment = 'multi';
49
+ insideComment = multiComment;
41
50
  i++;
42
51
  continue;
43
- } else if (insideComment === 'multi' && currentChar + nextChar === '*/') {
52
+ } else if (insideComment === multiComment && currentChar + nextChar === '*/') {
44
53
  insideComment = false;
45
54
  i++;
46
55
  continue;
@@ -64,8 +64,7 @@
64
64
  ],
65
65
  "name": "tar",
66
66
  "optionalDependencies": {},
67
- "readme": "# node-tar\n\nTar for Node.js.\n\n[![NPM](https://nodei.co/npm/tar.png)](https://nodei.co/npm/tar/)\n\n## API\n\nSee `examples/` for usage examples.\n\n### var tar = require('tar')\n\nReturns an object with `.Pack`, `.Extract` and `.Parse` methods.\n\n### tar.Pack([properties])\n\nReturns a through stream. Use\n[fstream](https://npmjs.org/package/fstream) to write files into the\npack stream and you will receive tar archive data from the pack\nstream.\n\nThis only works with directories, it does not work with individual files.\n\nThe optional `properties` object are used to set properties in the tar\n'Global Extended Header'. If the `fromBase` property is set to true,\nthe tar will contain files relative to the path passed, and not with\nthe path included.\n\n### tar.Extract([options])\n\nReturns a through stream. Write tar data to the stream and the files\nin the tarball will be extracted onto the filesystem.\n\n`options` can be:\n\n```js\n{\n path: '/path/to/extract/tar/into',\n strip: 0, // how many path segments to strip from the root when extracting\n}\n```\n\n`options` also get passed to the `fstream.Writer` instance that `tar`\nuses internally.\n\n### tar.Parse()\n\nReturns a writable stream. Write tar data to it and it will emit\n`entry` events for each entry parsed from the tarball. This is used by\n`tar.Extract`.\n",
68
- "readmeFilename": "README.md",
67
+ "readme": "ERROR: No README data found!",
69
68
  "repository": {
70
69
  "type": "git",
71
70
  "url": "git://github.com/isaacs/node-tar.git"
@@ -0,0 +1,19 @@
1
+ Copyright Node.js contributors. All rights reserved.
2
+
3
+ Permission is hereby granted, free of charge, to any person obtaining a copy
4
+ of this software and associated documentation files (the "Software"), to
5
+ deal in the Software without restriction, including without limitation the
6
+ rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
7
+ sell copies of the Software, and to permit persons to whom the Software is
8
+ furnished to do so, subject to the following conditions:
9
+
10
+ The above copyright notice and this permission notice shall be included in
11
+ all copies or substantial portions of the Software.
12
+
13
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
14
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
15
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
16
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
17
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
18
+ FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
19
+ IN THE SOFTWARE.
@@ -21,8 +21,12 @@
21
21
 
22
22
  // NOTE: These type checking functions intentionally don't use `instanceof`
23
23
  // because it is fragile and can be easily faked with `Object.create()`.
24
- function isArray(ar) {
25
- return Array.isArray(ar);
24
+
25
+ function isArray(arg) {
26
+ if (Array.isArray) {
27
+ return Array.isArray(arg);
28
+ }
29
+ return objectToString(arg) === '[object Array]';
26
30
  }
27
31
  exports.isArray = isArray;
28
32
 
@@ -62,7 +66,7 @@ function isUndefined(arg) {
62
66
  exports.isUndefined = isUndefined;
63
67
 
64
68
  function isRegExp(re) {
65
- return isObject(re) && objectToString(re) === '[object RegExp]';
69
+ return objectToString(re) === '[object RegExp]';
66
70
  }
67
71
  exports.isRegExp = isRegExp;
68
72
 
@@ -72,13 +76,12 @@ function isObject(arg) {
72
76
  exports.isObject = isObject;
73
77
 
74
78
  function isDate(d) {
75
- return isObject(d) && objectToString(d) === '[object Date]';
79
+ return objectToString(d) === '[object Date]';
76
80
  }
77
81
  exports.isDate = isDate;
78
82
 
79
83
  function isError(e) {
80
- return isObject(e) &&
81
- (objectToString(e) === '[object Error]' || e instanceof Error);
84
+ return (objectToString(e) === '[object Error]' || e instanceof Error);
82
85
  }
83
86
  exports.isError = isError;
84
87
 
@@ -97,11 +100,8 @@ function isPrimitive(arg) {
97
100
  }
98
101
  exports.isPrimitive = isPrimitive;
99
102
 
100
- function isBuffer(arg) {
101
- return Buffer.isBuffer(arg);
102
- }
103
- exports.isBuffer = isBuffer;
103
+ exports.isBuffer = Buffer.isBuffer;
104
104
 
105
105
  function objectToString(o) {
106
106
  return Object.prototype.toString.call(o);
107
- }
107
+ }
@@ -1,18 +1,19 @@
1
1
  {
2
2
  "_from": "core-util-is@~1.0.0",
3
- "_id": "core-util-is@1.0.1",
3
+ "_id": "core-util-is@1.0.2",
4
4
  "_location": "/tar-pack/readable-stream/core-util-is",
5
+ "_nodeVersion": "4.0.0",
5
6
  "_npmUser": {
6
7
  "email": "i@izs.me",
7
8
  "name": "isaacs"
8
9
  },
9
- "_npmVersion": "1.3.23",
10
+ "_npmVersion": "3.3.2",
10
11
  "_phantomChildren": {},
11
12
  "_requiredBy": [
12
13
  "/tar-pack/readable-stream"
13
14
  ],
14
- "_resolved": "https://registry.npmjs.org/core-util-is/-/core-util-is-1.0.1.tgz",
15
- "_shasum": "6b07085aef9a3ccac6ee53bf9d3df0c1521a5538",
15
+ "_resolved": "https://registry.npmjs.org/core-util-is/-/core-util-is-1.0.2.tgz",
16
+ "_shasum": "b5fd54220aa2bc5ab57aab7140c940754503c1a7",
16
17
  "author": {
17
18
  "email": "i@izs.me",
18
19
  "name": "Isaac Z. Schlueter",
@@ -23,13 +24,16 @@
23
24
  },
24
25
  "dependencies": {},
25
26
  "description": "The `util.is*` functions introduced in Node v0.12.",
26
- "devDependencies": {},
27
+ "devDependencies": {
28
+ "tap": "^2.3.0"
29
+ },
27
30
  "directories": {},
28
31
  "dist": {
29
- "shasum": "6b07085aef9a3ccac6ee53bf9d3df0c1521a5538",
30
- "tarball": "http://registry.npmjs.org/core-util-is/-/core-util-is-1.0.1.tgz"
32
+ "shasum": "b5fd54220aa2bc5ab57aab7140c940754503c1a7",
33
+ "tarball": "http://registry.npmjs.org/core-util-is/-/core-util-is-1.0.2.tgz"
31
34
  },
32
- "homepage": "https://github.com/isaacs/core-util-is",
35
+ "gitHead": "a177da234df5638b363ddc15fa324619a38577c8",
36
+ "homepage": "https://github.com/isaacs/core-util-is#readme",
33
37
  "keywords": [
34
38
  "isArray",
35
39
  "isBuffer",
@@ -51,12 +55,13 @@
51
55
  ],
52
56
  "name": "core-util-is",
53
57
  "optionalDependencies": {},
54
- "readme": "# core-util-is\n\nThe `util.is*` functions introduced in Node v0.12.\n",
55
- "readmeFilename": "README.md",
58
+ "readme": "ERROR: No README data found!",
56
59
  "repository": {
57
60
  "type": "git",
58
61
  "url": "git://github.com/isaacs/core-util-is.git"
59
62
  },
60
- "scripts": {},
61
- "version": "1.0.1"
63
+ "scripts": {
64
+ "test": "tap test.js"
65
+ },
66
+ "version": "1.0.2"
62
67
  }
@@ -0,0 +1,68 @@
1
+ var assert = require('tap');
2
+
3
+ var t = require('./lib/util');
4
+
5
+ assert.equal(t.isArray([]), true);
6
+ assert.equal(t.isArray({}), false);
7
+
8
+ assert.equal(t.isBoolean(null), false);
9
+ assert.equal(t.isBoolean(true), true);
10
+ assert.equal(t.isBoolean(false), true);
11
+
12
+ assert.equal(t.isNull(null), true);
13
+ assert.equal(t.isNull(undefined), false);
14
+ assert.equal(t.isNull(false), false);
15
+ assert.equal(t.isNull(), false);
16
+
17
+ assert.equal(t.isNullOrUndefined(null), true);
18
+ assert.equal(t.isNullOrUndefined(undefined), true);
19
+ assert.equal(t.isNullOrUndefined(false), false);
20
+ assert.equal(t.isNullOrUndefined(), true);
21
+
22
+ assert.equal(t.isNumber(null), false);
23
+ assert.equal(t.isNumber('1'), false);
24
+ assert.equal(t.isNumber(1), true);
25
+
26
+ assert.equal(t.isString(null), false);
27
+ assert.equal(t.isString('1'), true);
28
+ assert.equal(t.isString(1), false);
29
+
30
+ assert.equal(t.isSymbol(null), false);
31
+ assert.equal(t.isSymbol('1'), false);
32
+ assert.equal(t.isSymbol(1), false);
33
+ assert.equal(t.isSymbol(Symbol()), true);
34
+
35
+ assert.equal(t.isUndefined(null), false);
36
+ assert.equal(t.isUndefined(undefined), true);
37
+ assert.equal(t.isUndefined(false), false);
38
+ assert.equal(t.isUndefined(), true);
39
+
40
+ assert.equal(t.isRegExp(null), false);
41
+ assert.equal(t.isRegExp('1'), false);
42
+ assert.equal(t.isRegExp(new RegExp()), true);
43
+
44
+ assert.equal(t.isObject({}), true);
45
+ assert.equal(t.isObject([]), true);
46
+ assert.equal(t.isObject(new RegExp()), true);
47
+ assert.equal(t.isObject(new Date()), true);
48
+
49
+ assert.equal(t.isDate(null), false);
50
+ assert.equal(t.isDate('1'), false);
51
+ assert.equal(t.isDate(new Date()), true);
52
+
53
+ assert.equal(t.isError(null), false);
54
+ assert.equal(t.isError({ err: true }), false);
55
+ assert.equal(t.isError(new Error()), true);
56
+
57
+ assert.equal(t.isFunction(null), false);
58
+ assert.equal(t.isFunction({ }), false);
59
+ assert.equal(t.isFunction(function() {}), true);
60
+
61
+ assert.equal(t.isPrimitive(null), true);
62
+ assert.equal(t.isPrimitive(''), true);
63
+ assert.equal(t.isPrimitive(0), true);
64
+ assert.equal(t.isPrimitive(new Date()), false);
65
+
66
+ assert.equal(t.isBuffer(null), false);
67
+ assert.equal(t.isBuffer({}), false);
68
+ assert.equal(t.isBuffer(new Buffer(0)), true);
@@ -1,5 +1,5 @@
1
1
  {
2
- "_from": "inherits@~2.0.1",
2
+ "_from": "inherits@~2.0.0",
3
3
  "_id": "inherits@2.0.1",
4
4
  "_location": "/tar-pack/readable-stream/inherits",
5
5
  "_npmUser": {
@@ -69,8 +69,7 @@
69
69
  ],
70
70
  "name": "rimraf",
71
71
  "optionalDependencies": {},
72
- "readme": "`rm -rf` for node.\n\nInstall with `npm install rimraf`, or just drop rimraf.js somewhere.\n\n## API\n\n`rimraf(f, callback)`\n\nThe callback will be called with an error if there is one. Certain\nerrors are handled for you:\n\n* Windows: `EBUSY` and `ENOTEMPTY` - rimraf will back off a maximum of\n `opts.maxBusyTries` times before giving up.\n* `ENOENT` - If the file doesn't exist, rimraf will return\n successfully, since your desired outcome is already the case.\n\n## rimraf.sync\n\nIt can remove stuff synchronously, too. But that's not so good. Use\nthe async API. It's better.\n\n## CLI\n\nIf installed with `npm install rimraf -g` it can be used as a global\ncommand `rimraf <path>` which is useful for cross platform support.\n\n## mkdirp\n\nIf you need to create a directory recursively, check out\n[mkdirp](https://github.com/substack/node-mkdirp).\n",
73
- "readmeFilename": "README.md",
72
+ "readme": "ERROR: No README data found!",
74
73
  "repository": {
75
74
  "type": "git",
76
75
  "url": "git://github.com/isaacs/rimraf.git"
@@ -54,8 +54,7 @@
54
54
  ],
55
55
  "name": "tar-pack",
56
56
  "optionalDependencies": {},
57
- "readme": "# Tar Pack\n\nPackage and un-package modules of some sort (in tar/gz bundles). This is mostly useful for package managers. Note that it doesn't check for or touch `package.json` so it can be used even if that's not the way you store your package info.\n\n[![Build Status](https://img.shields.io/travis/ForbesLindesay/tar-pack/master.svg)](https://travis-ci.org/ForbesLindesay/tar-pack)\n[![Dependency Status](https://img.shields.io/gemnasium/ForbesLindesay/tar-pack.svg)](https://gemnasium.com/ForbesLindesay/tar-pack)\n[![NPM version](https://img.shields.io/npm/v/tar-pack.svg)](http://badge.fury.io/js/tar-pack)\n\n## Installation\n\n $ npm install tar-pack\n\n## API\n\n### pack(folder|packer, [options])\n\nPack the folder at `folder` into a gzipped tarball and return the tgz as a stream. Files ignored by `.gitignore` will not be in the package.\n\nYou can optionally pass a `fstream.DirReader` directly, instead of folder. For example, to create an npm package, do:\n\n```js\npack(require(\"fstream-npm\")(folder), [options])\n```\n\nOptions:\n\n - `noProprietary` (defaults to `false`) Set this to `true` to prevent any proprietary attributes being added to the tarball. These attributes are allowed by the spec, but may trip up some poorly written tarball parsers.\n - `ignoreFiles` (defaults to `['.gitignore']`) These files can specify files to be excluded from the package using the syntax of `.gitignore`. This option is ignored if you parse a `fstream.DirReader` instead of a string for folder.\n - `filter` (defaults to `entry => true`) A function that takes an entry and returns `true` if it should be included in the package and `false` if it should not. Entryies are of the form `{path, basename, dirname, type}` where (type is \"Directory\" or \"File\"). This function is ignored if you parse a `fstream.DirReader` instead of a string for folder.\n\nExample:\n\n```js\nvar write = require('fs').createWriteStream\nvar pack = require('tar-pack').pack\npack(process.cwd())\n .pipe(write(__dirname + '/package.tar.gz'))\n .on('error', function (err) {\n console.error(err.stack)\n })\n .on('close', function () {\n console.log('done')\n })\n```\n\n### unpack(folder, [options,] cb)\n\nReturn a stream that unpacks a tarball into a folder at `folder`. N.B. the output folder will be removed first if it already exists.\n\nThe callback is called with an optional error and, as its second argument, a string which is one of:\n\n - `'directory'`, indicating that the extracted package was a directory (either `.tar.gz` or `.tar`)\n - `'file'`, incating that the extracted package was just a single file (extracted to `defaultName`, see options)\n\nBasic Options:\n\n - `defaultName` (defaults to `index.js`) If the package is a single file, rather than a tarball, it will be \"extracted\" to this file name, set to `false` to disable.\n\nAdvanced Options (you probably don't need any of these):\n\n - `gid` - (defaults to `null`) the `gid` to use when writing files\n - `uid` - (defaults to `null`) the `uid` to use when writing files\n - `dmode` - (defaults to `0777`) The mode to use when creating directories\n - `fmode` - (defaults to `0666`) The mode to use when creating files\n - `unsafe` - (defaults to `false`) (on non win32 OSes it overrides `gid` and `uid` with the current processes IDs)\n\nExample:\n\n```js\nvar read = require('fs').createReadStream\nvar unpack = require('tar-pack').unpack\nread(process.cwd() + '/package.tar.gz')\n .pipe(unpack(__dirname + '/package/', function (err) {\n if (err) console.error(err.stack)\n else console.log('done')\n }))\n```\n\n## License\n\n BSD",
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/ForbesLindesay/tar-pack.git"
@@ -1265,7 +1265,6 @@ CookieJar.deserialize = function(strOrObj, store, cb) {
1265
1265
  });
1266
1266
  };
1267
1267
 
1268
- CookieJar.fromJSON = CookieJar.deserializeSync;
1269
1268
  CookieJar.deserializeSync = function(strOrObj, store) {
1270
1269
  var serialized = typeof strOrObj === 'string' ?
1271
1270
  JSON.parse(strOrObj) : strOrObj;
@@ -1279,6 +1278,7 @@ CookieJar.deserializeSync = function(strOrObj, store) {
1279
1278
  jar._importCookiesSync(serialized);
1280
1279
  return jar;
1281
1280
  };
1281
+ CookieJar.fromJSON = CookieJar.deserializeSync;
1282
1282
 
1283
1283
  CAN_BE_SYNC.push('clone');
1284
1284
  CookieJar.prototype.clone = function(newStore, cb) {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "_from": "tough-cookie@~2.2.0",
3
- "_id": "tough-cookie@2.2.0",
3
+ "_id": "tough-cookie@2.2.1",
4
4
  "_location": "/tough-cookie",
5
5
  "_nodeVersion": "0.12.5",
6
6
  "_npmUser": {
@@ -12,8 +12,8 @@
12
12
  "_requiredBy": [
13
13
  "/request"
14
14
  ],
15
- "_resolved": "https://registry.npmjs.org/tough-cookie/-/tough-cookie-2.2.0.tgz",
16
- "_shasum": "d4ce661075e5fddb7f20341d3f9931a6fbbadde0",
15
+ "_resolved": "https://registry.npmjs.org/tough-cookie/-/tough-cookie-2.2.1.tgz",
16
+ "_shasum": "3b0516b799e70e8164436a1446e7e5877fda118e",
17
17
  "author": {
18
18
  "email": "jstashewsky@salesforce.com",
19
19
  "name": "Jeremy Stashewsky"
@@ -49,8 +49,8 @@
49
49
  },
50
50
  "directories": {},
51
51
  "dist": {
52
- "shasum": "d4ce661075e5fddb7f20341d3f9931a6fbbadde0",
53
- "tarball": "http://registry.npmjs.org/tough-cookie/-/tough-cookie-2.2.0.tgz"
52
+ "shasum": "3b0516b799e70e8164436a1446e7e5877fda118e",
53
+ "tarball": "http://registry.npmjs.org/tough-cookie/-/tough-cookie-2.2.1.tgz"
54
54
  },
55
55
  "engines": {
56
56
  "node": ">=0.10.0"
@@ -58,7 +58,7 @@
58
58
  "files": [
59
59
  "lib"
60
60
  ],
61
- "gitHead": "fb1456177c9b51445afa34656eb314c70c2adcd2",
61
+ "gitHead": "f1055655ea56c85bd384aaf7d5b740b916700b6f",
62
62
  "homepage": "https://github.com/SalesforceEng/tough-cookie",
63
63
  "keywords": [
64
64
  "HTTP",
@@ -93,5 +93,5 @@
93
93
  "suffixup": "curl -o public_suffix_list.dat https://publicsuffix.org/list/public_suffix_list.dat && ./generate-pubsuffix.js",
94
94
  "test": "vows test/*_test.js"
95
95
  },
96
- "version": "2.2.0"
96
+ "version": "2.2.1"
97
97
  }
@@ -0,0 +1,4 @@
1
+ .eslintrc
2
+ .travis.yml
3
+ bower.json
4
+ test