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

package.json 2.0KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586
  1. {
  2. "_args": [
  3. [
  4. "async@~0.8.0",
  5. "/home/lyxaira/Artesanias/artesanias/node_modules/ftp-client"
  6. ]
  7. ],
  8. "_from": "async@>=0.8.0 <0.9.0",
  9. "_id": "async@0.8.0",
  10. "_inCache": true,
  11. "_installable": true,
  12. "_location": "/async",
  13. "_npmUser": {
  14. "email": "caolan.mcmahon@gmail.com",
  15. "name": "caolan"
  16. },
  17. "_npmVersion": "1.4.3",
  18. "_phantomChildren": {},
  19. "_requested": {
  20. "name": "async",
  21. "raw": "async@~0.8.0",
  22. "rawSpec": "~0.8.0",
  23. "scope": null,
  24. "spec": ">=0.8.0 <0.9.0",
  25. "type": "range"
  26. },
  27. "_requiredBy": [
  28. "/ftp-client"
  29. ],
  30. "_resolved": "https://registry.npmjs.org/async/-/async-0.8.0.tgz",
  31. "_shasum": "ee65ec77298c2ff1456bc4418a052d0f06435112",
  32. "_shrinkwrap": null,
  33. "_spec": "async@~0.8.0",
  34. "_where": "/home/lyxaira/Artesanias/artesanias/node_modules/ftp-client",
  35. "author": {
  36. "name": "Caolan McMahon"
  37. },
  38. "bugs": {
  39. "url": "https://github.com/caolan/async/issues"
  40. },
  41. "dependencies": {},
  42. "description": "Higher-order functions and common patterns for asynchronous code",
  43. "devDependencies": {
  44. "nodelint": ">0.0.0",
  45. "nodeunit": ">0.0.0",
  46. "uglify-js": "1.2.x"
  47. },
  48. "directories": {},
  49. "dist": {
  50. "shasum": "ee65ec77298c2ff1456bc4418a052d0f06435112",
  51. "tarball": "https://registry.npmjs.org/async/-/async-0.8.0.tgz"
  52. },
  53. "homepage": "https://github.com/caolan/async",
  54. "jam": {
  55. "include": [
  56. "LICENSE",
  57. "README.md",
  58. "lib/async.js"
  59. ],
  60. "main": "lib/async.js"
  61. },
  62. "licenses": [
  63. {
  64. "type": "MIT",
  65. "url": "https://github.com/caolan/async/raw/master/LICENSE"
  66. }
  67. ],
  68. "main": "./lib/async",
  69. "maintainers": [
  70. {
  71. "name": "caolan",
  72. "email": "caolan@caolanmcmahon.com"
  73. }
  74. ],
  75. "name": "async",
  76. "optionalDependencies": {},
  77. "readme": "ERROR: No README data found!",
  78. "repository": {
  79. "type": "git",
  80. "url": "git+https://github.com/caolan/async.git"
  81. },
  82. "scripts": {
  83. "test": "nodeunit test/test-async.js"
  84. },
  85. "version": "0.8.0"
  86. }