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

70 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": "tempfile@~0.1.2",
2023-12-18 13:12:25 +08:00
"_id": "tempfile@0.1.3",
"_inBundle": false,
2024-01-16 21:26:16 +08:00
"_integrity": "sha512-eW5GbbQLBEpa21WNlpvJcvv/DNXLyMNOQBnhellCzQdXAf5Ctmrr8GDLc/YAymOF3t+17wmeE+kZCKBoaanEtA==",
2023-12-18 13:12:25 +08:00
"_location": "/tempfile",
"_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": "tempfile@~0.1.2",
2023-12-18 13:12:25 +08:00
"name": "tempfile",
"escapedName": "tempfile",
2024-01-16 21:26:16 +08:00
"rawSpec": "~0.1.2",
2023-12-18 13:12:25 +08:00
"saveSpec": null,
2024-01-16 21:26:16 +08:00
"fetchSpec": "~0.1.2"
2023-12-18 13:12:25 +08:00
},
"_requiredBy": [
"/temp-write"
],
2024-01-16 21:26:16 +08:00
"_resolved": "https://registry.npmmirror.com/tempfile/-/tempfile-0.1.3.tgz",
"_shasum": "7d6b710047339d39f847327a056dadf183103010",
"_spec": "tempfile@~0.1.2",
"_where": "E:\\WebDevelop\\managment2\\management\\front\\dkha-web-sz-main\\node_modules\\temp-write",
2023-12-18 13:12:25 +08:00
"author": {
"name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com",
"url": "http://sindresorhus.com"
},
"bugs": {
"url": "https://github.com/sindresorhus/tempfile/issues"
},
2024-01-16 21:26:16 +08:00
"bundleDependencies": false,
2023-12-18 13:12:25 +08:00
"dependencies": {
"uuid": "~1.4.0"
},
2024-01-16 21:26:16 +08:00
"deprecated": false,
2023-12-18 13:12:25 +08:00
"description": "Get a random temp file path",
"devDependencies": {
"mocha": "*"
},
"engines": {
"node": ">=0.10.0"
},
"files": [
"index.js"
],
"homepage": "https://github.com/sindresorhus/tempfile#readme",
"keywords": [
"tmp",
"temp",
"temporary",
"tempfile",
"file",
"path",
"random",
"rand"
],
"license": "MIT",
"name": "tempfile",
"repository": {
"type": "git",
"url": "git+https://github.com/sindresorhus/tempfile.git"
},
"scripts": {
"test": "mocha"
},
"version": "0.1.3"
}