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

package.json 2.2KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495
  1. {
  2. "_args": [
  3. [
  4. "strip-eof@^1.0.0",
  5. "/home/lyxaira/Artesanias/artesanias/node_modules/windows-release/node_modules/execa"
  6. ]
  7. ],
  8. "_from": "strip-eof@>=1.0.0 <2.0.0",
  9. "_id": "strip-eof@1.0.0",
  10. "_inCache": true,
  11. "_installable": true,
  12. "_location": "/strip-eof",
  13. "_nodeVersion": "4.2.1",
  14. "_npmUser": {
  15. "email": "sindresorhus@gmail.com",
  16. "name": "sindresorhus"
  17. },
  18. "_npmVersion": "2.14.7",
  19. "_phantomChildren": {},
  20. "_requested": {
  21. "name": "strip-eof",
  22. "raw": "strip-eof@^1.0.0",
  23. "rawSpec": "^1.0.0",
  24. "scope": null,
  25. "spec": ">=1.0.0 <2.0.0",
  26. "type": "range"
  27. },
  28. "_requiredBy": [
  29. "/windows-release/execa"
  30. ],
  31. "_resolved": "https://registry.npmjs.org/strip-eof/-/strip-eof-1.0.0.tgz",
  32. "_shasum": "bb43ff5598a6eb05d89b59fcd129c983313606bf",
  33. "_shrinkwrap": null,
  34. "_spec": "strip-eof@^1.0.0",
  35. "_where": "/home/lyxaira/Artesanias/artesanias/node_modules/windows-release/node_modules/execa",
  36. "author": {
  37. "email": "sindresorhus@gmail.com",
  38. "name": "Sindre Sorhus",
  39. "url": "sindresorhus.com"
  40. },
  41. "bugs": {
  42. "url": "https://github.com/sindresorhus/strip-eof/issues"
  43. },
  44. "dependencies": {},
  45. "description": "Strip the End-Of-File (EOF) character from a string/buffer",
  46. "devDependencies": {
  47. "ava": "*",
  48. "xo": "*"
  49. },
  50. "directories": {},
  51. "dist": {
  52. "shasum": "bb43ff5598a6eb05d89b59fcd129c983313606bf",
  53. "tarball": "https://registry.npmjs.org/strip-eof/-/strip-eof-1.0.0.tgz"
  54. },
  55. "engines": {
  56. "node": ">=0.10.0"
  57. },
  58. "files": [
  59. "index.js"
  60. ],
  61. "gitHead": "365dfe6c19b4e607a0cc2cf7dad0b0620f238333",
  62. "homepage": "https://github.com/sindresorhus/strip-eof",
  63. "keywords": [
  64. "buffer",
  65. "character",
  66. "delete",
  67. "end",
  68. "eof",
  69. "file",
  70. "linebreak",
  71. "newline",
  72. "remove",
  73. "string",
  74. "strip",
  75. "trim"
  76. ],
  77. "license": "MIT",
  78. "maintainers": [
  79. {
  80. "name": "sindresorhus",
  81. "email": "sindresorhus@gmail.com"
  82. }
  83. ],
  84. "name": "strip-eof",
  85. "optionalDependencies": {},
  86. "readme": "ERROR: No README data found!",
  87. "repository": {
  88. "type": "git",
  89. "url": "git+https://github.com/sindresorhus/strip-eof.git"
  90. },
  91. "scripts": {
  92. "test": "xo && ava"
  93. },
  94. "version": "1.0.0"
  95. }