package.json 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  1. {
  2. "_args": [
  3. [
  4. "ftp@0.3.10",
  5. "E:\\2023\\5\\myjadmin"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "ftp@0.3.10",
  10. "_id": "ftp@0.3.10",
  11. "_inBundle": false,
  12. "_integrity": "sha512-faFVML1aBx2UoDStmLwv2Wptt4vw5x03xxX172nhA5Y5HBshW5JweqQ2W4xL4dezQTG8inJsuYcpPHHU3X5OTQ==",
  13. "_location": "/ftp",
  14. "_phantomChildren": {
  15. "core-util-is": "1.0.3",
  16. "inherits": "2.0.4"
  17. },
  18. "_requested": {
  19. "type": "version",
  20. "registry": true,
  21. "raw": "ftp@0.3.10",
  22. "name": "ftp",
  23. "escapedName": "ftp",
  24. "rawSpec": "0.3.10",
  25. "saveSpec": null,
  26. "fetchSpec": "0.3.10"
  27. },
  28. "_requiredBy": [
  29. "/get-uri"
  30. ],
  31. "_resolved": "https://registry.npmjs.org/ftp/-/ftp-0.3.10.tgz",
  32. "_spec": "0.3.10",
  33. "_where": "E:\\2023\\5\\myjadmin",
  34. "author": {
  35. "name": "Brian White",
  36. "email": "mscdex@mscdex.net"
  37. },
  38. "bugs": {
  39. "url": "https://github.com/mscdex/node-ftp/issues"
  40. },
  41. "dependencies": {
  42. "readable-stream": "1.1.x",
  43. "xregexp": "2.0.0"
  44. },
  45. "description": "An FTP client module for node.js",
  46. "engines": {
  47. "node": ">=0.8.0"
  48. },
  49. "homepage": "https://github.com/mscdex/node-ftp#readme",
  50. "keywords": [
  51. "ftp",
  52. "client",
  53. "transfer"
  54. ],
  55. "licenses": [
  56. {
  57. "type": "MIT",
  58. "url": "http://github.com/mscdex/node-ftp/raw/master/LICENSE"
  59. }
  60. ],
  61. "main": "./lib/connection",
  62. "name": "ftp",
  63. "repository": {
  64. "type": "git",
  65. "url": "git+ssh://git@github.com/mscdex/node-ftp.git"
  66. },
  67. "scripts": {
  68. "test": "node test/test.js"
  69. },
  70. "version": "0.3.10"
  71. }