package.json 2.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788
  1. {
  2. "_args": [
  3. [
  4. "bytes@3.1.2",
  5. "/Users/EricKim/docker-works/go/src/sync-block/third_party/ripple-wallet"
  6. ]
  7. ],
  8. "_from": "bytes@3.1.2",
  9. "_id": "bytes@3.1.2",
  10. "_inBundle": false,
  11. "_integrity": "sha512-/Nf7TyzTx6S3yRJObOAV7956r8cr2+Oj8AC5dt8wSP3BQAoeX58NoHyCU8P8zGkNXStjTSi6fzO6F0pBdcYbEg==",
  12. "_location": "/bytes",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "bytes@3.1.2",
  18. "name": "bytes",
  19. "escapedName": "bytes",
  20. "rawSpec": "3.1.2",
  21. "saveSpec": null,
  22. "fetchSpec": "3.1.2"
  23. },
  24. "_requiredBy": [
  25. "/body-parser",
  26. "/raw-body"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/bytes/-/bytes-3.1.2.tgz",
  29. "_spec": "3.1.2",
  30. "_where": "/Users/EricKim/docker-works/go/src/sync-block/third_party/ripple-wallet",
  31. "author": {
  32. "name": "TJ Holowaychuk",
  33. "email": "tj@vision-media.ca",
  34. "url": "http://tjholowaychuk.com"
  35. },
  36. "bugs": {
  37. "url": "https://github.com/visionmedia/bytes.js/issues"
  38. },
  39. "contributors": [
  40. {
  41. "name": "Jed Watson",
  42. "email": "jed.watson@me.com"
  43. },
  44. {
  45. "name": "Théo FIDRY",
  46. "email": "theo.fidry@gmail.com"
  47. }
  48. ],
  49. "description": "Utility to parse a string bytes to bytes and vice-versa",
  50. "devDependencies": {
  51. "eslint": "7.32.0",
  52. "eslint-plugin-markdown": "2.2.1",
  53. "mocha": "9.2.0",
  54. "nyc": "15.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=lcov --reporter=text npm test",
  85. "test-cov": "nyc --reporter=html --reporter=text npm test"
  86. },
  87. "version": "3.1.2"
  88. }