codeql-action/node_modules/temp-dir/package.json

50 строки
879 B
JSON

{
"name": "temp-dir",
"version": "3.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": "https://sindresorhus.com"
},
"type": "module",
"exports": "./index.js",
"types": "./index.d.ts",
"engines": {
"node": ">=14.16"
},
"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": "^4.3.3",
"quibble": "^0.6.14",
"tsd": "^0.24.1",
"xo": "^0.52.3"
},
"ava": {
"nodeArguments": [
"--loader=quibble"
]
}
}