Files
codeql-action/node_modules/@actions/cache/package.json
T

85 lines
2.1 KiB
JSON

{
"_from": "@actions/cache",
"_id": "@actions/cache@1.0.4",
"_inBundle": false,
"_integrity": "sha512-1grYfbu8P6JDDHc40eOI5tQDRcAxMwq5HBWhaCqEg9o/ixDRZfwPHlQvQAop2ZzFCjF2ns0ENQOIBAH8GNn+zA==",
"_location": "/@actions/cache",
"_phantomChildren": {
"tunnel": "0.0.6"
},
"_requested": {
"type": "tag",
"registry": true,
"raw": "@actions/cache",
"name": "@actions/cache",
"escapedName": "@actions%2fcache",
"scope": "@actions",
"rawSpec": "",
"saveSpec": null,
"fetchSpec": "latest"
},
"_requiredBy": [
"#USER",
"/"
],
"_resolved": "https://registry.npmjs.org/@actions/cache/-/cache-1.0.4.tgz",
"_shasum": "8a867be9bdbd625dbf03bc72c082bf123a29b03a",
"_spec": "@actions/cache",
"_where": "/home/chris/src/github.com/github/codeql-action",
"bugs": {
"url": "https://github.com/actions/toolkit/issues"
},
"bundleDependencies": false,
"dependencies": {
"@actions/core": "^1.2.6",
"@actions/exec": "^1.0.1",
"@actions/glob": "^0.1.0",
"@actions/http-client": "^1.0.9",
"@actions/io": "^1.0.1",
"@azure/ms-rest-js": "^2.0.7",
"@azure/storage-blob": "^12.1.2",
"semver": "^6.1.0",
"uuid": "^3.3.3"
},
"deprecated": false,
"description": "Actions cache lib",
"devDependencies": {
"@types/semver": "^6.0.0",
"@types/uuid": "^3.4.5",
"typescript": "^3.8.3"
},
"directories": {
"lib": "lib",
"test": "__tests__"
},
"files": [
"lib",
"!.DS_Store"
],
"homepage": "https://github.com/actions/toolkit/tree/main/packages/cache",
"keywords": [
"github",
"actions",
"cache"
],
"license": "MIT",
"main": "lib/cache.js",
"name": "@actions/cache",
"preview": true,
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/actions/toolkit.git",
"directory": "packages/cache"
},
"scripts": {
"audit-moderate": "npm install && npm audit --json --audit-level=moderate > audit.json",
"test": "echo \"Error: run tests from root\" && exit 1",
"tsc": "tsc"
},
"types": "lib/cache.d.ts",
"version": "1.0.4"
}