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

package.json 2.0KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485
  1. {
  2. "_args": [
  3. [
  4. "sigmund@~1.0.0",
  5. "/home/lyxaira/Artesanias/artesanias/node_modules/ftp-client/node_modules/minimatch"
  6. ]
  7. ],
  8. "_from": "sigmund@>=1.0.0 <1.1.0",
  9. "_id": "sigmund@1.0.1",
  10. "_inCache": true,
  11. "_installable": true,
  12. "_location": "/sigmund",
  13. "_nodeVersion": "2.0.1",
  14. "_npmUser": {
  15. "email": "isaacs@npmjs.com",
  16. "name": "isaacs"
  17. },
  18. "_npmVersion": "2.10.0",
  19. "_phantomChildren": {},
  20. "_requested": {
  21. "name": "sigmund",
  22. "raw": "sigmund@~1.0.0",
  23. "rawSpec": "~1.0.0",
  24. "scope": null,
  25. "spec": ">=1.0.0 <1.1.0",
  26. "type": "range"
  27. },
  28. "_requiredBy": [
  29. "/ftp-client/minimatch"
  30. ],
  31. "_resolved": "https://registry.npmjs.org/sigmund/-/sigmund-1.0.1.tgz",
  32. "_shasum": "3ff21f198cad2175f9f3b781853fd94d0d19b590",
  33. "_shrinkwrap": null,
  34. "_spec": "sigmund@~1.0.0",
  35. "_where": "/home/lyxaira/Artesanias/artesanias/node_modules/ftp-client/node_modules/minimatch",
  36. "author": {
  37. "email": "i@izs.me",
  38. "name": "Isaac Z. Schlueter",
  39. "url": "http://blog.izs.me/"
  40. },
  41. "bugs": {
  42. "url": "https://github.com/isaacs/sigmund/issues"
  43. },
  44. "dependencies": {},
  45. "description": "Quick and dirty signatures for Objects.",
  46. "devDependencies": {
  47. "tap": "~0.3.0"
  48. },
  49. "directories": {
  50. "test": "test"
  51. },
  52. "dist": {
  53. "shasum": "3ff21f198cad2175f9f3b781853fd94d0d19b590",
  54. "tarball": "https://registry.npmjs.org/sigmund/-/sigmund-1.0.1.tgz"
  55. },
  56. "gitHead": "527f97aa5bb253d927348698c0cd3bb267d098c6",
  57. "homepage": "https://github.com/isaacs/sigmund#readme",
  58. "keywords": [
  59. "data",
  60. "key",
  61. "object",
  62. "psychoanalysis",
  63. "signature"
  64. ],
  65. "license": "ISC",
  66. "main": "sigmund.js",
  67. "maintainers": [
  68. {
  69. "name": "isaacs",
  70. "email": "i@izs.me"
  71. }
  72. ],
  73. "name": "sigmund",
  74. "optionalDependencies": {},
  75. "readme": "ERROR: No README data found!",
  76. "repository": {
  77. "type": "git",
  78. "url": "git://github.com/isaacs/sigmund.git"
  79. },
  80. "scripts": {
  81. "bench": "node bench.js",
  82. "test": "tap test/*.js"
  83. },
  84. "version": "1.0.1"
  85. }