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

package.json 1.9KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980
  1. {
  2. "_from": "graceful-fs@^4.2.0",
  3. "_id": "graceful-fs@4.2.2",
  4. "_inBundle": false,
  5. "_integrity": "sha512-IItsdsea19BoLC7ELy13q1iJFNmd7ofZH5+X/pJr90/nRoPEX0DJo1dHDbgtYWOhJhcCgMDTOw84RZ72q6lB+Q==",
  6. "_location": "/graceful-fs",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "graceful-fs@^4.2.0",
  12. "name": "graceful-fs",
  13. "escapedName": "graceful-fs",
  14. "rawSpec": "^4.2.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^4.2.0"
  17. },
  18. "_requiredBy": [
  19. "/fs-extra",
  20. "/jsonfile"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.2.tgz",
  23. "_shasum": "6f0952605d0140c1cfdb138ed005775b92d67b02",
  24. "_spec": "graceful-fs@^4.2.0",
  25. "_where": "C:\\Users\\Chuch\\Documents\\Cordova\\test\\node_modules\\fs-extra",
  26. "bugs": {
  27. "url": "https://github.com/isaacs/node-graceful-fs/issues"
  28. },
  29. "bundleDependencies": false,
  30. "dependencies": {},
  31. "deprecated": false,
  32. "description": "A drop-in replacement for fs, making various improvements.",
  33. "devDependencies": {
  34. "import-fresh": "^2.0.0",
  35. "mkdirp": "^0.5.0",
  36. "rimraf": "^2.2.8",
  37. "tap": "^12.7.0"
  38. },
  39. "directories": {
  40. "test": "test"
  41. },
  42. "files": [
  43. "fs.js",
  44. "graceful-fs.js",
  45. "legacy-streams.js",
  46. "polyfills.js",
  47. "clone.js"
  48. ],
  49. "homepage": "https://github.com/isaacs/node-graceful-fs#readme",
  50. "keywords": [
  51. "fs",
  52. "module",
  53. "reading",
  54. "retry",
  55. "retries",
  56. "queue",
  57. "error",
  58. "errors",
  59. "handling",
  60. "EMFILE",
  61. "EAGAIN",
  62. "EINVAL",
  63. "EPERM",
  64. "EACCESS"
  65. ],
  66. "license": "ISC",
  67. "main": "graceful-fs.js",
  68. "name": "graceful-fs",
  69. "repository": {
  70. "type": "git",
  71. "url": "git+https://github.com/isaacs/node-graceful-fs.git"
  72. },
  73. "scripts": {
  74. "postpublish": "git push origin --follow-tags",
  75. "postversion": "npm publish",
  76. "preversion": "npm test",
  77. "test": "node test.js | tap -"
  78. },
  79. "version": "4.2.2"
  80. }