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.
- package/Readme.md +12 -13
- package/node_modules/ansi/package.json +1 -2
- package/node_modules/are-we-there-yet/package.json +1 -2
- package/node_modules/asn1/.travis.yml +4 -0
- package/node_modules/asn1/lib/ber/reader.js +27 -33
- package/node_modules/asn1/lib/ber/writer.js +10 -11
- package/node_modules/asn1/package.json +21 -19
- package/node_modules/asn1/tst/ber/reader.test.js +36 -0
- package/node_modules/asn1/tst/ber/writer.test.js +74 -0
- package/node_modules/assert-plus/package.json +1 -0
- package/node_modules/{ctype → bl/node_modules/readable-stream/node_modules/core-util-is}/LICENSE +1 -6
- package/node_modules/bl/node_modules/readable-stream/node_modules/core-util-is/lib/util.js +11 -11
- package/node_modules/bl/node_modules/readable-stream/node_modules/core-util-is/package.json +17 -12
- package/node_modules/bl/node_modules/readable-stream/node_modules/core-util-is/test.js +68 -0
- package/node_modules/boom/package.json +1 -1
- package/node_modules/commander/package.json +1 -1
- package/node_modules/core-util-is/LICENSE +19 -0
- package/node_modules/core-util-is/lib/util.js +11 -11
- package/node_modules/core-util-is/package.json +17 -12
- package/node_modules/core-util-is/test.js +68 -0
- package/node_modules/dashdash/README.md +508 -0
- package/node_modules/dashdash/lib/dashdash.js +813 -0
- package/node_modules/dashdash/package.json +87 -0
- package/node_modules/deep-extend/LICENSE +1 -1
- package/node_modules/deep-extend/README.md +89 -52
- package/node_modules/deep-extend/index.js +1 -90
- package/node_modules/deep-extend/lib/deep-extend.js +144 -0
- package/node_modules/deep-extend/package.json +47 -16
- package/node_modules/deep-extend/test/index.spec.js +168 -5
- package/node_modules/delegates/package.json +1 -2
- package/node_modules/ecc-jsbn/.npmignore +15 -0
- package/node_modules/ecc-jsbn/LICENSE +21 -0
- package/node_modules/ecc-jsbn/README.md +8 -0
- package/node_modules/ecc-jsbn/index.js +57 -0
- package/node_modules/ecc-jsbn/lib/LICENSE-jsbn +40 -0
- package/node_modules/ecc-jsbn/lib/ec.js +561 -0
- package/node_modules/ecc-jsbn/lib/sec.js +170 -0
- package/node_modules/ecc-jsbn/package.json +63 -0
- package/node_modules/ecc-jsbn/test.js +14 -0
- package/node_modules/extsprintf/.gitmodules +6 -0
- package/node_modules/{path-is-absolute/license → extsprintf/LICENSE} +2 -4
- package/node_modules/extsprintf/Makefile +23 -0
- package/node_modules/extsprintf/Makefile.deps +39 -0
- package/node_modules/extsprintf/Makefile.targ +285 -0
- package/node_modules/extsprintf/README.md +39 -0
- package/node_modules/extsprintf/examples/simple.js +2 -0
- package/node_modules/{ctype/tools/jsl.conf → extsprintf/jsl.node.conf} +71 -63
- package/node_modules/extsprintf/lib/extsprintf.js +166 -0
- package/node_modules/extsprintf/package.json +48 -0
- package/node_modules/fstream/package.json +1 -2
- package/node_modules/{balanced-match → fstream-ignore/node_modules/minimatch/node_modules/brace-expansion/node_modules/balanced-match}/package.json +4 -22
- package/node_modules/{concat-map → fstream-ignore/node_modules/minimatch/node_modules/brace-expansion/node_modules/concat-map}/package.json +3 -21
- package/node_modules/{brace-expansion → fstream-ignore/node_modules/minimatch/node_modules/brace-expansion}/package.json +4 -23
- package/node_modules/fstream-ignore/node_modules/minimatch/package.json +4 -24
- package/node_modules/fstream-ignore/package.json +1 -2
- package/node_modules/gauge/package.json +1 -2
- package/node_modules/har-validator/package.json +15 -15
- package/node_modules/has-unicode/package.json +1 -2
- package/node_modules/hawk/dist/client.js +340 -0
- package/node_modules/hawk/lib/browser.js +14 -20
- package/node_modules/hawk/package.json +10 -10
- package/node_modules/hawk/test/browser.js +134 -101
- package/node_modules/hawk/test/index.js +61 -61
- package/node_modules/hawk/test/server.js +72 -84
- package/node_modules/hawk/test/uri.js +52 -63
- package/node_modules/http-signature/CHANGES.md +39 -0
- package/node_modules/http-signature/http_signing.md +16 -17
- package/node_modules/http-signature/lib/index.js +6 -4
- package/node_modules/http-signature/lib/parser.js +43 -29
- package/node_modules/http-signature/lib/signer.js +290 -74
- package/node_modules/http-signature/lib/utils.js +112 -0
- package/node_modules/http-signature/lib/verify.js +47 -15
- package/node_modules/http-signature/package.json +20 -14
- package/node_modules/is-my-json-valid/index.js +16 -14
- package/node_modules/is-my-json-valid/package.json +16 -12
- package/node_modules/is-typedarray/LICENSE.md +18 -0
- package/node_modules/is-typedarray/README.md +16 -0
- package/node_modules/is-typedarray/index.js +41 -0
- package/node_modules/is-typedarray/package.json +63 -0
- package/node_modules/is-typedarray/test.js +34 -0
- package/node_modules/jodid25519/.npmignore +11 -0
- package/node_modules/jodid25519/.travis.yml +7 -0
- package/node_modules/jodid25519/AUTHORS.md +3 -0
- package/node_modules/jodid25519/LICENSE +23 -0
- package/node_modules/jodid25519/README.md +51 -0
- package/node_modules/jodid25519/almond.0 +42 -0
- package/node_modules/jodid25519/almond.1 +13 -0
- package/node_modules/jodid25519/index.js +35 -0
- package/node_modules/jodid25519/jsdoc.json +19 -0
- package/node_modules/jodid25519/lib/core.js +481 -0
- package/node_modules/jodid25519/lib/curve255.js +221 -0
- package/node_modules/jodid25519/lib/dh.js +111 -0
- package/node_modules/jodid25519/lib/eddsa.js +573 -0
- package/node_modules/jodid25519/lib/utils.js +198 -0
- package/node_modules/jodid25519/package.json +77 -0
- package/node_modules/jsbn/.npmignore +2 -0
- package/node_modules/jsbn/LICENSE +40 -0
- package/node_modules/jsbn/README.md +175 -0
- package/node_modules/jsbn/example.html +12 -0
- package/node_modules/jsbn/example.js +3 -0
- package/node_modules/jsbn/index.js +1358 -0
- package/node_modules/jsbn/package.json +60 -0
- package/node_modules/json-schema/README.md +5 -0
- package/node_modules/json-schema/draft-00/hyper-schema +68 -0
- package/node_modules/json-schema/draft-00/json-ref +26 -0
- package/node_modules/json-schema/draft-00/links +33 -0
- package/node_modules/json-schema/draft-00/schema +155 -0
- package/node_modules/json-schema/draft-01/hyper-schema +68 -0
- package/node_modules/json-schema/draft-01/json-ref +26 -0
- package/node_modules/json-schema/draft-01/links +33 -0
- package/node_modules/json-schema/draft-01/schema +155 -0
- package/node_modules/json-schema/draft-02/hyper-schema +68 -0
- package/node_modules/json-schema/draft-02/json-ref +26 -0
- package/node_modules/json-schema/draft-02/links +35 -0
- package/node_modules/json-schema/draft-02/schema +166 -0
- package/node_modules/json-schema/draft-03/examples/address +20 -0
- package/node_modules/json-schema/draft-03/examples/calendar +53 -0
- package/node_modules/json-schema/draft-03/examples/card +105 -0
- package/node_modules/json-schema/draft-03/examples/geo +8 -0
- package/node_modules/json-schema/draft-03/examples/interfaces +23 -0
- package/node_modules/json-schema/draft-03/hyper-schema +60 -0
- package/node_modules/json-schema/draft-03/json-ref +26 -0
- package/node_modules/json-schema/draft-03/links +35 -0
- package/node_modules/json-schema/draft-03/schema +174 -0
- package/node_modules/json-schema/draft-04/hyper-schema +60 -0
- package/node_modules/json-schema/draft-04/links +41 -0
- package/node_modules/json-schema/draft-04/schema +189 -0
- package/node_modules/json-schema/draft-zyp-json-schema-03.xml +1120 -0
- package/node_modules/json-schema/draft-zyp-json-schema-04.xml +1072 -0
- package/node_modules/json-schema/lib/links.js +52 -0
- package/node_modules/json-schema/lib/validate.js +260 -0
- package/node_modules/json-schema/package.json +67 -0
- package/node_modules/json-schema/test/tests.js +95 -0
- package/node_modules/jsprim/CHANGES.md +30 -0
- package/node_modules/jsprim/LICENSE +19 -0
- package/node_modules/jsprim/README.md +228 -0
- package/node_modules/jsprim/lib/jsprim.js +478 -0
- package/node_modules/jsprim/package.json +54 -0
- package/node_modules/lodash._basetostring/package.json +1 -2
- package/node_modules/lodash._createpadding/package.json +1 -2
- package/node_modules/lodash.pad/package.json +1 -2
- package/node_modules/lodash.padleft/package.json +1 -2
- package/node_modules/lodash.padright/package.json +1 -2
- package/node_modules/lodash.repeat/package.json +1 -2
- package/node_modules/node-pre-gyp/CHANGELOG.md +8 -0
- package/node_modules/node-pre-gyp/README.md +570 -0
- package/node_modules/node-pre-gyp/lib/util/abi_crosswalk.json +4 -0
- package/node_modules/node-pre-gyp/node_modules/nopt/lib/nopt.js +2 -1
- package/node_modules/{abbrev → node-pre-gyp/node_modules/nopt/node_modules/abbrev}/package.json +30 -37
- package/node_modules/node-pre-gyp/node_modules/nopt/package.json +37 -57
- package/node_modules/node-pre-gyp/node_modules/nopt/test/basic.js +22 -0
- package/node_modules/node-pre-gyp/package.json +17 -17
- package/node_modules/node-uuid/.npmignore +2 -0
- package/node_modules/node-uuid/README.md +12 -1
- package/node_modules/node-uuid/bower.json +1 -1
- package/node_modules/node-uuid/component.json +11 -4
- package/node_modules/node-uuid/package.json +25 -12
- package/node_modules/node-uuid/test/test.js +3 -0
- package/node_modules/node-uuid/uuid.js +70 -45
- package/node_modules/npmlog/.travis.yml +14 -0
- package/node_modules/npmlog/log.js +3 -0
- package/node_modules/npmlog/package.json +23 -20
- package/node_modules/npmlog/test/basic.js +8 -1
- package/node_modules/once/package.json +2 -3
- package/node_modules/pinkie/index.js +23 -7
- package/node_modules/pinkie/package.json +22 -15
- package/node_modules/pinkie/readme.md +17 -9
- package/node_modules/pinkie-promise/package.json +16 -14
- package/node_modules/pinkie-promise/readme.md +5 -3
- package/node_modules/rc/README.md +1 -1
- package/node_modules/rc/index.js +1 -1
- package/node_modules/rc/node_modules/minimist/package.json +1 -1
- package/node_modules/rc/package.json +12 -12
- package/node_modules/request/.eslintrc +1 -1
- package/node_modules/request/.travis.yml +4 -4
- package/node_modules/request/CHANGELOG.md +25 -0
- package/node_modules/request/README.md +12 -13
- package/node_modules/request/lib/har.js +84 -75
- package/node_modules/request/lib/redirect.js +2 -3
- package/node_modules/request/lib/tunnel.js +13 -18
- package/node_modules/request/package.json +17 -16
- package/node_modules/request/request.js +16 -59
- package/node_modules/rimraf/README.md +7 -2
- package/node_modules/{wrappy → rimraf/node_modules/glob/node_modules/inflight/node_modules/wrappy}/package.json +5 -25
- package/node_modules/{inflight → rimraf/node_modules/glob/node_modules/inflight}/package.json +5 -25
- package/node_modules/rimraf/node_modules/glob/node_modules/inherits/LICENSE +16 -0
- package/node_modules/rimraf/node_modules/glob/node_modules/inherits/README.md +42 -0
- package/node_modules/rimraf/node_modules/glob/node_modules/inherits/inherits.js +1 -0
- package/node_modules/rimraf/node_modules/glob/node_modules/inherits/inherits_browser.js +23 -0
- package/node_modules/rimraf/node_modules/glob/node_modules/inherits/package.json +58 -0
- package/node_modules/rimraf/node_modules/glob/node_modules/inherits/test.js +25 -0
- package/node_modules/rimraf/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/.npmignore +3 -0
- package/node_modules/rimraf/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/README.md +122 -0
- package/node_modules/rimraf/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/example.js +8 -0
- package/node_modules/rimraf/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/index.js +191 -0
- package/node_modules/rimraf/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/node_modules/balanced-match/.npmignore +2 -0
- package/node_modules/rimraf/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/node_modules/balanced-match/.travis.yml +3 -0
- package/node_modules/rimraf/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/node_modules/balanced-match/LICENSE.md +21 -0
- package/node_modules/rimraf/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/node_modules/balanced-match/Makefile +6 -0
- package/node_modules/rimraf/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/node_modules/balanced-match/README.md +80 -0
- package/node_modules/rimraf/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/node_modules/balanced-match/example.js +5 -0
- package/node_modules/rimraf/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/node_modules/balanced-match/index.js +38 -0
- package/node_modules/rimraf/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/node_modules/balanced-match/package.json +79 -0
- package/node_modules/rimraf/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/node_modules/balanced-match/test/balanced.js +56 -0
- package/node_modules/rimraf/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/node_modules/concat-map/.travis.yml +4 -0
- package/node_modules/rimraf/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/node_modules/concat-map/LICENSE +18 -0
- package/node_modules/rimraf/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/node_modules/concat-map/README.markdown +62 -0
- package/node_modules/rimraf/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/node_modules/concat-map/example/map.js +6 -0
- package/node_modules/rimraf/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/node_modules/concat-map/index.js +13 -0
- package/node_modules/rimraf/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/node_modules/concat-map/package.json +90 -0
- package/node_modules/rimraf/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/node_modules/concat-map/test/map.js +39 -0
- package/node_modules/rimraf/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/package.json +81 -0
- package/node_modules/rimraf/node_modules/{minimatch → glob/node_modules/minimatch}/package.json +3 -21
- package/node_modules/rimraf/node_modules/glob/node_modules/once/node_modules/wrappy/README.md +36 -0
- package/node_modules/rimraf/node_modules/glob/node_modules/once/node_modules/wrappy/package.json +58 -0
- package/node_modules/rimraf/node_modules/glob/node_modules/once/node_modules/wrappy/test/basic.js +51 -0
- package/node_modules/rimraf/node_modules/glob/node_modules/once/node_modules/wrappy/wrappy.js +33 -0
- package/node_modules/rimraf/node_modules/glob/node_modules/once/package.json +70 -0
- package/node_modules/{path-is-absolute → rimraf/node_modules/glob/node_modules/path-is-absolute}/package.json +4 -22
- package/node_modules/rimraf/node_modules/glob/package.json +2 -20
- package/node_modules/rimraf/package.json +10 -10
- package/node_modules/semver/README.md +25 -1
- package/node_modules/semver/package.json +10 -10
- package/node_modules/semver/range.bnf +16 -0
- package/node_modules/semver/semver.js +0 -12
- package/node_modules/sshpk/.npmignore +8 -0
- package/node_modules/sshpk/.travis.yml +11 -0
- package/node_modules/sshpk/LICENSE +18 -0
- package/node_modules/sshpk/README.md +436 -0
- package/node_modules/sshpk/bin/sshpk-conv +183 -0
- package/node_modules/sshpk/lib/algs.js +168 -0
- package/node_modules/sshpk/lib/dhe.js +312 -0
- package/node_modules/sshpk/lib/ed-compat.js +94 -0
- package/node_modules/sshpk/lib/errors.js +58 -0
- package/node_modules/sshpk/lib/fingerprint.js +140 -0
- package/node_modules/sshpk/lib/formats/auto.js +73 -0
- package/node_modules/sshpk/lib/formats/pem.js +152 -0
- package/node_modules/sshpk/lib/formats/pkcs1.js +320 -0
- package/node_modules/sshpk/lib/formats/pkcs8.js +510 -0
- package/node_modules/sshpk/lib/formats/rfc4253.js +145 -0
- package/node_modules/sshpk/lib/formats/ssh-private.js +138 -0
- package/node_modules/sshpk/lib/formats/ssh.js +114 -0
- package/node_modules/sshpk/lib/index.js +25 -0
- package/node_modules/sshpk/lib/key.js +260 -0
- package/node_modules/sshpk/lib/private-key.js +224 -0
- package/node_modules/sshpk/lib/signature.js +237 -0
- package/node_modules/sshpk/lib/ssh-buffer.js +123 -0
- package/node_modules/sshpk/lib/utils.js +207 -0
- package/node_modules/sshpk/node_modules/assert-plus/AUTHORS +6 -0
- package/node_modules/sshpk/node_modules/assert-plus/CHANGES.md +8 -0
- package/node_modules/sshpk/node_modules/assert-plus/README.md +155 -0
- package/node_modules/sshpk/node_modules/assert-plus/assert.js +206 -0
- package/node_modules/sshpk/node_modules/assert-plus/package.json +88 -0
- package/node_modules/sshpk/package.json +92 -0
- package/node_modules/strip-json-comments/cli.js +2 -2
- package/node_modules/strip-json-comments/package.json +13 -12
- package/node_modules/strip-json-comments/readme.md +11 -5
- package/node_modules/strip-json-comments/strip-json-comments.js +16 -7
- package/node_modules/tar/package.json +1 -2
- package/node_modules/tar-pack/node_modules/readable-stream/node_modules/core-util-is/LICENSE +19 -0
- package/node_modules/tar-pack/node_modules/readable-stream/node_modules/core-util-is/lib/util.js +11 -11
- package/node_modules/tar-pack/node_modules/readable-stream/node_modules/core-util-is/package.json +17 -12
- package/node_modules/tar-pack/node_modules/readable-stream/node_modules/core-util-is/test.js +68 -0
- package/node_modules/tar-pack/node_modules/readable-stream/node_modules/inherits/package.json +1 -1
- package/node_modules/tar-pack/node_modules/rimraf/package.json +1 -2
- package/node_modules/tar-pack/package.json +1 -2
- package/node_modules/tough-cookie/lib/cookie.js +1 -1
- package/node_modules/tough-cookie/package.json +7 -7
- package/node_modules/tweetnacl/.npmignore +4 -0
- package/node_modules/tweetnacl/CHANGELOG.md +128 -0
- package/node_modules/tweetnacl/README.md +463 -0
- package/node_modules/tweetnacl/nacl-fast.js +2418 -0
- package/node_modules/tweetnacl/nacl-fast.min.js +2 -0
- package/node_modules/tweetnacl/nacl.js +1205 -0
- package/node_modules/tweetnacl/nacl.min.js +1 -0
- package/node_modules/tweetnacl/package.json +101 -0
- package/node_modules/uid-number/package.json +2 -3
- package/node_modules/verror/.gitmodules +0 -0
- package/node_modules/verror/LICENSE +19 -0
- package/node_modules/verror/Makefile +35 -0
- package/node_modules/verror/Makefile.targ +285 -0
- package/node_modules/verror/README.md +120 -0
- package/node_modules/verror/examples/levels-verror.js +36 -0
- package/node_modules/verror/examples/levels-werror.js +34 -0
- package/node_modules/verror/examples/varargs.js +6 -0
- package/node_modules/verror/examples/verror.js +13 -0
- package/node_modules/verror/examples/werror.js +14 -0
- package/node_modules/verror/jsl.node.conf +139 -0
- package/node_modules/verror/lib/verror.js +157 -0
- package/node_modules/verror/package.json +51 -0
- package/node_modules/verror/tests/tst.inherit.js +100 -0
- package/node_modules/verror/tests/tst.verror.js +156 -0
- package/node_modules/verror/tests/tst.werror.js +179 -0
- package/package.json +3 -3
- package/node_modules/bl/node_modules/readable-stream/node_modules/core-util-is/util.js +0 -106
- package/node_modules/core-util-is/util.js +0 -106
- package/node_modules/ctype/.npmignore +0 -1
- package/node_modules/ctype/CHANGELOG +0 -78
- package/node_modules/ctype/README +0 -82
- package/node_modules/ctype/README.old +0 -298
- package/node_modules/ctype/ctf.js +0 -245
- package/node_modules/ctype/ctio.js +0 -1485
- package/node_modules/ctype/ctype.js +0 -944
- package/node_modules/ctype/man/man3ctype/ctio.3ctype +0 -241
- package/node_modules/ctype/package.json +0 -51
- package/node_modules/ctype/tools/jsstyle +0 -839
- package/node_modules/http-signature/lib/util.js +0 -306
- package/node_modules/inflight/node_modules/once/package.json +0 -86
- package/node_modules/inflight/node_modules/once/test/once.js +0 -23
- package/node_modules/rimraf/node_modules/glob/LICENSE +0 -15
- package/node_modules/rimraf/node_modules/minimatch/LICENSE +0 -15
- package/node_modules/rimraf/node_modules/once/LICENSE +0 -15
- package/node_modules/rimraf/node_modules/once/README.md +0 -51
- package/node_modules/rimraf/node_modules/once/once.js +0 -21
- package/node_modules/rimraf/node_modules/once/package.json +0 -84
- package/node_modules/rimraf/node_modules/once/test/once.js +0 -23
- package/node_modules/tar-pack/node_modules/readable-stream/node_modules/core-util-is/util.js +0 -106
- package/node_modules/wrappy/LICENSE +0 -15
- /package/node_modules/{brace-expansion → fstream-ignore/node_modules/minimatch/node_modules/brace-expansion}/.npmignore +0 -0
- /package/node_modules/{brace-expansion → fstream-ignore/node_modules/minimatch/node_modules/brace-expansion}/README.md +0 -0
- /package/node_modules/{brace-expansion → fstream-ignore/node_modules/minimatch/node_modules/brace-expansion}/example.js +0 -0
- /package/node_modules/{brace-expansion → fstream-ignore/node_modules/minimatch/node_modules/brace-expansion}/index.js +0 -0
- /package/node_modules/{balanced-match → fstream-ignore/node_modules/minimatch/node_modules/brace-expansion/node_modules/balanced-match}/.npmignore +0 -0
- /package/node_modules/{balanced-match → fstream-ignore/node_modules/minimatch/node_modules/brace-expansion/node_modules/balanced-match}/.travis.yml +0 -0
- /package/node_modules/{balanced-match → fstream-ignore/node_modules/minimatch/node_modules/brace-expansion/node_modules/balanced-match}/LICENSE.md +0 -0
- /package/node_modules/{balanced-match → fstream-ignore/node_modules/minimatch/node_modules/brace-expansion/node_modules/balanced-match}/Makefile +0 -0
- /package/node_modules/{balanced-match → fstream-ignore/node_modules/minimatch/node_modules/brace-expansion/node_modules/balanced-match}/README.md +0 -0
- /package/node_modules/{balanced-match → fstream-ignore/node_modules/minimatch/node_modules/brace-expansion/node_modules/balanced-match}/example.js +0 -0
- /package/node_modules/{balanced-match → fstream-ignore/node_modules/minimatch/node_modules/brace-expansion/node_modules/balanced-match}/index.js +0 -0
- /package/node_modules/{balanced-match → fstream-ignore/node_modules/minimatch/node_modules/brace-expansion/node_modules/balanced-match}/test/balanced.js +0 -0
- /package/node_modules/{concat-map → fstream-ignore/node_modules/minimatch/node_modules/brace-expansion/node_modules/concat-map}/.travis.yml +0 -0
- /package/node_modules/{concat-map → fstream-ignore/node_modules/minimatch/node_modules/brace-expansion/node_modules/concat-map}/LICENSE +0 -0
- /package/node_modules/{concat-map → fstream-ignore/node_modules/minimatch/node_modules/brace-expansion/node_modules/concat-map}/README.markdown +0 -0
- /package/node_modules/{concat-map → fstream-ignore/node_modules/minimatch/node_modules/brace-expansion/node_modules/concat-map}/example/map.js +0 -0
- /package/node_modules/{concat-map → fstream-ignore/node_modules/minimatch/node_modules/brace-expansion/node_modules/concat-map}/index.js +0 -0
- /package/node_modules/{concat-map → fstream-ignore/node_modules/minimatch/node_modules/brace-expansion/node_modules/concat-map}/test/map.js +0 -0
- /package/node_modules/{abbrev → node-pre-gyp/node_modules/nopt/node_modules/abbrev}/.npmignore +0 -0
- /package/node_modules/{abbrev → node-pre-gyp/node_modules/nopt/node_modules/abbrev}/.travis.yml +0 -0
- /package/node_modules/{abbrev → node-pre-gyp/node_modules/nopt/node_modules/abbrev}/CONTRIBUTING.md +0 -0
- /package/node_modules/{abbrev → node-pre-gyp/node_modules/nopt/node_modules/abbrev}/LICENSE +0 -0
- /package/node_modules/{abbrev → node-pre-gyp/node_modules/nopt/node_modules/abbrev}/README.md +0 -0
- /package/node_modules/{abbrev → node-pre-gyp/node_modules/nopt/node_modules/abbrev}/abbrev.js +0 -0
- /package/node_modules/{abbrev → node-pre-gyp/node_modules/nopt/node_modules/abbrev}/test.js +0 -0
- /package/node_modules/{inflight → rimraf/node_modules/glob/node_modules/inflight}/.eslintrc +0 -0
- /package/node_modules/{inflight → rimraf/node_modules/glob/node_modules/inflight}/LICENSE +0 -0
- /package/node_modules/{inflight → rimraf/node_modules/glob/node_modules/inflight}/README.md +0 -0
- /package/node_modules/{inflight → rimraf/node_modules/glob/node_modules/inflight}/inflight.js +0 -0
- /package/node_modules/{fstream-ignore/node_modules/minimatch → rimraf/node_modules/glob/node_modules/inflight/node_modules/wrappy}/LICENSE +0 -0
- /package/node_modules/{wrappy → rimraf/node_modules/glob/node_modules/inflight/node_modules/wrappy}/README.md +0 -0
- /package/node_modules/{wrappy → rimraf/node_modules/glob/node_modules/inflight/node_modules/wrappy}/test/basic.js +0 -0
- /package/node_modules/{wrappy → rimraf/node_modules/glob/node_modules/inflight/node_modules/wrappy}/wrappy.js +0 -0
- /package/node_modules/{inflight → rimraf/node_modules/glob/node_modules/inflight}/test.js +0 -0
- /package/node_modules/rimraf/node_modules/{minimatch → glob/node_modules/minimatch}/README.md +0 -0
- /package/node_modules/rimraf/node_modules/{minimatch → glob/node_modules/minimatch}/minimatch.js +0 -0
- /package/node_modules/{inflight → rimraf/node_modules/glob}/node_modules/once/README.md +0 -0
- /package/node_modules/{inflight/node_modules/once → rimraf/node_modules/glob/node_modules/once/node_modules/wrappy}/LICENSE +0 -0
- /package/node_modules/{inflight → rimraf/node_modules/glob}/node_modules/once/once.js +0 -0
- /package/node_modules/{path-is-absolute → rimraf/node_modules/glob/node_modules/path-is-absolute}/index.js +0 -0
- /package/node_modules/{path-is-absolute → rimraf/node_modules/glob/node_modules/path-is-absolute}/readme.md +0 -0
- /package/node_modules/{deep-extend → verror}/.npmignore +0 -0
@@ -1,26 +1,26 @@
|
|
1
1
|
{
|
2
|
-
"_from": "npmlog@~
|
3
|
-
"_id": "npmlog@
|
2
|
+
"_from": "npmlog@~2.0.0",
|
3
|
+
"_id": "npmlog@2.0.0",
|
4
4
|
"_location": "/npmlog",
|
5
|
-
"_nodeVersion": "2.
|
5
|
+
"_nodeVersion": "4.2.1",
|
6
6
|
"_npmUser": {
|
7
|
-
"email": "
|
8
|
-
"name": "
|
7
|
+
"email": "ogd@aoaioxxysz.net",
|
8
|
+
"name": "othiym23"
|
9
9
|
},
|
10
|
-
"_npmVersion": "2.
|
10
|
+
"_npmVersion": "2.14.9",
|
11
11
|
"_phantomChildren": {},
|
12
12
|
"_requiredBy": [
|
13
13
|
"/node-pre-gyp"
|
14
14
|
],
|
15
|
-
"_resolved": "https://registry.npmjs.org/npmlog/-/npmlog-
|
16
|
-
"_shasum": "
|
15
|
+
"_resolved": "https://registry.npmjs.org/npmlog/-/npmlog-2.0.0.tgz",
|
16
|
+
"_shasum": "4076c200a3dda51133e6f3cf052130105f78bbdf",
|
17
17
|
"author": {
|
18
18
|
"email": "i@izs.me",
|
19
19
|
"name": "Isaac Z. Schlueter",
|
20
20
|
"url": "http://blog.izs.me/"
|
21
21
|
},
|
22
22
|
"bugs": {
|
23
|
-
"url": "https://github.com/
|
23
|
+
"url": "https://github.com/npm/npmlog/issues"
|
24
24
|
},
|
25
25
|
"dependencies": {
|
26
26
|
"ansi": "~0.3.0",
|
@@ -29,37 +29,40 @@
|
|
29
29
|
},
|
30
30
|
"description": "logger for npm",
|
31
31
|
"devDependencies": {
|
32
|
-
"tap": ""
|
32
|
+
"tap": "~2.2.0"
|
33
33
|
},
|
34
34
|
"directories": {},
|
35
35
|
"dist": {
|
36
|
-
"shasum": "
|
37
|
-
"tarball": "http://registry.npmjs.org/npmlog/-/npmlog-
|
36
|
+
"shasum": "4076c200a3dda51133e6f3cf052130105f78bbdf",
|
37
|
+
"tarball": "http://registry.npmjs.org/npmlog/-/npmlog-2.0.0.tgz"
|
38
38
|
},
|
39
|
-
"gitHead": "
|
40
|
-
"homepage": "https://github.com/
|
39
|
+
"gitHead": "6eaa3f8eec672bb7b56a4df9b55dbfff3b9c6a71",
|
40
|
+
"homepage": "https://github.com/npm/npmlog#readme",
|
41
41
|
"license": "ISC",
|
42
42
|
"main": "log.js",
|
43
43
|
"maintainers": [
|
44
|
+
{
|
45
|
+
"name": "iarna",
|
46
|
+
"email": "me@re-becca.org"
|
47
|
+
},
|
44
48
|
{
|
45
49
|
"name": "isaacs",
|
46
50
|
"email": "i@izs.me"
|
47
51
|
},
|
48
52
|
{
|
49
|
-
"name": "
|
50
|
-
"email": "
|
53
|
+
"name": "othiym23",
|
54
|
+
"email": "ogd@aoaioxxysz.net"
|
51
55
|
}
|
52
56
|
],
|
53
57
|
"name": "npmlog",
|
54
58
|
"optionalDependencies": {},
|
55
|
-
"readme": "
|
56
|
-
"readmeFilename": "README.md",
|
59
|
+
"readme": "ERROR: No README data found!",
|
57
60
|
"repository": {
|
58
61
|
"type": "git",
|
59
|
-
"url": "git://github.com/
|
62
|
+
"url": "git+https://github.com/npm/npmlog.git"
|
60
63
|
},
|
61
64
|
"scripts": {
|
62
65
|
"test": "tap test/*.js"
|
63
66
|
},
|
64
|
-
"version": "
|
67
|
+
"version": "2.0.0"
|
65
68
|
}
|
@@ -24,6 +24,7 @@ var resultExpect =
|
|
24
24
|
'\u001b[0m\u001b[37m\u001b[40mnpm\u001b[0m \u001b[0m\u001b[31m\u001b[40mERR!\u001b[0m \u001b[0m\u001b[35m404\u001b[0m and maybe a stack.\n',
|
25
25
|
'\u001b[0m\u001b[37m\u001b[40mnpm\u001b[0m \u001b[0m\u001b[31m\u001b[40mERR!\u001b[0m \u001b[0m\u001b[35m404\u001b[0m \n',
|
26
26
|
'\u001b[0m\u001b[37m\u001b[40mnpm\u001b[0m \u001b[0m\u0007noise\u001b[0m\u001b[35m\u001b[0m LOUD NOISES\n',
|
27
|
+
'\u001b[0m\u001b[37m\u001b[40mnpm\u001b[0m \u001b[0m\u0007noise\u001b[0m \u001b[0m\u001b[35merror\u001b[0m erroring\n',
|
27
28
|
'\u001b[0m' ]
|
28
29
|
|
29
30
|
var logPrefixEventsExpect =
|
@@ -161,7 +162,12 @@ var logEventsExpect =
|
|
161
162
|
level: 'noise',
|
162
163
|
prefix: false,
|
163
164
|
message: 'LOUD NOISES',
|
164
|
-
messageRaw: [ 'LOUD NOISES' ] }
|
165
|
+
messageRaw: [ 'LOUD NOISES' ] },
|
166
|
+
{ id: 23,
|
167
|
+
level: 'noise',
|
168
|
+
prefix: 'error',
|
169
|
+
message: 'erroring',
|
170
|
+
messageRaw: [ 'erroring' ] } ]
|
165
171
|
|
166
172
|
var Stream = require('stream').Stream
|
167
173
|
var s = new Stream()
|
@@ -217,6 +223,7 @@ tap.test('basic', function (t) {
|
|
217
223
|
'and maybe a stack.\n')
|
218
224
|
log.addLevel('noise', 10000, {beep: true})
|
219
225
|
log.noise(false, 'LOUD NOISES')
|
226
|
+
log.noise('error', 'erroring')
|
220
227
|
|
221
228
|
t.deepEqual(result.join('').trim(), resultExpect.join('').trim(), 'result')
|
222
229
|
t.deepEqual(log.record, logEventsExpect, 'record')
|
@@ -33,7 +33,7 @@
|
|
33
33
|
"shasum": "9db574933ccb08c3a7614d154032c09ea6f339e7",
|
34
34
|
"tarball": "http://registry.npmjs.org/once/-/once-1.1.1.tgz"
|
35
35
|
},
|
36
|
-
"homepage": "https://github.com/isaacs/once
|
36
|
+
"homepage": "https://github.com/isaacs/once",
|
37
37
|
"keywords": [
|
38
38
|
"function",
|
39
39
|
"once",
|
@@ -50,8 +50,7 @@
|
|
50
50
|
],
|
51
51
|
"name": "once",
|
52
52
|
"optionalDependencies": {},
|
53
|
-
"readme": "
|
54
|
-
"readmeFilename": "README.md",
|
53
|
+
"readme": "ERROR: No README data found!",
|
55
54
|
"repository": {
|
56
55
|
"type": "git",
|
57
56
|
"url": "git://github.com/isaacs/once.git"
|
@@ -5,9 +5,9 @@ var SETTLED = 'settled';
|
|
5
5
|
var FULFILLED = 'fulfilled';
|
6
6
|
var REJECTED = 'rejected';
|
7
7
|
var NOOP = function () {};
|
8
|
+
var isNode = typeof process !== 'undefined' && typeof process.emit === 'function';
|
8
9
|
|
9
|
-
|
10
|
-
var asyncSetTimer = typeof setImmediate !== 'undefined' ? setImmediate : setTimeout;
|
10
|
+
var asyncSetTimer = typeof setImmediate === 'undefined' ? setTimeout : setImmediate;
|
11
11
|
var asyncQueue = [];
|
12
12
|
var asyncTimer;
|
13
13
|
|
@@ -83,17 +83,18 @@ function handleThenable(promise, value) {
|
|
83
83
|
}
|
84
84
|
|
85
85
|
if (value && (typeof value === 'function' || typeof value === 'object')) {
|
86
|
-
|
86
|
+
// then should be retrieved only once
|
87
|
+
var then = value.then;
|
87
88
|
|
88
89
|
if (typeof then === 'function') {
|
89
90
|
then.call(value, function (val) {
|
90
91
|
if (!resolved) {
|
91
92
|
resolved = true;
|
92
93
|
|
93
|
-
if (value
|
94
|
-
resolve(promise, val);
|
95
|
-
} else {
|
94
|
+
if (value === val) {
|
96
95
|
fulfill(promise, val);
|
96
|
+
} else {
|
97
|
+
resolve(promise, val);
|
97
98
|
}
|
98
99
|
}
|
99
100
|
}, function (reason) {
|
@@ -154,6 +155,13 @@ function publishFulfillment(promise) {
|
|
154
155
|
function publishRejection(promise) {
|
155
156
|
promise._state = REJECTED;
|
156
157
|
publish(promise);
|
158
|
+
if (!promise._handled && isNode) {
|
159
|
+
process.emit('unhandledRejection', promise._data, promise);
|
160
|
+
}
|
161
|
+
}
|
162
|
+
|
163
|
+
function notifyRejectionHandled(promise) {
|
164
|
+
process.emit('rejectionHandled', promise);
|
157
165
|
}
|
158
166
|
|
159
167
|
/**
|
@@ -179,6 +187,7 @@ Promise.prototype = {
|
|
179
187
|
_state: PENDING,
|
180
188
|
_then: null,
|
181
189
|
_data: undefined,
|
190
|
+
_handled: false,
|
182
191
|
|
183
192
|
then: function (onFulfillment, onRejection) {
|
184
193
|
var subscriber = {
|
@@ -188,6 +197,13 @@ Promise.prototype = {
|
|
188
197
|
rejected: onRejection
|
189
198
|
};
|
190
199
|
|
200
|
+
if ((onRejection || onFulfillment) && !this._handled) {
|
201
|
+
this._handled = true;
|
202
|
+
if (this._state === REJECTED && isNode) {
|
203
|
+
asyncCall(notifyRejectionHandled, this);
|
204
|
+
}
|
205
|
+
}
|
206
|
+
|
191
207
|
if (this._state === FULFILLED || this._state === REJECTED) {
|
192
208
|
// already resolved, call callback async
|
193
209
|
asyncCall(invokeCallback, subscriber);
|
@@ -199,7 +215,7 @@ Promise.prototype = {
|
|
199
215
|
return subscriber.then;
|
200
216
|
},
|
201
217
|
|
202
|
-
|
218
|
+
catch: function (onRejection) {
|
203
219
|
return this.then(null, onRejection);
|
204
220
|
}
|
205
221
|
};
|
@@ -1,19 +1,19 @@
|
|
1
1
|
{
|
2
|
-
"_from": "pinkie@^
|
3
|
-
"_id": "pinkie@
|
2
|
+
"_from": "pinkie@^2.0.0",
|
3
|
+
"_id": "pinkie@2.0.1",
|
4
4
|
"_location": "/pinkie",
|
5
|
-
"_nodeVersion": "2.0
|
5
|
+
"_nodeVersion": "4.2.0",
|
6
6
|
"_npmUser": {
|
7
7
|
"email": "floatdrop@gmail.com",
|
8
8
|
"name": "floatdrop"
|
9
9
|
},
|
10
|
-
"_npmVersion": "2.
|
10
|
+
"_npmVersion": "2.14.7",
|
11
11
|
"_phantomChildren": {},
|
12
12
|
"_requiredBy": [
|
13
13
|
"/pinkie-promise"
|
14
14
|
],
|
15
|
-
"_resolved": "https://registry.npmjs.org/pinkie/-/pinkie-
|
16
|
-
"_shasum": "
|
15
|
+
"_resolved": "https://registry.npmjs.org/pinkie/-/pinkie-2.0.1.tgz",
|
16
|
+
"_shasum": "4236c86fc29f261c2045bbe81f78cbb2a5e8306c",
|
17
17
|
"author": {
|
18
18
|
"email": "floatdrop@gmail.com",
|
19
19
|
"name": "Vsevolod Strukchinsky",
|
@@ -23,15 +23,19 @@
|
|
23
23
|
"url": "https://github.com/floatdrop/pinkie/issues"
|
24
24
|
},
|
25
25
|
"dependencies": {},
|
26
|
-
"description": "Itty bitty little
|
26
|
+
"description": "Itty bitty little widdle twinkie pinkie ES2015 Promise implementation",
|
27
27
|
"devDependencies": {
|
28
|
+
"core-assert": "^0.1.1",
|
29
|
+
"coveralls": "^2.11.4",
|
28
30
|
"mocha": "*",
|
29
|
-
"
|
31
|
+
"nyc": "^3.2.2",
|
32
|
+
"promises-aplus-tests": "*",
|
33
|
+
"xo": "^0.10.1"
|
30
34
|
},
|
31
35
|
"directories": {},
|
32
36
|
"dist": {
|
33
|
-
"shasum": "
|
34
|
-
"tarball": "http://registry.npmjs.org/pinkie/-/pinkie-
|
37
|
+
"shasum": "4236c86fc29f261c2045bbe81f78cbb2a5e8306c",
|
38
|
+
"tarball": "http://registry.npmjs.org/pinkie/-/pinkie-2.0.1.tgz"
|
35
39
|
},
|
36
40
|
"engines": {
|
37
41
|
"node": ">=0.10.0"
|
@@ -39,11 +43,13 @@
|
|
39
43
|
"files": [
|
40
44
|
"index.js"
|
41
45
|
],
|
42
|
-
"gitHead": "
|
43
|
-
"homepage": "https://github.com/floatdrop/pinkie
|
46
|
+
"gitHead": "11d969408e6004f50c3b442fe330f2ead7eb3619",
|
47
|
+
"homepage": "https://github.com/floatdrop/pinkie",
|
44
48
|
"keywords": [
|
49
|
+
"es2015",
|
45
50
|
"es6",
|
46
|
-
"promise"
|
51
|
+
"promise",
|
52
|
+
"promises"
|
47
53
|
],
|
48
54
|
"license": "MIT",
|
49
55
|
"maintainers": [
|
@@ -60,7 +66,8 @@
|
|
60
66
|
"url": "git+https://github.com/floatdrop/pinkie.git"
|
61
67
|
},
|
62
68
|
"scripts": {
|
63
|
-
"
|
69
|
+
"coverage": "nyc report --reporter=text-lcov | coveralls",
|
70
|
+
"test": "xo && nyc mocha"
|
64
71
|
},
|
65
|
-
"version": "
|
72
|
+
"version": "2.0.1"
|
66
73
|
}
|
@@ -1,17 +1,17 @@
|
|
1
1
|
<h1 align="center">
|
2
2
|
<br>
|
3
|
-
<img width="
|
3
|
+
<img width="256" src="media/logo.png" alt="pinkie">
|
4
4
|
<br>
|
5
5
|
<br>
|
6
6
|
</h1>
|
7
7
|
|
8
|
-
> Itty bitty little
|
8
|
+
> Itty bitty little widdle twinkie pinkie [ES2015 Promise](https://people.mozilla.org/~jorendorff/es6-draft.html#sec-promise-objects) implementation
|
9
9
|
|
10
|
-
[](https://travis-ci.org/floatdrop/pinkie)
|
10
|
+
[](https://travis-ci.org/floatdrop/pinkie) [](https://coveralls.io/github/floatdrop/pinkie?branch=master)
|
11
11
|
|
12
|
-
There are [tons of Promise implementations](https://github.com/
|
12
|
+
There are [tons of Promise implementations](https://github.com/promises-aplus/promises-spec/blob/master/implementations.md#standalone) out there, but all of them focus on browser compatibility and are often bloated with functionality.
|
13
13
|
|
14
|
-
This module
|
14
|
+
This module is an exact Promise specification polyfill (like [native-promise-only](https://github.com/getify/native-promise-only)), but in Node.js land (it should be browserify-able though).
|
15
15
|
|
16
16
|
|
17
17
|
## Install
|
@@ -24,12 +24,14 @@ $ npm install --save pinkie
|
|
24
24
|
## Usage
|
25
25
|
|
26
26
|
```js
|
27
|
+
var fs = require('fs');
|
27
28
|
var Promise = require('pinkie');
|
28
29
|
|
29
30
|
new Promise(function (resolve, reject) {
|
30
|
-
|
31
|
+
fs.readFile('foo.json', 'utf8', function (err, data) {
|
31
32
|
if (err) {
|
32
|
-
|
33
|
+
reject(err);
|
34
|
+
return;
|
33
35
|
}
|
34
36
|
|
35
37
|
resolve(data);
|
@@ -41,7 +43,7 @@ new Promise(function (resolve, reject) {
|
|
41
43
|
|
42
44
|
### API
|
43
45
|
|
44
|
-
`pinkie` exports bare [
|
46
|
+
`pinkie` exports bare [ES2015 Promise](https://people.mozilla.org/~jorendorff/es6-draft.html#sec-promise-objects) implementation and polyfills [Node.js rejection events](https://nodejs.org/api/process.html#process_event_unhandledrejection). In case you forgot:
|
45
47
|
|
46
48
|
#### new Promise(executor)
|
47
49
|
|
@@ -52,7 +54,7 @@ Returns new instance of `Promise`.
|
|
52
54
|
*Required*
|
53
55
|
Type: `function`
|
54
56
|
|
55
|
-
Function with two arguments resolve and reject
|
57
|
+
Function with two arguments `resolve` and `reject`. The first argument fulfills the promise, the second argument rejects it.
|
56
58
|
|
57
59
|
#### pinkie.all(promises)
|
58
60
|
|
@@ -70,6 +72,12 @@ Returns a Promise object that is rejected with the given `reason`.
|
|
70
72
|
|
71
73
|
Returns a Promise object that is resolved with the given `value`. If the `value` is a thenable (i.e. has a then method), the returned promise will "follow" that thenable, adopting its eventual state; otherwise the returned promise will be fulfilled with the `value`.
|
72
74
|
|
75
|
+
|
76
|
+
## Related
|
77
|
+
|
78
|
+
- [pinkie-promise](https://github.com/floatdrop/pinkie-promise) - Returns the native Promise or this module
|
79
|
+
|
80
|
+
|
73
81
|
## License
|
74
82
|
|
75
83
|
MIT © [Vsevolod Strukchinsky](http://github.com/floatdrop)
|
@@ -1,19 +1,19 @@
|
|
1
1
|
{
|
2
|
-
"_from": "pinkie-promise@^
|
3
|
-
"_id": "pinkie-promise@
|
2
|
+
"_from": "pinkie-promise@^2.0.0",
|
3
|
+
"_id": "pinkie-promise@2.0.0",
|
4
4
|
"_location": "/pinkie-promise",
|
5
|
-
"_nodeVersion": "2.0
|
5
|
+
"_nodeVersion": "4.2.0",
|
6
6
|
"_npmUser": {
|
7
7
|
"email": "floatdrop@gmail.com",
|
8
8
|
"name": "floatdrop"
|
9
9
|
},
|
10
|
-
"_npmVersion": "2.
|
10
|
+
"_npmVersion": "2.14.7",
|
11
11
|
"_phantomChildren": {},
|
12
12
|
"_requiredBy": [
|
13
13
|
"/har-validator"
|
14
14
|
],
|
15
|
-
"_resolved": "https://registry.npmjs.org/pinkie-promise/-/pinkie-promise-
|
16
|
-
"_shasum": "
|
15
|
+
"_resolved": "https://registry.npmjs.org/pinkie-promise/-/pinkie-promise-2.0.0.tgz",
|
16
|
+
"_shasum": "4c83538de1f6e660c29e0a13446844f7a7e88259",
|
17
17
|
"author": {
|
18
18
|
"email": "floatdrop@gmail.com",
|
19
19
|
"name": "Vsevolod Strukchinsky",
|
@@ -23,16 +23,16 @@
|
|
23
23
|
"url": "https://github.com/floatdrop/pinkie-promise/issues"
|
24
24
|
},
|
25
25
|
"dependencies": {
|
26
|
-
"pinkie": "^
|
26
|
+
"pinkie": "^2.0.0"
|
27
27
|
},
|
28
|
-
"description": "
|
28
|
+
"description": "ES2015 Promise ponyfill",
|
29
29
|
"devDependencies": {
|
30
30
|
"mocha": "*"
|
31
31
|
},
|
32
32
|
"directories": {},
|
33
33
|
"dist": {
|
34
|
-
"shasum": "
|
35
|
-
"tarball": "http://registry.npmjs.org/pinkie-promise/-/pinkie-promise-
|
34
|
+
"shasum": "4c83538de1f6e660c29e0a13446844f7a7e88259",
|
35
|
+
"tarball": "http://registry.npmjs.org/pinkie-promise/-/pinkie-promise-2.0.0.tgz"
|
36
36
|
},
|
37
37
|
"engines": {
|
38
38
|
"node": ">=0.10.0"
|
@@ -40,13 +40,15 @@
|
|
40
40
|
"files": [
|
41
41
|
"index.js"
|
42
42
|
],
|
43
|
-
"gitHead": "
|
44
|
-
"homepage": "https://github.com/floatdrop/pinkie-promise
|
43
|
+
"gitHead": "f90fcae9838bcae7ae1ae4ebc9b29f11e5db4980",
|
44
|
+
"homepage": "https://github.com/floatdrop/pinkie-promise",
|
45
45
|
"keywords": [
|
46
|
+
"es2015",
|
46
47
|
"es6",
|
47
48
|
"polyfill",
|
48
49
|
"ponyfill",
|
49
|
-
"promise"
|
50
|
+
"promise",
|
51
|
+
"promises"
|
50
52
|
],
|
51
53
|
"license": "MIT",
|
52
54
|
"maintainers": [
|
@@ -65,5 +67,5 @@
|
|
65
67
|
"scripts": {
|
66
68
|
"test": "mocha"
|
67
69
|
},
|
68
|
-
"version": "
|
70
|
+
"version": "2.0.0"
|
69
71
|
}
|
@@ -1,8 +1,6 @@
|
|
1
1
|
# pinkie-promise [](https://travis-ci.org/floatdrop/pinkie-promise)
|
2
2
|
|
3
|
-
> [
|
4
|
-
>
|
5
|
-
> Ponyfill: A polyfill that doesn't overwrite the native method
|
3
|
+
> [ES2015 Promise](https://people.mozilla.org/~jorendorff/es6-draft.html#sec-promise-objects) ponyfill
|
6
4
|
|
7
5
|
Module exports global Promise object (if available) or [`pinkie`](http://github.com/floatdrop/pinkie) Promise polyfill.
|
8
6
|
|
@@ -21,6 +19,10 @@ new Promise(function (resolve) { resolve('unicorns'); });
|
|
21
19
|
//=> Promise { 'unicorns' }
|
22
20
|
```
|
23
21
|
|
22
|
+
## Related
|
23
|
+
|
24
|
+
- [pify](https://github.com/sindresorhus/pify) - Promisify a callback-style function
|
25
|
+
|
24
26
|
## License
|
25
27
|
|
26
28
|
MIT © [Vsevolod Strukchinsky](http://github.com/floatdrop)
|
package/node_modules/rc/index.js
CHANGED
@@ -49,7 +49,7 @@ module.exports = function (name, defaults, argv, parse) {
|
|
49
49
|
return deepExtend.apply(null, configs.concat([
|
50
50
|
env,
|
51
51
|
argv,
|
52
|
-
configFiles.length ? {configs: configFiles, config: configFiles[configFiles.length - 1]} :
|
52
|
+
configFiles.length ? {configs: configFiles, config: configFiles[configFiles.length - 1]} : undefined,
|
53
53
|
]))
|
54
54
|
}
|
55
55
|
|
@@ -1,19 +1,19 @@
|
|
1
1
|
{
|
2
2
|
"_from": "rc@~1.1.0",
|
3
|
-
"_id": "rc@1.1.
|
3
|
+
"_id": "rc@1.1.5",
|
4
4
|
"_location": "/rc",
|
5
|
-
"_nodeVersion": "2.
|
5
|
+
"_nodeVersion": "4.2.1",
|
6
6
|
"_npmUser": {
|
7
7
|
"email": "dominic.tarr@gmail.com",
|
8
8
|
"name": "dominictarr"
|
9
9
|
},
|
10
|
-
"_npmVersion": "
|
10
|
+
"_npmVersion": "2.14.8",
|
11
11
|
"_phantomChildren": {},
|
12
12
|
"_requiredBy": [
|
13
13
|
"/node-pre-gyp"
|
14
14
|
],
|
15
|
-
"_resolved": "https://registry.npmjs.org/rc/-/rc-1.1.
|
16
|
-
"_shasum": "
|
15
|
+
"_resolved": "https://registry.npmjs.org/rc/-/rc-1.1.5.tgz",
|
16
|
+
"_shasum": "3bae28d7bed87d1ccb5863f8dce8c27f2ceee89c",
|
17
17
|
"author": {
|
18
18
|
"email": "dominic.tarr@gmail.com",
|
19
19
|
"name": "Dominic Tarr",
|
@@ -27,19 +27,19 @@
|
|
27
27
|
"url": "https://github.com/dominictarr/rc/issues"
|
28
28
|
},
|
29
29
|
"dependencies": {
|
30
|
-
"deep-extend": "~0.
|
30
|
+
"deep-extend": "~0.4.0",
|
31
31
|
"ini": "~1.3.0",
|
32
|
-
"minimist": "^1.
|
33
|
-
"strip-json-comments": "0.
|
32
|
+
"minimist": "^1.2.0",
|
33
|
+
"strip-json-comments": "~1.0.4"
|
34
34
|
},
|
35
35
|
"description": "hardwired configuration loader",
|
36
36
|
"devDependencies": {},
|
37
37
|
"directories": {},
|
38
38
|
"dist": {
|
39
|
-
"shasum": "
|
40
|
-
"tarball": "http://registry.npmjs.org/rc/-/rc-1.1.
|
39
|
+
"shasum": "3bae28d7bed87d1ccb5863f8dce8c27f2ceee89c",
|
40
|
+
"tarball": "http://registry.npmjs.org/rc/-/rc-1.1.5.tgz"
|
41
41
|
},
|
42
|
-
"gitHead": "
|
42
|
+
"gitHead": "cc0cf524d5fb9fe9aa0fc95914e21db34fdbd34e",
|
43
43
|
"homepage": "https://github.com/dominictarr/rc#readme",
|
44
44
|
"keywords": [
|
45
45
|
"config",
|
@@ -65,5 +65,5 @@
|
|
65
65
|
"scripts": {
|
66
66
|
"test": "set -e; node test/test.js; node test/ini.js; node test/nested-env-vars.js"
|
67
67
|
},
|
68
|
-
"version": "1.1.
|
68
|
+
"version": "1.1.5"
|
69
69
|
}
|
@@ -1,5 +1,30 @@
|
|
1
1
|
## Change Log
|
2
2
|
|
3
|
+
### v2.67.0 (2015/11/19)
|
4
|
+
- [#1913](https://github.com/request/request/pull/1913) Update http-signature to version 1.1.0 🚀 (@greenkeeperio-bot)
|
5
|
+
|
6
|
+
### v2.66.0 (2015/11/18)
|
7
|
+
- [#1906](https://github.com/request/request/pull/1906) Update README URLs based on HTTP redirects (@ReadmeCritic)
|
8
|
+
- [#1905](https://github.com/request/request/pull/1905) Convert typed arrays into regular buffers (@simov)
|
9
|
+
- [#1902](https://github.com/request/request/pull/1902) node-uuid@1.4.7 breaks build 🚨 (@greenkeeperio-bot)
|
10
|
+
- [#1894](https://github.com/request/request/pull/1894) Fix tunneling after redirection from https (Original: #1881) (@simov, @falms)
|
11
|
+
- [#1893](https://github.com/request/request/pull/1893) Update eslint to version 1.9.0 🚀 (@greenkeeperio-bot)
|
12
|
+
- [#1852](https://github.com/request/request/pull/1852) Update eslint to version 1.7.3 🚀 (@simov, @greenkeeperio-bot, @paulomcnally, @michelsalib, @arbaaz, @vladimirich, @LoicMahieu, @JoshWillik, @jzaefferer, @ryanwholey, @djchie, @thisconnect, @mgenereu, @acroca, @Sebmaster, @Bloutiouf)
|
13
|
+
- [#1876](https://github.com/request/request/pull/1876) Implement loose matching for har mime types (@simov)
|
14
|
+
- [#1875](https://github.com/request/request/pull/1875) Update bluebird to version 3.0.2 🚀 (@simov, @greenkeeperio-bot)
|
15
|
+
- [#1871](https://github.com/request/request/pull/1871) Update browserify to version 12.0.1 🚀 (@greenkeeperio-bot)
|
16
|
+
- [#1866](https://github.com/request/request/pull/1866) Add missing quotes on x-token property in README (@miguelmota)
|
17
|
+
- [#1874](https://github.com/request/request/pull/1874) Fix typo in README.md (@gswalden)
|
18
|
+
- [#1860](https://github.com/request/request/pull/1860) Improve referer header tests and docs (@simov)
|
19
|
+
- [#1861](https://github.com/request/request/pull/1861) Remove redundant call to Stream constructor (@watson)
|
20
|
+
- [#1857](https://github.com/request/request/pull/1857) Fix Referer header to point to the original host name (@simov)
|
21
|
+
- [#1850](https://github.com/request/request/pull/1850) Update karma-coverage to version 0.5.3 🚀 (@greenkeeperio-bot)
|
22
|
+
- [#1847](https://github.com/request/request/pull/1847) Use node's latest version when building (@simov)
|
23
|
+
- [#1836](https://github.com/request/request/pull/1836) Tunnel: fix wrong property name (@Bloutiouf)
|
24
|
+
- [#1820](https://github.com/request/request/pull/1820) Set href as request.js uses it (@mgenereu)
|
25
|
+
- [#1840](https://github.com/request/request/pull/1840) Update http-signature to version 1.0.2 🚀 (@greenkeeperio-bot)
|
26
|
+
- [#1845](https://github.com/request/request/pull/1845) Update istanbul to version 0.4.0 🚀 (@greenkeeperio-bot)
|
27
|
+
|
3
28
|
### v2.65.0 (2015/10/11)
|
4
29
|
- [#1833](https://github.com/request/request/pull/1833) Update aws-sign2 to version 0.6.0 🚀 (@greenkeeperio-bot)
|
5
30
|
- [#1811](https://github.com/request/request/pull/1811) Enable loose cookie parsing in tough-cookie (@Sebmaster)
|