dockerized_openAger/nodered/rootfs/data/node_modules/mailsplit/package.json

61 lines
1.5 KiB
JSON
Raw Normal View History

2020-10-17 16:42:50 +00:00
{
"_from": "mailsplit@4.6.2",
"_id": "mailsplit@4.6.2",
"_inBundle": false,
"_integrity": "sha512-7Bw2R0QfORXexGGQCEK64EeShHacUNyU5kV5F5sj4jPQB3ITe2v9KRqxD40wpuue6W/sBJlSNBZ0AypIeTGQMQ==",
"_location": "/mailsplit",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "mailsplit@4.6.2",
"name": "mailsplit",
"escapedName": "mailsplit",
"rawSpec": "4.6.2",
"saveSpec": null,
"fetchSpec": "4.6.2"
},
"_requiredBy": [
"/mailparser"
],
"_resolved": "https://registry.npmjs.org/mailsplit/-/mailsplit-4.6.2.tgz",
"_shasum": "ce622cea460406035ff9f7d493ed00ea52a27aaa",
"_spec": "mailsplit@4.6.2",
"_where": "/data/node_modules/mailparser",
"author": {
"name": "Andris Reinman"
},
"bundleDependencies": false,
"dependencies": {
"libbase64": "1.2.1",
"libmime": "4.2.1",
"libqp": "1.1.0"
},
"deprecated": false,
"description": "Split email messages into an object stream",
"devDependencies": {
"eslint": "6.6.0",
"eslint-config-nodemailer": "1.2.0",
"eslint-config-prettier": "6.5.0",
"grunt": "1.0.4",
"grunt-cli": "1.3.2",
"grunt-contrib-nodeunit": "2.0.0",
"grunt-eslint": "22.0.0",
"random-message": "1.1.0"
},
"directories": {
"test": "test"
},
"files": [
"lib",
"index.js"
],
"license": "(MIT OR EUPL-1.1+)",
"main": "index.js",
"name": "mailsplit",
"scripts": {
"test": "grunt"
},
"version": "4.6.2"
}