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

58 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": "unique-filename@^1.1.1",
2023-12-18 13:12:25 +08:00
"_id": "unique-filename@1.1.1",
"_inBundle": false,
"_integrity": "sha512-Vmp0jIp2ln35UTXuryvjzkjGdRyf9b2lTXuSYUiPmzRcl3FDtYqAwOnTJkAngD9SWhnoJzDbTKwaOrZ+STtxNQ==",
"_location": "/unique-filename",
"_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": "unique-filename@^1.1.1",
2023-12-18 13:12:25 +08:00
"name": "unique-filename",
"escapedName": "unique-filename",
2024-01-16 21:26:16 +08:00
"rawSpec": "^1.1.1",
2023-12-18 13:12:25 +08:00
"saveSpec": null,
2024-01-16 21:26:16 +08:00
"fetchSpec": "^1.1.1"
2023-12-18 13:12:25 +08:00
},
"_requiredBy": [
"/cacache",
"/copy-webpack-plugin/cacache"
],
2024-01-16 21:26:16 +08:00
"_resolved": "https://registry.npmmirror.com/unique-filename/-/unique-filename-1.1.1.tgz",
"_shasum": "1d69769369ada0583103a1e6ae87681b56573230",
"_spec": "unique-filename@^1.1.1",
"_where": "E:\\WebDevelop\\managment2\\management\\front\\dkha-web-sz-main\\node_modules\\cacache",
2023-12-18 13:12:25 +08:00
"author": {
"name": "Rebecca Turner",
"email": "me@re-becca.org",
"url": "http://re-becca.org/"
},
"bugs": {
"url": "https://github.com/iarna/unique-filename/issues"
},
2024-01-16 21:26:16 +08:00
"bundleDependencies": false,
2023-12-18 13:12:25 +08:00
"dependencies": {
"unique-slug": "^2.0.0"
},
2024-01-16 21:26:16 +08:00
"deprecated": false,
2023-12-18 13:12:25 +08:00
"description": "Generate a unique filename for use in temporary directories or caches.",
"devDependencies": {
"standard": "^5.4.1",
"tap": "^2.3.1"
},
"homepage": "https://github.com/iarna/unique-filename",
"keywords": [],
"license": "ISC",
"main": "index.js",
"name": "unique-filename",
"repository": {
"type": "git",
"url": "git+https://github.com/iarna/unique-filename.git"
},
"scripts": {
"test": "standard && tap test"
},
"version": "1.1.1"
}