63 lines
1.6 KiB
JSON
63 lines
1.6 KiB
JSON
|
{
|
||
|
"_from": "libbase64@1.2.1",
|
||
|
"_id": "libbase64@1.2.1",
|
||
|
"_inBundle": false,
|
||
|
"_integrity": "sha512-l+nePcPbIG1fNlqMzrh68MLkX/gTxk/+vdvAb388Ssi7UuUN31MI44w4Yf33mM3Cm4xDfw48mdf3rkdHszLNew==",
|
||
|
"_location": "/libbase64",
|
||
|
"_phantomChildren": {},
|
||
|
"_requested": {
|
||
|
"type": "version",
|
||
|
"registry": true,
|
||
|
"raw": "libbase64@1.2.1",
|
||
|
"name": "libbase64",
|
||
|
"escapedName": "libbase64",
|
||
|
"rawSpec": "1.2.1",
|
||
|
"saveSpec": null,
|
||
|
"fetchSpec": "1.2.1"
|
||
|
},
|
||
|
"_requiredBy": [
|
||
|
"/libmime",
|
||
|
"/mailsplit"
|
||
|
],
|
||
|
"_resolved": "https://registry.npmjs.org/libbase64/-/libbase64-1.2.1.tgz",
|
||
|
"_shasum": "fb93bf4cb6d730f29b92155b6408d1bd2176a8c8",
|
||
|
"_spec": "libbase64@1.2.1",
|
||
|
"_where": "/data/node_modules/libmime",
|
||
|
"author": {
|
||
|
"name": "Andris Reinman"
|
||
|
},
|
||
|
"bugs": {
|
||
|
"url": "https://github.com/nodemailer/libbase64/issues"
|
||
|
},
|
||
|
"bundleDependencies": false,
|
||
|
"dependencies": {},
|
||
|
"deprecated": false,
|
||
|
"description": "Encode and decode base64 encoded strings",
|
||
|
"devDependencies": {
|
||
|
"chai": "4.2.0",
|
||
|
"eslint-config-nodemailer": "1.2.0",
|
||
|
"eslint-config-prettier": "6.0.0",
|
||
|
"grunt": "1.0.4",
|
||
|
"grunt-cli": "1.3.2",
|
||
|
"grunt-eslint": "22.0.0",
|
||
|
"grunt-mocha-test": "0.13.3",
|
||
|
"mocha": "6.2.0"
|
||
|
},
|
||
|
"homepage": "https://github.com/nodemailer/libbase64",
|
||
|
"keywords": [
|
||
|
"base64",
|
||
|
"mime"
|
||
|
],
|
||
|
"license": "MIT",
|
||
|
"main": "lib/libbase64.js",
|
||
|
"name": "libbase64",
|
||
|
"repository": {
|
||
|
"type": "git",
|
||
|
"url": "git://github.com/nodemailer/libbase64.git"
|
||
|
},
|
||
|
"scripts": {
|
||
|
"test": "grunt"
|
||
|
},
|
||
|
"version": "1.2.1"
|
||
|
}
|