Initial backup 2026-02-17
This commit is contained in:
21
skills/imap-smtp-email/node_modules/promise/package.json
generated
vendored
Normal file
21
skills/imap-smtp-email/node_modules/promise/package.json
generated
vendored
Normal file
@@ -0,0 +1,21 @@
|
||||
{
|
||||
"name": "promise",
|
||||
"version": "1.3.0",
|
||||
"description": "Bare bones Promises/A+ implementation",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"test": "promises-aplus-tests test/adapter-a.js"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/then/promise.git"
|
||||
},
|
||||
"author": "ForbesLindesay",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"is-promise": "~1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"promises-aplus-tests": "*"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user