1
0
Fork 0
management/front/dkha-web-sz-main/node_modules/commondir/package.json

67 lines
1.7 KiB
JSON
Raw Permalink Normal View History

2023-12-18 13:12:25 +08:00
{
2024-01-16 21:26:16 +08:00
"_from": "commondir@^1.0.1",
2023-12-18 13:12:25 +08:00
"_id": "commondir@1.0.1",
"_inBundle": false,
2024-01-16 21:26:16 +08:00
"_integrity": "sha512-W9pAhw0ja1Edb5GVdIF1mjZw/ASI0AlShXM83UUGe2DVr5TdAPEA1OA8m/g8zWp9x6On7gqufY+FatDbC3MDQg==",
2023-12-18 13:12:25 +08:00
"_location": "/commondir",
"_phantomChildren": {},
"_requested": {
2024-01-16 21:26:16 +08:00
"type": "range",
2023-12-18 13:12:25 +08:00
"registry": true,
2024-01-16 21:26:16 +08:00
"raw": "commondir@^1.0.1",
2023-12-18 13:12:25 +08:00
"name": "commondir",
"escapedName": "commondir",
2024-01-16 21:26:16 +08:00
"rawSpec": "^1.0.1",
2023-12-18 13:12:25 +08:00
"saveSpec": null,
2024-01-16 21:26:16 +08:00
"fetchSpec": "^1.0.1"
2023-12-18 13:12:25 +08:00
},
"_requiredBy": [
"/copy-webpack-plugin/find-cache-dir",
"/find-cache-dir",
2024-01-16 21:26:16 +08:00
"/loader-fs-cache/find-cache-dir",
"/terser-webpack-plugin/find-cache-dir"
2023-12-18 13:12:25 +08:00
],
2024-01-16 21:26:16 +08:00
"_resolved": "https://registry.npmmirror.com/commondir/-/commondir-1.0.1.tgz",
"_shasum": "ddd800da0c66127393cca5950ea968a3aaf1253b",
"_spec": "commondir@^1.0.1",
"_where": "E:\\WebDevelop\\managment2\\management\\front\\dkha-web-sz-main\\node_modules\\find-cache-dir",
2023-12-18 13:12:25 +08:00
"author": {
"name": "James Halliday",
"email": "mail@substack.net",
"url": "http://substack.net"
},
"bugs": {
"url": "https://github.com/substack/node-commondir/issues"
},
2024-01-16 21:26:16 +08:00
"bundleDependencies": false,
2023-12-18 13:12:25 +08:00
"dependencies": {},
2024-01-16 21:26:16 +08:00
"deprecated": false,
2023-12-18 13:12:25 +08:00
"description": "compute the closest common parent for file paths",
"devDependencies": {
"tape": "^3.5.0"
},
"engine": {
"node": ">=0.4"
},
"homepage": "https://github.com/substack/node-commondir#readme",
"keywords": [
"common",
"path",
"directory",
"file",
"parent",
"root"
],
"license": "MIT",
"main": "index.js",
"name": "commondir",
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/substack/node-commondir.git"
},
"scripts": {
"test": "tape test/*.js"
},
"version": "1.0.1"
}