| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263 |
- {
- "_from": "@actions/io@^1.0.1",
- "_id": "@actions/io@1.0.2",
- "_inBundle": false,
- "_integrity": "sha512-J8KuFqVPr3p6U8W93DOXlXW6zFvrQAJANdS+vw0YhusLIq+bszW8zmK2Fh1C2kDPX8FMvwIl1OUcFgvJoXLbAg==",
- "_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/exec"
- ],
- "_resolved": "https://registry.npmjs.org/@actions/io/-/io-1.0.2.tgz",
- "_shasum": "2f614b6e69ce14d191180451eb38e6576a6e6b27",
- "_spec": "@actions/io@^1.0.1",
- "_where": "/Users/maxime/Projects/spm-lcov-action/node_modules/@actions/exec",
- "bugs": {
- "url": "https://github.com/actions/toolkit/issues"
- },
- "bundleDependencies": false,
- "deprecated": false,
- "description": "Actions io lib",
- "directories": {
- "lib": "lib",
- "test": "__tests__"
- },
- "files": [
- "lib"
- ],
- "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",
- "directory": "packages/io"
- },
- "scripts": {
- "audit-moderate": "npm install && npm audit --audit-level=moderate",
- "test": "echo \"Error: run tests from root\" && exit 1",
- "tsc": "tsc"
- },
- "types": "lib/io.d.ts",
- "version": "1.0.2"
- }
|