Feuerwehr-eppingen/node_modules/p-timeout/package.json

111 lines
2.6 KiB
JSON

{
"_args": [
[
{
"raw": "p-timeout@^1.1.1",
"scope": null,
"escapedName": "p-timeout",
"name": "p-timeout",
"rawSpec": "^1.1.1",
"spec": ">=1.1.1 <2.0.0",
"type": "range"
},
"/Users/marcoglietsch/Projekte/Homepages/ffw_laravel/node_modules/pngquant-bin/node_modules/got"
]
],
"_from": "p-timeout@>=1.1.1 <2.0.0",
"_id": "p-timeout@1.2.1",
"_inCache": true,
"_location": "/p-timeout",
"_nodeVersion": "4.8.4",
"_npmOperationalInternal": {
"host": "s3://npm-registry-packages",
"tmp": "tmp/p-timeout-1.2.1.tgz_1511083910849_0.16874366137199104"
},
"_npmUser": {
"name": "sindresorhus",
"email": "sindresorhus@gmail.com"
},
"_npmVersion": "2.15.11",
"_phantomChildren": {},
"_requested": {
"raw": "p-timeout@^1.1.1",
"scope": null,
"escapedName": "p-timeout",
"name": "p-timeout",
"rawSpec": "^1.1.1",
"spec": ">=1.1.1 <2.0.0",
"type": "range"
},
"_requiredBy": [
"/p-event",
"/pngquant-bin/got"
],
"_resolved": "https://registry.npmjs.org/p-timeout/-/p-timeout-1.2.1.tgz",
"_shasum": "5eb3b353b7fce99f101a1038880bb054ebbea386",
"_shrinkwrap": null,
"_spec": "p-timeout@^1.1.1",
"_where": "/Users/marcoglietsch/Projekte/Homepages/ffw_laravel/node_modules/pngquant-bin/node_modules/got",
"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",
"xo": "*"
},
"directories": {},
"dist": {
"shasum": "5eb3b353b7fce99f101a1038880bb054ebbea386",
"tarball": "https://registry.npmjs.org/p-timeout/-/p-timeout-1.2.1.tgz"
},
"engines": {
"node": ">=4"
},
"files": [
"index.js"
],
"gitHead": "14d97b13fd8e35442cec2ad1f8a4623bf92b338e",
"homepage": "https://github.com/sindresorhus/p-timeout#readme",
"keywords": [
"promise",
"timeout",
"error",
"invalidate",
"async",
"await",
"promises",
"time",
"out",
"cancel",
"bluebird"
],
"license": "MIT",
"maintainers": [
{
"name": "sindresorhus",
"email": "sindresorhus@gmail.com"
}
],
"name": "p-timeout",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+https://github.com/sindresorhus/p-timeout.git"
},
"scripts": {
"test": "xo && ava"
},
"version": "1.2.1"
}