mirror of
https://github.com/goreleaser/goreleaser-action
synced 2026-07-08 15:57:31 +00:00
Initial commit
This commit is contained in:
+87
@@ -0,0 +1,87 @@
|
||||
{
|
||||
"_args": [
|
||||
[
|
||||
"p-event@2.3.1",
|
||||
"X:\\dev\\neard\\www\\github\\ghaction\\ghaction-goreleaser"
|
||||
]
|
||||
],
|
||||
"_from": "p-event@2.3.1",
|
||||
"_id": "p-event@2.3.1",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha512-NQCqOFhbpVTMX4qMe8PF8lbGtzZ+LCiN7pcNrb/413Na7+TRoe1xkKUzuWa/YEJdGQ0FvKtj35EEbDoVPO2kbA==",
|
||||
"_location": "/p-event",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "version",
|
||||
"registry": true,
|
||||
"raw": "p-event@2.3.1",
|
||||
"name": "p-event",
|
||||
"escapedName": "p-event",
|
||||
"rawSpec": "2.3.1",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "2.3.1"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/download"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/p-event/-/p-event-2.3.1.tgz",
|
||||
"_spec": "2.3.1",
|
||||
"_where": "X:\\dev\\neard\\www\\github\\ghaction\\ghaction-goreleaser",
|
||||
"author": {
|
||||
"name": "Sindre Sorhus",
|
||||
"email": "sindresorhus@gmail.com",
|
||||
"url": "sindresorhus.com"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/sindresorhus/p-event/issues"
|
||||
},
|
||||
"dependencies": {
|
||||
"p-timeout": "^2.0.1"
|
||||
},
|
||||
"description": "Promisify an event by waiting for it to be emitted",
|
||||
"devDependencies": {
|
||||
"ava": "^1.2.1",
|
||||
"delay": "^4.1.0",
|
||||
"xo": "^0.24.0"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=6"
|
||||
},
|
||||
"files": [
|
||||
"index.js"
|
||||
],
|
||||
"homepage": "https://github.com/sindresorhus/p-event#readme",
|
||||
"keywords": [
|
||||
"promise",
|
||||
"events",
|
||||
"event",
|
||||
"emitter",
|
||||
"eventemitter",
|
||||
"event-emitter",
|
||||
"emit",
|
||||
"emits",
|
||||
"listener",
|
||||
"promisify",
|
||||
"addlistener",
|
||||
"addeventlistener",
|
||||
"wait",
|
||||
"waits",
|
||||
"on",
|
||||
"browser",
|
||||
"dom",
|
||||
"async",
|
||||
"await",
|
||||
"promises",
|
||||
"bluebird"
|
||||
],
|
||||
"license": "MIT",
|
||||
"name": "p-event",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/sindresorhus/p-event.git"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "xo && ava"
|
||||
},
|
||||
"version": "2.3.1"
|
||||
}
|
||||
Reference in New Issue
Block a user