{ "_from": "@actions/tool-cache@^1.1.0", "_id": "@actions/tool-cache@1.1.0", "_inBundle": false, "_integrity": "sha512-Oe/R1Gxv0G699OUL9ypxk9cTwHf1uXHhpcK7kpZt8d/Sbw915ktMkfxXt9+awOfLDwyl54sLi86KGCuSvnRuIQ==", "_location": "/@actions/tool-cache", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "@actions/tool-cache@^1.1.0", "name": "@actions/tool-cache", "escapedName": "@actions%2ftool-cache", "scope": "@actions", "rawSpec": "^1.1.0", "saveSpec": null, "fetchSpec": "^1.1.0" }, "_requiredBy": [ "/" ], "_resolved": "https://registry.npmjs.org/@actions/tool-cache/-/tool-cache-1.1.0.tgz", "_shasum": "1a0e29f244f2b5c6989fc264581068689f9c219e", "_spec": "@actions/tool-cache@^1.1.0", "_where": "/Users/subosito/Code/subosito/flutter-action", "bugs": { "url": "https://github.com/actions/toolkit/issues" }, "bundleDependencies": false, "dependencies": { "@actions/core": "^1.0.0", "@actions/exec": "^1.0.0", "@actions/io": "^1.0.0", "semver": "^6.1.0", "typed-rest-client": "^1.4.0", "uuid": "^3.3.2" }, "deprecated": false, "description": "Actions tool-cache lib", "devDependencies": { "@types/nock": "^10.0.3", "@types/semver": "^6.0.0", "@types/uuid": "^3.4.4", "nock": "^10.0.6" }, "directories": { "lib": "lib", "test": "__tests__" }, "files": [ "lib", "scripts" ], "homepage": "https://github.com/actions/toolkit/tree/master/packages/exec", "keywords": [ "exec", "actions" ], "license": "MIT", "main": "lib/tool-cache.js", "name": "@actions/tool-cache", "publishConfig": { "access": "public" }, "repository": { "type": "git", "url": "git+https://github.com/actions/toolkit.git" }, "scripts": { "test": "echo \"Error: run tests from root\" && exit 1", "tsc": "tsc" }, "version": "1.1.0" }