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

50 lines
1.1 KiB
JSON
Raw Normal View History

2020-10-17 16:42:50 +00:00
{
"_from": "utf7@>=1.0.2",
"_id": "utf7@1.0.2",
"_inBundle": false,
"_integrity": "sha1-lV9JCq5lO6IguUVqCod2wZk2CZE=",
"_location": "/utf7",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "utf7@>=1.0.2",
"name": "utf7",
"escapedName": "utf7",
"rawSpec": ">=1.0.2",
"saveSpec": null,
"fetchSpec": ">=1.0.2"
},
"_requiredBy": [
"/imap"
],
"_resolved": "https://registry.npmjs.org/utf7/-/utf7-1.0.2.tgz",
"_shasum": "955f490aae653ba220b9456a0a8776c199360991",
"_spec": "utf7@>=1.0.2",
"_where": "/data/node_modules/imap",
"author": {
"name": "Konstantin Käfer",
"email": "kkaefer@gmail.com"
},
"bundleDependencies": false,
"dependencies": {
"semver": "~5.3.0"
},
"deprecated": false,
"description": "Converts text to and from UTF-7 (RFC 2152 and IMAP)",
"devDependencies": {
"tape": "~4.6.0"
},
"licenses": [
{
"type": "BSD"
}
],
"main": "./utf7",
"name": "utf7",
"scripts": {
"test": "tape test/*.js"
},
"version": "1.0.2"
}