package.json 1.9 KB

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