mirror of
https://github.com/actions/labeler.git
synced 2025-12-14 05:43:42 +00:00
Publish (#11)
* Publish * Update .gitignore * node modules * Update .gitignore
This commit is contained in:
23
node_modules/p-finally/package.json
generated
vendored
23
node_modules/p-finally/package.json
generated
vendored
@@ -1,27 +1,32 @@
|
||||
{
|
||||
"_from": "p-finally@^1.0.0",
|
||||
"_args": [
|
||||
[
|
||||
"p-finally@1.0.0",
|
||||
"C:\\Users\\damccorm\\Documents\\labeler"
|
||||
]
|
||||
],
|
||||
"_from": "p-finally@1.0.0",
|
||||
"_id": "p-finally@1.0.0",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha1-P7z7FbiZpEEjs0ttzBi3JDNqLK4=",
|
||||
"_location": "/p-finally",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "range",
|
||||
"type": "version",
|
||||
"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",
|
||||
"_shasum": "3fbcfb15b899a44123b34b6dcc18b724336a2cae",
|
||||
"_spec": "p-finally@^1.0.0",
|
||||
"_where": "C:\\Users\\damccorm\\Documents\\node12-template\\node_modules\\execa",
|
||||
"_spec": "1.0.0",
|
||||
"_where": "C:\\Users\\damccorm\\Documents\\labeler",
|
||||
"author": {
|
||||
"name": "Sindre Sorhus",
|
||||
"email": "sindresorhus@gmail.com",
|
||||
@@ -30,8 +35,6 @@
|
||||
"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": "*",
|
||||
|
||||
Reference in New Issue
Block a user