goreleaser-action/node_modules/p-timeout/package.json

80 lines
1.7 KiB
JSON

{
"_args": [
[
"p-timeout@2.0.1",
"X:\\dev\\neard\\www\\github\\ghaction\\ghaction-goreleaser"
]
],
"_from": "p-timeout@2.0.1",
"_id": "p-timeout@2.0.1",
"_inBundle": false,
"_integrity": "sha512-88em58dDVB/KzPEx1X0N3LwFfYZPyDc4B6eF38M1rk9VTZMbxXXgjugz8mmwpS9Ox4BDZ+t6t3QP5+/gazweIA==",
"_location": "/p-timeout",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "p-timeout@2.0.1",
"name": "p-timeout",
"escapedName": "p-timeout",
"rawSpec": "2.0.1",
"saveSpec": null,
"fetchSpec": "2.0.1"
},
"_requiredBy": [
"/got",
"/p-event"
],
"_resolved": "https://registry.npmjs.org/p-timeout/-/p-timeout-2.0.1.tgz",
"_spec": "2.0.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-timeout/issues"
},
"dependencies": {
"p-finally": "^1.0.0"
},
"description": "Timeout a promise after a specified amount of time",
"devDependencies": {
"ava": "*",
"delay": "^2.0.0",
"p-cancelable": "^0.3.0",
"xo": "*"
},
"engines": {
"node": ">=4"
},
"files": [
"index.js"
],
"homepage": "https://github.com/sindresorhus/p-timeout#readme",
"keywords": [
"promise",
"timeout",
"error",
"invalidate",
"async",
"await",
"promises",
"time",
"out",
"cancel",
"bluebird"
],
"license": "MIT",
"name": "p-timeout",
"repository": {
"type": "git",
"url": "git+https://github.com/sindresorhus/p-timeout.git"
},
"scripts": {
"test": "xo && ava"
},
"version": "2.0.1"
}