36 lines
1.1 KiB
JSON
36 lines
1.1 KiB
JSON
{
|
|
"name": "pop3-to-imap",
|
|
"lockfileVersion": 3,
|
|
"requires": true,
|
|
"packages": {
|
|
"": {
|
|
"dependencies": {
|
|
"fs": "^0.0.1-security",
|
|
"net": "^1.0.2",
|
|
"node-pop3": "^0.9.1"
|
|
}
|
|
},
|
|
"node_modules/fs": {
|
|
"version": "0.0.1-security",
|
|
"resolved": "https://registry.npmjs.org/fs/-/fs-0.0.1-security.tgz",
|
|
"integrity": "sha512-3XY9e1pP0CVEUCdj5BmfIZxRBTSDycnbqhIOGec9QYtmVH2fbLpj86CFWkrNOkt/Fvty4KZG5lTglL9j/gJ87w=="
|
|
},
|
|
"node_modules/net": {
|
|
"version": "1.0.2",
|
|
"resolved": "https://registry.npmjs.org/net/-/net-1.0.2.tgz",
|
|
"integrity": "sha512-kbhcj2SVVR4caaVnGLJKmlk2+f+oLkjqdKeQlmUtz6nGzOpbcobwVIeSURNgraV/v3tlmGIX82OcPCl0K6RbHQ=="
|
|
},
|
|
"node_modules/node-pop3": {
|
|
"version": "0.9.1",
|
|
"resolved": "https://registry.npmjs.org/node-pop3/-/node-pop3-0.9.1.tgz",
|
|
"integrity": "sha512-HYSHfNWb91tEao67sKOKurHihOoWjf78oGMRjaXXEebLGfTA/bTjmF1E5Vl9H4i4UEYiZDEwHvm/l0Q3Hg1rGA==",
|
|
"bin": {
|
|
"pop": "bin/pop.js"
|
|
},
|
|
"engines": {
|
|
"node": ">=14.13.0"
|
|
}
|
|
}
|
|
}
|
|
}
|