Urara-Blog/node_modules/.pnpm-store/v3/files/52/9a9cf7beee8a9f1db678d63d3b2e3a56fe78551d2fea97331d87844161978470caea527beadd8d07d6034a0f27c6626951570880ea79a55410b3ef9e0fb89b
2022-08-14 01:14:53 +08:00

41 lines
663 B
Text

{
"name": "temp-dir",
"version": "2.0.0",
"description": "Get the real path of the system temp directory",
"license": "MIT",
"repository": "sindresorhus/temp-dir",
"author": {
"name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com",
"url": "sindresorhus.com"
},
"engines": {
"node": ">=8"
},
"scripts": {
"test": "xo && ava && tsd"
},
"files": [
"index.js",
"index.d.ts"
],
"keywords": [
"temp",
"tmpdir",
"os",
"system",
"real",
"path",
"realpath",
"resolved",
"temporary",
"directory",
"folder"
],
"devDependencies": {
"ava": "^1.4.1",
"proxyquire": "^2.1.0",
"tsd": "^0.7.2",
"xo": "^0.24.0"
}
}