package.json 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384
  1. {
  2. "_from": "bytes@3.1.2",
  3. "_id": "bytes@3.1.2",
  4. "_inBundle": false,
  5. "_integrity": "sha512-/Nf7TyzTx6S3yRJObOAV7956r8cr2+Oj8AC5dt8wSP3BQAoeX58NoHyCU8P8zGkNXStjTSi6fzO6F0pBdcYbEg==",
  6. "_location": "/bytes",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "version",
  10. "registry": true,
  11. "raw": "bytes@3.1.2",
  12. "name": "bytes",
  13. "escapedName": "bytes",
  14. "rawSpec": "3.1.2",
  15. "saveSpec": null,
  16. "fetchSpec": "3.1.2"
  17. },
  18. "_requiredBy": [
  19. "/raw-body"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/bytes/-/bytes-3.1.2.tgz",
  22. "_shasum": "8b0beeb98605adf1b128fa4386403c009e0221a5",
  23. "_spec": "bytes@3.1.2",
  24. "_where": "D:\\2022\\3\\Mazui\\node_modules\\raw-body",
  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. "eslint": "7.32.0",
  48. "eslint-plugin-markdown": "2.2.1",
  49. "mocha": "9.2.0",
  50. "nyc": "15.1.0"
  51. },
  52. "engines": {
  53. "node": ">= 0.8"
  54. },
  55. "files": [
  56. "History.md",
  57. "LICENSE",
  58. "Readme.md",
  59. "index.js"
  60. ],
  61. "homepage": "https://github.com/visionmedia/bytes.js#readme",
  62. "keywords": [
  63. "byte",
  64. "bytes",
  65. "utility",
  66. "parse",
  67. "parser",
  68. "convert",
  69. "converter"
  70. ],
  71. "license": "MIT",
  72. "name": "bytes",
  73. "repository": {
  74. "type": "git",
  75. "url": "git+https://github.com/visionmedia/bytes.js.git"
  76. },
  77. "scripts": {
  78. "lint": "eslint .",
  79. "test": "mocha --check-leaks --reporter spec",
  80. "test-ci": "nyc --reporter=lcov --reporter=text npm test",
  81. "test-cov": "nyc --reporter=html --reporter=text npm test"
  82. },
  83. "version": "3.1.2"
  84. }