65 lines
1.5 KiB
JSON
65 lines
1.5 KiB
JSON
{
|
|
"_from": "ftp@^0.3.10",
|
|
"_id": "ftp@0.3.10",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-faFVML1aBx2UoDStmLwv2Wptt4vw5x03xxX172nhA5Y5HBshW5JweqQ2W4xL4dezQTG8inJsuYcpPHHU3X5OTQ==",
|
|
"_location": "/ftp",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "ftp@^0.3.10",
|
|
"name": "ftp",
|
|
"escapedName": "ftp",
|
|
"rawSpec": "^0.3.10",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^0.3.10"
|
|
},
|
|
"_requiredBy": [
|
|
"/get-uri"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/ftp/-/ftp-0.3.10.tgz",
|
|
"_shasum": "9197d861ad8142f3e63d5a83bfe4c59f7330885d",
|
|
"_spec": "ftp@^0.3.10",
|
|
"_where": "/var/www/api.medcify.app/node_modules/get-uri",
|
|
"author": {
|
|
"name": "Brian White",
|
|
"email": "mscdex@mscdex.net"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/mscdex/node-ftp/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"dependencies": {
|
|
"readable-stream": "1.1.x",
|
|
"xregexp": "2.0.0"
|
|
},
|
|
"deprecated": false,
|
|
"description": "An FTP client module for node.js",
|
|
"engines": {
|
|
"node": ">=0.8.0"
|
|
},
|
|
"homepage": "https://github.com/mscdex/node-ftp#readme",
|
|
"keywords": [
|
|
"ftp",
|
|
"client",
|
|
"transfer"
|
|
],
|
|
"licenses": [
|
|
{
|
|
"type": "MIT",
|
|
"url": "http://github.com/mscdex/node-ftp/raw/master/LICENSE"
|
|
}
|
|
],
|
|
"main": "./lib/connection",
|
|
"name": "ftp",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+ssh://git@github.com/mscdex/node-ftp.git"
|
|
},
|
|
"scripts": {
|
|
"test": "node test/test.js"
|
|
},
|
|
"version": "0.3.10"
|
|
}
|