This commit is contained in:
Florian Federspiel
2023-11-25 16:53:52 +01:00
commit 677030f712
685 changed files with 148719 additions and 0 deletions

34
test/imaps/node_modules/base64-stream/package.json generated vendored Normal file
View File

@@ -0,0 +1,34 @@
{
"name": "base64-stream",
"description": "Contains new Node.js v0.10 style stream classes for encoding / decoding Base64 data",
"keywords": [
"Base64",
"stream",
"streaming",
"piping",
"node",
"node.js",
"encode",
"decode"
],
"author": "Ross Johnson <ross@mazira.com>",
"version": "1.0.0",
"repository": {
"type": "git",
"url": "http://github.com/mazira/base64-stream"
},
"scripts": {
"test": "mocha --reporter spec"
},
"dependencies": {},
"devDependencies": {
"mocha": "*",
"should": "*"
},
"license": "MIT",
"files": [
"lib",
"index.js"
],
"engine": "node >= 0.8.0"
}