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

package.json 1.8KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  1. {
  2. "_from": "strip-final-newline@^2.0.0",
  3. "_id": "strip-final-newline@2.0.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-BrpvfNAE3dcvq7ll3xVumzjKjZQ5tI1sEUIKr3Uoks0XUl45St3FlatVqef9prk4jRDzhW6WZg+3bk93y6pLjA==",
  6. "_location": "/strip-final-newline",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "strip-final-newline@^2.0.0",
  12. "name": "strip-final-newline",
  13. "escapedName": "strip-final-newline",
  14. "rawSpec": "^2.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^2.0.0"
  17. },
  18. "_requiredBy": [
  19. "/execa"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/strip-final-newline/-/strip-final-newline-2.0.0.tgz",
  22. "_shasum": "89b852fb2fcbe936f6f4b3187afb0a12c1ab58ad",
  23. "_spec": "strip-final-newline@^2.0.0",
  24. "_where": "/home/christian/Documents/newarte/artesanias/node_modules/execa",
  25. "author": {
  26. "name": "Sindre Sorhus",
  27. "email": "sindresorhus@gmail.com",
  28. "url": "sindresorhus.com"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/sindresorhus/strip-final-newline/issues"
  32. },
  33. "bundleDependencies": false,
  34. "deprecated": false,
  35. "description": "Strip the final newline character from a string/buffer",
  36. "devDependencies": {
  37. "ava": "^0.25.0",
  38. "xo": "^0.23.0"
  39. },
  40. "engines": {
  41. "node": ">=6"
  42. },
  43. "files": [
  44. "index.js"
  45. ],
  46. "homepage": "https://github.com/sindresorhus/strip-final-newline#readme",
  47. "keywords": [
  48. "strip",
  49. "trim",
  50. "remove",
  51. "delete",
  52. "final",
  53. "last",
  54. "end",
  55. "file",
  56. "newline",
  57. "linebreak",
  58. "character",
  59. "string",
  60. "buffer"
  61. ],
  62. "license": "MIT",
  63. "name": "strip-final-newline",
  64. "repository": {
  65. "type": "git",
  66. "url": "git+https://github.com/sindresorhus/strip-final-newline.git"
  67. },
  68. "scripts": {
  69. "test": "xo && ava"
  70. },
  71. "version": "2.0.0"
  72. }