package.json 2.1 KB

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