mirror of
https://github.com/actions/hello-world-javascript-action.git
synced 2025-12-14 13:46:54 +00:00
Add node modules and package files
This commit is contained in:
23
node_modules/node-fetch/package.json
generated
vendored
23
node_modules/node-fetch/package.json
generated
vendored
@@ -1,32 +1,27 @@
|
||||
{
|
||||
"_args": [
|
||||
[
|
||||
"node-fetch@2.6.0",
|
||||
"/Users/rachmari/github-repos/hello-world-javascript-action"
|
||||
]
|
||||
],
|
||||
"_from": "node-fetch@2.6.0",
|
||||
"_from": "node-fetch@^2.3.0",
|
||||
"_id": "node-fetch@2.6.0",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha512-8dG4H5ujfvFiqDmVu9fQ5bOHUC15JMjMY/Zumv26oOvvVJjM67KF8koCWIabKQ1GJIa9r2mMZscBq/TbdOcmNA==",
|
||||
"_location": "/node-fetch",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "version",
|
||||
"type": "range",
|
||||
"registry": true,
|
||||
"raw": "node-fetch@2.6.0",
|
||||
"raw": "node-fetch@^2.3.0",
|
||||
"name": "node-fetch",
|
||||
"escapedName": "node-fetch",
|
||||
"rawSpec": "2.6.0",
|
||||
"rawSpec": "^2.3.0",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "2.6.0"
|
||||
"fetchSpec": "^2.3.0"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/@octokit/request"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.6.0.tgz",
|
||||
"_spec": "2.6.0",
|
||||
"_where": "/Users/rachmari/github-repos/hello-world-javascript-action",
|
||||
"_shasum": "e633456386d4aa55863f676a7ab0daa8fdecb0fd",
|
||||
"_spec": "node-fetch@^2.3.0",
|
||||
"_where": "/Users/rachmari/github-repos/hello-world-javascript-action/node_modules/@octokit/request",
|
||||
"author": {
|
||||
"name": "David Frank"
|
||||
},
|
||||
@@ -34,7 +29,9 @@
|
||||
"bugs": {
|
||||
"url": "https://github.com/bitinn/node-fetch/issues"
|
||||
},
|
||||
"bundleDependencies": false,
|
||||
"dependencies": {},
|
||||
"deprecated": false,
|
||||
"description": "A light-weight module that brings window.fetch to node.js",
|
||||
"devDependencies": {
|
||||
"@ungap/url-search-params": "^0.1.2",
|
||||
|
||||
Reference in New Issue
Block a user