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

package.json 2.6KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113
  1. {
  2. "_args": [
  3. [
  4. "bytes@3.0.0",
  5. "/home/lyxaira/Artesanias/artesanias/node_modules/compression"
  6. ]
  7. ],
  8. "_from": "bytes@3.0.0",
  9. "_id": "bytes@3.0.0",
  10. "_inCache": true,
  11. "_installable": true,
  12. "_location": "/bytes",
  13. "_nodeVersion": "6.11.1",
  14. "_npmOperationalInternal": {
  15. "host": "s3://npm-registry-packages",
  16. "tmp": "tmp/bytes-3.0.0.tgz_1504216364188_0.5158762519713491"
  17. },
  18. "_npmUser": {
  19. "email": "doug@somethingdoug.com",
  20. "name": "dougwilson"
  21. },
  22. "_npmVersion": "3.10.10",
  23. "_phantomChildren": {},
  24. "_requested": {
  25. "name": "bytes",
  26. "raw": "bytes@3.0.0",
  27. "rawSpec": "3.0.0",
  28. "scope": null,
  29. "spec": "3.0.0",
  30. "type": "version"
  31. },
  32. "_requiredBy": [
  33. "/compression"
  34. ],
  35. "_resolved": "https://registry.npmjs.org/bytes/-/bytes-3.0.0.tgz",
  36. "_shasum": "d32815404d689699f85a4ea4fa8755dd13a96048",
  37. "_shrinkwrap": null,
  38. "_spec": "bytes@3.0.0",
  39. "_where": "/home/lyxaira/Artesanias/artesanias/node_modules/compression",
  40. "author": {
  41. "email": "tj@vision-media.ca",
  42. "name": "TJ Holowaychuk",
  43. "url": "http://tjholowaychuk.com"
  44. },
  45. "bugs": {
  46. "url": "https://github.com/visionmedia/bytes.js/issues"
  47. },
  48. "contributors": [
  49. {
  50. "name": "Jed Watson",
  51. "email": "jed.watson@me.com"
  52. },
  53. {
  54. "name": "Théo FIDRY",
  55. "email": "theo.fidry@gmail.com"
  56. }
  57. ],
  58. "dependencies": {},
  59. "description": "Utility to parse a string bytes to bytes and vice-versa",
  60. "devDependencies": {
  61. "mocha": "2.5.3",
  62. "nyc": "10.3.2"
  63. },
  64. "directories": {},
  65. "dist": {
  66. "shasum": "d32815404d689699f85a4ea4fa8755dd13a96048",
  67. "tarball": "https://registry.npmjs.org/bytes/-/bytes-3.0.0.tgz"
  68. },
  69. "engines": {
  70. "node": ">= 0.8"
  71. },
  72. "files": [
  73. "History.md",
  74. "LICENSE",
  75. "Readme.md",
  76. "index.js"
  77. ],
  78. "gitHead": "25d4cb488aea3b637448a85fa297d9e65b4b4e04",
  79. "homepage": "https://github.com/visionmedia/bytes.js#readme",
  80. "keywords": [
  81. "byte",
  82. "bytes",
  83. "convert",
  84. "converter",
  85. "parse",
  86. "parser",
  87. "utility"
  88. ],
  89. "license": "MIT",
  90. "maintainers": [
  91. {
  92. "name": "dougwilson",
  93. "email": "doug@somethingdoug.com"
  94. },
  95. {
  96. "name": "tjholowaychuk",
  97. "email": "tj@vision-media.ca"
  98. }
  99. ],
  100. "name": "bytes",
  101. "optionalDependencies": {},
  102. "readme": "ERROR: No README data found!",
  103. "repository": {
  104. "type": "git",
  105. "url": "git+https://github.com/visionmedia/bytes.js.git"
  106. },
  107. "scripts": {
  108. "test": "mocha --check-leaks --reporter spec",
  109. "test-ci": "nyc --reporter=text npm test",
  110. "test-cov": "nyc --reporter=html --reporter=text npm test"
  111. },
  112. "version": "3.0.0"
  113. }