66 lines
1.6 KiB
JSON
Executable File
66 lines
1.6 KiB
JSON
Executable File
{
|
|
"_from": "libmime@^2.0.3",
|
|
"_id": "libmime@2.1.3",
|
|
"_inBundle": false,
|
|
"_integrity": "sha1-JQF8pataHpiq2+JyUBfPHUikKgw=",
|
|
"_location": "/libmime",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "libmime@^2.0.3",
|
|
"name": "libmime",
|
|
"escapedName": "libmime",
|
|
"rawSpec": "^2.0.3",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^2.0.3"
|
|
},
|
|
"_requiredBy": [
|
|
"/dkim-signer"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/libmime/-/libmime-2.1.3.tgz",
|
|
"_shasum": "25017ca5ab5a1e98aadbe2725017cf1d48a42a0c",
|
|
"_spec": "libmime@^2.0.3",
|
|
"_where": "/Users/rxf/Projekte/SternDBase/sternwarte/checkfuehrung/node_modules/dkim-signer",
|
|
"author": {
|
|
"name": "Andris Reinman",
|
|
"email": "andris@kreata.ee"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/andris9/libmime/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"dependencies": {
|
|
"iconv-lite": "0.4.15",
|
|
"libbase64": "0.1.0",
|
|
"libqp": "1.1.0"
|
|
},
|
|
"deprecated": false,
|
|
"description": "Encode and decode quoted printable and base64 strings",
|
|
"devDependencies": {
|
|
"chai": "^3.5.0",
|
|
"grunt": "^1.0.1",
|
|
"grunt-cli": "^1.2.0",
|
|
"grunt-eslint": "^19.0.0",
|
|
"grunt-mocha-test": "^0.13.2",
|
|
"mocha": "^3.2.0"
|
|
},
|
|
"homepage": "https://github.com/andris9/libmime",
|
|
"keywords": [
|
|
"MIME",
|
|
"Base64",
|
|
"Quoted-Printable"
|
|
],
|
|
"license": "MIT",
|
|
"main": "lib/libmime",
|
|
"name": "libmime",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/andris9/libmime.git"
|
|
},
|
|
"scripts": {
|
|
"test": "grunt mochaTest"
|
|
},
|
|
"version": "2.1.3"
|
|
}
|