package.json 2.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980
  1. {
  2. "_args": [
  3. [
  4. "pretty-bytes@5.6.0",
  5. "/Users/mac/Desktop/zz的项目/cdss/大名县人民医院/CDSS-daming-web"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "pretty-bytes@5.6.0",
  10. "_id": "pretty-bytes@5.6.0",
  11. "_inBundle": false,
  12. "_integrity": "sha1-NWJW9kOAR3PIL2RyP+eMksYr6us=",
  13. "_location": "/pretty-bytes",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "pretty-bytes@5.6.0",
  19. "name": "pretty-bytes",
  20. "escapedName": "pretty-bytes",
  21. "rawSpec": "5.6.0",
  22. "saveSpec": null,
  23. "fetchSpec": "5.6.0"
  24. },
  25. "_requiredBy": [
  26. "/workbox-build"
  27. ],
  28. "_resolved": "https://registry.nlark.com/pretty-bytes/download/pretty-bytes-5.6.0.tgz?cache=0&sync_timestamp=1622687247373&other_urls=https%3A%2F%2Fregistry.nlark.com%2Fpretty-bytes%2Fdownload%2Fpretty-bytes-5.6.0.tgz",
  29. "_spec": "5.6.0",
  30. "_where": "/Users/mac/Desktop/zz的项目/cdss/大名县人民医院/CDSS-daming-web",
  31. "author": {
  32. "name": "Sindre Sorhus",
  33. "email": "sindresorhus@gmail.com",
  34. "url": "https://sindresorhus.com"
  35. },
  36. "bugs": {
  37. "url": "https://github.com/sindresorhus/pretty-bytes/issues"
  38. },
  39. "description": "Convert bytes to a human readable string: 1337 → 1.34 kB",
  40. "devDependencies": {
  41. "ava": "^1.4.1",
  42. "tsd": "^0.7.2",
  43. "xo": "^0.24.0"
  44. },
  45. "engines": {
  46. "node": ">=6"
  47. },
  48. "files": [
  49. "index.js",
  50. "index.d.ts"
  51. ],
  52. "funding": "https://github.com/sponsors/sindresorhus",
  53. "homepage": "https://github.com/sindresorhus/pretty-bytes#readme",
  54. "keywords": [
  55. "pretty",
  56. "bytes",
  57. "byte",
  58. "filesize",
  59. "size",
  60. "file",
  61. "human",
  62. "humanized",
  63. "readable",
  64. "si",
  65. "data",
  66. "locale",
  67. "localization",
  68. "localized"
  69. ],
  70. "license": "MIT",
  71. "name": "pretty-bytes",
  72. "repository": {
  73. "type": "git",
  74. "url": "git+https://github.com/sindresorhus/pretty-bytes.git"
  75. },
  76. "scripts": {
  77. "test": "xo && ava && tsd"
  78. },
  79. "version": "5.6.0"
  80. }