mirror of
https://github.com/github/codeql-action.git
synced 2026-01-02 20:50:05 +08:00
update deps
This commit is contained in:
120
node_modules/temp-dir/package.json
generated
vendored
120
node_modules/temp-dir/package.json
generated
vendored
@@ -1,77 +1,45 @@
|
||||
{
|
||||
"_args": [
|
||||
[
|
||||
"temp-dir@2.0.0",
|
||||
"/Users/alexkappa/Code/ts/github.com/github/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/alexkappa/Code/ts/github.com/github/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"
|
||||
}
|
||||
"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"
|
||||
}
|
||||
|
||||
,"_resolved": "https://registry.npmjs.org/temp-dir/-/temp-dir-2.0.0.tgz"
|
||||
,"_integrity": "sha512-aoBAniQmmwtcKp/7BzsH8Cxzv8OL736p7v1ihGb5e9DJ9kTwGWHrQrVB5+lfVDzfGrdRzXch+ig7LHaY1JTOrg=="
|
||||
,"_from": "temp-dir@2.0.0"
|
||||
}
|
||||
Reference in New Issue
Block a user