mirror of
https://github.com/github/codeql-action.git
synced 2025-12-29 02:30:11 +08:00
Follow redirects
This commit is contained in:
94
node_modules/temp-dir/package.json
generated
vendored
94
node_modules/temp-dir/package.json
generated
vendored
@@ -1,49 +1,49 @@
|
||||
{
|
||||
"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"
|
||||
]
|
||||
}
|
||||
"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"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user