aboutsummaryrefslogtreecommitdiff
path: root/node_modules/@actions/io/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/@actions/io/package.json')
-rw-r--r--node_modules/@actions/io/package.json62
1 files changed, 62 insertions, 0 deletions
diff --git a/node_modules/@actions/io/package.json b/node_modules/@actions/io/package.json
new file mode 100644
index 0000000..f0fd577
--- /dev/null
+++ b/node_modules/@actions/io/package.json
@@ -0,0 +1,62 @@
+{
+ "_from": "@actions/io@^1.0.1",
+ "_id": "@actions/io@1.0.1",
+ "_inBundle": false,
+ "_integrity": "sha512-rhq+tfZukbtaus7xyUtwKfuiCRXd1hWSfmJNEpFgBQJ4woqPEpsBw04awicjwz9tyG2/MVhAEMfVn664Cri5zA==",
+ "_location": "/@actions/io",
+ "_phantomChildren": {},
+ "_requested": {
+ "type": "range",
+ "registry": true,
+ "raw": "@actions/io@^1.0.1",
+ "name": "@actions/io",
+ "escapedName": "@actions%2fio",
+ "scope": "@actions",
+ "rawSpec": "^1.0.1",
+ "saveSpec": null,
+ "fetchSpec": "^1.0.1"
+ },
+ "_requiredBy": [
+ "/",
+ "/@actions/tool-cache"
+ ],
+ "_resolved": "https://registry.npmjs.org/@actions/io/-/io-1.0.1.tgz",
+ "_shasum": "81a9418fe2bbdef2d2717a8e9f85188b9c565aca",
+ "_spec": "@actions/io@^1.0.1",
+ "_where": "/home/jodersky/p/setup-scala-2",
+ "bugs": {
+ "url": "https://github.com/actions/toolkit/issues"
+ },
+ "bundleDependencies": false,
+ "deprecated": false,
+ "description": "Actions io lib",
+ "directories": {
+ "lib": "lib",
+ "test": "__tests__"
+ },
+ "files": [
+ "lib"
+ ],
+ "gitHead": "a2ab4bcf78e4f7080f0d45856e6eeba16f0bbc52",
+ "homepage": "https://github.com/actions/toolkit/tree/master/packages/io",
+ "keywords": [
+ "github",
+ "actions",
+ "io"
+ ],
+ "license": "MIT",
+ "main": "lib/io.js",
+ "name": "@actions/io",
+ "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.0.1"
+}