package.json 2.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485
  1. {
  2. "_from": "bytes@3.1.0",
  3. "_id": "bytes@3.1.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-zauLjrfCG+xvoyaqLoV8bLVXXNGC4JqlxFCutSDWA6fJrTo2ZuvLYTqZ7aHBLZSMOopbzwv8f+wZcVzfVTI2Dg==",
  6. "_location": "/bytes",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "version",
  10. "registry": true,
  11. "raw": "bytes@3.1.0",
  12. "name": "bytes",
  13. "escapedName": "bytes",
  14. "rawSpec": "3.1.0",
  15. "saveSpec": null,
  16. "fetchSpec": "3.1.0"
  17. },
  18. "_requiredBy": [
  19. "/body-parser",
  20. "/express-graphql/raw-body",
  21. "/raw-body"
  22. ],
  23. "_resolved": "https://registry.npmjs.org/bytes/-/bytes-3.1.0.tgz",
  24. "_shasum": "f6cf7933a360e0588fa9fde85651cdc7f805d1f6",
  25. "_spec": "bytes@3.1.0",
  26. "_where": "/home/pvvvm505/Документы/Project/node_modules/body-parser",
  27. "author": {
  28. "name": "TJ Holowaychuk",
  29. "email": "tj@vision-media.ca",
  30. "url": "http://tjholowaychuk.com"
  31. },
  32. "bugs": {
  33. "url": "https://github.com/visionmedia/bytes.js/issues"
  34. },
  35. "bundleDependencies": false,
  36. "contributors": [
  37. {
  38. "name": "Jed Watson",
  39. "email": "jed.watson@me.com"
  40. },
  41. {
  42. "name": "Théo FIDRY",
  43. "email": "theo.fidry@gmail.com"
  44. }
  45. ],
  46. "deprecated": false,
  47. "description": "Utility to parse a string bytes to bytes and vice-versa",
  48. "devDependencies": {
  49. "eslint": "5.12.1",
  50. "mocha": "5.2.0",
  51. "nyc": "13.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=text npm test",
  82. "test-cov": "nyc --reporter=html --reporter=text npm test"
  83. },
  84. "version": "3.1.0"
  85. }