2022-10-13 13:52:58 +00:00
{
"name" : "a-missed-chance-for-royalty" ,
2023-06-19 04:37:07 +00:00
"version" : "1.0.2" ,
2022-10-13 13:52:58 +00:00
"lockfileVersion" : 2 ,
"requires" : true ,
"packages" : {
"" : {
"name" : "a-missed-chance-for-royalty" ,
2023-06-19 04:37:07 +00:00
"version" : "1.0.2" ,
2022-10-13 13:52:58 +00:00
"license" : "CC-BY-NC-SA-4.0" ,
"dependencies" : {
"@fedran/writing-hyphen" : "^1.0.0" ,
"@fedran/writing-theme" : "^4.0.2" ,
"@mfgames-writing/contracts" : "^4.4.0" ,
"@mfgames-writing/docx-format" : "^1.0.2" ,
"@mfgames-writing/epub2-format" : "^2.1.1" ,
"@mfgames-writing/format" : "^3.3.1" ,
"@mfgames-writing/guillemet" : "^1.0.0" ,
"@mfgames-writing/hyphen-pipeline" : "^1.0.2" ,
"@mfgames-writing/liquid-theme" : "^2.1.1" ,
"@mfgames-writing/weasyprint-format" : "^5.0.4" ,
"markdown-it-multimd-table" : "^4.1.3"
} ,
"devDependencies" : {
"@commitlint/cli" : "^15.0.0" ,
"@commitlint/config-conventional" : "^15.0.0" ,
"@saithodev/semantic-release-gitea" : "^2.1.0" ,
"@semantic-release/changelog" : "^6.0.1" ,
"@semantic-release/exec" : "^6.0.3" ,
"@semantic-release/git" : "^10.0.1" ,
"@semantic-release/npm" : "^8.0.3" ,
"@semantic-release/release-notes-generator" : "^10.0.3" ,
2023-06-24 04:19:16 +00:00
"commitizen" : "^2.10.1" ,
"cz-conventional-changelog" : "^2.1.0" ,
2022-10-13 13:52:58 +00:00
"husky" : "^7.0.2" ,
"markdowny" : "^0.2.1" ,
"npm-run-all" : "^4.1.5" ,
"prettier" : "^2.0.5" ,
"semantic-release" : "^18.0.1"
}
} ,
"node_modules/@babel/code-frame" : {
"version" : "7.16.7" ,
"resolved" : "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.16.7.tgz" ,
"integrity" : "sha512-iAXqUn8IIeBTNd72xsFlgaXHkMBMt6y4HJp1tIaK465CWLT/fG1aqB7ykr95gHHmlBdGbFeWWfyB4NJJ0nmeIg==" ,
"dev" : true ,
"dependencies" : {
"@babel/highlight" : "^7.16.7"
} ,
"engines" : {
"node" : ">=6.9.0"
}
} ,
"node_modules/@babel/helper-validator-identifier" : {
"version" : "7.16.7" ,
"resolved" : "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.16.7.tgz" ,
"integrity" : "sha512-hsEnFemeiW4D08A5gUAZxLBTXpZ39P+a+DGDsHw1yxqyQ/jzFEnxf5uTEGp+3bzAbNOxU1paTgYS4ECU/IgfDw==" ,
"dev" : true ,
"engines" : {
"node" : ">=6.9.0"
}
} ,
"node_modules/@babel/highlight" : {
"version" : "7.16.7" ,
"resolved" : "https://registry.npmjs.org/@babel/highlight/-/highlight-7.16.7.tgz" ,
"integrity" : "sha512-aKpPMfLvGO3Q97V0qhw/V2SWNWlwfJknuwAunU7wZLSfrM4xTBvg7E5opUVi1kJTBKihE38CPg4nBiqX83PWYw==" ,
"dev" : true ,
"dependencies" : {
"@babel/helper-validator-identifier" : "^7.16.7" ,
"chalk" : "^2.0.0" ,
"js-tokens" : "^4.0.0"
} ,
"engines" : {
"node" : ">=6.9.0"
}
} ,
"node_modules/@babel/highlight/node_modules/ansi-styles" : {
"version" : "3.2.1" ,
"resolved" : "https://registry.npmjs.org/ansi-styles/-/ansi-styles-3.2.1.tgz" ,
"integrity" : "sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==" ,
"dev" : true ,
"dependencies" : {
"color-convert" : "^1.9.0"
} ,
"engines" : {
"node" : ">=4"
}
} ,
"node_modules/@babel/highlight/node_modules/chalk" : {
"version" : "2.4.2" ,
"resolved" : "https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz" ,
"integrity" : "sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==" ,
"dev" : true ,
"dependencies" : {
"ansi-styles" : "^3.2.1" ,
"escape-string-regexp" : "^1.0.5" ,
"supports-color" : "^5.3.0"
} ,
"engines" : {
"node" : ">=4"
}
} ,
"node_modules/@babel/highlight/node_modules/color-convert" : {
"version" : "1.9.3" ,
"resolved" : "https://registry.npmjs.org/color-convert/-/color-convert-1.9.3.tgz" ,
"integrity" : "sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==" ,
"dev" : true ,
"dependencies" : {
"color-name" : "1.1.3"
}
} ,
"node_modules/@babel/highlight/node_modules/color-name" : {
"version" : "1.1.3" ,
"resolved" : "https://registry.npmjs.org/color-name/-/color-name-1.1.3.tgz" ,
"integrity" : "sha1-p9BVi9icQveV3UIyj3QIMcpTvCU=" ,
"dev" : true
} ,
"node_modules/@babel/highlight/node_modules/escape-string-regexp" : {
"version" : "1.0.5" ,
"resolved" : "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz" ,
"integrity" : "sha1-G2HAViGQqN/2rjuyzwIAyhMLhtQ=" ,
"dev" : true ,
"engines" : {
"node" : ">=0.8.0"
}
} ,
"node_modules/@babel/highlight/node_modules/has-flag" : {
"version" : "3.0.0" ,
"resolved" : "https://registry.npmjs.org/has-flag/-/has-flag-3.0.0.tgz" ,
"integrity" : "sha1-tdRU3CGZriJWmfNGfloH87lVuv0=" ,
"dev" : true ,
"engines" : {
"node" : ">=4"
}
} ,
"node_modules/@babel/highlight/node_modules/supports-color" : {
"version" : "5.5.0" ,
"resolved" : "https://registry.npmjs.org/supports-color/-/supports-color-5.5.0.tgz" ,
"integrity" : "sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==" ,
"dev" : true ,
"dependencies" : {
"has-flag" : "^3.0.0"
} ,
"engines" : {
"node" : ">=4"
}
} ,
"node_modules/@babel/polyfill" : {
"version" : "7.12.1" ,
"resolved" : "https://registry.npmjs.org/@babel/polyfill/-/polyfill-7.12.1.tgz" ,
"integrity" : "sha512-X0pi0V6gxLi6lFZpGmeNa4zxtwEmCs42isWLNjZZDE0Y8yVfgu0T2OAHlzBbdYlqbW/YXVvoBHpATEM+goCj8g==" ,
"deprecated" : "🚨 This package has been deprecated in favor of separate inclusion of a polyfill and regenerator-runtime (when needed). See the @babel/polyfill docs (https://babeljs.io/docs/en/babel-polyfill) for more information." ,
"dependencies" : {
"core-js" : "^2.6.5" ,
"regenerator-runtime" : "^0.13.4"
}
} ,
"node_modules/@commitlint/cli" : {
"version" : "15.0.0" ,
"resolved" : "https://registry.npmjs.org/@commitlint/cli/-/cli-15.0.0.tgz" ,
"integrity" : "sha512-Y5xmDCweytqzo4N4lOI2YRiuX35xTjcs8n5hUceBH8eyK0YbwtgWX50BJOH2XbkwEmII9blNhlBog6AdQsqicg==" ,
"dev" : true ,
"dependencies" : {
"@commitlint/format" : "^15.0.0" ,
"@commitlint/lint" : "^15.0.0" ,
"@commitlint/load" : "^15.0.0" ,
"@commitlint/read" : "^15.0.0" ,
"@commitlint/types" : "^15.0.0" ,
"lodash" : "^4.17.19" ,
"resolve-from" : "5.0.0" ,
"resolve-global" : "1.0.0" ,
"yargs" : "^17.0.0"
} ,
"bin" : {
"commitlint" : "cli.js"
} ,
"engines" : {
"node" : ">=v12"
}
} ,
"node_modules/@commitlint/config-conventional" : {
"version" : "15.0.0" ,
"resolved" : "https://registry.npmjs.org/@commitlint/config-conventional/-/config-conventional-15.0.0.tgz" ,
"integrity" : "sha512-eZBRL8Lk3hMNHp1wUMYj0qrZQEsST1ai7KHR8J1IDD9aHgT7L2giciibuQ+Og7vxVhR5WtYDvh9xirXFVPaSkQ==" ,
"dev" : true ,
"dependencies" : {
"conventional-changelog-conventionalcommits" : "^4.3.1"
} ,
"engines" : {
"node" : ">=v12"
}
} ,
"node_modules/@commitlint/ensure" : {
"version" : "15.0.0" ,
"resolved" : "https://registry.npmjs.org/@commitlint/ensure/-/ensure-15.0.0.tgz" ,
"integrity" : "sha512-7DV4iNIald3vycwaWBNGk5FbonaNzOlU8nBe5m5AgU2dIeNKuXwLm+zzJzG27j0Ho56rgz//3F6RIvmsoxY9ZA==" ,
"dev" : true ,
"dependencies" : {
"@commitlint/types" : "^15.0.0" ,
"lodash" : "^4.17.19"
} ,
"engines" : {
"node" : ">=v12"
}
} ,
"node_modules/@commitlint/execute-rule" : {
"version" : "15.0.0" ,
"resolved" : "https://registry.npmjs.org/@commitlint/execute-rule/-/execute-rule-15.0.0.tgz" ,
"integrity" : "sha512-pyE4ApxjbWhb1TXz5vRiGwI2ssdMMgZbaaheZq1/7WC0xRnqnIhE1yUC1D2q20qPtvkZPstTYvMiRVtF+DvjUg==" ,
"dev" : true ,
"engines" : {
"node" : ">=v12"
}
} ,
"node_modules/@commitlint/format" : {
"version" : "15.0.0" ,
"resolved" : "https://registry.npmjs.org/@commitlint/format/-/format-15.0.0.tgz" ,
"integrity" : "sha512-bPhAfqwRhPk92WiuY0ktEJNpRRHSCd+Eg1MdhGyL9Bl3U25E5zvuInA+dNctnzZiOBSH/37ZaD0eOKCpQE6acg==" ,
"dev" : true ,
"dependencies" : {
"@commitlint/types" : "^15.0.0" ,
"chalk" : "^4.0.0"
} ,
"engines" : {
"node" : ">=v12"
}
} ,
"node_modules/@commitlint/is-ignored" : {
"version" : "15.0.0" ,
"resolved" : "https://registry.npmjs.org/@commitlint/is-ignored/-/is-ignored-15.0.0.tgz" ,
"integrity" : "sha512-edtnkf2QZ/7e/YCJDgn1WDw9wfF1WfOitW5YEoSOb4SxjJEb/oE87kxNPZ2j8mnDMuunspcMfGHeg6fRlwaEWg==" ,
"dev" : true ,
"dependencies" : {
"@commitlint/types" : "^15.0.0" ,
"semver" : "7.3.5"
} ,
"engines" : {
"node" : ">=v12"
}
} ,
"node_modules/@commitlint/lint" : {
"version" : "15.0.0" ,
"resolved" : "https://registry.npmjs.org/@commitlint/lint/-/lint-15.0.0.tgz" ,
"integrity" : "sha512-hUi2+Im/2dJ5FBvWnodypTkg+5haCgsDzB0fyMApWLUA1IucYUAqRCQCW5em1Mhk9Crw1pd5YzFNikhIclkqCw==" ,
"dev" : true ,
"dependencies" : {
"@commitlint/is-ignored" : "^15.0.0" ,
"@commitlint/parse" : "^15.0.0" ,
"@commitlint/rules" : "^15.0.0" ,
"@commitlint/types" : "^15.0.0"
} ,
"engines" : {
"node" : ">=v12"
}
} ,
"node_modules/@commitlint/load" : {
"version" : "15.0.0" ,
"resolved" : "https://registry.npmjs.org/@commitlint/load/-/load-15.0.0.tgz" ,
"integrity" : "sha512-Ak1YPeOhvxmY3ioe0o6m1yLGvUAYb4BdfGgShU8jiTCmU3Mnmms0Xh/kfQz8AybhezCC3AmVTyBLaBZxOHR8kg==" ,
"dev" : true ,
"dependencies" : {
"@commitlint/execute-rule" : "^15.0.0" ,
"@commitlint/resolve-extends" : "^15.0.0" ,
"@commitlint/types" : "^15.0.0" ,
"@endemolshinegroup/cosmiconfig-typescript-loader" : "^3.0.2" ,
"chalk" : "^4.0.0" ,
"cosmiconfig" : "^7.0.0" ,
"lodash" : "^4.17.19" ,
"resolve-from" : "^5.0.0" ,
"typescript" : "^4.4.3"
} ,
"engines" : {
"node" : ">=v12"
}
} ,
"node_modules/@commitlint/message" : {
"version" : "15.0.0" ,
"resolved" : "https://registry.npmjs.org/@commitlint/message/-/message-15.0.0.tgz" ,
"integrity" : "sha512-L8euabzboKavPuDJsdIYAY2wx97LbiGEYsckMo6NmV8pOun50c8hQx6ouXFSAx4pp+mX9yUGmMiVqfrk2LKDJQ==" ,
"dev" : true ,
"engines" : {
"node" : ">=v12"
}
} ,
"node_modules/@commitlint/parse" : {
"version" : "15.0.0" ,
"resolved" : "https://registry.npmjs.org/@commitlint/parse/-/parse-15.0.0.tgz" ,
"integrity" : "sha512-7fweM67tZfBNS7zw1KTuuT5K2u9nGytUJqFqT/1Ln3Na9cBCsoAqR47mfsNOTlRCgGwakm4xiQ7BpS2gN0OGuw==" ,
"dev" : true ,
"dependencies" : {
"@commitlint/types" : "^15.0.0" ,
"conventional-changelog-angular" : "^5.0.11" ,
"conventional-commits-parser" : "^3.2.2"
} ,
"engines" : {
"node" : ">=v12"
}
} ,
"node_modules/@commitlint/read" : {
"version" : "15.0.0" ,
"resolved" : "https://registry.npmjs.org/@commitlint/read/-/read-15.0.0.tgz" ,
"integrity" : "sha512-5yI1o2HKZFVe7RTjL7IhuhHMKar/MDNY34vEHqqz9gMI7BK/rdP8uVb4Di1efl2V0UPnwID0nPKWESjQ8Ti0gw==" ,
"dev" : true ,
"dependencies" : {
"@commitlint/top-level" : "^15.0.0" ,
"@commitlint/types" : "^15.0.0" ,
"fs-extra" : "^10.0.0" ,
"git-raw-commits" : "^2.0.0"
} ,
"engines" : {
"node" : ">=v12"
}
} ,
"node_modules/@commitlint/resolve-extends" : {
"version" : "15.0.0" ,
"resolved" : "https://registry.npmjs.org/@commitlint/resolve-extends/-/resolve-extends-15.0.0.tgz" ,
"integrity" : "sha512-7apfRJjgJsKja7lHsPfEFixKjA/fk/UeD3owkOw1174yYu4u8xBDLSeU3IinGPdMuF9m245eX8wo7vLUy+EBSg==" ,
"dev" : true ,
"dependencies" : {
"import-fresh" : "^3.0.0" ,
"lodash" : "^4.17.19" ,
"resolve-from" : "^5.0.0" ,
"resolve-global" : "^1.0.0"
} ,
"engines" : {
"node" : ">=v12"
}
} ,
"node_modules/@commitlint/rules" : {
"version" : "15.0.0" ,
"resolved" : "https://registry.npmjs.org/@commitlint/rules/-/rules-15.0.0.tgz" ,
"integrity" : "sha512-SqXfp6QUlwBS+0IZm4FEA/NmmAwcFQIkG3B05BtemOVWXQdZ8j1vV6hDwvA9oMPCmUSrrGpHOtZK7HaHhng2yA==" ,
"dev" : true ,
"dependencies" : {
"@commitlint/ensure" : "^15.0.0" ,
"@commitlint/message" : "^15.0.0" ,
"@commitlint/to-lines" : "^15.0.0" ,
"@commitlint/types" : "^15.0.0" ,
"execa" : "^5.0.0"
} ,
"engines" : {
"node" : ">=v12"
}
} ,
"node_modules/@commitlint/to-lines" : {
"version" : "15.0.0" ,
"resolved" : "https://registry.npmjs.org/@commitlint/to-lines/-/to-lines-15.0.0.tgz" ,
"integrity" : "sha512-mY3MNA9ujPqVpiJjTYG9MDsYCobue5PJFO0MfcIzS1mCVvngH8ZFTPAh1fT5t+t1h876boS88+9WgqjRvbYItw==" ,
"dev" : true ,
"engines" : {
"node" : ">=v12"
}
} ,
"node_modules/@commitlint/top-level" : {
"version" : "15.0.0" ,
"resolved" : "https://registry.npmjs.org/@commitlint/top-level/-/top-level-15.0.0.tgz" ,
"integrity" : "sha512-7Gz3t7xcuuUw1d1Nou6YLaztzp2Em+qZ6YdCzrqYc+aquca3Vt0O696nuiBDU/oE+tls4Hx2CNpAbWhTgEwB5A==" ,
"dev" : true ,
"dependencies" : {
"find-up" : "^5.0.0"
} ,
"engines" : {
"node" : ">=v12"
}
} ,
"node_modules/@commitlint/types" : {
"version" : "15.0.0" ,
"resolved" : "https://registry.npmjs.org/@commitlint/types/-/types-15.0.0.tgz" ,
"integrity" : "sha512-OMSLX+QJnyNoTwws54ULv9sOvuw9GdVezln76oyUd4YbMMJyaav62aSXDuCdWyL2sm9hTkSzyEi52PNaIj/vqw==" ,
"dev" : true ,
"dependencies" : {
"chalk" : "^4.0.0"
} ,
"engines" : {
"node" : ">=v12"
}
} ,
"node_modules/@endemolshinegroup/cosmiconfig-typescript-loader" : {
"version" : "3.0.2" ,
"resolved" : "https://registry.npmjs.org/@endemolshinegroup/cosmiconfig-typescript-loader/-/cosmiconfig-typescript-loader-3.0.2.tgz" ,
"integrity" : "sha512-QRVtqJuS1mcT56oHpVegkKBlgtWjXw/gHNWO3eL9oyB5Sc7HBoc2OLG/nYpVfT/Jejvo3NUrD0Udk7XgoyDKkA==" ,
"dev" : true ,
"dependencies" : {
"lodash.get" : "^4" ,
"make-error" : "^1" ,
"ts-node" : "^9" ,
"tslib" : "^2"
} ,
"engines" : {
"node" : ">=10.0.0"
} ,
"peerDependencies" : {
"cosmiconfig" : ">=6"
}
} ,
"node_modules/@fedran/writing-hyphen" : {
"version" : "1.0.0" ,
"resolved" : "https://registry.npmjs.org/@fedran/writing-hyphen/-/writing-hyphen-1.0.0.tgz" ,
"integrity" : "sha512-KXcVhRjlue0i0wWRkLlKMrYG+gnwTkHnsKbup3zGXcxGTjzdBOfAHVuTOX4eh/GPuLB6bJX3od+aDGbKAlJsLg==" ,
"dependencies" : {
"@mfgames-writing/contracts" : "^3.1.5" ,
"an-array-of-english-words" : "^1.3.1" ,
"bluebird" : "^3.5.0"
}
} ,
"node_modules/@fedran/writing-hyphen/node_modules/@mfgames-writing/contracts" : {
"version" : "3.6.2" ,
"resolved" : "https://registry.npmjs.org/@mfgames-writing/contracts/-/contracts-3.6.2.tgz" ,
"integrity" : "sha512-m5kPQq27GhCyAvSABAaV1Crf7HQRc5h2dC2mTrUwFwxmJ1COUZbQZvafeQqJ0ujyWttWrvuqpcAUTe29rqa99w==" ,
"dependencies" : {
"markdown-it" : "^12.2.0" ,
"zpad" : "^0.5.0"
}
} ,
"node_modules/@fedran/writing-theme" : {
"version" : "4.0.2" ,
"resolved" : "https://registry.npmjs.org/@fedran/writing-theme/-/writing-theme-4.0.2.tgz" ,
"integrity" : "sha512-K6/snBOAcfpDVuwzLSB2Zkx0xLx0CPtMxLNWaVTaYFqjm4hrIZf/gor6If5xD6FK7+UKr7lRf2/eiDH4Vy8xig==" ,
"dependencies" : {
"@mfgames-writing/contracts" : "^4.4.0" ,
"@mfgames-writing/liquid-theme" : "^2.1.1"
}
} ,
"node_modules/@jimp/bmp" : {
"version" : "0.3.9" ,
"resolved" : "https://registry.npmjs.org/@jimp/bmp/-/bmp-0.3.9.tgz" ,
"integrity" : "sha512-r+gAyODQBC8sHCJDQgdZgNcQhEeLlCd2wtfWK16cPhwiLmZoDjKt+sOsSkLg0PgBTmRFDLd7ewoUwS3DFyaMmQ==" ,
"dependencies" : {
"@jimp/utils" : "^0.3.9" ,
"bmp-js" : "^0.1.0" ,
"core-js" : "^2.5.7"
} ,
"peerDependencies" : {
"@jimp/custom" : ">=0.3.5"
}
} ,
"node_modules/@jimp/core" : {
"version" : "0.3.9" ,
"resolved" : "https://registry.npmjs.org/@jimp/core/-/core-0.3.9.tgz" ,
"integrity" : "sha512-phf7Ar3jyxC7LtwvBow/VMa/1H2bcY1x+QMZboJDCbIzAWi+t46VgsJLiIqCpmUgkVGnDfsXwabrso490E4UOg==" ,
"dependencies" : {
"@jimp/utils" : "^0.3.9" ,
"any-base" : "^1.1.0" ,
"buffer" : "^5.2.0" ,
"core-js" : "^2.5.7" ,
"exif-parser" : "^0.1.12" ,
"file-type" : "^9.0.0" ,
"load-bmfont" : "^1.3.1" ,
"mkdirp" : "0.5.1" ,
"phin" : "^2.9.1" ,
"pixelmatch" : "^4.0.2" ,
"tinycolor2" : "^1.4.1"
}
} ,
"node_modules/@jimp/core/node_modules/minimist" : {
"version" : "0.0.8" ,
"resolved" : "https://registry.npmjs.org/minimist/-/minimist-0.0.8.tgz" ,
"integrity" : "sha1-hX/Kv8M5fSYluCKCYuhqp6ARsF0="
} ,
"node_modules/@jimp/core/node_modules/mkdirp" : {
"version" : "0.5.1" ,
"resolved" : "https://registry.npmjs.org/mkdirp/-/mkdirp-0.5.1.tgz" ,
"integrity" : "sha1-MAV0OOrGz3+MR2fzhkjWaX11yQM=" ,
"deprecated" : "Legacy versions of mkdirp are no longer supported. Please update to mkdirp 1.x. (Note that the API surface has changed to use Promises in 1.x.)" ,
"dependencies" : {
"minimist" : "0.0.8"
} ,
"bin" : {
"mkdirp" : "bin/cmd.js"
}
} ,
"node_modules/@jimp/custom" : {
"version" : "0.3.9" ,
"resolved" : "https://registry.npmjs.org/@jimp/custom/-/custom-0.3.9.tgz" ,
"integrity" : "sha512-6VjZPZx3kC/SAxxqb4bYymwkUPBzbh1rzSafjBp13A+i9lb4M0ECE+D9ioO3tILpa0NfdL5zg9rtFf1j6Yzg2g==" ,
"dependencies" : {
"@jimp/core" : "^0.3.9" ,
"core-js" : "^2.5.7"
}
} ,
"node_modules/@jimp/gif" : {
"version" : "0.3.9" ,
"resolved" : "https://registry.npmjs.org/@jimp/gif/-/gif-0.3.9.tgz" ,
"integrity" : "sha512-rXjUteUUbB+3EzGMCQuj+0dCWF20RuqNwrSrPY/jNcfxQ7tnIOLAcj6pL3zlgF3/DCdVtvcHMh1OULr975fA/A==" ,
"dependencies" : {
"@jimp/utils" : "^0.3.9" ,
"core-js" : "^2.5.7" ,
"omggif" : "^1.0.9"
} ,
"peerDependencies" : {
"@jimp/custom" : ">=0.3.5"
}
} ,
"node_modules/@jimp/jpeg" : {
"version" : "0.3.9" ,
"resolved" : "https://registry.npmjs.org/@jimp/jpeg/-/jpeg-0.3.9.tgz" ,
"integrity" : "sha512-WJ5ESHpJIetJSqp1myMewQf4KD1VegbdOQbiLvkW6CvX+lW1jQ83xouFv+jbZqZy5JNG1TtwMBNLMXzoBSbp1A==" ,
"dependencies" : {
"@jimp/utils" : "^0.3.9" ,
"core-js" : "^2.5.7" ,
"jpeg-js" : "^0.3.4"
} ,
"peerDependencies" : {
"@jimp/custom" : ">=0.3.5"
}
} ,
"node_modules/@jimp/plugin-blit" : {
"version" : "0.3.9" ,
"resolved" : "https://registry.npmjs.org/@jimp/plugin-blit/-/plugin-blit-0.3.9.tgz" ,
"integrity" : "sha512-biiz9QvHB4Mz9DyumI44LbnfXAzGmEdOCJAA0Wc30Pmqn3CbQUIbOo5KtSKcEKYZxsYG2MQYn22OpPL17yHMwg==" ,
"dependencies" : {
"@jimp/utils" : "^0.3.9" ,
"core-js" : "^2.5.7"
} ,
"peerDependencies" : {
"@jimp/custom" : ">=0.3.5"
}
} ,
"node_modules/@jimp/plugin-blur" : {
"version" : "0.3.9" ,
"resolved" : "https://registry.npmjs.org/@jimp/plugin-blur/-/plugin-blur-0.3.9.tgz" ,
"integrity" : "sha512-QK7KSx8o2JKvRKESfqPYEuMFLzKQofqvxhVNKY+KVevT+BfDlONuZ5KrHdahzZ/uDu7GQcyhCl3Axe92CSvH1w==" ,
"dependencies" : {
"@jimp/utils" : "^0.3.9" ,
"core-js" : "^2.5.7"
} ,
"peerDependencies" : {
"@jimp/custom" : ">=0.3.5"
}
} ,
"node_modules/@jimp/plugin-color" : {
"version" : "0.3.10" ,
"resolved" : "https://registry.npmjs.org/@jimp/plugin-color/-/plugin-color-0.3.10.tgz" ,
"integrity" : "sha512-XObgRjjw720T0jJn41fm5POC/FH2rifN+TQqAlaZ/7Wn1kNlH4G8H1v6M0RNzMEKEYTgQud1oVZqY61gceowSQ==" ,
"dependencies" : {
"@jimp/utils" : "^0.3.9" ,
"core-js" : "^2.5.7" ,
"tinycolor2" : "^1.4.1"
} ,
"peerDependencies" : {
"@jimp/custom" : ">=0.3.5"
}
} ,
"node_modules/@jimp/plugin-contain" : {
"version" : "0.3.9" ,
"resolved" : "https://registry.npmjs.org/@jimp/plugin-contain/-/plugin-contain-0.3.9.tgz" ,
"integrity" : "sha512-BqW2uidZBmMMVdU8b+/SRpDMMcvD6KYt5qsJhckkpoU5wROltng2trI02KAHaWy0eJwTdMApWJbxp+5MdBoreg==" ,
"dependencies" : {
"@jimp/utils" : "^0.3.9" ,
"core-js" : "^2.5.7"
} ,
"peerDependencies" : {
"@jimp/custom" : ">=0.3.5" ,
"@jimp/plugin-blit" : ">=0.3.5" ,
"@jimp/plugin-resize" : ">=0.3.5" ,
"@jimp/plugin-scale" : ">=0.3.5"
}
} ,
"node_modules/@jimp/plugin-cover" : {
"version" : "0.3.9" ,
"resolved" : "https://registry.npmjs.org/@jimp/plugin-cover/-/plugin-cover-0.3.9.tgz" ,
"integrity" : "sha512-l9nALbXi9+QE1ohCmgRF3bWsLZGzN4YeZuSfhMiIKChtzinEKput4N5jl89+KeFFnusTR22ivlQcgWq3Zcia+w==" ,
"dependencies" : {
"@jimp/utils" : "^0.3.9" ,
"core-js" : "^2.5.7"
} ,
"peerDependencies" : {
"@jimp/custom" : ">=0.3.5" ,
"@jimp/plugin-crop" : ">=0.3.5" ,
"@jimp/plugin-scale" : ">=0.3.5"
}
} ,
"node_modules/@jimp/plugin-crop" : {
"version" : "0.3.9" ,
"resolved" : "https://registry.npmjs.org/@jimp/plugin-crop/-/plugin-crop-0.3.9.tgz" ,
"integrity" : "sha512-FzVwErLj89sAYOWa1NwICLWgdF0HS4LvGfUw+5oSHDUJ2ym4bUKplb3AO6IG494zT2jpTWc0hbQrGrF3HK2Y9Q==" ,
"dependencies" : {
"@jimp/utils" : "^0.3.9" ,
"core-js" : "^2.5.7"
} ,
"peerDependencies" : {
"@jimp/custom" : ">=0.3.5"
}
} ,
"node_modules/@jimp/plugin-displace" : {
"version" : "0.3.9" ,
"resolved" : "https://registry.npmjs.org/@jimp/plugin-displace/-/plugin-displace-0.3.9.tgz" ,
"integrity" : "sha512-/RM8sTxkHy8YW88DoS2KMPujekLUCNdB4XO6wv74pXRMDCC0jBvePAO0rJ9BBE/L93ShQtoe/gBUa3lVWitf8w==" ,
"dependencies" : {
"@jimp/utils" : "^0.3.9" ,
"core-js" : "^2.5.7"
} ,
"peerDependencies" : {
"@jimp/custom" : ">=0.3.5"
}
} ,
"node_modules/@jimp/plugin-dither" : {
"version" : "0.3.9" ,
"resolved" : "https://registry.npmjs.org/@jimp/plugin-dither/-/plugin-dither-0.3.9.tgz" ,
"integrity" : "sha512-sWPSXnZZK8F2tXZOpfpknkySXlxjghjIJAaFjDyFDSKm3NiSNyL0CXd0GUwvPyof3lBRLqghPMsRw3Px6zJg3g==" ,
"dependencies" : {
"@jimp/utils" : "^0.3.9" ,
"core-js" : "^2.5.7"
} ,
"peerDependencies" : {
"@jimp/custom" : ">=0.3.5"
}
} ,
"node_modules/@jimp/plugin-flip" : {
"version" : "0.3.9" ,
"resolved" : "https://registry.npmjs.org/@jimp/plugin-flip/-/plugin-flip-0.3.9.tgz" ,
"integrity" : "sha512-GsF4sq0oHpZYXkMEcdfQS+yN1xcQX0YORNSwApKLV1c05AS0T0xqj+0U6FN9vPmyNJ0ptS+TyATf0CbupT7zzA==" ,
"dependencies" : {
"@jimp/utils" : "^0.3.9" ,
"core-js" : "^2.5.7"
} ,
"peerDependencies" : {
"@jimp/custom" : ">=0.3.5" ,
"@jimp/plugin-rotate" : ">=0.3.5"
}
} ,
"node_modules/@jimp/plugin-gaussian" : {
"version" : "0.3.9" ,
"resolved" : "https://registry.npmjs.org/@jimp/plugin-gaussian/-/plugin-gaussian-0.3.9.tgz" ,
"integrity" : "sha512-XSYaYhBEMvMejqSgIIFAvaNwQynFWbXmSgrD8VxEuQtJyi5jO5XVmL3q3rxN034XD7NO8UKyjB+QE2oiaMsKiw==" ,
"dependencies" : {
"@jimp/utils" : "^0.3.9" ,
"core-js" : "^2.5.7"
} ,
"peerDependencies" : {
"@jimp/custom" : ">=0.3.5"
}
} ,
"node_modules/@jimp/plugin-invert" : {
"version" : "0.3.9" ,
"resolved" : "https://registry.npmjs.org/@jimp/plugin-invert/-/plugin-invert-0.3.9.tgz" ,
"integrity" : "sha512-csdCm9QpV2W1IdE8jo4gTNC8Q6Eh7hgE7kp/Ikc9W4SNkHA+ppcNOliT2tT+o/Yxza393cWTAIVHHOfKC+gPzw==" ,
"dependencies" : {
"@jimp/utils" : "^0.3.9" ,
"core-js" : "^2.5.7"
} ,
"peerDependencies" : {
"@jimp/custom" : ">=0.3.5"
}
} ,
"node_modules/@jimp/plugin-mask" : {
"version" : "0.3.9" ,
"resolved" : "https://registry.npmjs.org/@jimp/plugin-mask/-/plugin-mask-0.3.9.tgz" ,
"integrity" : "sha512-UHTRbyb230t/EOJANUDFk9dGAwv+1i1LRAMZ14Zv4vgVRHl/DqknNX6owVd6fYJJKthHOKSmTtDLPNR2b+MCWg==" ,
"dependencies" : {
"@jimp/utils" : "^0.3.9" ,
"core-js" : "^2.5.7"
} ,
"peerDependencies" : {
"@jimp/custom" : ">=0.3.5"
}
} ,
"node_modules/@jimp/plugin-normalize" : {
"version" : "0.3.9" ,
"resolved" : "https://registry.npmjs.org/@jimp/plugin-normalize/-/plugin-normalize-0.3.9.tgz" ,
"integrity" : "sha512-eIrs29cStWVuQk3NBrq0cY6F4taoydmu4jdpy/Hw+9gIi96Dpd+eakDhU1y5F7sFAZrfy65Ps2m56IYwn+FE5A==" ,
"dependencies" : {
"@jimp/utils" : "^0.3.9" ,
"core-js" : "^2.5.7"
} ,
"peerDependencies" : {
"@jimp/custom" : ">=0.3.5"
}
} ,
"node_modules/@jimp/plugin-print" : {
"version" : "0.3.9" ,
"resolved" : "https://registry.npmjs.org/@jimp/plugin-print/-/plugin-print-0.3.9.tgz" ,
"integrity" : "sha512-1hcfxceeUAqluUpV8m0clE/mtuGQ8/RdB6gESr/0hYfVFHzULasIKKTWw410buiBL9i2nrTOoehgWKU/AgRGCg==" ,
"dependencies" : {
"@jimp/utils" : "^0.3.9" ,
"core-js" : "^2.5.7" ,
"load-bmfont" : "^1.3.1"
} ,
"peerDependencies" : {
"@jimp/custom" : ">=0.3.5"
}
} ,
"node_modules/@jimp/plugin-resize" : {
"version" : "0.3.9" ,
"resolved" : "https://registry.npmjs.org/@jimp/plugin-resize/-/plugin-resize-0.3.9.tgz" ,
"integrity" : "sha512-Rq9l1+VtqI71bvzdo3wfiqJ4iDO7ZrIbzjRFysRJpfwRm4bVibUoLPf0wCpDDkNAJllP5l8y/4Y+x/TzREKpBw==" ,
"dependencies" : {
"@jimp/utils" : "^0.3.9" ,
"core-js" : "^2.5.7"
} ,
"peerDependencies" : {
"@jimp/custom" : ">=0.3.5"
}
} ,
"node_modules/@jimp/plugin-rotate" : {
"version" : "0.3.9" ,
"resolved" : "https://registry.npmjs.org/@jimp/plugin-rotate/-/plugin-rotate-0.3.9.tgz" ,
"integrity" : "sha512-9o/pix6zojMEEfqNAbFBaVpjLDAdFJIAVa0pegPGS6v0aTytHo2cRL0OYN8cP8NbFPG+kMD+v2i/XV+Ubv2pJg==" ,
"dependencies" : {
"@jimp/utils" : "^0.3.9" ,
"core-js" : "^2.5.7"
} ,
"peerDependencies" : {
"@jimp/custom" : ">=0.3.5" ,
"@jimp/plugin-blit" : ">=0.3.5" ,
"@jimp/plugin-crop" : ">=0.3.5" ,
"@jimp/plugin-resize" : ">=0.3.5"
}
} ,
"node_modules/@jimp/plugin-scale" : {
"version" : "0.3.9" ,
"resolved" : "https://registry.npmjs.org/@jimp/plugin-scale/-/plugin-scale-0.3.9.tgz" ,
"integrity" : "sha512-hlKBwqo59ZxIjYyIx/zPFmfER6XyNJAUh3jXcofJ0oF1sH1fTl+BjqkYvouw4CAGQlF3invLRXLp7sluCcau6g==" ,
"dependencies" : {
"@jimp/utils" : "^0.3.9" ,
"core-js" : "^2.5.7"
} ,
"peerDependencies" : {
"@jimp/custom" : ">=0.3.5" ,
"@jimp/plugin-resize" : ">=0.3.5"
}
} ,
"node_modules/@jimp/plugins" : {
"version" : "0.3.10" ,
"resolved" : "https://registry.npmjs.org/@jimp/plugins/-/plugins-0.3.10.tgz" ,
"integrity" : "sha512-RYFO8A8qFo7q0fKiZIcwaNco375Mdknat2oDn67B21k/3CZPUtqzLWy2+X9WXBPHULrF9F8J2loxN8rvSe/0Og==" ,
"dependencies" : {
"@jimp/plugin-blit" : "^0.3.9" ,
"@jimp/plugin-blur" : "^0.3.9" ,
"@jimp/plugin-color" : "^0.3.10" ,
"@jimp/plugin-contain" : "^0.3.9" ,
"@jimp/plugin-cover" : "^0.3.9" ,
"@jimp/plugin-crop" : "^0.3.9" ,
"@jimp/plugin-displace" : "^0.3.9" ,
"@jimp/plugin-dither" : "^0.3.9" ,
"@jimp/plugin-flip" : "^0.3.9" ,
"@jimp/plugin-gaussian" : "^0.3.9" ,
"@jimp/plugin-invert" : "^0.3.9" ,
"@jimp/plugin-mask" : "^0.3.9" ,
"@jimp/plugin-normalize" : "^0.3.9" ,
"@jimp/plugin-print" : "^0.3.9" ,
"@jimp/plugin-resize" : "^0.3.9" ,
"@jimp/plugin-rotate" : "^0.3.9" ,
"@jimp/plugin-scale" : "^0.3.9" ,
"core-js" : "^2.5.7" ,
"timm" : "^1.6.1"
} ,
"peerDependencies" : {
"@jimp/custom" : ">=0.3.5"
}
} ,
"node_modules/@jimp/png" : {
"version" : "0.3.9" ,
"resolved" : "https://registry.npmjs.org/@jimp/png/-/png-0.3.9.tgz" ,
"integrity" : "sha512-PrqH0gE9AzFV2mJPepm6U9GBzeuS9Fn9BMZPDg1p8AOIXlzySv2cgby6gaLpUk5XiQwiOwhO6A6rLvXXJ0s17A==" ,
"dependencies" : {
"@jimp/utils" : "^0.3.9" ,
"core-js" : "^2.5.7" ,
"pngjs" : "^3.3.3"
} ,
"peerDependencies" : {
"@jimp/custom" : ">=0.3.5"
}
} ,
"node_modules/@jimp/tiff" : {
"version" : "0.3.9" ,
"resolved" : "https://registry.npmjs.org/@jimp/tiff/-/tiff-0.3.9.tgz" ,
"integrity" : "sha512-OkoUmeBVOlP/AWgcHNXi9W32hk3glZWm/gMzbEOyExVQYPb/C9emTpJ5SAfFEKAkIJ5ylnC4q0Lvip8YvYihLQ==" ,
"dependencies" : {
"core-js" : "^2.5.7" ,
"utif" : "^2.0.0"
} ,
"peerDependencies" : {
"@jimp/custom" : ">=0.3.5"
}
} ,
"node_modules/@jimp/types" : {
"version" : "0.3.9" ,
"resolved" : "https://registry.npmjs.org/@jimp/types/-/types-0.3.9.tgz" ,
"integrity" : "sha512-ref+xXz21h7SI3O95CC7XIR0Hkn5LhVffMfSiXz4R9oC41DhANmpi3flkN/uv+WMRhwoIzYEnoU2aljGJ58sXg==" ,
"dependencies" : {
"@jimp/bmp" : "^0.3.9" ,
"@jimp/gif" : "^0.3.9" ,
"@jimp/jpeg" : "^0.3.9" ,
"@jimp/png" : "^0.3.9" ,
"@jimp/tiff" : "^0.3.9" ,
"core-js" : "^2.5.7" ,
"timm" : "^1.6.1"
} ,
"peerDependencies" : {
"@jimp/custom" : ">=0.3.5"
}
} ,
"node_modules/@jimp/utils" : {
"version" : "0.3.9" ,
"resolved" : "https://registry.npmjs.org/@jimp/utils/-/utils-0.3.9.tgz" ,
"integrity" : "sha512-nqJmMQbSBf1AmRZ3AZTq6Gct7T0gZ5R6bGhD9AaPbCb7AkkGX+DPMhT39VIiDT8sbwl+3Lxakr8KCjkrWz8nFQ==" ,
"dependencies" : {
"core-js" : "^2.5.7"
}
} ,
"node_modules/@mfgames-writing/contracts" : {
"version" : "4.4.0" ,
"resolved" : "https://registry.npmjs.org/@mfgames-writing/contracts/-/contracts-4.4.0.tgz" ,
"integrity" : "sha512-91KArfK6iRHjABE42Ea689dGYSw2IaAbN8QuBGawQnnDbyKVZ6zCuLFcZpXzEOkzrOFnP67oF3ZjN+jYGtMSzA==" ,
"dependencies" : {
"markdown-it" : "^12.2.0" ,
"zpad" : "^0.5.0"
}
} ,
"node_modules/@mfgames-writing/docx-format" : {
"version" : "1.0.2" ,
"resolved" : "https://registry.npmjs.org/@mfgames-writing/docx-format/-/docx-format-1.0.2.tgz" ,
"integrity" : "sha512-xOUB/MHXaL4GNb86aCpYo0UFI6uQZ9sh4ub21Vhd+/ul6b/ucwbeZTi/bkqogID7+Rai1vQ/vnpw21AlnXR0ew==" ,
"dependencies" : {
"@mfgames-writing/contracts" : "^4.0.0" ,
"zpad" : "^0.5.0"
}
} ,
"node_modules/@mfgames-writing/epub2-format" : {
"version" : "2.1.1" ,
"resolved" : "https://registry.npmjs.org/@mfgames-writing/epub2-format/-/epub2-format-2.1.1.tgz" ,
"integrity" : "sha512-JHgP5stLrOBrk1hHnqBp+c5jtPUtBjr1RRnqxGXMS+vhtlCFgZiHK8djvkrWbnnepwCMP+EqawbYGZZ230o/eg==" ,
"dependencies" : {
"@mfgames-writing/contracts" : "^4.0.0" ,
"@mfgames-writing/ncx" : "^1.0.0" ,
"@mfgames-writing/opf" : "^1.0.0" ,
"gray-matter" : "^4.0.1" ,
"htmlparser2" : "^6.1.0" ,
"jszip" : "^3.1.0" ,
"marked" : "^0.3.19" ,
"mime" : "^1.3.4" ,
"moment" : "^2.22.1" ,
"zpad" : "^0.5.0"
}
} ,
"node_modules/@mfgames-writing/format" : {
"version" : "3.3.1" ,
"resolved" : "https://registry.npmjs.org/@mfgames-writing/format/-/format-3.3.1.tgz" ,
"integrity" : "sha512-ZNZkb1x9Gp+2FVGHBm3yfOiiup51OUm/nCjtvwsVUoN/yRbQ5NI+O6fjNc+mTef2J+kmZiDA+Xi3PTcklhQ6ww==" ,
"dependencies" : {
"@mfgames-writing/contracts" : "^4.4.0" ,
"fs-finder" : "^1.8.1" ,
"incremental" : "^1.0.1" ,
"jimp" : "^0.3.5" ,
"js-yaml" : "^3.6.1" ,
"liquid-node" : "^2.6.1" ,
"lodash.set" : "^4.3.2" ,
"markdown-it" : "^12.2.0" ,
"marked" : "^0.3.5" ,
"mkdirp" : "^0.5.1" ,
"mkdirp-promise" : "^2.0.0" ,
"mz" : "^2.7.0" ,
"read-pkg-up" : "^4.0.0" ,
"source-map-support" : "^0.4.2" ,
"tracer" : "^0.8.3" ,
"uuid" : "^2.0.2" ,
"yaml-front-matter" : "^4.1.0" ,
"yargs" : "^4.7.1" ,
"zpad" : "^0.5.0"
} ,
"bin" : {
"mfgames-writing-format" : "bin/mfgames-writing-format"
}
} ,
"node_modules/@mfgames-writing/format/node_modules/camelcase" : {
"version" : "3.0.0" ,
"resolved" : "https://registry.npmjs.org/camelcase/-/camelcase-3.0.0.tgz" ,
"integrity" : "sha1-MvxLn82vhF/N9+c7uXysImHwqwo=" ,
"engines" : {
"node" : ">=0.10.0"
}
} ,
"node_modules/@mfgames-writing/format/node_modules/cliui" : {
"version" : "3.2.0" ,
"resolved" : "https://registry.npmjs.org/cliui/-/cliui-3.2.0.tgz" ,
"integrity" : "sha1-EgYBU3qRbSmUD5NNo7SNWFo5IT0=" ,
"dependencies" : {
"string-width" : "^1.0.1" ,
"strip-ansi" : "^3.0.1" ,
"wrap-ansi" : "^2.0.0"
}
} ,
"node_modules/@mfgames-writing/format/node_modules/find-up" : {
"version" : "1.1.2" ,
"resolved" : "https://registry.npmjs.org/find-up/-/find-up-1.1.2.tgz" ,
"integrity" : "sha1-ay6YIrGizgpgq2TWEOzK1TyyTQ8=" ,
"dependencies" : {
"path-exists" : "^2.0.0" ,
"pinkie-promise" : "^2.0.0"
} ,
"engines" : {
"node" : ">=0.10.0"
}
} ,
"node_modules/@mfgames-writing/format/node_modules/get-caller-file" : {
"version" : "1.0.3" ,
"resolved" : "https://registry.npmjs.org/get-caller-file/-/get-caller-file-1.0.3.tgz" ,
"integrity" : "sha512-3t6rVToeoZfYSGd8YoLFR2DJkiQrIiUrGcjvFX2mDw3bn6k2OtwHN0TNCLbBO+w8qTvimhDkv+LSscbJY1vE6w=="
} ,
"node_modules/@mfgames-writing/format/node_modules/hosted-git-info" : {
"version" : "2.8.9" ,
"resolved" : "https://registry.npmjs.org/hosted-git-info/-/hosted-git-info-2.8.9.tgz" ,
"integrity" : "sha512-mxIDAb9Lsm6DoOJ7xH+5+X4y1LU/4Hi50L9C5sIswK3JzULS4bwk1FvjdBgvYR4bzT4tuUQiC15FE2f5HbLvYw=="
} ,
"node_modules/@mfgames-writing/format/node_modules/load-json-file" : {
"version" : "1.1.0" ,
"resolved" : "https://registry.npmjs.org/load-json-file/-/load-json-file-1.1.0.tgz" ,
"integrity" : "sha1-lWkFcI1YtLq0wiYbBPWfMcmTdMA=" ,
"dependencies" : {
"graceful-fs" : "^4.1.2" ,
"parse-json" : "^2.2.0" ,
"pify" : "^2.0.0" ,
"pinkie-promise" : "^2.0.0" ,
"strip-bom" : "^2.0.0"
} ,
"engines" : {
"node" : ">=0.10.0"
}
} ,
"node_modules/@mfgames-writing/format/node_modules/normalize-package-data" : {
"version" : "2.5.0" ,
"resolved" : "https://registry.npmjs.org/normalize-package-data/-/normalize-package-data-2.5.0.tgz" ,
"integrity" : "sha512-/5CMN3T0R4XTj4DcGaexo+roZSdSFW/0AOOTROrjxzCG1wrWXEsGbRKevjlIL+ZDE4sZlJr5ED4YW0yqmkK+eA==" ,
"dependencies" : {
"hosted-git-info" : "^2.1.4" ,
"resolve" : "^1.10.0" ,
"semver" : "2 || 3 || 4 || 5" ,
"validate-npm-package-license" : "^3.0.1"
}
} ,
"node_modules/@mfgames-writing/format/node_modules/parse-json" : {
"version" : "2.2.0" ,
"resolved" : "https://registry.npmjs.org/parse-json/-/parse-json-2.2.0.tgz" ,
"integrity" : "sha1-9ID0BDTvgHQfhGkJn43qGPVaTck=" ,
"dependencies" : {
"error-ex" : "^1.2.0"
} ,
"engines" : {
"node" : ">=0.10.0"
}
} ,
"node_modules/@mfgames-writing/format/node_modules/path-type" : {
"version" : "1.1.0" ,
"resolved" : "https://registry.npmjs.org/path-type/-/path-type-1.1.0.tgz" ,
"integrity" : "sha1-WcRPfuSR2nBNpBXaWkBwuk+P5EE=" ,
"dependencies" : {
"graceful-fs" : "^4.1.2" ,
"pify" : "^2.0.0" ,
"pinkie-promise" : "^2.0.0"
} ,
"engines" : {
"node" : ">=0.10.0"
}
} ,
"node_modules/@mfgames-writing/format/node_modules/pify" : {
"version" : "2.3.0" ,
"resolved" : "https://registry.npmjs.org/pify/-/pify-2.3.0.tgz" ,
"integrity" : "sha1-7RQaasBDqEnqWISY59yosVMw6Qw=" ,
"engines" : {
"node" : ">=0.10.0"
}
} ,
"node_modules/@mfgames-writing/format/node_modules/read-pkg" : {
"version" : "1.1.0" ,
"resolved" : "https://registry.npmjs.org/read-pkg/-/read-pkg-1.1.0.tgz" ,
"integrity" : "sha1-9f+qXs0pyzHAR0vKfXVra7KePyg=" ,
"dependencies" : {
"load-json-file" : "^1.0.0" ,
"normalize-package-data" : "^2.3.2" ,
"path-type" : "^1.0.0"
} ,
"engines" : {
"node" : ">=0.10.0"
}
} ,
"node_modules/@mfgames-writing/format/node_modules/semver" : {
"version" : "5.7.1" ,
"resolved" : "https://registry.npmjs.org/semver/-/semver-5.7.1.tgz" ,
"integrity" : "sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ==" ,
"bin" : {
"semver" : "bin/semver"
}
} ,
"node_modules/@mfgames-writing/format/node_modules/strip-bom" : {
"version" : "2.0.0" ,
"resolved" : "https://registry.npmjs.org/strip-bom/-/strip-bom-2.0.0.tgz" ,
"integrity" : "sha1-YhmoVhZSBJHzV4i9vxRHqZx+aw4=" ,
"dependencies" : {
"is-utf8" : "^0.2.0"
} ,
"engines" : {
"node" : ">=0.10.0"
}
} ,
"node_modules/@mfgames-writing/format/node_modules/wrap-ansi" : {
"version" : "2.1.0" ,
"resolved" : "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-2.1.0.tgz" ,
"integrity" : "sha1-2Pw9KE3QV5T+hJc8rs3Rz4JP3YU=" ,
"dependencies" : {
"string-width" : "^1.0.1" ,
"strip-ansi" : "^3.0.1"
} ,
"engines" : {
"node" : ">=0.10.0"
}
} ,
"node_modules/@mfgames-writing/format/node_modules/y18n" : {
"version" : "3.2.2" ,
"resolved" : "https://registry.npmjs.org/y18n/-/y18n-3.2.2.tgz" ,
"integrity" : "sha512-uGZHXkHnhF0XeeAPgnKfPv1bgKAYyVvmNL1xlKsPYZPaIHxGti2hHqvOCQv71XMsLxu1QjergkqogUnms5D3YQ=="
} ,
"node_modules/@mfgames-writing/format/node_modules/yargs" : {
"version" : "4.8.1" ,
"resolved" : "https://registry.npmjs.org/yargs/-/yargs-4.8.1.tgz" ,
"integrity" : "sha1-wMQpJMpKqmsObaFznfshZDn53cA=" ,
"dependencies" : {
"cliui" : "^3.2.0" ,
"decamelize" : "^1.1.1" ,
"get-caller-file" : "^1.0.1" ,
"lodash.assign" : "^4.0.3" ,
"os-locale" : "^1.4.0" ,
"read-pkg-up" : "^1.0.1" ,
"require-directory" : "^2.1.1" ,
"require-main-filename" : "^1.0.1" ,
"set-blocking" : "^2.0.0" ,
"string-width" : "^1.0.1" ,
"which-module" : "^1.0.0" ,
"window-size" : "^0.2.0" ,
"y18n" : "^3.2.1" ,
"yargs-parser" : "^2.4.1"
}
} ,
"node_modules/@mfgames-writing/format/node_modules/yargs-parser" : {
"version" : "2.4.1" ,
"resolved" : "https://registry.npmjs.org/yargs-parser/-/yargs-parser-2.4.1.tgz" ,
"integrity" : "sha1-hVaN488VD/SfpRgl8DqMiA3cxcQ=" ,
"dependencies" : {
"camelcase" : "^3.0.0" ,
"lodash.assign" : "^4.0.6"
}
} ,
"node_modules/@mfgames-writing/format/node_modules/yargs/node_modules/read-pkg-up" : {
"version" : "1.0.1" ,
"resolved" : "https://registry.npmjs.org/read-pkg-up/-/read-pkg-up-1.0.1.tgz" ,
"integrity" : "sha1-nWPBMnbAZZGNV/ACpX9AobZD+wI=" ,
"dependencies" : {
"find-up" : "^1.0.0" ,
"read-pkg" : "^1.0.0"
} ,
"engines" : {
"node" : ">=0.10.0"
}
} ,
"node_modules/@mfgames-writing/guillemet" : {
"version" : "1.0.0" ,
"resolved" : "https://registry.npmjs.org/@mfgames-writing/guillemet/-/guillemet-1.0.0.tgz" ,
"integrity" : "sha512-C1NCIkwPQIbmmrek1pOUuUvn6Gvn+4JYflYvwG/cOjYbpTCE1HDZs1dFhyYJS1Ldni3tUCUKt6sUT+3a5ReYGA==" ,
"deprecated" : "this package has been renamed to @mfgames-writing/guillemet-pipeline" ,
"dependencies" : {
"@mfgames-writing/contracts" : "^3.1.4"
}
} ,
"node_modules/@mfgames-writing/guillemet/node_modules/@mfgames-writing/contracts" : {
"version" : "3.6.2" ,
"resolved" : "https://registry.npmjs.org/@mfgames-writing/contracts/-/contracts-3.6.2.tgz" ,
"integrity" : "sha512-m5kPQq27GhCyAvSABAaV1Crf7HQRc5h2dC2mTrUwFwxmJ1COUZbQZvafeQqJ0ujyWttWrvuqpcAUTe29rqa99w==" ,
"dependencies" : {
"markdown-it" : "^12.2.0" ,
"zpad" : "^0.5.0"
}
} ,
"node_modules/@mfgames-writing/hyphen-pipeline" : {
"version" : "1.0.2" ,
"resolved" : "https://registry.npmjs.org/@mfgames-writing/hyphen-pipeline/-/hyphen-pipeline-1.0.2.tgz" ,
"integrity" : "sha512-BvIbNtJjMv706BPbrspBQ6D2EUvqCTfyka7DyE7vt7D4ToTcAOFvk1WlPLbjQBFipfOVeYMxcUClSwOkS5ZF7g==" ,
"dependencies" : {
"@mfgames-writing/contracts" : "^4.0.0" ,
"hyphen" : "^1.0.2"
}
} ,
"node_modules/@mfgames-writing/liquid-theme" : {
"version" : "2.1.1" ,
"resolved" : "https://registry.npmjs.org/@mfgames-writing/liquid-theme/-/liquid-theme-2.1.1.tgz" ,
"integrity" : "sha512-nu4iKe2lwt37BczaoVC/9qTbwtC1jcl/Gc7f0qIlUo0ZiRJiqqaLhnDcEBWtQYlFtPqB9KIcmGuwCAugBnAz0A==" ,
"dependencies" : {
"@mfgames-writing/contracts" : "^4.4.0" ,
"glob" : "^7.0.5" ,
"liquid-node" : "^2.6.1" ,
"lodash" : "^4.17.19" ,
"mz" : "^2.7.0" ,
"sass" : "^1.35.2" ,
"yaml-front-matter" : "^4.1.0"
}
} ,
"node_modules/@mfgames-writing/ncx" : {
"version" : "1.0.2" ,
"resolved" : "https://registry.npmjs.org/@mfgames-writing/ncx/-/ncx-1.0.2.tgz" ,
"integrity" : "sha512-KPMczZ7uJnyGUsazP4qcfQ35LO9i1r2hd6gNQdizT5fcoVgbcu9Nx+Fa2vGL/dVc63bmybqY4YoQA9J3NB0lMA==" ,
"dependencies" : {
"xmlbuilder" : "^10.0.0"
}
} ,
"node_modules/@mfgames-writing/opf" : {
"version" : "1.0.1" ,
"resolved" : "https://registry.npmjs.org/@mfgames-writing/opf/-/opf-1.0.1.tgz" ,
"integrity" : "sha512-4erFBhKK3PBrNGB4hwkUxrLFzDqHWnYIYmM0uwNrS2cc55yYEJk+drHej2DRKY0goCCnP9BdPIlwtlAgnoPdWg==" ,
"dependencies" : {
"moment" : "^2.22.1" ,
"xmlbuilder" : "^8.2.2"
}
} ,
"node_modules/@mfgames-writing/opf/node_modules/xmlbuilder" : {
"version" : "8.2.2" ,
"resolved" : "https://registry.npmjs.org/xmlbuilder/-/xmlbuilder-8.2.2.tgz" ,
"integrity" : "sha1-aSSGc0ELS6QuGmE2VR0pIjNap3M=" ,
"engines" : {
"node" : ">=4.0"
}
} ,
"node_modules/@mfgames-writing/weasyprint-format" : {
"version" : "5.0.4" ,
"resolved" : "https://registry.npmjs.org/@mfgames-writing/weasyprint-format/-/weasyprint-format-5.0.4.tgz" ,
"integrity" : "sha512-9pBhiJEdOOmm13vBx6YTZCOxCNekGx5duRTrU79x0LIB6p8/xwM98l3k7R0MdCHJ31VFXL/7rU7xHktRQztagQ==" ,
"dependencies" : {
"@mfgames-writing/contracts" : "^4.0.0" ,
"fs-extra" : "^5.0.0" ,
"lodash" : "^4.17.19" ,
"mz" : "^2.7.0" ,
"pad" : "^1.1.0" ,
"rimraf" : "^2.6.2" ,
"semver" : "^5.5.0" ,
"tmp" : "0.0.28" ,
"zpad" : "^0.5.0"
}
} ,
"node_modules/@mfgames-writing/weasyprint-format/node_modules/fs-extra" : {
"version" : "5.0.0" ,
"resolved" : "https://registry.npmjs.org/fs-extra/-/fs-extra-5.0.0.tgz" ,
"integrity" : "sha512-66Pm4RYbjzdyeuqudYqhFiNBbCIuI9kgRqLPSHIlXHidW8NIQtVdkM1yeZ4lXwuhbTETv3EUGMNHAAw6hiundQ==" ,
"dependencies" : {
"graceful-fs" : "^4.1.2" ,
"jsonfile" : "^4.0.0" ,
"universalify" : "^0.1.0"
}
} ,
"node_modules/@mfgames-writing/weasyprint-format/node_modules/jsonfile" : {
"version" : "4.0.0" ,
"resolved" : "https://registry.npmjs.org/jsonfile/-/jsonfile-4.0.0.tgz" ,
"integrity" : "sha1-h3Gq4HmbZAdrdmQPygWPnBDjPss=" ,
"optionalDependencies" : {
"graceful-fs" : "^4.1.6"
}
} ,
"node_modules/@mfgames-writing/weasyprint-format/node_modules/semver" : {
"version" : "5.7.1" ,
"resolved" : "https://registry.npmjs.org/semver/-/semver-5.7.1.tgz" ,
"integrity" : "sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ==" ,
"bin" : {
"semver" : "bin/semver"
}
} ,
"node_modules/@mfgames-writing/weasyprint-format/node_modules/universalify" : {
"version" : "0.1.2" ,
"resolved" : "https://registry.npmjs.org/universalify/-/universalify-0.1.2.tgz" ,
"integrity" : "sha512-rBJeI5CXAlmy1pV+617WB9J63U6XcazHHF2f2dbJix4XzpUF0RS3Zbj0FGIOCAva5P/d/GBOYaACQ1w+0azUkg==" ,
"engines" : {