management/front/dkha-web-sz-main/node_modules/path-dirname/package.json

66 lines
1.6 KiB
JSON
Raw Normal View History

2023-12-18 13:12:25 +08:00
{
2024-01-16 21:26:16 +08:00
"_from": "path-dirname@^1.0.0",
2023-12-18 13:12:25 +08:00
"_id": "path-dirname@1.0.2",
"_inBundle": false,
2024-01-16 21:26:16 +08:00
"_integrity": "sha512-ALzNPpyNq9AqXMBjeymIjFDAkAFH06mHJH/cSBHAgU0s4vfpBn6b2nf8tiRLvagKD8RbTpq2FKTBg7cl9l3c7Q==",
2023-12-18 13:12:25 +08:00
"_location": "/path-dirname",
"_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": "path-dirname@^1.0.0",
2023-12-18 13:12:25 +08:00
"name": "path-dirname",
"escapedName": "path-dirname",
2024-01-16 21:26:16 +08:00
"rawSpec": "^1.0.0",
2023-12-18 13:12:25 +08:00
"saveSpec": null,
2024-01-16 21:26:16 +08:00
"fetchSpec": "^1.0.0"
2023-12-18 13:12:25 +08:00
},
"_requiredBy": [
2024-01-16 21:26:16 +08:00
"/fast-glob/glob-parent",
"/watchpack-chokidar2/glob-parent",
"/webpack-dev-server/glob-parent"
2023-12-18 13:12:25 +08:00
],
2024-01-16 21:26:16 +08:00
"_resolved": "https://registry.npmmirror.com/path-dirname/-/path-dirname-1.0.2.tgz",
"_shasum": "cc33d24d525e099a5388c0336c6e32b9160609e0",
"_spec": "path-dirname@^1.0.0",
"_where": "E:\\WebDevelop\\managment2\\management\\front\\dkha-web-sz-main\\node_modules\\watchpack-chokidar2\\node_modules\\glob-parent",
2023-12-18 13:12:25 +08:00
"author": {
"name": "Elan Shanker"
},
"bugs": {
"url": "https://github.com/es128/path-dirname/issues"
},
2024-01-16 21:26:16 +08:00
"bundleDependencies": false,
"deprecated": false,
2023-12-18 13:12:25 +08:00
"description": "Node.js path.dirname() ponyfill",
"files": [
"index.js"
],
"homepage": "https://github.com/es128/path-dirname#readme",
"keywords": [
"dirname",
"dir",
"path",
"paths",
"file",
"built-in",
"util",
"utils",
"core",
"stdlib",
"ponyfill",
"polyfill",
"shim"
],
"license": "MIT",
"name": "path-dirname",
"repository": {
"type": "git",
"url": "git+https://github.com/es128/path-dirname.git"
},
"scripts": {
"test": "node test.js"
},
"version": "1.0.2"
}