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
@@ -0,0 +1,174 @@
|
|
1
|
+
{
|
2
|
+
"$schema" : "http://json-schema.org/draft-03/schema#",
|
3
|
+
"id" : "http://json-schema.org/draft-03/schema#",
|
4
|
+
"type" : "object",
|
5
|
+
|
6
|
+
"properties" : {
|
7
|
+
"type" : {
|
8
|
+
"type" : ["string", "array"],
|
9
|
+
"items" : {
|
10
|
+
"type" : ["string", {"$ref" : "#"}]
|
11
|
+
},
|
12
|
+
"uniqueItems" : true,
|
13
|
+
"default" : "any"
|
14
|
+
},
|
15
|
+
|
16
|
+
"properties" : {
|
17
|
+
"type" : "object",
|
18
|
+
"additionalProperties" : {"$ref" : "#"},
|
19
|
+
"default" : {}
|
20
|
+
},
|
21
|
+
|
22
|
+
"patternProperties" : {
|
23
|
+
"type" : "object",
|
24
|
+
"additionalProperties" : {"$ref" : "#"},
|
25
|
+
"default" : {}
|
26
|
+
},
|
27
|
+
|
28
|
+
"additionalProperties" : {
|
29
|
+
"type" : [{"$ref" : "#"}, "boolean"],
|
30
|
+
"default" : {}
|
31
|
+
},
|
32
|
+
|
33
|
+
"items" : {
|
34
|
+
"type" : [{"$ref" : "#"}, "array"],
|
35
|
+
"items" : {"$ref" : "#"},
|
36
|
+
"default" : {}
|
37
|
+
},
|
38
|
+
|
39
|
+
"additionalItems" : {
|
40
|
+
"type" : [{"$ref" : "#"}, "boolean"],
|
41
|
+
"default" : {}
|
42
|
+
},
|
43
|
+
|
44
|
+
"required" : {
|
45
|
+
"type" : "boolean",
|
46
|
+
"default" : false
|
47
|
+
},
|
48
|
+
|
49
|
+
"dependencies" : {
|
50
|
+
"type" : "object",
|
51
|
+
"additionalProperties" : {
|
52
|
+
"type" : ["string", "array", {"$ref" : "#"}],
|
53
|
+
"items" : {
|
54
|
+
"type" : "string"
|
55
|
+
}
|
56
|
+
},
|
57
|
+
"default" : {}
|
58
|
+
},
|
59
|
+
|
60
|
+
"minimum" : {
|
61
|
+
"type" : "number"
|
62
|
+
},
|
63
|
+
|
64
|
+
"maximum" : {
|
65
|
+
"type" : "number"
|
66
|
+
},
|
67
|
+
|
68
|
+
"exclusiveMinimum" : {
|
69
|
+
"type" : "boolean",
|
70
|
+
"default" : false
|
71
|
+
},
|
72
|
+
|
73
|
+
"exclusiveMaximum" : {
|
74
|
+
"type" : "boolean",
|
75
|
+
"default" : false
|
76
|
+
},
|
77
|
+
|
78
|
+
"minItems" : {
|
79
|
+
"type" : "integer",
|
80
|
+
"minimum" : 0,
|
81
|
+
"default" : 0
|
82
|
+
},
|
83
|
+
|
84
|
+
"maxItems" : {
|
85
|
+
"type" : "integer",
|
86
|
+
"minimum" : 0
|
87
|
+
},
|
88
|
+
|
89
|
+
"uniqueItems" : {
|
90
|
+
"type" : "boolean",
|
91
|
+
"default" : false
|
92
|
+
},
|
93
|
+
|
94
|
+
"pattern" : {
|
95
|
+
"type" : "string",
|
96
|
+
"format" : "regex"
|
97
|
+
},
|
98
|
+
|
99
|
+
"minLength" : {
|
100
|
+
"type" : "integer",
|
101
|
+
"minimum" : 0,
|
102
|
+
"default" : 0
|
103
|
+
},
|
104
|
+
|
105
|
+
"maxLength" : {
|
106
|
+
"type" : "integer"
|
107
|
+
},
|
108
|
+
|
109
|
+
"enum" : {
|
110
|
+
"type" : "array",
|
111
|
+
"minItems" : 1,
|
112
|
+
"uniqueItems" : true
|
113
|
+
},
|
114
|
+
|
115
|
+
"default" : {
|
116
|
+
"type" : "any"
|
117
|
+
},
|
118
|
+
|
119
|
+
"title" : {
|
120
|
+
"type" : "string"
|
121
|
+
},
|
122
|
+
|
123
|
+
"description" : {
|
124
|
+
"type" : "string"
|
125
|
+
},
|
126
|
+
|
127
|
+
"format" : {
|
128
|
+
"type" : "string"
|
129
|
+
},
|
130
|
+
|
131
|
+
"divisibleBy" : {
|
132
|
+
"type" : "number",
|
133
|
+
"minimum" : 0,
|
134
|
+
"exclusiveMinimum" : true,
|
135
|
+
"default" : 1
|
136
|
+
},
|
137
|
+
|
138
|
+
"disallow" : {
|
139
|
+
"type" : ["string", "array"],
|
140
|
+
"items" : {
|
141
|
+
"type" : ["string", {"$ref" : "#"}]
|
142
|
+
},
|
143
|
+
"uniqueItems" : true
|
144
|
+
},
|
145
|
+
|
146
|
+
"extends" : {
|
147
|
+
"type" : [{"$ref" : "#"}, "array"],
|
148
|
+
"items" : {"$ref" : "#"},
|
149
|
+
"default" : {}
|
150
|
+
},
|
151
|
+
|
152
|
+
"id" : {
|
153
|
+
"type" : "string",
|
154
|
+
"format" : "uri"
|
155
|
+
},
|
156
|
+
|
157
|
+
"$ref" : {
|
158
|
+
"type" : "string",
|
159
|
+
"format" : "uri"
|
160
|
+
},
|
161
|
+
|
162
|
+
"$schema" : {
|
163
|
+
"type" : "string",
|
164
|
+
"format" : "uri"
|
165
|
+
}
|
166
|
+
},
|
167
|
+
|
168
|
+
"dependencies" : {
|
169
|
+
"exclusiveMinimum" : "minimum",
|
170
|
+
"exclusiveMaximum" : "maximum"
|
171
|
+
},
|
172
|
+
|
173
|
+
"default" : {}
|
174
|
+
}
|
@@ -0,0 +1,60 @@
|
|
1
|
+
{
|
2
|
+
"$schema" : "http://json-schema.org/draft-04/hyper-schema#",
|
3
|
+
"extends" : {"$ref" : "http://json-schema.org/draft-04/schema#"},
|
4
|
+
"id" : "http://json-schema.org/draft-04/hyper-schema#",
|
5
|
+
|
6
|
+
"properties" : {
|
7
|
+
"links" : {
|
8
|
+
"type" : "array",
|
9
|
+
"items" : {"$ref" : "http://json-schema.org/draft-04/links#"}
|
10
|
+
},
|
11
|
+
|
12
|
+
"fragmentResolution" : {
|
13
|
+
"type" : "string",
|
14
|
+
"default" : "json-pointer"
|
15
|
+
},
|
16
|
+
|
17
|
+
"root" : {
|
18
|
+
"type" : "boolean",
|
19
|
+
"default" : false
|
20
|
+
},
|
21
|
+
|
22
|
+
"readonly" : {
|
23
|
+
"type" : "boolean",
|
24
|
+
"default" : false
|
25
|
+
},
|
26
|
+
|
27
|
+
"contentEncoding" : {
|
28
|
+
"type" : "string"
|
29
|
+
},
|
30
|
+
|
31
|
+
"pathStart" : {
|
32
|
+
"type" : "string",
|
33
|
+
"format" : "uri"
|
34
|
+
},
|
35
|
+
|
36
|
+
"mediaType" : {
|
37
|
+
"type" : "string",
|
38
|
+
"format" : "media-type"
|
39
|
+
}
|
40
|
+
},
|
41
|
+
|
42
|
+
"links" : [
|
43
|
+
{
|
44
|
+
"href" : "{id}",
|
45
|
+
"rel" : "self"
|
46
|
+
},
|
47
|
+
|
48
|
+
{
|
49
|
+
"href" : "{$ref}",
|
50
|
+
"rel" : "full"
|
51
|
+
},
|
52
|
+
|
53
|
+
{
|
54
|
+
"href" : "{$schema}",
|
55
|
+
"rel" : "describedby"
|
56
|
+
}
|
57
|
+
],
|
58
|
+
|
59
|
+
"fragmentResolution" : "json-pointer"
|
60
|
+
}
|
@@ -0,0 +1,41 @@
|
|
1
|
+
{
|
2
|
+
"$schema" : "http://json-schema.org/draft-04/hyper-schema#",
|
3
|
+
"id" : "http://json-schema.org/draft-04/links#",
|
4
|
+
"type" : "object",
|
5
|
+
|
6
|
+
"properties" : {
|
7
|
+
"rel" : {
|
8
|
+
"type" : "string"
|
9
|
+
},
|
10
|
+
|
11
|
+
"href" : {
|
12
|
+
"type" : "string"
|
13
|
+
},
|
14
|
+
|
15
|
+
"template" : {
|
16
|
+
"type" : "string"
|
17
|
+
},
|
18
|
+
|
19
|
+
"targetSchema" : {"$ref" : "http://json-schema.org/draft-04/hyper-schema#"},
|
20
|
+
|
21
|
+
"method" : {
|
22
|
+
"type" : "string",
|
23
|
+
"default" : "GET"
|
24
|
+
},
|
25
|
+
|
26
|
+
"enctype" : {
|
27
|
+
"type" : "string"
|
28
|
+
},
|
29
|
+
|
30
|
+
"properties" : {
|
31
|
+
"type" : "object",
|
32
|
+
"additionalProperties" : {"$ref" : "http://json-schema.org/draft-04/hyper-schema#"}
|
33
|
+
}
|
34
|
+
},
|
35
|
+
|
36
|
+
"required" : ["rel", "href"],
|
37
|
+
|
38
|
+
"dependencies" : {
|
39
|
+
"enctype" : "method"
|
40
|
+
}
|
41
|
+
}
|
@@ -0,0 +1,189 @@
|
|
1
|
+
{
|
2
|
+
"$schema" : "http://json-schema.org/draft-04/schema#",
|
3
|
+
"id" : "http://json-schema.org/draft-04/schema#",
|
4
|
+
"type" : "object",
|
5
|
+
|
6
|
+
"properties" : {
|
7
|
+
"type" : {
|
8
|
+
"type" : [
|
9
|
+
{
|
10
|
+
"id" : "#simple-type",
|
11
|
+
"type" : "string",
|
12
|
+
"enum" : ["object", "array", "string", "number", "boolean", "null", "any"]
|
13
|
+
},
|
14
|
+
"array"
|
15
|
+
],
|
16
|
+
"items" : {
|
17
|
+
"type" : [
|
18
|
+
{"$ref" : "#simple-type"},
|
19
|
+
{"$ref" : "#"}
|
20
|
+
]
|
21
|
+
},
|
22
|
+
"uniqueItems" : true,
|
23
|
+
"default" : "any"
|
24
|
+
},
|
25
|
+
|
26
|
+
"disallow" : {
|
27
|
+
"type" : ["string", "array"],
|
28
|
+
"items" : {
|
29
|
+
"type" : ["string", {"$ref" : "#"}]
|
30
|
+
},
|
31
|
+
"uniqueItems" : true
|
32
|
+
},
|
33
|
+
|
34
|
+
"extends" : {
|
35
|
+
"type" : [{"$ref" : "#"}, "array"],
|
36
|
+
"items" : {"$ref" : "#"},
|
37
|
+
"default" : {}
|
38
|
+
},
|
39
|
+
|
40
|
+
"enum" : {
|
41
|
+
"type" : "array",
|
42
|
+
"minItems" : 1,
|
43
|
+
"uniqueItems" : true
|
44
|
+
},
|
45
|
+
|
46
|
+
"minimum" : {
|
47
|
+
"type" : "number"
|
48
|
+
},
|
49
|
+
|
50
|
+
"maximum" : {
|
51
|
+
"type" : "number"
|
52
|
+
},
|
53
|
+
|
54
|
+
"exclusiveMinimum" : {
|
55
|
+
"type" : "boolean",
|
56
|
+
"default" : false
|
57
|
+
},
|
58
|
+
|
59
|
+
"exclusiveMaximum" : {
|
60
|
+
"type" : "boolean",
|
61
|
+
"default" : false
|
62
|
+
},
|
63
|
+
|
64
|
+
"divisibleBy" : {
|
65
|
+
"type" : "number",
|
66
|
+
"minimum" : 0,
|
67
|
+
"exclusiveMinimum" : true,
|
68
|
+
"default" : 1
|
69
|
+
},
|
70
|
+
|
71
|
+
"minLength" : {
|
72
|
+
"type" : "integer",
|
73
|
+
"minimum" : 0,
|
74
|
+
"default" : 0
|
75
|
+
},
|
76
|
+
|
77
|
+
"maxLength" : {
|
78
|
+
"type" : "integer"
|
79
|
+
},
|
80
|
+
|
81
|
+
"pattern" : {
|
82
|
+
"type" : "string"
|
83
|
+
},
|
84
|
+
|
85
|
+
"items" : {
|
86
|
+
"type" : [{"$ref" : "#"}, "array"],
|
87
|
+
"items" : {"$ref" : "#"},
|
88
|
+
"default" : {}
|
89
|
+
},
|
90
|
+
|
91
|
+
"additionalItems" : {
|
92
|
+
"type" : [{"$ref" : "#"}, "boolean"],
|
93
|
+
"default" : {}
|
94
|
+
},
|
95
|
+
|
96
|
+
"minItems" : {
|
97
|
+
"type" : "integer",
|
98
|
+
"minimum" : 0,
|
99
|
+
"default" : 0
|
100
|
+
},
|
101
|
+
|
102
|
+
"maxItems" : {
|
103
|
+
"type" : "integer",
|
104
|
+
"minimum" : 0
|
105
|
+
},
|
106
|
+
|
107
|
+
"uniqueItems" : {
|
108
|
+
"type" : "boolean",
|
109
|
+
"default" : false
|
110
|
+
},
|
111
|
+
|
112
|
+
"properties" : {
|
113
|
+
"type" : "object",
|
114
|
+
"additionalProperties" : {"$ref" : "#"},
|
115
|
+
"default" : {}
|
116
|
+
},
|
117
|
+
|
118
|
+
"patternProperties" : {
|
119
|
+
"type" : "object",
|
120
|
+
"additionalProperties" : {"$ref" : "#"},
|
121
|
+
"default" : {}
|
122
|
+
},
|
123
|
+
|
124
|
+
"additionalProperties" : {
|
125
|
+
"type" : [{"$ref" : "#"}, "boolean"],
|
126
|
+
"default" : {}
|
127
|
+
},
|
128
|
+
|
129
|
+
"minProperties" : {
|
130
|
+
"type" : "integer",
|
131
|
+
"minimum" : 0,
|
132
|
+
"default" : 0
|
133
|
+
},
|
134
|
+
|
135
|
+
"maxProperties" : {
|
136
|
+
"type" : "integer",
|
137
|
+
"minimum" : 0
|
138
|
+
},
|
139
|
+
|
140
|
+
"required" : {
|
141
|
+
"type" : "array",
|
142
|
+
"items" : {
|
143
|
+
"type" : "string"
|
144
|
+
}
|
145
|
+
},
|
146
|
+
|
147
|
+
"dependencies" : {
|
148
|
+
"type" : "object",
|
149
|
+
"additionalProperties" : {
|
150
|
+
"type" : ["string", "array", {"$ref" : "#"}],
|
151
|
+
"items" : {
|
152
|
+
"type" : "string"
|
153
|
+
}
|
154
|
+
},
|
155
|
+
"default" : {}
|
156
|
+
},
|
157
|
+
|
158
|
+
"id" : {
|
159
|
+
"type" : "string"
|
160
|
+
},
|
161
|
+
|
162
|
+
"$ref" : {
|
163
|
+
"type" : "string"
|
164
|
+
},
|
165
|
+
|
166
|
+
"$schema" : {
|
167
|
+
"type" : "string"
|
168
|
+
},
|
169
|
+
|
170
|
+
"title" : {
|
171
|
+
"type" : "string"
|
172
|
+
},
|
173
|
+
|
174
|
+
"description" : {
|
175
|
+
"type" : "string"
|
176
|
+
},
|
177
|
+
|
178
|
+
"default" : {
|
179
|
+
"type" : "any"
|
180
|
+
}
|
181
|
+
},
|
182
|
+
|
183
|
+
"dependencies" : {
|
184
|
+
"exclusiveMinimum" : "minimum",
|
185
|
+
"exclusiveMaximum" : "maximum"
|
186
|
+
},
|
187
|
+
|
188
|
+
"default" : {}
|
189
|
+
}
|