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

75 lines
1.7 KiB
JSON
Raw Normal View History

2023-12-18 13:12:25 +08:00
{
2023-12-28 23:41:32 +08:00
"_from": "os-tmpdir@^1.0.0",
2023-12-18 13:12:25 +08:00
"_id": "os-tmpdir@1.0.2",
"_inBundle": false,
2023-12-28 23:41:32 +08:00
"_integrity": "sha512-D2FR03Vir7FIu45XBY20mTb+/ZSWB00sjU9jdQXt83gDrI4Ztz5Fs7/yy74g2N5SVQY4xY1qDr4rNddwYRVX0g==",
2023-12-18 13:12:25 +08:00
"_location": "/os-tmpdir",
"_phantomChildren": {},
"_requested": {
2023-12-28 23:41:32 +08:00
"type": "range",
2023-12-18 13:12:25 +08:00
"registry": true,
2023-12-28 23:41:32 +08:00
"raw": "os-tmpdir@^1.0.0",
2023-12-18 13:12:25 +08:00
"name": "os-tmpdir",
"escapedName": "os-tmpdir",
2023-12-28 23:41:32 +08:00
"rawSpec": "^1.0.0",
2023-12-18 13:12:25 +08:00
"saveSpec": null,
2023-12-28 23:41:32 +08:00
"fetchSpec": "^1.0.0"
2023-12-18 13:12:25 +08:00
},
"_requiredBy": [
"/osenv",
"/tmp"
],
2024-01-16 21:26:16 +08:00
"_resolved": "https://registry.npmmirror.com/os-tmpdir/-/os-tmpdir-1.0.2.tgz",
2023-12-28 23:41:32 +08:00
"_shasum": "bbe67406c79aa85c5cfec766fe5734555dfa1274",
"_spec": "os-tmpdir@^1.0.0",
2024-01-16 21:26:16 +08:00
"_where": "E:\\WebDevelop\\managment2\\management\\front\\dkha-web-sz-main\\node_modules\\osenv",
2023-12-18 13:12:25 +08:00
"author": {
"name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com",
"url": "sindresorhus.com"
},
"bugs": {
"url": "https://github.com/sindresorhus/os-tmpdir/issues"
},
2023-12-28 23:41:32 +08:00
"bundleDependencies": false,
"deprecated": false,
2023-12-18 13:12:25 +08:00
"description": "Node.js os.tmpdir() ponyfill",
"devDependencies": {
"ava": "*",
"xo": "^0.16.0"
},
"engines": {
"node": ">=0.10.0"
},
"files": [
"index.js"
],
"homepage": "https://github.com/sindresorhus/os-tmpdir#readme",
"keywords": [
"built-in",
"core",
"ponyfill",
"polyfill",
"shim",
"os",
"tmpdir",
"tempdir",
"tmp",
"temp",
"dir",
"directory",
"env",
"environment"
],
"license": "MIT",
"name": "os-tmpdir",
"repository": {
"type": "git",
"url": "git+https://github.com/sindresorhus/os-tmpdir.git"
},
"scripts": {
"test": "xo && ava"
},
"version": "1.0.2"
}