package.json 1.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788
  1. {
  2. "_args": [
  3. [
  4. "bytes@3.1.0",
  5. "E:\\amr1.0\\AMR"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "bytes@3.1.0",
  10. "_id": "bytes@3.1.0",
  11. "_inBundle": false,
  12. "_integrity": "sha512-zauLjrfCG+xvoyaqLoV8bLVXXNGC4JqlxFCutSDWA6fJrTo2ZuvLYTqZ7aHBLZSMOopbzwv8f+wZcVzfVTI2Dg==",
  13. "_location": "/bytes",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "bytes@3.1.0",
  19. "name": "bytes",
  20. "escapedName": "bytes",
  21. "rawSpec": "3.1.0",
  22. "saveSpec": null,
  23. "fetchSpec": "3.1.0"
  24. },
  25. "_requiredBy": [
  26. "/body-parser",
  27. "/raw-body"
  28. ],
  29. "_resolved": "https://registry.npmjs.org/bytes/-/bytes-3.1.0.tgz",
  30. "_spec": "3.1.0",
  31. "_where": "E:\\amr1.0\\AMR",
  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": "5.12.1",
  53. "mocha": "5.2.0",
  54. "nyc": "13.1.0"
  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. "lint": "eslint .",
  83. "test": "mocha --check-leaks --reporter spec",
  84. "test-ci": "nyc --reporter=text npm test",
  85. "test-cov": "nyc --reporter=html --reporter=text npm test"
  86. },
  87. "version": "3.1.0"
  88. }