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

package.json 1.6KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  1. {
  2. "_from": "lodash@^4.17.15",
  3. "_id": "lodash@4.17.20",
  4. "_inBundle": false,
  5. "_integrity": "sha512-PlhdFcillOINfeV7Ni6oF1TAEayyZBoZ8bcshTHqOYJYlrqzRK5hagpagky5o4HfCzzd1TRkXPMFq6cKk9rGmA==",
  6. "_location": "/lodash",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "lodash@^4.17.15",
  12. "name": "lodash",
  13. "escapedName": "lodash",
  14. "rawSpec": "^4.17.15",
  15. "saveSpec": null,
  16. "fetchSpec": "^4.17.15"
  17. },
  18. "_requiredBy": [
  19. "/@netflix/nerror"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.20.tgz",
  22. "_shasum": "b44a9b6297bcb698f1c51a3545a2b3b368d59c52",
  23. "_spec": "lodash@^4.17.15",
  24. "_where": "/Users/christian/Documents/artesanias/node_modules/@netflix/nerror",
  25. "author": {
  26. "name": "John-David Dalton",
  27. "email": "john.david.dalton@gmail.com"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/lodash/lodash/issues"
  31. },
  32. "bundleDependencies": false,
  33. "contributors": [
  34. {
  35. "name": "John-David Dalton",
  36. "email": "john.david.dalton@gmail.com"
  37. },
  38. {
  39. "name": "Mathias Bynens",
  40. "email": "mathias@qiwi.be"
  41. }
  42. ],
  43. "deprecated": false,
  44. "description": "Lodash modular utilities.",
  45. "homepage": "https://lodash.com/",
  46. "icon": "https://lodash.com/icon.svg",
  47. "keywords": [
  48. "modules",
  49. "stdlib",
  50. "util"
  51. ],
  52. "license": "MIT",
  53. "main": "lodash.js",
  54. "name": "lodash",
  55. "repository": {
  56. "type": "git",
  57. "url": "git+https://github.com/lodash/lodash.git"
  58. },
  59. "scripts": {
  60. "test": "echo \"See https://travis-ci.org/lodash-archive/lodash-cli for testing details.\""
  61. },
  62. "version": "4.17.20"
  63. }