You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
146 lines
5.4 KiB
146 lines
5.4 KiB
{ |
|
"name": "gitcitadel-online", |
|
"lockfileVersion": 3, |
|
"requires": true, |
|
"packages": { |
|
"": { |
|
"dependencies": { |
|
"@asciidoctor/core": "^3.0.4", |
|
"marked": "^12.0.0" |
|
} |
|
}, |
|
"node_modules/@asciidoctor/core": { |
|
"version": "3.0.4", |
|
"resolved": "https://registry.npmjs.org/@asciidoctor/core/-/core-3.0.4.tgz", |
|
"integrity": "sha512-41SDMi7iRRBViPe0L6VWFTe55bv6HEOJeRqMj5+E5wB1YPdUPuTucL4UAESPZM6OWmn4t/5qM5LusXomFUVwVQ==", |
|
"license": "MIT", |
|
"dependencies": { |
|
"@asciidoctor/opal-runtime": "3.0.1", |
|
"unxhr": "1.2.0" |
|
}, |
|
"engines": { |
|
"node": ">=16", |
|
"npm": ">=8" |
|
} |
|
}, |
|
"node_modules/@asciidoctor/opal-runtime": { |
|
"version": "3.0.1", |
|
"resolved": "https://registry.npmjs.org/@asciidoctor/opal-runtime/-/opal-runtime-3.0.1.tgz", |
|
"integrity": "sha512-iW7ACahOG0zZft4A/4CqDcc7JX+fWRNjV5tFAVkNCzwZD+EnFolPaUOPYt8jzadc0+Bgd80cQTtRMQnaaV1kkg==", |
|
"license": "MIT", |
|
"dependencies": { |
|
"glob": "8.1.0", |
|
"unxhr": "1.2.0" |
|
}, |
|
"engines": { |
|
"node": ">=16" |
|
} |
|
}, |
|
"node_modules/balanced-match": { |
|
"version": "1.0.2", |
|
"resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz", |
|
"integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==", |
|
"license": "MIT" |
|
}, |
|
"node_modules/brace-expansion": { |
|
"version": "2.0.2", |
|
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.2.tgz", |
|
"integrity": "sha512-Jt0vHyM+jmUBqojB7E1NIYadt0vI0Qxjxd2TErW94wDz+E2LAm5vKMXXwg6ZZBTHPuUlDgQHKXvjGBdfcF1ZDQ==", |
|
"license": "MIT", |
|
"dependencies": { |
|
"balanced-match": "^1.0.0" |
|
} |
|
}, |
|
"node_modules/fs.realpath": { |
|
"version": "1.0.0", |
|
"resolved": "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz", |
|
"integrity": "sha512-OO0pH2lK6a0hZnAdau5ItzHPI6pUlvI7jMVnxUQRtw4owF2wk8lOSabtGDCTP4Ggrg2MbGnWO9X8K1t4+fGMDw==", |
|
"license": "ISC" |
|
}, |
|
"node_modules/glob": { |
|
"version": "8.1.0", |
|
"resolved": "https://registry.npmjs.org/glob/-/glob-8.1.0.tgz", |
|
"integrity": "sha512-r8hpEjiQEYlF2QU0df3dS+nxxSIreXQS1qRhMJM0Q5NDdR386C7jb7Hwwod8Fgiuex+k0GFjgft18yvxm5XoCQ==", |
|
"deprecated": "Old versions of glob are not supported, and contain widely publicized security vulnerabilities, which have been fixed in the current version. Please update. Support for old versions may be purchased (at exorbitant rates) by contacting i@izs.me", |
|
"license": "ISC", |
|
"dependencies": { |
|
"fs.realpath": "^1.0.0", |
|
"inflight": "^1.0.4", |
|
"inherits": "2", |
|
"minimatch": "^5.0.1", |
|
"once": "^1.3.0" |
|
}, |
|
"engines": { |
|
"node": ">=12" |
|
}, |
|
"funding": { |
|
"url": "https://github.com/sponsors/isaacs" |
|
} |
|
}, |
|
"node_modules/inflight": { |
|
"version": "1.0.6", |
|
"resolved": "https://registry.npmjs.org/inflight/-/inflight-1.0.6.tgz", |
|
"integrity": "sha512-k92I/b08q4wvFscXCLvqfsHCrjrF7yiXsQuIVvVE7N82W3+aqpzuUdBbfhWcy/FZR3/4IgflMgKLOsvPDrGCJA==", |
|
"deprecated": "This module is not supported, and leaks memory. Do not use it. Check out lru-cache if you want a good and tested way to coalesce async requests by a key value, which is much more comprehensive and powerful.", |
|
"license": "ISC", |
|
"dependencies": { |
|
"once": "^1.3.0", |
|
"wrappy": "1" |
|
} |
|
}, |
|
"node_modules/inherits": { |
|
"version": "2.0.4", |
|
"resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz", |
|
"integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==", |
|
"license": "ISC" |
|
}, |
|
"node_modules/marked": { |
|
"version": "12.0.2", |
|
"resolved": "https://registry.npmjs.org/marked/-/marked-12.0.2.tgz", |
|
"integrity": "sha512-qXUm7e/YKFoqFPYPa3Ukg9xlI5cyAtGmyEIzMfW//m6kXwCy2Ps9DYf5ioijFKQ8qyuscrHoY04iJGctu2Kg0Q==", |
|
"license": "MIT", |
|
"bin": { |
|
"marked": "bin/marked.js" |
|
}, |
|
"engines": { |
|
"node": ">= 18" |
|
} |
|
}, |
|
"node_modules/minimatch": { |
|
"version": "5.1.6", |
|
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-5.1.6.tgz", |
|
"integrity": "sha512-lKwV/1brpG6mBUFHtb7NUmtABCb2WZZmm2wNiOA5hAb8VdCS4B3dtMWyvcoViccwAW/COERjXLt0zP1zXUN26g==", |
|
"license": "ISC", |
|
"dependencies": { |
|
"brace-expansion": "^2.0.1" |
|
}, |
|
"engines": { |
|
"node": ">=10" |
|
} |
|
}, |
|
"node_modules/once": { |
|
"version": "1.4.0", |
|
"resolved": "https://registry.npmjs.org/once/-/once-1.4.0.tgz", |
|
"integrity": "sha512-lNaJgI+2Q5URQBkccEKHTQOPaXdUxnZZElQTZY0MFUAuaEqe1E+Nyvgdz/aIyNi6Z9MzO5dv1H8n58/GELp3+w==", |
|
"license": "ISC", |
|
"dependencies": { |
|
"wrappy": "1" |
|
} |
|
}, |
|
"node_modules/unxhr": { |
|
"version": "1.2.0", |
|
"resolved": "https://registry.npmjs.org/unxhr/-/unxhr-1.2.0.tgz", |
|
"integrity": "sha512-6cGpm8NFXPD9QbSNx0cD2giy7teZ6xOkCUH3U89WKVkL9N9rBrWjlCwhR94Re18ZlAop4MOc3WU1M3Hv/bgpIw==", |
|
"license": "MIT", |
|
"engines": { |
|
"node": ">=8.11" |
|
} |
|
}, |
|
"node_modules/wrappy": { |
|
"version": "1.0.2", |
|
"resolved": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz", |
|
"integrity": "sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ==", |
|
"license": "ISC" |
|
} |
|
} |
|
}
|
|
|