package.json 791 B

1234567891011121314151617181920212223242526272829303132333435
  1. {
  2. "name": "ftp",
  3. "version": "0.3.10",
  4. "author": "Brian White <mscdex@mscdex.net>",
  5. "description": "An FTP client module for node.js",
  6. "main": "./lib/connection",
  7. "engines": {
  8. "node": ">=0.8.0"
  9. },
  10. "dependencies": {
  11. "xregexp": "2.0.0",
  12. "readable-stream": "1.1.x"
  13. },
  14. "scripts": {
  15. "test": "node test/test.js"
  16. },
  17. "keywords": [
  18. "ftp",
  19. "client",
  20. "transfer"
  21. ],
  22. "licenses": [
  23. {
  24. "type": "MIT",
  25. "url": "http://github.com/mscdex/node-ftp/raw/master/LICENSE"
  26. }
  27. ],
  28. "repository": {
  29. "type": "git",
  30. "url": "http://github.com/mscdex/node-ftp.git"
  31. },
  32. "__npminstall_done": "Thu Dec 24 2020 20:20:49 GMT+0800 (CST)",
  33. "_from": "ftp@0.3.10",
  34. "_resolved": "https://registry.npm.taobao.org/ftp/download/ftp-0.3.10.tgz"
  35. }