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

109
node_modules/jsonfile/package.json generated vendored Normal file
View File

@@ -0,0 +1,109 @@
{
"_args": [
[
{
"name": "jsonfile",
"raw": "jsonfile@^2.1.0",
"rawSpec": "^2.1.0",
"scope": null,
"spec": ">=2.1.0 <3.0.0",
"type": "range"
},
"/root/gitbook/node_modules/fs-extra"
]
],
"_from": "jsonfile@>=2.1.0 <3.0.0",
"_id": "jsonfile@2.4.0",
"_inCache": true,
"_installable": true,
"_location": "/jsonfile",
"_nodeVersion": "6.1.0",
"_npmOperationalInternal": {
"host": "packages-12-west.internal.npmjs.com",
"tmp": "tmp/jsonfile-2.4.0.tgz_1473989978270_0.6271681792568415"
},
"_npmUser": {
"email": "jprichardson@gmail.com",
"name": "jprichardson"
},
"_npmVersion": "3.8.6",
"_phantomChildren": {},
"_requested": {
"name": "jsonfile",
"raw": "jsonfile@^2.1.0",
"rawSpec": "^2.1.0",
"scope": null,
"spec": ">=2.1.0 <3.0.0",
"type": "range"
},
"_requiredBy": [
"/fs-extra"
],
"_resolved": "https://registry.npmjs.org/jsonfile/-/jsonfile-2.4.0.tgz",
"_shasum": "3736a2b428b87bbda0cc83b53fa3d633a35c2ae8",
"_shrinkwrap": null,
"_spec": "jsonfile@^2.1.0",
"_where": "/root/gitbook/node_modules/fs-extra",
"author": {
"email": "jprichardson@gmail.com",
"name": "JP Richardson"
},
"bugs": {
"url": "https://github.com/jprichardson/node-jsonfile/issues"
},
"dependencies": {
"graceful-fs": "^4.1.6"
},
"description": "Easily read/write JSON files.",
"devDependencies": {
"mocha": "2.x",
"mock-fs": "^3.8.0",
"rimraf": "^2.4.0",
"standard": "^6.0.8"
},
"directories": {},
"dist": {
"integrity": "sha512-PKllAqbgLgxHaj8TElYymKCAgrASebJrWpTnEkOaTowt23VKXXN0sUeriJ+eh7y6ufb/CC5ap11pz71/cM0hUw==",
"shasum": "3736a2b428b87bbda0cc83b53fa3d633a35c2ae8",
"signatures": [
{
"keyid": "SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA",
"sig": "MEUCID+o3JSxsMbyI5/gsqoGoK/gJgsd23txk/mNvqk3QfTUAiEAkj1Fn8PM2oQ4bX5Z//MIfT3GS61mWHX0do+I8DEOcig="
}
],
"tarball": "https://registry.npmjs.org/jsonfile/-/jsonfile-2.4.0.tgz"
},
"gitHead": "00b3983ac4aade79c64c7a8c2ced257078625c6d",
"homepage": "https://github.com/jprichardson/node-jsonfile#readme",
"keywords": [
"read",
"write",
"file",
"json",
"fs",
"fs-extra"
],
"license": "MIT",
"main": "index.js",
"maintainers": [
{
"email": "jprichardson@gmail.com",
"name": "jprichardson"
}
],
"name": "jsonfile",
"optionalDependencies": {
"graceful-fs": "^4.1.6"
},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/jprichardson/node-jsonfile.git"
},
"scripts": {
"lint": "standard",
"test": "npm run lint && npm run unit",
"unit": "mocha"
},
"version": "2.4.0"
}