08-27-周三_17-09-29

This commit is contained in:
2025-08-27 17:10:05 +08:00
commit 86df397d8f
12735 changed files with 1145479 additions and 0 deletions

156
node_modules/mermaid/package.json generated vendored Normal file
View File

@@ -0,0 +1,156 @@
{
"_args": [
[
{
"name": "mermaid",
"raw": "mermaid@^7.0.7",
"rawSpec": "^7.0.7",
"scope": null,
"spec": ">=7.0.7 <8.0.0",
"type": "range"
},
"/root/gitbook/node_modules/gitbook-plugin-mermaid-gb3"
]
],
"_from": "mermaid@>=7.0.7 <8.0.0",
"_id": "mermaid@7.1.2",
"_inCache": true,
"_installable": true,
"_location": "/mermaid",
"_nodeVersion": "9.3.0",
"_npmOperationalInternal": {
"host": "s3://npm-registry-packages",
"tmp": "tmp/mermaid-7.1.2.tgz_1514293238814_0.46495728474110365"
},
"_npmUser": {
"email": "tyler4long@gmail.com",
"name": "tylerlong"
},
"_npmVersion": "5.6.0",
"_phantomChildren": {},
"_requested": {
"name": "mermaid",
"raw": "mermaid@^7.0.7",
"rawSpec": "^7.0.7",
"scope": null,
"spec": ">=7.0.7 <8.0.0",
"type": "range"
},
"_requiredBy": [
"/gitbook-plugin-mermaid-gb3"
],
"_resolved": "https://registry.npmjs.org/mermaid/-/mermaid-7.1.2.tgz",
"_shasum": "6265728156c2e0891e004cba60a44022174487ad",
"_shrinkwrap": null,
"_spec": "mermaid@^7.0.7",
"_where": "/root/gitbook/node_modules/gitbook-plugin-mermaid-gb3",
"author": {
"name": "Knut Sveidqvist"
},
"bugs": {
"url": "https://github.com/knsv/mermaid/issues"
},
"dependencies": {
"d3": "3.5.17",
"dagre-d3-renderer": "^0.4.25",
"dagre-layout": "^0.8.0",
"he": "^1.1.1",
"lodash": "^4.17.4",
"moment": "^2.20.1"
},
"description": "Markdownish syntax for generating flowcharts, sequence diagrams, class diagrams, gantt charts and git graphs.",
"devDependencies": {
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-plugin-lodash": "^3.3.2",
"babel-preset-env": "^1.6.1",
"codeclimate-test-reporter": "^0.5.0",
"css-loader": "^0.28.7",
"css-to-string-loader": "^0.1.3",
"extract-text-webpack-plugin": "^3.0.2",
"gulp": "^3.9.1",
"gulp-filelog": "^0.4.1",
"gulp-jison": "^1.2.0",
"inject-loader": "^3.0.1",
"jasmine": "^2.8.0",
"jasmine-es6": "^0.4.3",
"jison": "^0.4.18",
"karma": "^1.7.1",
"karma-chrome-launcher": "^2.2.0",
"karma-jasmine": "^1.1.1",
"karma-sourcemap-loader": "^0.3.7",
"karma-webpack": "^2.0.9",
"less": "^2.7.3",
"less-loader": "^4.0.5",
"puppeteer": "^0.13.0",
"standard": "^10.0.3",
"style-loader": "^0.19.1",
"webpack": "^3.10.0",
"webpack-node-externals": "^1.6.0",
"yarn-upgrade-all": "^0.2.0"
},
"directories": {},
"dist": {
"integrity": "sha512-bDLu3fQuf3/R0fNkNzB0GTaF7+6SxnZpfTs9DVQF1ougsuP23MBzvEIGfL0ML8zeyg7+J2D+0AaoLVhskW5ulw==",
"shasum": "6265728156c2e0891e004cba60a44022174487ad",
"signatures": [
{
"keyid": "SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA",
"sig": "MEUCIGbDagf6gLdVA9gIJmvUOtuRXNsxcjFBfNoT3TTsXWn8AiEA74iYIlS8XkDa+FdQt9arJ7CrYC48fq1mqRKjw2eoN6U="
}
],
"tarball": "https://registry.npmjs.org/mermaid/-/mermaid-7.1.2.tgz"
},
"files": [
"dist",
"src"
],
"gitHead": "8848203d90637687a3412232206234038cf06dc0",
"homepage": "https://github.com/knsv/mermaid#readme",
"keywords": [
"diagram",
"markdown",
"flowchart",
"sequence diagram",
"gantt",
"class diagram",
"git graph"
],
"license": "MIT",
"main": "dist/mermaid.core.js",
"maintainers": [
{
"email": "knsv@sveido.com",
"name": "knsv"
},
{
"email": "tyler4long@gmail.com",
"name": "tylerlong"
}
],
"name": "mermaid",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+https://github.com/knsv/mermaid.git"
},
"scripts": {
"build": "webpack --progress --colors",
"build:watch": "yarn build --watch",
"jison": "node -r babel-register node_modules/.bin/gulp jison",
"karma": "node -r babel-register node_modules/.bin/karma start karma.conf.js --single-run",
"lint": "standard",
"prepublishOnly": "yarn build && yarn release && yarn test",
"release": "yarn build -p --config webpack.config.prod.babel.js",
"test": "yarn lint && yarn karma",
"upgrade": "yarn-upgrade-all && yarn remove d3 && yarn add d3@3.5.17"
},
"standard": {
"ignore": [
"**/parser/*.js",
"dist/**/*.js"
]
},
"version": "7.1.2"
}