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

package.json 2.0KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586
  1. {
  2. "_from": "with-open-file@^0.1.6",
  3. "_id": "with-open-file@0.1.7",
  4. "_inBundle": false,
  5. "_integrity": "sha512-ecJS2/oHtESJ1t3ZfMI3B7KIDKyfN0O16miWxdn30zdh66Yd3LsRFebXZXq6GU4xfxLf6nVxp9kIqElb5fqczA==",
  6. "_location": "/with-open-file",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "with-open-file@^0.1.6",
  12. "name": "with-open-file",
  13. "escapedName": "with-open-file",
  14. "rawSpec": "^0.1.6",
  15. "saveSpec": null,
  16. "fetchSpec": "^0.1.6"
  17. },
  18. "_requiredBy": [
  19. "/read-chunk"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/with-open-file/-/with-open-file-0.1.7.tgz",
  22. "_shasum": "e2de8d974e8a8ae6e58886be4fe8e7465b58a729",
  23. "_spec": "with-open-file@^0.1.6",
  24. "_where": "/Users/christian/Documents/artesanias/node_modules/read-chunk",
  25. "author": {
  26. "name": "Raphael von der Grün",
  27. "email": "raphinesse@gmail.com"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/raphinesse/with-open-file/issues"
  31. },
  32. "bundleDependencies": false,
  33. "dependencies": {
  34. "p-finally": "^1.0.0",
  35. "p-try": "^2.1.0",
  36. "pify": "^4.0.1"
  37. },
  38. "deprecated": false,
  39. "description": "Do stuff with an open file, knowing it will finally be closed",
  40. "devDependencies": {
  41. "ava": "^1.4.1",
  42. "delay": "^4.1.0",
  43. "nyc": "^14.1.1",
  44. "rewire": "^4.0.1",
  45. "sinon": "^7.3.1",
  46. "xo": "^0.24.0"
  47. },
  48. "engines": {
  49. "node": ">=6"
  50. },
  51. "files": [
  52. "index.js"
  53. ],
  54. "homepage": "https://github.com/raphinesse/with-open-file#readme",
  55. "keywords": [
  56. "node",
  57. "node.js",
  58. "close",
  59. "fd",
  60. "file",
  61. "finally",
  62. "fs",
  63. "open",
  64. "with"
  65. ],
  66. "license": "MIT",
  67. "name": "with-open-file",
  68. "prettier": {
  69. "bracketSpacing": true,
  70. "semi": false,
  71. "singleQuote": true,
  72. "trailingComma": "es5"
  73. },
  74. "repository": {
  75. "type": "git",
  76. "url": "git+https://github.com/raphinesse/with-open-file.git"
  77. },
  78. "scripts": {
  79. "test": "xo && nyc ava"
  80. },
  81. "version": "0.1.7",
  82. "xo": {
  83. "space": 2,
  84. "prettier": true
  85. }
  86. }