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,60 @@
|
|
1
|
+
{
|
2
|
+
"_from": "jsbn@>=0.1.0 <0.2.0",
|
3
|
+
"_id": "jsbn@0.1.0",
|
4
|
+
"_location": "/jsbn",
|
5
|
+
"_nodeVersion": "0.12.2",
|
6
|
+
"_npmUser": {
|
7
|
+
"email": "andyperlitch@gmail.com",
|
8
|
+
"name": "andyperlitch"
|
9
|
+
},
|
10
|
+
"_npmVersion": "2.7.4",
|
11
|
+
"_phantomChildren": {},
|
12
|
+
"_requiredBy": [
|
13
|
+
"/ecc-jsbn",
|
14
|
+
"/jodid25519",
|
15
|
+
"/sshpk"
|
16
|
+
],
|
17
|
+
"_resolved": "https://registry.npmjs.org/jsbn/-/jsbn-0.1.0.tgz",
|
18
|
+
"_shasum": "650987da0dd74f4ebf5a11377a2aa2d273e97dfd",
|
19
|
+
"author": {
|
20
|
+
"name": "Tom Wu"
|
21
|
+
},
|
22
|
+
"bugs": {
|
23
|
+
"url": "https://github.com/andyperlitch/jsbn/issues"
|
24
|
+
},
|
25
|
+
"dependencies": {},
|
26
|
+
"description": "The jsbn library is a fast, portable implementation of large-number math in pure JavaScript, enabling public-key crypto and other applications on desktop and mobile browsers.",
|
27
|
+
"devDependencies": {},
|
28
|
+
"directories": {},
|
29
|
+
"dist": {
|
30
|
+
"shasum": "650987da0dd74f4ebf5a11377a2aa2d273e97dfd",
|
31
|
+
"tarball": "http://registry.npmjs.org/jsbn/-/jsbn-0.1.0.tgz"
|
32
|
+
},
|
33
|
+
"gitHead": "148a967b112806e63ddeeed78ee7938eef74c84a",
|
34
|
+
"homepage": "https://github.com/andyperlitch/jsbn",
|
35
|
+
"keywords": [
|
36
|
+
"big",
|
37
|
+
"biginteger",
|
38
|
+
"bignumber",
|
39
|
+
"integer"
|
40
|
+
],
|
41
|
+
"license": "BSD",
|
42
|
+
"main": "index.js",
|
43
|
+
"maintainers": [
|
44
|
+
{
|
45
|
+
"name": "andyperlitch",
|
46
|
+
"email": "andyperlitch@gmail.com"
|
47
|
+
}
|
48
|
+
],
|
49
|
+
"name": "jsbn",
|
50
|
+
"optionalDependencies": {},
|
51
|
+
"readme": "ERROR: No README data found!",
|
52
|
+
"repository": {
|
53
|
+
"type": "git",
|
54
|
+
"url": "git+https://github.com/andyperlitch/jsbn.git"
|
55
|
+
},
|
56
|
+
"scripts": {
|
57
|
+
"test": "mocha test.js"
|
58
|
+
},
|
59
|
+
"version": "0.1.0"
|
60
|
+
}
|
@@ -0,0 +1,5 @@
|
|
1
|
+
JSON Schema is a repository for the JSON Schema specification, reference schemas and a CommonJS implementation of JSON Schema (not the only JavaScript implementation of JSON Schema, JSV is another excellent JavaScript validator).
|
2
|
+
|
3
|
+
Code is licensed under the AFL or BSD license as part of the Persevere
|
4
|
+
project which is administered under the Dojo foundation,
|
5
|
+
and all contributions require a Dojo CLA.
|
@@ -0,0 +1,68 @@
|
|
1
|
+
{
|
2
|
+
"$schema" : "http://json-schema.org/draft-00/hyper-schema#",
|
3
|
+
"id" : "http://json-schema.org/draft-00/hyper-schema#",
|
4
|
+
|
5
|
+
"properties" : {
|
6
|
+
"links" : {
|
7
|
+
"type" : "array",
|
8
|
+
"items" : {"$ref" : "http://json-schema.org/draft-00/links#"},
|
9
|
+
"optional" : true
|
10
|
+
},
|
11
|
+
|
12
|
+
"fragmentResolution" : {
|
13
|
+
"type" : "string",
|
14
|
+
"optional" : true,
|
15
|
+
"default" : "dot-delimited"
|
16
|
+
},
|
17
|
+
|
18
|
+
"root" : {
|
19
|
+
"type" : "boolean",
|
20
|
+
"optional" : true,
|
21
|
+
"default" : false
|
22
|
+
},
|
23
|
+
|
24
|
+
"readonly" : {
|
25
|
+
"type" : "boolean",
|
26
|
+
"optional" : true,
|
27
|
+
"default" : false
|
28
|
+
},
|
29
|
+
|
30
|
+
"pathStart" : {
|
31
|
+
"type" : "string",
|
32
|
+
"optional" : true,
|
33
|
+
"format" : "uri"
|
34
|
+
},
|
35
|
+
|
36
|
+
"mediaType" : {
|
37
|
+
"type" : "string",
|
38
|
+
"optional" : true,
|
39
|
+
"format" : "media-type"
|
40
|
+
},
|
41
|
+
|
42
|
+
"alternate" : {
|
43
|
+
"type" : "array",
|
44
|
+
"items" : {"$ref" : "#"},
|
45
|
+
"optional" : true
|
46
|
+
}
|
47
|
+
},
|
48
|
+
|
49
|
+
"links" : [
|
50
|
+
{
|
51
|
+
"href" : "{$ref}",
|
52
|
+
"rel" : "full"
|
53
|
+
},
|
54
|
+
|
55
|
+
{
|
56
|
+
"href" : "{$schema}",
|
57
|
+
"rel" : "describedby"
|
58
|
+
},
|
59
|
+
|
60
|
+
{
|
61
|
+
"href" : "{id}",
|
62
|
+
"rel" : "self"
|
63
|
+
}
|
64
|
+
],
|
65
|
+
|
66
|
+
"fragmentResolution" : "dot-delimited",
|
67
|
+
"extends" : {"$ref" : "http://json-schema.org/draft-00/schema#"}
|
68
|
+
}
|
@@ -0,0 +1,26 @@
|
|
1
|
+
{
|
2
|
+
"$schema" : "http://json-schema.org/draft-00/hyper-schema#",
|
3
|
+
"id" : "http://json-schema.org/draft-00/json-ref#",
|
4
|
+
|
5
|
+
"items" : {"$ref" : "#"},
|
6
|
+
"additionalProperties" : {"$ref" : "#"},
|
7
|
+
|
8
|
+
"links" : [
|
9
|
+
{
|
10
|
+
"href" : "{$ref}",
|
11
|
+
"rel" : "full"
|
12
|
+
},
|
13
|
+
|
14
|
+
{
|
15
|
+
"href" : "{$schema}",
|
16
|
+
"rel" : "describedby"
|
17
|
+
},
|
18
|
+
|
19
|
+
{
|
20
|
+
"href" : "{id}",
|
21
|
+
"rel" : "self"
|
22
|
+
}
|
23
|
+
],
|
24
|
+
|
25
|
+
"fragmentResolution" : "dot-delimited"
|
26
|
+
}
|
@@ -0,0 +1,33 @@
|
|
1
|
+
{
|
2
|
+
"$schema" : "http://json-schema.org/draft-00/hyper-schema#",
|
3
|
+
"id" : "http://json-schema.org/draft-00/links#",
|
4
|
+
"type" : "object",
|
5
|
+
|
6
|
+
"properties" : {
|
7
|
+
"href" : {
|
8
|
+
"type" : "string"
|
9
|
+
},
|
10
|
+
|
11
|
+
"rel" : {
|
12
|
+
"type" : "string"
|
13
|
+
},
|
14
|
+
|
15
|
+
"method" : {
|
16
|
+
"type" : "string",
|
17
|
+
"default" : "GET",
|
18
|
+
"optional" : true
|
19
|
+
},
|
20
|
+
|
21
|
+
"enctype" : {
|
22
|
+
"type" : "string",
|
23
|
+
"requires" : "method",
|
24
|
+
"optional" : true
|
25
|
+
},
|
26
|
+
|
27
|
+
"properties" : {
|
28
|
+
"type" : "object",
|
29
|
+
"additionalProperties" : {"$ref" : "http://json-schema.org/draft-00/hyper-schema#"},
|
30
|
+
"optional" : true
|
31
|
+
}
|
32
|
+
}
|
33
|
+
}
|
@@ -0,0 +1,155 @@
|
|
1
|
+
{
|
2
|
+
"$schema" : "http://json-schema.org/draft-00/hyper-schema#",
|
3
|
+
"id" : "http://json-schema.org/draft-00/schema#",
|
4
|
+
"type" : "object",
|
5
|
+
|
6
|
+
"properties" : {
|
7
|
+
"type" : {
|
8
|
+
"type" : ["string", "array"],
|
9
|
+
"items" : {
|
10
|
+
"type" : ["string", {"$ref" : "#"}]
|
11
|
+
},
|
12
|
+
"optional" : true,
|
13
|
+
"default" : "any"
|
14
|
+
},
|
15
|
+
|
16
|
+
"properties" : {
|
17
|
+
"type" : "object",
|
18
|
+
"additionalProperties" : {"$ref" : "#"},
|
19
|
+
"optional" : true,
|
20
|
+
"default" : {}
|
21
|
+
},
|
22
|
+
|
23
|
+
"items" : {
|
24
|
+
"type" : [{"$ref" : "#"}, "array"],
|
25
|
+
"items" : {"$ref" : "#"},
|
26
|
+
"optional" : true,
|
27
|
+
"default" : {}
|
28
|
+
},
|
29
|
+
|
30
|
+
"optional" : {
|
31
|
+
"type" : "boolean",
|
32
|
+
"optional" : true,
|
33
|
+
"default" : false
|
34
|
+
},
|
35
|
+
|
36
|
+
"additionalProperties" : {
|
37
|
+
"type" : [{"$ref" : "#"}, "boolean"],
|
38
|
+
"optional" : true,
|
39
|
+
"default" : {}
|
40
|
+
},
|
41
|
+
|
42
|
+
"requires" : {
|
43
|
+
"type" : ["string", {"$ref" : "#"}],
|
44
|
+
"optional" : true
|
45
|
+
},
|
46
|
+
|
47
|
+
"minimum" : {
|
48
|
+
"type" : "number",
|
49
|
+
"optional" : true
|
50
|
+
},
|
51
|
+
|
52
|
+
"maximum" : {
|
53
|
+
"type" : "number",
|
54
|
+
"optional" : true
|
55
|
+
},
|
56
|
+
|
57
|
+
"minimumCanEqual" : {
|
58
|
+
"type" : "boolean",
|
59
|
+
"optional" : true,
|
60
|
+
"requires" : "minimum",
|
61
|
+
"default" : true
|
62
|
+
},
|
63
|
+
|
64
|
+
"maximumCanEqual" : {
|
65
|
+
"type" : "boolean",
|
66
|
+
"optional" : true,
|
67
|
+
"requires" : "maximum",
|
68
|
+
"default" : true
|
69
|
+
},
|
70
|
+
|
71
|
+
"minItems" : {
|
72
|
+
"type" : "integer",
|
73
|
+
"optional" : true,
|
74
|
+
"minimum" : 0,
|
75
|
+
"default" : 0
|
76
|
+
},
|
77
|
+
|
78
|
+
"maxItems" : {
|
79
|
+
"type" : "integer",
|
80
|
+
"optional" : true,
|
81
|
+
"minimum" : 0
|
82
|
+
},
|
83
|
+
|
84
|
+
"pattern" : {
|
85
|
+
"type" : "string",
|
86
|
+
"optional" : true,
|
87
|
+
"format" : "regex"
|
88
|
+
},
|
89
|
+
|
90
|
+
"minLength" : {
|
91
|
+
"type" : "integer",
|
92
|
+
"optional" : true,
|
93
|
+
"minimum" : 0,
|
94
|
+
"default" : 0
|
95
|
+
},
|
96
|
+
|
97
|
+
"maxLength" : {
|
98
|
+
"type" : "integer",
|
99
|
+
"optional" : true
|
100
|
+
},
|
101
|
+
|
102
|
+
"enum" : {
|
103
|
+
"type" : "array",
|
104
|
+
"optional" : true,
|
105
|
+
"minItems" : 1
|
106
|
+
},
|
107
|
+
|
108
|
+
"title" : {
|
109
|
+
"type" : "string",
|
110
|
+
"optional" : true
|
111
|
+
},
|
112
|
+
|
113
|
+
"description" : {
|
114
|
+
"type" : "string",
|
115
|
+
"optional" : true
|
116
|
+
},
|
117
|
+
|
118
|
+
"format" : {
|
119
|
+
"type" : "string",
|
120
|
+
"optional" : true
|
121
|
+
},
|
122
|
+
|
123
|
+
"contentEncoding" : {
|
124
|
+
"type" : "string",
|
125
|
+
"optional" : true
|
126
|
+
},
|
127
|
+
|
128
|
+
"default" : {
|
129
|
+
"type" : "any",
|
130
|
+
"optional" : true
|
131
|
+
},
|
132
|
+
|
133
|
+
"maxDecimal" : {
|
134
|
+
"type" : "integer",
|
135
|
+
"optional" : true,
|
136
|
+
"minimum" : 0
|
137
|
+
},
|
138
|
+
|
139
|
+
"disallow" : {
|
140
|
+
"type" : ["string", "array"],
|
141
|
+
"items" : {"type" : "string"},
|
142
|
+
"optional" : true
|
143
|
+
},
|
144
|
+
|
145
|
+
"extends" : {
|
146
|
+
"type" : [{"$ref" : "#"}, "array"],
|
147
|
+
"items" : {"$ref" : "#"},
|
148
|
+
"optional" : true,
|
149
|
+
"default" : {}
|
150
|
+
}
|
151
|
+
},
|
152
|
+
|
153
|
+
"optional" : true,
|
154
|
+
"default" : {}
|
155
|
+
}
|
@@ -0,0 +1,68 @@
|
|
1
|
+
{
|
2
|
+
"$schema" : "http://json-schema.org/draft-01/hyper-schema#",
|
3
|
+
"id" : "http://json-schema.org/draft-01/hyper-schema#",
|
4
|
+
|
5
|
+
"properties" : {
|
6
|
+
"links" : {
|
7
|
+
"type" : "array",
|
8
|
+
"items" : {"$ref" : "http://json-schema.org/draft-01/links#"},
|
9
|
+
"optional" : true
|
10
|
+
},
|
11
|
+
|
12
|
+
"fragmentResolution" : {
|
13
|
+
"type" : "string",
|
14
|
+
"optional" : true,
|
15
|
+
"default" : "dot-delimited"
|
16
|
+
},
|
17
|
+
|
18
|
+
"root" : {
|
19
|
+
"type" : "boolean",
|
20
|
+
"optional" : true,
|
21
|
+
"default" : false
|
22
|
+
},
|
23
|
+
|
24
|
+
"readonly" : {
|
25
|
+
"type" : "boolean",
|
26
|
+
"optional" : true,
|
27
|
+
"default" : false
|
28
|
+
},
|
29
|
+
|
30
|
+
"pathStart" : {
|
31
|
+
"type" : "string",
|
32
|
+
"optional" : true,
|
33
|
+
"format" : "uri"
|
34
|
+
},
|
35
|
+
|
36
|
+
"mediaType" : {
|
37
|
+
"type" : "string",
|
38
|
+
"optional" : true,
|
39
|
+
"format" : "media-type"
|
40
|
+
},
|
41
|
+
|
42
|
+
"alternate" : {
|
43
|
+
"type" : "array",
|
44
|
+
"items" : {"$ref" : "#"},
|
45
|
+
"optional" : true
|
46
|
+
}
|
47
|
+
},
|
48
|
+
|
49
|
+
"links" : [
|
50
|
+
{
|
51
|
+
"href" : "{$ref}",
|
52
|
+
"rel" : "full"
|
53
|
+
},
|
54
|
+
|
55
|
+
{
|
56
|
+
"href" : "{$schema}",
|
57
|
+
"rel" : "describedby"
|
58
|
+
},
|
59
|
+
|
60
|
+
{
|
61
|
+
"href" : "{id}",
|
62
|
+
"rel" : "self"
|
63
|
+
}
|
64
|
+
],
|
65
|
+
|
66
|
+
"fragmentResolution" : "dot-delimited",
|
67
|
+
"extends" : {"$ref" : "http://json-schema.org/draft-01/schema#"}
|
68
|
+
}
|
@@ -0,0 +1,26 @@
|
|
1
|
+
{
|
2
|
+
"$schema" : "http://json-schema.org/draft-01/hyper-schema#",
|
3
|
+
"id" : "http://json-schema.org/draft-01/json-ref#",
|
4
|
+
|
5
|
+
"items" : {"$ref" : "#"},
|
6
|
+
"additionalProperties" : {"$ref" : "#"},
|
7
|
+
|
8
|
+
"links" : [
|
9
|
+
{
|
10
|
+
"href" : "{$ref}",
|
11
|
+
"rel" : "full"
|
12
|
+
},
|
13
|
+
|
14
|
+
{
|
15
|
+
"href" : "{$schema}",
|
16
|
+
"rel" : "describedby"
|
17
|
+
},
|
18
|
+
|
19
|
+
{
|
20
|
+
"href" : "{id}",
|
21
|
+
"rel" : "self"
|
22
|
+
}
|
23
|
+
],
|
24
|
+
|
25
|
+
"fragmentResolution" : "dot-delimited"
|
26
|
+
}
|
@@ -0,0 +1,33 @@
|
|
1
|
+
{
|
2
|
+
"$schema" : "http://json-schema.org/draft-01/hyper-schema#",
|
3
|
+
"id" : "http://json-schema.org/draft-01/links#",
|
4
|
+
"type" : "object",
|
5
|
+
|
6
|
+
"properties" : {
|
7
|
+
"href" : {
|
8
|
+
"type" : "string"
|
9
|
+
},
|
10
|
+
|
11
|
+
"rel" : {
|
12
|
+
"type" : "string"
|
13
|
+
},
|
14
|
+
|
15
|
+
"method" : {
|
16
|
+
"type" : "string",
|
17
|
+
"default" : "GET",
|
18
|
+
"optional" : true
|
19
|
+
},
|
20
|
+
|
21
|
+
"enctype" : {
|
22
|
+
"type" : "string",
|
23
|
+
"requires" : "method",
|
24
|
+
"optional" : true
|
25
|
+
},
|
26
|
+
|
27
|
+
"properties" : {
|
28
|
+
"type" : "object",
|
29
|
+
"additionalProperties" : {"$ref" : "http://json-schema.org/draft-01/hyper-schema#"},
|
30
|
+
"optional" : true
|
31
|
+
}
|
32
|
+
}
|
33
|
+
}
|
@@ -0,0 +1,155 @@
|
|
1
|
+
{
|
2
|
+
"$schema" : "http://json-schema.org/draft-01/hyper-schema#",
|
3
|
+
"id" : "http://json-schema.org/draft-01/schema#",
|
4
|
+
"type" : "object",
|
5
|
+
|
6
|
+
"properties" : {
|
7
|
+
"type" : {
|
8
|
+
"type" : ["string", "array"],
|
9
|
+
"items" : {
|
10
|
+
"type" : ["string", {"$ref" : "#"}]
|
11
|
+
},
|
12
|
+
"optional" : true,
|
13
|
+
"default" : "any"
|
14
|
+
},
|
15
|
+
|
16
|
+
"properties" : {
|
17
|
+
"type" : "object",
|
18
|
+
"additionalProperties" : {"$ref" : "#"},
|
19
|
+
"optional" : true,
|
20
|
+
"default" : {}
|
21
|
+
},
|
22
|
+
|
23
|
+
"items" : {
|
24
|
+
"type" : [{"$ref" : "#"}, "array"],
|
25
|
+
"items" : {"$ref" : "#"},
|
26
|
+
"optional" : true,
|
27
|
+
"default" : {}
|
28
|
+
},
|
29
|
+
|
30
|
+
"optional" : {
|
31
|
+
"type" : "boolean",
|
32
|
+
"optional" : true,
|
33
|
+
"default" : false
|
34
|
+
},
|
35
|
+
|
36
|
+
"additionalProperties" : {
|
37
|
+
"type" : [{"$ref" : "#"}, "boolean"],
|
38
|
+
"optional" : true,
|
39
|
+
"default" : {}
|
40
|
+
},
|
41
|
+
|
42
|
+
"requires" : {
|
43
|
+
"type" : ["string", {"$ref" : "#"}],
|
44
|
+
"optional" : true
|
45
|
+
},
|
46
|
+
|
47
|
+
"minimum" : {
|
48
|
+
"type" : "number",
|
49
|
+
"optional" : true
|
50
|
+
},
|
51
|
+
|
52
|
+
"maximum" : {
|
53
|
+
"type" : "number",
|
54
|
+
"optional" : true
|
55
|
+
},
|
56
|
+
|
57
|
+
"minimumCanEqual" : {
|
58
|
+
"type" : "boolean",
|
59
|
+
"optional" : true,
|
60
|
+
"requires" : "minimum",
|
61
|
+
"default" : true
|
62
|
+
},
|
63
|
+
|
64
|
+
"maximumCanEqual" : {
|
65
|
+
"type" : "boolean",
|
66
|
+
"optional" : true,
|
67
|
+
"requires" : "maximum",
|
68
|
+
"default" : true
|
69
|
+
},
|
70
|
+
|
71
|
+
"minItems" : {
|
72
|
+
"type" : "integer",
|
73
|
+
"optional" : true,
|
74
|
+
"minimum" : 0,
|
75
|
+
"default" : 0
|
76
|
+
},
|
77
|
+
|
78
|
+
"maxItems" : {
|
79
|
+
"type" : "integer",
|
80
|
+
"optional" : true,
|
81
|
+
"minimum" : 0
|
82
|
+
},
|
83
|
+
|
84
|
+
"pattern" : {
|
85
|
+
"type" : "string",
|
86
|
+
"optional" : true,
|
87
|
+
"format" : "regex"
|
88
|
+
},
|
89
|
+
|
90
|
+
"minLength" : {
|
91
|
+
"type" : "integer",
|
92
|
+
"optional" : true,
|
93
|
+
"minimum" : 0,
|
94
|
+
"default" : 0
|
95
|
+
},
|
96
|
+
|
97
|
+
"maxLength" : {
|
98
|
+
"type" : "integer",
|
99
|
+
"optional" : true
|
100
|
+
},
|
101
|
+
|
102
|
+
"enum" : {
|
103
|
+
"type" : "array",
|
104
|
+
"optional" : true,
|
105
|
+
"minItems" : 1
|
106
|
+
},
|
107
|
+
|
108
|
+
"title" : {
|
109
|
+
"type" : "string",
|
110
|
+
"optional" : true
|
111
|
+
},
|
112
|
+
|
113
|
+
"description" : {
|
114
|
+
"type" : "string",
|
115
|
+
"optional" : true
|
116
|
+
},
|
117
|
+
|
118
|
+
"format" : {
|
119
|
+
"type" : "string",
|
120
|
+
"optional" : true
|
121
|
+
},
|
122
|
+
|
123
|
+
"contentEncoding" : {
|
124
|
+
"type" : "string",
|
125
|
+
"optional" : true
|
126
|
+
},
|
127
|
+
|
128
|
+
"default" : {
|
129
|
+
"type" : "any",
|
130
|
+
"optional" : true
|
131
|
+
},
|
132
|
+
|
133
|
+
"maxDecimal" : {
|
134
|
+
"type" : "integer",
|
135
|
+
"optional" : true,
|
136
|
+
"minimum" : 0
|
137
|
+
},
|
138
|
+
|
139
|
+
"disallow" : {
|
140
|
+
"type" : ["string", "array"],
|
141
|
+
"items" : {"type" : "string"},
|
142
|
+
"optional" : true
|
143
|
+
},
|
144
|
+
|
145
|
+
"extends" : {
|
146
|
+
"type" : [{"$ref" : "#"}, "array"],
|
147
|
+
"items" : {"$ref" : "#"},
|
148
|
+
"optional" : true,
|
149
|
+
"default" : {}
|
150
|
+
}
|
151
|
+
},
|
152
|
+
|
153
|
+
"optional" : true,
|
154
|
+
"default" : {}
|
155
|
+
}
|
@@ -0,0 +1,68 @@
|
|
1
|
+
{
|
2
|
+
"$schema" : "http://json-schema.org/draft-02/hyper-schema#",
|
3
|
+
"id" : "http://json-schema.org/draft-02/hyper-schema#",
|
4
|
+
|
5
|
+
"properties" : {
|
6
|
+
"links" : {
|
7
|
+
"type" : "array",
|
8
|
+
"items" : {"$ref" : "http://json-schema.org/draft-02/links#"},
|
9
|
+
"optional" : true
|
10
|
+
},
|
11
|
+
|
12
|
+
"fragmentResolution" : {
|
13
|
+
"type" : "string",
|
14
|
+
"optional" : true,
|
15
|
+
"default" : "slash-delimited"
|
16
|
+
},
|
17
|
+
|
18
|
+
"root" : {
|
19
|
+
"type" : "boolean",
|
20
|
+
"optional" : true,
|
21
|
+
"default" : false
|
22
|
+
},
|
23
|
+
|
24
|
+
"readonly" : {
|
25
|
+
"type" : "boolean",
|
26
|
+
"optional" : true,
|
27
|
+
"default" : false
|
28
|
+
},
|
29
|
+
|
30
|
+
"pathStart" : {
|
31
|
+
"type" : "string",
|
32
|
+
"optional" : true,
|
33
|
+
"format" : "uri"
|
34
|
+
},
|
35
|
+
|
36
|
+
"mediaType" : {
|
37
|
+
"type" : "string",
|
38
|
+
"optional" : true,
|
39
|
+
"format" : "media-type"
|
40
|
+
},
|
41
|
+
|
42
|
+
"alternate" : {
|
43
|
+
"type" : "array",
|
44
|
+
"items" : {"$ref" : "#"},
|
45
|
+
"optional" : true
|
46
|
+
}
|
47
|
+
},
|
48
|
+
|
49
|
+
"links" : [
|
50
|
+
{
|
51
|
+
"href" : "{$ref}",
|
52
|
+
"rel" : "full"
|
53
|
+
},
|
54
|
+
|
55
|
+
{
|
56
|
+
"href" : "{$schema}",
|
57
|
+
"rel" : "describedby"
|
58
|
+
},
|
59
|
+
|
60
|
+
{
|
61
|
+
"href" : "{id}",
|
62
|
+
"rel" : "self"
|
63
|
+
}
|
64
|
+
],
|
65
|
+
|
66
|
+
"fragmentResolution" : "slash-delimited",
|
67
|
+
"extends" : {"$ref" : "http://json-schema.org/draft-02/schema#"}
|
68
|
+
}
|