blob: f7fc2396766a5106065741de490cbf41c74fad30 [file] [log] [blame]
Leo Repp58b9f112021-11-22 11:57:47 +01001{
2 "_from": "p-timeout@^1.1.1",
3 "_id": "p-timeout@1.2.1",
4 "_inBundle": false,
5 "_integrity": "sha1-XrOzU7f86Z8QGhA4iAuwVOu+o4Y=",
6 "_location": "/p-timeout",
7 "_phantomChildren": {},
8 "_requested": {
9 "type": "range",
10 "registry": true,
11 "raw": "p-timeout@^1.1.1",
12 "name": "p-timeout",
13 "escapedName": "p-timeout",
14 "rawSpec": "^1.1.1",
15 "saveSpec": null,
16 "fetchSpec": "^1.1.1"
17 },
18 "_requiredBy": [
19 "/got",
20 "/p-event"
21 ],
22 "_resolved": "https://registry.npmjs.org/p-timeout/-/p-timeout-1.2.1.tgz",
23 "_shasum": "5eb3b353b7fce99f101a1038880bb054ebbea386",
24 "_spec": "p-timeout@^1.1.1",
25 "_where": "C:\\Users\\marcr\\Desktop\\KorAp\\Git\\Kalamar\\node_modules\\got",
26 "author": {
27 "name": "Sindre Sorhus",
28 "email": "sindresorhus@gmail.com",
29 "url": "sindresorhus.com"
30 },
31 "bugs": {
32 "url": "https://github.com/sindresorhus/p-timeout/issues"
33 },
34 "bundleDependencies": false,
35 "dependencies": {
36 "p-finally": "^1.0.0"
37 },
38 "deprecated": false,
39 "description": "Timeout a promise after a specified amount of time",
40 "devDependencies": {
41 "ava": "*",
42 "delay": "^2.0.0",
43 "xo": "*"
44 },
45 "engines": {
46 "node": ">=4"
47 },
48 "files": [
49 "index.js"
50 ],
51 "homepage": "https://github.com/sindresorhus/p-timeout#readme",
52 "keywords": [
53 "promise",
54 "timeout",
55 "error",
56 "invalidate",
57 "async",
58 "await",
59 "promises",
60 "time",
61 "out",
62 "cancel",
63 "bluebird"
64 ],
65 "license": "MIT",
66 "name": "p-timeout",
67 "repository": {
68 "type": "git",
69 "url": "git+https://github.com/sindresorhus/p-timeout.git"
70 },
71 "scripts": {
72 "test": "xo && ava"
73 },
74 "version": "1.2.1"
75}