codeql-action/node_modules/is-promise/package.json
2020-06-22 13:28:23 +02:00

34 lines
No EOL
795 B
JSON

{
"name": "is-promise",
"version": "3.0.0",
"description": "Test whether an object looks like a promises-a+ promise",
"main": "./index.js",
"scripts": {
"test": "node test"
},
"files": [
"index.js",
"index.mjs",
"index.d.ts"
],
"exports": {
".": [
{
"import": "./index.mjs",
"require": "./index.js",
"default": "./index.js"
},
"./index.js"
]
},
"repository": {
"type": "git",
"url": "https://github.com/then/is-promise.git"
},
"author": "ForbesLindesay",
"license": "MIT"
,"_resolved": "https://registry.npmjs.org/is-promise/-/is-promise-3.0.0.tgz"
,"_integrity": "sha512-aTHJ4BvETyySzLhguH+7sL4b8765eecqq7ZrHVuhZr3FjCL/IV+LsvisEeH+9d0AkChYny3ad1KEL+mKy4ot7A=="
,"_from": "is-promise@3.0.0"
}