package.json 2.1 KB

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