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

package.json 1.6KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  1. {
  2. "_from": "yallist@^4.0.0",
  3. "_id": "yallist@4.0.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==",
  6. "_location": "/yallist",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "yallist@^4.0.0",
  12. "name": "yallist",
  13. "escapedName": "yallist",
  14. "rawSpec": "^4.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^4.0.0"
  17. },
  18. "_requiredBy": [
  19. "/lru-cache"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz",
  22. "_shasum": "9bb92790d9c0effec63be73519e11a35019a3a72",
  23. "_spec": "yallist@^4.0.0",
  24. "_where": "/home/christian/Documents/newarte/artesanias/node_modules/lru-cache",
  25. "author": {
  26. "name": "Isaac Z. Schlueter",
  27. "email": "i@izs.me",
  28. "url": "http://blog.izs.me/"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/isaacs/yallist/issues"
  32. },
  33. "bundleDependencies": false,
  34. "dependencies": {},
  35. "deprecated": false,
  36. "description": "Yet Another Linked List",
  37. "devDependencies": {
  38. "tap": "^12.1.0"
  39. },
  40. "directories": {
  41. "test": "test"
  42. },
  43. "files": [
  44. "yallist.js",
  45. "iterator.js"
  46. ],
  47. "homepage": "https://github.com/isaacs/yallist#readme",
  48. "license": "ISC",
  49. "main": "yallist.js",
  50. "name": "yallist",
  51. "repository": {
  52. "type": "git",
  53. "url": "git+https://github.com/isaacs/yallist.git"
  54. },
  55. "scripts": {
  56. "postpublish": "git push origin --all; git push origin --tags",
  57. "postversion": "npm publish",
  58. "preversion": "npm test",
  59. "test": "tap test/*.js --100"
  60. },
  61. "version": "4.0.0"
  62. }