mailparser
This commit is contained in:
77
package.json
Normal file
77
package.json
Normal file
@@ -0,0 +1,77 @@
|
||||
{
|
||||
"_from": "mailparser@0.3.x",
|
||||
"_id": "mailparser@0.3.6",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha1-Y8XfNt4kccqDZ0ZpcZLCtvY3Dmc=",
|
||||
"_location": "/mailparser",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "range",
|
||||
"registry": true,
|
||||
"raw": "mailparser@0.3.x",
|
||||
"name": "mailparser",
|
||||
"escapedName": "mailparser",
|
||||
"rawSpec": "0.3.x",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "0.3.x"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/mailparser/-/mailparser-0.3.6.tgz",
|
||||
"_shasum": "63c5df36de2471ca836746697192c2b6f6370e67",
|
||||
"_spec": "mailparser@0.3.x",
|
||||
"_where": "/home/s2/Documents/Code/eclipse workspace/n3wz/backend",
|
||||
"author": {
|
||||
"name": "Andris Reinman"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/andris9/mailparser/issues"
|
||||
},
|
||||
"bundleDependencies": false,
|
||||
"dependencies": {
|
||||
"encoding": ">=0.1.4",
|
||||
"iconv": "*",
|
||||
"mime": "*",
|
||||
"mimelib": ">=0.2.6"
|
||||
},
|
||||
"deprecated": false,
|
||||
"description": "Asynchronous and non-blocking parser for mime encoded e-mail messages",
|
||||
"devDependencies": {
|
||||
"nodeunit": "*"
|
||||
},
|
||||
"engine": {
|
||||
"node": ">=0.4"
|
||||
},
|
||||
"homepage": "https://github.com/andris9/mailparser#readme",
|
||||
"keywords": [
|
||||
"e-mail",
|
||||
"mime",
|
||||
"parser"
|
||||
],
|
||||
"licenses": [
|
||||
{
|
||||
"type": "MIT",
|
||||
"url": "http://github.com/andris9/mailparser/blob/master/LICENSE"
|
||||
}
|
||||
],
|
||||
"main": "./lib/mailparser",
|
||||
"maintainers": [
|
||||
{
|
||||
"name": "andris",
|
||||
"email": "andris@node.ee"
|
||||
}
|
||||
],
|
||||
"name": "mailparser",
|
||||
"optionalDependencies": {
|
||||
"iconv": "*"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+ssh://git@github.com/andris9/mailparser.git"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "nodeunit test/"
|
||||
},
|
||||
"version": "0.3.6"
|
||||
}
|
Reference in New Issue
Block a user