Add node modules and package files

This commit is contained in:
Rachael Sewell
2019-09-06 15:17:38 -07:00
parent e84489cd02
commit 714607abe9
165 changed files with 2227 additions and 4644 deletions

23
node_modules/p-finally/package.json generated vendored
View File

@@ -1,32 +1,27 @@
{
"_args": [
[
"p-finally@1.0.0",
"/Users/rachmari/github-repos/hello-world-javascript-action"
]
],
"_from": "p-finally@1.0.0",
"_from": "p-finally@^1.0.0",
"_id": "p-finally@1.0.0",
"_inBundle": false,
"_integrity": "sha1-P7z7FbiZpEEjs0ttzBi3JDNqLK4=",
"_location": "/p-finally",
"_phantomChildren": {},
"_requested": {
"type": "version",
"type": "range",
"registry": true,
"raw": "p-finally@1.0.0",
"raw": "p-finally@^1.0.0",
"name": "p-finally",
"escapedName": "p-finally",
"rawSpec": "1.0.0",
"rawSpec": "^1.0.0",
"saveSpec": null,
"fetchSpec": "1.0.0"
"fetchSpec": "^1.0.0"
},
"_requiredBy": [
"/execa"
],
"_resolved": "https://registry.npmjs.org/p-finally/-/p-finally-1.0.0.tgz",
"_spec": "1.0.0",
"_where": "/Users/rachmari/github-repos/hello-world-javascript-action",
"_shasum": "3fbcfb15b899a44123b34b6dcc18b724336a2cae",
"_spec": "p-finally@^1.0.0",
"_where": "/Users/rachmari/github-repos/hello-world-javascript-action/node_modules/execa",
"author": {
"name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com",
@@ -35,6 +30,8 @@
"bugs": {
"url": "https://github.com/sindresorhus/p-finally/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "`Promise#finally()` ponyfill - Invoked when the promise is settled regardless of outcome",
"devDependencies": {
"ava": "*",