mirror of
https://github.com/crazy-max/ghaction-upx.git
synced 2024-11-22 10:26:08 -07:00
88 lines
1.8 KiB
JSON
88 lines
1.8 KiB
JSON
{
|
|
"_args": [
|
|
[
|
|
"p-event@2.3.1",
|
|
"/home/runner/work/ghaction-upx/ghaction-upx"
|
|
]
|
|
],
|
|
"_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": "/home/runner/work/ghaction-upx/ghaction-upx",
|
|
"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"
|
|
}
|