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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081
  1. {
  2. "_from": "bytes@3.0.0",
  3. "_id": "bytes@3.0.0",
  4. "_inBundle": false,
  5. "_integrity": "sha1-0ygVQE1olpn4Wk6k+odV3ROpYEg=",
  6. "_location": "/bytes",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "version",
  10. "registry": true,
  11. "raw": "bytes@3.0.0",
  12. "name": "bytes",
  13. "escapedName": "bytes",
  14. "rawSpec": "3.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "3.0.0"
  17. },
  18. "_requiredBy": [
  19. "/compression"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/bytes/-/bytes-3.0.0.tgz",
  22. "_shasum": "d32815404d689699f85a4ea4fa8755dd13a96048",
  23. "_spec": "bytes@3.0.0",
  24. "_where": "C:\\Users\\Chuch\\Documents\\Cordova\\test\\node_modules\\compression",
  25. "author": {
  26. "name": "TJ Holowaychuk",
  27. "email": "tj@vision-media.ca",
  28. "url": "http://tjholowaychuk.com"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/visionmedia/bytes.js/issues"
  32. },
  33. "bundleDependencies": false,
  34. "contributors": [
  35. {
  36. "name": "Jed Watson",
  37. "email": "jed.watson@me.com"
  38. },
  39. {
  40. "name": "Théo FIDRY",
  41. "email": "theo.fidry@gmail.com"
  42. }
  43. ],
  44. "deprecated": false,
  45. "description": "Utility to parse a string bytes to bytes and vice-versa",
  46. "devDependencies": {
  47. "mocha": "2.5.3",
  48. "nyc": "10.3.2"
  49. },
  50. "engines": {
  51. "node": ">= 0.8"
  52. },
  53. "files": [
  54. "History.md",
  55. "LICENSE",
  56. "Readme.md",
  57. "index.js"
  58. ],
  59. "homepage": "https://github.com/visionmedia/bytes.js#readme",
  60. "keywords": [
  61. "byte",
  62. "bytes",
  63. "utility",
  64. "parse",
  65. "parser",
  66. "convert",
  67. "converter"
  68. ],
  69. "license": "MIT",
  70. "name": "bytes",
  71. "repository": {
  72. "type": "git",
  73. "url": "git+https://github.com/visionmedia/bytes.js.git"
  74. },
  75. "scripts": {
  76. "test": "mocha --check-leaks --reporter spec",
  77. "test-ci": "nyc --reporter=text npm test",
  78. "test-cov": "nyc --reporter=html --reporter=text npm test"
  79. },
  80. "version": "3.0.0"
  81. }