You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

package.json 1.6KB

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