mirror of
https://github.com/actions/hello-world-javascript-action.git
synced 2025-04-06 06:29:38 +00:00
Add node modules and package files
This commit is contained in:
39
node_modules/@actions/core/package.json
generated
vendored
39
node_modules/@actions/core/package.json
generated
vendored
@ -1,35 +1,34 @@
|
||||
{
|
||||
"_args": [
|
||||
[
|
||||
"@actions/core@file:toolkit/actions-core-0.0.0.tgz",
|
||||
"/Users/rachmari/github-repos/hello-world-javascript-action"
|
||||
]
|
||||
],
|
||||
"_from": "@actions/core@file:toolkit/actions-core-0.0.0.tgz",
|
||||
"_id": "@actions/core@file:toolkit/actions-core-0.0.0.tgz",
|
||||
"_from": "@actions/core",
|
||||
"_id": "@actions/core@1.1.0",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha512-P+mC79gXC2yvyU0+RDctxKUI1Q3tNruB+aSmFI47j2H0DylxtDEgycW9WXwt/zCY62lfwfvBoGKpuJRvFHDqpw==",
|
||||
"_integrity": "sha512-KKpo3xzo0Zsikni9tbOsEQkxZBGDsYSJZNkTvmo0gPSXrc98TBOcdTvKwwjitjkjHkreTggWdB1ACiAFVgsuzA==",
|
||||
"_location": "/@actions/core",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "file",
|
||||
"where": "/Users/rachmari/github-repos/hello-world-javascript-action",
|
||||
"raw": "@actions/core@file:toolkit/actions-core-0.0.0.tgz",
|
||||
"type": "tag",
|
||||
"registry": true,
|
||||
"raw": "@actions/core",
|
||||
"name": "@actions/core",
|
||||
"escapedName": "@actions%2fcore",
|
||||
"scope": "@actions",
|
||||
"rawSpec": "file:toolkit/actions-core-0.0.0.tgz",
|
||||
"saveSpec": "file:toolkit/actions-core-0.0.0.tgz",
|
||||
"fetchSpec": "/Users/rachmari/github-repos/hello-world-javascript-action/toolkit/actions-core-0.0.0.tgz"
|
||||
"rawSpec": "",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "latest"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"#USER",
|
||||
"/"
|
||||
],
|
||||
"_spec": "file:toolkit/actions-core-0.0.0.tgz",
|
||||
"_resolved": "https://registry.npmjs.org/@actions/core/-/core-1.1.0.tgz",
|
||||
"_shasum": "25c3aff43a20f9c5a04e2a3439898a49ba8d3625",
|
||||
"_spec": "@actions/core",
|
||||
"_where": "/Users/rachmari/github-repos/hello-world-javascript-action",
|
||||
"bugs": {
|
||||
"url": "https://github.com/actions/toolkit/issues"
|
||||
},
|
||||
"bundleDependencies": false,
|
||||
"deprecated": false,
|
||||
"description": "Actions core lib",
|
||||
"devDependencies": {
|
||||
"@types/node": "^12.0.2"
|
||||
@ -41,10 +40,12 @@
|
||||
"files": [
|
||||
"lib"
|
||||
],
|
||||
"gitHead": "a2ab4bcf78e4f7080f0d45856e6eeba16f0bbc52",
|
||||
"homepage": "https://github.com/actions/toolkit/tree/master/packages/core",
|
||||
"keywords": [
|
||||
"core",
|
||||
"actions"
|
||||
"github",
|
||||
"actions",
|
||||
"core"
|
||||
],
|
||||
"license": "MIT",
|
||||
"main": "lib/core.js",
|
||||
@ -60,5 +61,5 @@
|
||||
"test": "echo \"Error: run tests from root\" && exit 1",
|
||||
"tsc": "tsc"
|
||||
},
|
||||
"version": "0.0.0"
|
||||
"version": "1.1.0"
|
||||
}
|
||||
|
Reference in New Issue
Block a user