package.json 1.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586
  1. {
  2. "_args": [
  3. [
  4. "pretty-bytes@1.0.4",
  5. "E:\\vscode\\UseStudio.Desktop\\resources\\app"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "pretty-bytes@1.0.4",
  10. "_id": "pretty-bytes@1.0.4",
  11. "_inBundle": false,
  12. "_integrity": "sha1-CiLoIQYJrTVUL4yNXSFZr/B1HIQ=",
  13. "_location": "/pretty-bytes",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "pretty-bytes@1.0.4",
  19. "name": "pretty-bytes",
  20. "escapedName": "pretty-bytes",
  21. "rawSpec": "1.0.4",
  22. "saveSpec": null,
  23. "fetchSpec": "1.0.4"
  24. },
  25. "_requiredBy": [
  26. "/nugget"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/pretty-bytes/-/pretty-bytes-1.0.4.tgz",
  29. "_spec": "1.0.4",
  30. "_where": "E:\\vscode\\UseStudio.Desktop\\resources\\app",
  31. "author": {
  32. "name": "Sindre Sorhus",
  33. "email": "sindresorhus@gmail.com",
  34. "url": "http://sindresorhus.com"
  35. },
  36. "bin": {
  37. "pretty-bytes": "cli.js"
  38. },
  39. "bugs": {
  40. "url": "https://github.com/sindresorhus/pretty-bytes/issues"
  41. },
  42. "dependencies": {
  43. "get-stdin": "^4.0.1",
  44. "meow": "^3.1.0"
  45. },
  46. "description": "Convert bytes to a human readable string: 1337 → 1.34 kB",
  47. "devDependencies": {
  48. "mocha": "*"
  49. },
  50. "engines": {
  51. "node": ">=0.10.0"
  52. },
  53. "files": [
  54. "pretty-bytes.js",
  55. "cli.js"
  56. ],
  57. "homepage": "https://github.com/sindresorhus/pretty-bytes#readme",
  58. "keywords": [
  59. "cli",
  60. "bin",
  61. "browser",
  62. "pretty",
  63. "bytes",
  64. "byte",
  65. "filesize",
  66. "size",
  67. "file",
  68. "human",
  69. "humanized",
  70. "readable",
  71. "si",
  72. "data"
  73. ],
  74. "license": "MIT",
  75. "main": "pretty-bytes.js",
  76. "name": "pretty-bytes",
  77. "repository": {
  78. "type": "git",
  79. "url": "git+https://github.com/sindresorhus/pretty-bytes.git"
  80. },
  81. "scripts": {
  82. "test": "mocha"
  83. },
  84. "version": "1.0.4"
  85. }