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

package.json 1.8KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879
  1. {
  2. "_from": "read-chunk@^3.2.0",
  3. "_id": "read-chunk@3.2.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-CEjy9LCzhmD7nUpJ1oVOE6s/hBkejlcJEgLQHVnQznOSilOPb+kpKktlLfFDK3/WP43+F80xkUTM2VOkYoSYvQ==",
  6. "_location": "/read-chunk",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "read-chunk@^3.2.0",
  12. "name": "read-chunk",
  13. "escapedName": "read-chunk",
  14. "rawSpec": "^3.2.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^3.2.0"
  17. },
  18. "_requiredBy": [
  19. "/cordova-ios/cordova-common"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/read-chunk/-/read-chunk-3.2.0.tgz",
  22. "_shasum": "2984afe78ca9bfbbdb74b19387bf9e86289c16ca",
  23. "_spec": "read-chunk@^3.2.0",
  24. "_where": "/Users/christian/Documents/artesanias/node_modules/cordova-ios/node_modules/cordova-common",
  25. "author": {
  26. "name": "Sindre Sorhus",
  27. "email": "sindresorhus@gmail.com",
  28. "url": "sindresorhus.com"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/sindresorhus/read-chunk/issues"
  32. },
  33. "bundleDependencies": false,
  34. "dependencies": {
  35. "pify": "^4.0.1",
  36. "with-open-file": "^0.1.6"
  37. },
  38. "deprecated": false,
  39. "description": "Read a chunk from a file",
  40. "devDependencies": {
  41. "@types/node": "^11.12.2",
  42. "ava": "^1.4.1",
  43. "sinon": "^7.3.1",
  44. "tsd": "^0.7.1",
  45. "xo": "^0.24.0"
  46. },
  47. "engines": {
  48. "node": ">=6"
  49. },
  50. "files": [
  51. "index.js",
  52. "index.d.ts"
  53. ],
  54. "homepage": "https://github.com/sindresorhus/read-chunk#readme",
  55. "keywords": [
  56. "read",
  57. "file",
  58. "readfile",
  59. "fs",
  60. "chunk",
  61. "slice",
  62. "part",
  63. "head",
  64. "tail",
  65. "buffer",
  66. "fd",
  67. "open"
  68. ],
  69. "license": "MIT",
  70. "name": "read-chunk",
  71. "repository": {
  72. "type": "git",
  73. "url": "git+https://github.com/sindresorhus/read-chunk.git"
  74. },
  75. "scripts": {
  76. "test": "xo && ava && tsd"
  77. },
  78. "version": "3.2.0"
  79. }