Run npm install so have clear baseline
This commit is contained in:
parent
6846c702da
commit
43c1bea680
403 changed files with 22000 additions and 7778 deletions
65
node_modules/is-promise/package.json
generated
vendored
65
node_modules/is-promise/package.json
generated
vendored
|
|
@ -1,16 +1,40 @@
|
|||
{
|
||||
"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"
|
||||
"_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": {
|
||||
".": [
|
||||
{
|
||||
|
|
@ -21,10 +45,21 @@
|
|||
"./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": "https://github.com/then/is-promise.git"
|
||||
"url": "git+https://github.com/then/is-promise.git"
|
||||
},
|
||||
"author": "ForbesLindesay",
|
||||
"license": "MIT"
|
||||
}
|
||||
"scripts": {
|
||||
"test": "node test"
|
||||
},
|
||||
"version": "3.0.0"
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue