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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100
  1. {
  2. "_from": "fs-extra@^8.0.0",
  3. "_id": "fs-extra@8.1.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-yhlQgA6mnOJUKOsRUFsgJdQCvkKhcz8tlZG5HBQfReYZy46OwLcY+Zia0mtdHsOo9y/hP+CxMN0TU9QxoOtG4g==",
  6. "_location": "/fs-extra",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "fs-extra@^8.0.0",
  12. "name": "fs-extra",
  13. "escapedName": "fs-extra",
  14. "rawSpec": "^8.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^8.0.0"
  17. },
  18. "_requiredBy": [
  19. "/cordova-common"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-8.1.0.tgz",
  22. "_shasum": "49d43c45a88cd9677668cb7be1b46efdb8d2e1c0",
  23. "_spec": "fs-extra@^8.0.0",
  24. "_where": "C:\\Users\\Chuch\\Documents\\Cordova\\test\\node_modules\\cordova-common",
  25. "author": {
  26. "name": "JP Richardson",
  27. "email": "jprichardson@gmail.com"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/jprichardson/node-fs-extra/issues"
  31. },
  32. "bundleDependencies": false,
  33. "dependencies": {
  34. "graceful-fs": "^4.2.0",
  35. "jsonfile": "^4.0.0",
  36. "universalify": "^0.1.0"
  37. },
  38. "deprecated": false,
  39. "description": "fs-extra contains methods that aren't included in the vanilla Node.js fs package. Such as mkdir -p, cp -r, and rm -rf.",
  40. "devDependencies": {
  41. "coveralls": "^3.0.0",
  42. "istanbul": "^0.4.5",
  43. "klaw": "^2.1.1",
  44. "klaw-sync": "^3.0.2",
  45. "minimist": "^1.1.1",
  46. "mocha": "^5.0.5",
  47. "proxyquire": "^2.0.1",
  48. "read-dir-files": "^0.1.1",
  49. "semver": "^5.3.0",
  50. "standard": "^12.0.1"
  51. },
  52. "engines": {
  53. "node": ">=6 <7 || >=8"
  54. },
  55. "files": [
  56. "lib/",
  57. "!lib/**/__tests__/"
  58. ],
  59. "homepage": "https://github.com/jprichardson/node-fs-extra",
  60. "keywords": [
  61. "fs",
  62. "file",
  63. "file system",
  64. "copy",
  65. "directory",
  66. "extra",
  67. "mkdirp",
  68. "mkdir",
  69. "mkdirs",
  70. "recursive",
  71. "json",
  72. "read",
  73. "write",
  74. "extra",
  75. "delete",
  76. "remove",
  77. "touch",
  78. "create",
  79. "text",
  80. "output",
  81. "move"
  82. ],
  83. "license": "MIT",
  84. "main": "./lib/index.js",
  85. "name": "fs-extra",
  86. "repository": {
  87. "type": "git",
  88. "url": "git+https://github.com/jprichardson/node-fs-extra.git"
  89. },
  90. "scripts": {
  91. "coverage": "istanbul cover -i 'lib/**' -x '**/__tests__/**' test.js",
  92. "coveralls": "coveralls < coverage/lcov.info",
  93. "full-ci": "npm run lint && npm run coverage",
  94. "lint": "standard",
  95. "test": "npm run lint && npm run unit",
  96. "test-find": "find ./lib/**/__tests__ -name *.test.js | xargs mocha",
  97. "unit": "node test.js"
  98. },
  99. "version": "8.1.0"
  100. }