Repositorio del curso CCOM4030 el semestre B91 del proyecto Artesanías con el Instituto de Cultura

package.json 2.1KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192
  1. {
  2. "_args": [
  3. [
  4. "ftp-client",
  5. "/home/lyxaira/Artesanias/artesanias"
  6. ]
  7. ],
  8. "_from": "ftp-client@latest",
  9. "_id": "ftp-client@0.2.2",
  10. "_inCache": true,
  11. "_installable": true,
  12. "_location": "/ftp-client",
  13. "_nodeVersion": "0.12.2",
  14. "_npmUser": {
  15. "email": "krzysiek.jakubik@gmail.com",
  16. "name": "noodny"
  17. },
  18. "_npmVersion": "2.7.5",
  19. "_phantomChildren": {
  20. "inherits": "2.0.4",
  21. "lru-cache": "2.7.3",
  22. "sigmund": "1.0.1"
  23. },
  24. "_requested": {
  25. "name": "ftp-client",
  26. "raw": "ftp-client",
  27. "rawSpec": "",
  28. "scope": null,
  29. "spec": "latest",
  30. "type": "tag"
  31. },
  32. "_requiredBy": [
  33. "#USER"
  34. ],
  35. "_resolved": "https://registry.npmjs.org/ftp-client/-/ftp-client-0.2.2.tgz",
  36. "_shasum": "bcea23562ab93c238a8e1cf3299534cc8c690a0a",
  37. "_shrinkwrap": null,
  38. "_spec": "ftp-client",
  39. "_where": "/home/lyxaira/Artesanias/artesanias",
  40. "author": {
  41. "email": "krzysiek.jakubik@gmail.com",
  42. "name": "Krzysztof Jakubik"
  43. },
  44. "bugs": {
  45. "url": "https://github.com/noodny/node-ftp-client/issues"
  46. },
  47. "dependencies": {
  48. "async": "~0.8.0",
  49. "ftp": "~0.3.6",
  50. "glob": "~3.2.9",
  51. "lodash": "~2.4.1"
  52. },
  53. "description": "A wrapper for the node-ftp module",
  54. "devDependencies": {},
  55. "directories": {},
  56. "dist": {
  57. "shasum": "bcea23562ab93c238a8e1cf3299534cc8c690a0a",
  58. "tarball": "https://registry.npmjs.org/ftp-client/-/ftp-client-0.2.2.tgz"
  59. },
  60. "engines": {
  61. "node": ">=0.8.0"
  62. },
  63. "gitHead": "721a6333f5c8f20dc6e226c84c74f592407bdb23",
  64. "homepage": "https://github.com/noodny/node-ftp-client",
  65. "keywords": [
  66. "client",
  67. "ftp",
  68. "transfer"
  69. ],
  70. "licenses": [
  71. {
  72. "type": "MIT",
  73. "url": "http://github.com/noodny/node-ftp-client/raw/master/LICENSE"
  74. }
  75. ],
  76. "main": "./lib/client",
  77. "maintainers": [
  78. {
  79. "name": "noodny",
  80. "email": "krzysiek.jakubik@gmail.com"
  81. }
  82. ],
  83. "name": "ftp-client",
  84. "optionalDependencies": {},
  85. "readme": "ERROR: No README data found!",
  86. "repository": {
  87. "type": "git",
  88. "url": "git+ssh://git@github.com/noodny/node-ftp-client.git"
  89. },
  90. "scripts": {},
  91. "version": "0.2.2"
  92. }