12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364 |
- {
- "_from": "@actions/core@^1.1.1",
- "_id": "@actions/core@1.1.1",
- "_inBundle": false,
- "_integrity": "sha512-O5G6EmlzTVsng7VSpNtszIoQq6kOgMGNTFB/hmwKNNA4V71JyxImCIrL27vVHCt2Cb3ImkaCr6o27C2MV9Ylwg==",
- "_location": "/@actions/core",
- "_phantomChildren": {},
- "_requested": {
- "type": "range",
- "registry": true,
- "raw": "@actions/core@^1.1.1",
- "name": "@actions/core",
- "escapedName": "@actions%2fcore",
- "scope": "@actions",
- "rawSpec": "^1.1.1",
- "saveSpec": null,
- "fetchSpec": "^1.1.1"
- },
- "_requiredBy": [
- "/"
- ],
- "_resolved": "https://registry.npmjs.org/@actions/core/-/core-1.1.1.tgz",
- "_shasum": "e08f3dbfe04721bb3d040f8fca2d6d7e1817b2e1",
- "_spec": "@actions/core@^1.1.1",
- "_where": "/Users/mainuser/Projects/OpenSource/multiarch-actions",
- "bugs": {
- "url": "https://github.com/actions/toolkit/issues"
- },
- "bundleDependencies": false,
- "deprecated": false,
- "description": "Actions core lib",
- "devDependencies": {
- "@types/node": "^12.0.2"
- },
- "directories": {
- "lib": "lib",
- "test": "__tests__"
- },
- "files": [
- "lib"
- ],
- "homepage": "https://github.com/actions/toolkit/tree/master/packages/core",
- "keywords": [
- "github",
- "actions",
- "core"
- ],
- "license": "MIT",
- "main": "lib/core.js",
- "name": "@actions/core",
- "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.1"
- }
|