codeql-action/node_modules/is-promise/package.json
2020-06-24 14:33:14 +01:00

65 lines
1.5 KiB
JSON

{
"_args": [
[
"is-promise@3.0.0",
"/Users/sam/code/codeql-action"
]
],
"_development": true,
"_from": "is-promise@3.0.0",
"_id": "is-promise@3.0.0",
"_inBundle": false,
"_integrity": "sha512-aTHJ4BvETyySzLhguH+7sL4b8765eecqq7ZrHVuhZr3FjCL/IV+LsvisEeH+9d0AkChYny3ad1KEL+mKy4ot7A==",
"_location": "/is-promise",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "is-promise@3.0.0",
"name": "is-promise",
"escapedName": "is-promise",
"rawSpec": "3.0.0",
"saveSpec": null,
"fetchSpec": "3.0.0"
},
"_requiredBy": [
"/ava"
],
"_resolved": "https://registry.npmjs.org/is-promise/-/is-promise-3.0.0.tgz",
"_spec": "3.0.0",
"_where": "/Users/sam/code/codeql-action",
"author": {
"name": "ForbesLindesay"
},
"bugs": {
"url": "https://github.com/then/is-promise/issues"
},
"description": "Test whether an object looks like a promises-a+ promise",
"exports": {
".": [
{
"import": "./index.mjs",
"require": "./index.js",
"default": "./index.js"
},
"./index.js"
]
},
"files": [
"index.js",
"index.mjs",
"index.d.ts"
],
"homepage": "https://github.com/then/is-promise#readme",
"license": "MIT",
"main": "./index.js",
"name": "is-promise",
"repository": {
"type": "git",
"url": "git+https://github.com/then/is-promise.git"
},
"scripts": {
"test": "node test"
},
"version": "3.0.0"
}