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