mirror of
https://github.com/dawidd6/action-send-mail.git
synced 2024-11-10 14:01:06 +07:00
68 lines
1.7 KiB
JSON
68 lines
1.7 KiB
JSON
{
|
|
"_from": "@actions/core@1.2.3",
|
|
"_id": "@actions/core@1.2.3",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-Wp4xnyokakM45Uuj4WLUxdsa8fJjKVl1fDTsPbTEcTcuu0Nb26IPQbOtjmnfaCPGcaoPOOqId8H9NapZ8gii4w==",
|
|
"_location": "/@actions/core",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "version",
|
|
"registry": true,
|
|
"raw": "@actions/core@1.2.3",
|
|
"name": "@actions/core",
|
|
"escapedName": "@actions%2fcore",
|
|
"scope": "@actions",
|
|
"rawSpec": "1.2.3",
|
|
"saveSpec": null,
|
|
"fetchSpec": "1.2.3"
|
|
},
|
|
"_requiredBy": [
|
|
"#USER",
|
|
"/"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/@actions/core/-/core-1.2.3.tgz",
|
|
"_shasum": "e844b4fa0820e206075445079130868f95bfca95",
|
|
"_spec": "@actions/core@1.2.3",
|
|
"_where": "/home/dawidd6/github/dawidd6/action-send-mail",
|
|
"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",
|
|
"directory": "packages/core"
|
|
},
|
|
"scripts": {
|
|
"audit-moderate": "npm install && npm audit --audit-level=moderate",
|
|
"test": "echo \"Error: run tests from root\" && exit 1",
|
|
"tsc": "tsc"
|
|
},
|
|
"types": "lib/core.d.ts",
|
|
"version": "1.2.3"
|
|
}
|