Initial backup 2026-02-17
This commit is contained in:
35
skills/imap-smtp-email/node_modules/libbase64/package.json
generated
vendored
Normal file
35
skills/imap-smtp-email/node_modules/libbase64/package.json
generated
vendored
Normal file
@@ -0,0 +1,35 @@
|
||||
{
|
||||
"name": "libbase64",
|
||||
"version": "1.3.0",
|
||||
"description": "Encode and decode base64 encoded strings",
|
||||
"main": "lib/libbase64.js",
|
||||
"scripts": {
|
||||
"test": "grunt",
|
||||
"update": "rm -rf node_modules package-lock.json && ncu -u && npm install"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git://github.com/nodemailer/libbase64.git"
|
||||
},
|
||||
"keywords": [
|
||||
"base64",
|
||||
"mime"
|
||||
],
|
||||
"author": "Andris Reinman",
|
||||
"license": "MIT",
|
||||
"bugs": {
|
||||
"url": "https://github.com/nodemailer/libbase64/issues"
|
||||
},
|
||||
"homepage": "https://github.com/nodemailer/libbase64",
|
||||
"devDependencies": {
|
||||
"chai": "4.4.1",
|
||||
"eslint-config-nodemailer": "1.2.0",
|
||||
"eslint-config-prettier": "9.1.0",
|
||||
"grunt": "1.6.1",
|
||||
"grunt-cli": "1.4.3",
|
||||
"grunt-eslint": "24.3.0",
|
||||
"grunt-mocha-test": "0.13.3",
|
||||
"mocha": "10.3.0"
|
||||
},
|
||||
"dependencies": {}
|
||||
}
|
||||
Reference in New Issue
Block a user