File: /var/www/tana/frontend/node_modules/vinyl-ftp/package.json
{
"_args": [
[
"vinyl-ftp@0.6.1",
"C:\\OSPanel\\domains\\tana\\frontend"
]
],
"_development": true,
"_from": "vinyl-ftp@0.6.1",
"_id": "vinyl-ftp@0.6.1",
"_inBundle": false,
"_integrity": "sha512-HVp7xuWx9xQC+tzsCCYCnpd3ZVXK8wa4sMEhdkiGY6rY7P1sIm71YkfLjzdYXGS4hseOiSBSS75jPxZBozol6A==",
"_location": "/vinyl-ftp",
"_phantomChildren": {
"clone-buffer": "1.0.0",
"cloneable-readable": "1.1.2",
"remove-trailing-separator": "1.1.0"
},
"_requested": {
"type": "version",
"registry": true,
"raw": "vinyl-ftp@0.6.1",
"name": "vinyl-ftp",
"escapedName": "vinyl-ftp",
"rawSpec": "0.6.1",
"saveSpec": null,
"fetchSpec": "0.6.1"
},
"_requiredBy": [
"#DEV:/"
],
"_resolved": "https://registry.npmjs.org/vinyl-ftp/-/vinyl-ftp-0.6.1.tgz",
"_spec": "0.6.1",
"_where": "C:\\OSPanel\\domains\\tana\\frontend",
"author": {
"name": "Morris Brodersen",
"email": "mb@morrisbrodersen.de",
"url": "http://morrisbrodersen.de"
},
"bugs": {
"url": "https://github.com/morris/vinyl-ftp/issues"
},
"dependencies": {
"ftp": "^0.3.8",
"minimatch": "^3.0.2",
"object-assign": "^4.1.1",
"parallel-transform": "^1.1.0",
"through2": "^2.0.3",
"vinyl": "^2.0.1"
},
"description": "Vinyl adapter for FTP",
"devDependencies": {
"@types/vinyl-fs": "^2.4.5",
"istanbul": "^0.4.5",
"mocha": "^3.2.0",
"rmdir": "^1.2.0",
"vinyl-fs": "^2.4.4"
},
"engines": {
"node": ">=0.10.0"
},
"files": [
"index.js",
"lib",
"index.d.ts"
],
"homepage": "https://github.com/morris/vinyl-ftp#readme",
"keywords": [
"vinyl",
"gulp",
"ftp",
"deploy",
"deployment",
"upload"
],
"license": "MIT",
"name": "vinyl-ftp",
"repository": {
"type": "git",
"url": "git+https://github.com/morris/vinyl-ftp.git"
},
"scripts": {
"test": "istanbul cover node_modules/mocha/bin/_mocha test"
},
"types": "./index.d.ts",
"version": "0.6.1"
}