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

126
node_modules/graphlibrary/package.json generated vendored Normal file
View File

@@ -0,0 +1,126 @@
{
"_args": [
[
{
"name": "graphlibrary",
"raw": "graphlibrary@^2.2.0",
"rawSpec": "^2.2.0",
"scope": null,
"spec": ">=2.2.0 <3.0.0",
"type": "range"
},
"/root/gitbook/node_modules/dagre-layout"
]
],
"_from": "graphlibrary@>=2.2.0 <3.0.0",
"_hasShrinkwrap": false,
"_id": "graphlibrary@2.2.0",
"_inCache": true,
"_installable": true,
"_location": "/graphlibrary",
"_nodeVersion": "9.6.1",
"_npmOperationalInternal": {
"host": "s3://npm-registry-packages",
"tmp": "tmp/graphlibrary_2.2.0_1520068678940_0.9897654885390694"
},
"_npmUser": {
"email": "tyler4long@gmail.com",
"name": "tylerlong"
},
"_npmVersion": "5.6.0",
"_phantomChildren": {},
"_requested": {
"name": "graphlibrary",
"raw": "graphlibrary@^2.2.0",
"rawSpec": "^2.2.0",
"scope": null,
"spec": ">=2.2.0 <3.0.0",
"type": "range"
},
"_requiredBy": [
"/dagre-layout"
],
"_resolved": "https://registry.npmjs.org/graphlibrary/-/graphlibrary-2.2.0.tgz",
"_shasum": "017a14899775228dec4497a39babfdd6bf56eac6",
"_shrinkwrap": null,
"_spec": "graphlibrary@^2.2.0",
"_where": "/root/gitbook/node_modules/dagre-layout",
"author": {
"email": "tyler4long@gmail.com",
"name": "Tyler Long"
},
"bugs": {
"url": "https://github.com/tylingsoft/graphlibrary/issues"
},
"dependencies": {
"lodash": "^4.17.5"
},
"description": "A directed and undirected multi-graph library",
"devDependencies": {
"benchmark": "^2.1.4",
"browserify": "^16.1.0",
"chai": "^4.1.2",
"husky": "^0.14.3",
"istanbul": "^0.4.5",
"karma": "^2.0.0",
"karma-chrome-launcher": "^2.2.0",
"karma-firefox-launcher": "^1.1.0",
"karma-mocha": "^1.3.0",
"karma-requirejs": "^1.1.0",
"karma-safari-launcher": "^1.0.0",
"mocha": "^5.0.1",
"requirejs": "^2.3.5",
"seedrandom": "^2.4.3",
"sprintf": "^0.1.5",
"standard": "^11.0.0",
"uglify-es": "^3.3.9",
"yarn-upgrade-all": "^0.3.0"
},
"directories": {},
"dist": {
"fileCount": 33,
"integrity": "sha512-XTcvT55L8u4MBZrM37zXoUxsgxs/7sow7YSygd9CIwfWTVO8RVu7AYXhhCiTuFEf+APKgx6Jk4SuQbYR0vYKmQ==",
"shasum": "017a14899775228dec4497a39babfdd6bf56eac6",
"signatures": [
{
"keyid": "SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA",
"sig": "MEUCIExAAZ7Iap/j8WztMwRStuKy073ohCi7UAXuT3rcY3lXAiEAh2UvoaFNNoBBkWKF5yH4YWC+8Pg8A9mNwxzUszjO7hY="
}
],
"tarball": "https://registry.npmjs.org/graphlibrary/-/graphlibrary-2.2.0.tgz",
"unpackedSize": 1300968
},
"gitHead": "0136dcb0cbad270f9f53e4ca70eea798cbfdb9ac",
"homepage": "https://github.com/tylingsoft/graphlibrary#readme",
"keywords": [
"graph",
"algorithms"
],
"license": "MIT",
"main": "index.js",
"maintainers": [
{
"email": "tyler4long@gmail.com",
"name": "tylerlong"
}
],
"name": "graphlibrary",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+https://github.com/tylingsoft/graphlibrary.git"
},
"scripts": {
"prepublishOnly": "make dist",
"prepush": "yarn test",
"test": "standard && make test && make bench",
"upgrade": "yarn-upgrade-all"
},
"standard": {
"ignore": [
"dist/**/*.js"
]
},
"version": "2.2.0"
}