1
0
mirror of https://github.com/mgerb/mywebsite synced 2026-01-11 18:32:50 +00:00
Files
mywebsite/node_modules/buildmail/package.json

93 lines
2.3 KiB
JSON

{
"_args": [
[
"buildmail@^2.0.0",
"/home/mitchell/Desktop/test-mywebsite/mywebsite/node_modules/mailcomposer"
]
],
"_from": "buildmail@>=2.0.0 <3.0.0",
"_id": "buildmail@2.0.0",
"_inCache": true,
"_installable": true,
"_location": "/buildmail",
"_nodeVersion": "4.1.0",
"_npmUser": {
"email": "andris@kreata.ee",
"name": "andris"
},
"_npmVersion": "2.14.3",
"_phantomChildren": {
"debug": "2.2.0",
"iconv-lite": "0.4.13"
},
"_requested": {
"name": "buildmail",
"raw": "buildmail@^2.0.0",
"rawSpec": "^2.0.0",
"scope": null,
"spec": ">=2.0.0 <3.0.0",
"type": "range"
},
"_requiredBy": [
"/mailcomposer"
],
"_resolved": "https://registry.npmjs.org/buildmail/-/buildmail-2.0.0.tgz",
"_shasum": "f0b7b0a59e9a4a1b5066bbfa051d248f3832eece",
"_shrinkwrap": null,
"_spec": "buildmail@^2.0.0",
"_where": "/home/mitchell/Desktop/test-mywebsite/mywebsite/node_modules/mailcomposer",
"author": {
"email": "andris@kreata.ee",
"name": "Andris Reinman"
},
"bugs": {
"url": "https://github.com/andris9/buildmail/issues"
},
"dependencies": {
"addressparser": "^0.3.2",
"libbase64": "^0.1.0",
"libmime": "^1.2.0",
"libqp": "^1.1.0",
"needle": "^0.10.0"
},
"description": "buildmail is a low level rfc2822 message composer. Define your own mime tree, no magic included.",
"devDependencies": {
"chai": "~3.3.0",
"grunt": "~0.4.5",
"grunt-contrib-jshint": "~0.11.3",
"grunt-mocha-test": "~0.12.7",
"mocha": "^2.3.3",
"sinon": "^1.17.1"
},
"directories": {},
"dist": {
"shasum": "f0b7b0a59e9a4a1b5066bbfa051d248f3832eece",
"tarball": "http://registry.npmjs.org/buildmail/-/buildmail-2.0.0.tgz"
},
"gitHead": "27c3924957e45d5ea399fb16dd4c210b1dd77022",
"homepage": "https://github.com/andris9/buildmail#readme",
"keywords": [
"RFC2822",
"mime"
],
"license": "MIT",
"main": "src/buildmail",
"maintainers": [
{
"name": "andris",
"email": "andris@node.ee"
}
],
"name": "buildmail",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git://github.com/andris9/buildmail.git"
},
"scripts": {
"test": "grunt"
},
"version": "2.0.0"
}