mirror of
https://github.com/github/codeql-action.git
synced 2025-12-29 02:30:11 +08:00
78 lines
1.7 KiB
JSON
78 lines
1.7 KiB
JSON
{
|
|
"_args": [
|
|
[
|
|
"temp-dir@2.0.0",
|
|
"/Users/sam/code/codeql-action"
|
|
]
|
|
],
|
|
"_development": true,
|
|
"_from": "temp-dir@2.0.0",
|
|
"_id": "temp-dir@2.0.0",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-aoBAniQmmwtcKp/7BzsH8Cxzv8OL736p7v1ihGb5e9DJ9kTwGWHrQrVB5+lfVDzfGrdRzXch+ig7LHaY1JTOrg==",
|
|
"_location": "/temp-dir",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "version",
|
|
"registry": true,
|
|
"raw": "temp-dir@2.0.0",
|
|
"name": "temp-dir",
|
|
"escapedName": "temp-dir",
|
|
"rawSpec": "2.0.0",
|
|
"saveSpec": null,
|
|
"fetchSpec": "2.0.0"
|
|
},
|
|
"_requiredBy": [
|
|
"/ava"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/temp-dir/-/temp-dir-2.0.0.tgz",
|
|
"_spec": "2.0.0",
|
|
"_where": "/Users/sam/code/codeql-action",
|
|
"author": {
|
|
"name": "Sindre Sorhus",
|
|
"email": "sindresorhus@gmail.com",
|
|
"url": "sindresorhus.com"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/sindresorhus/temp-dir/issues"
|
|
},
|
|
"description": "Get the real path of the system temp directory",
|
|
"devDependencies": {
|
|
"ava": "^1.4.1",
|
|
"proxyquire": "^2.1.0",
|
|
"tsd": "^0.7.2",
|
|
"xo": "^0.24.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
},
|
|
"files": [
|
|
"index.js",
|
|
"index.d.ts"
|
|
],
|
|
"homepage": "https://github.com/sindresorhus/temp-dir#readme",
|
|
"keywords": [
|
|
"temp",
|
|
"tmpdir",
|
|
"os",
|
|
"system",
|
|
"real",
|
|
"path",
|
|
"realpath",
|
|
"resolved",
|
|
"temporary",
|
|
"directory",
|
|
"folder"
|
|
],
|
|
"license": "MIT",
|
|
"name": "temp-dir",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/sindresorhus/temp-dir.git"
|
|
},
|
|
"scripts": {
|
|
"test": "xo && ava && tsd"
|
|
},
|
|
"version": "2.0.0"
|
|
}
|