You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

package.json 1.7 KiB

3 年之前
12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  1. {
  2. "_args": [
  3. [
  4. "pretty-bytes@4.0.2",
  5. "/Users/michielcarman/Server Code/Repository/clients-rpm-kit-manager/code/RPM.KitManager/RPM.KitManager.Web/ClientApp"
  6. ]
  7. ],
  8. "_from": "pretty-bytes@4.0.2",
  9. "_id": "pretty-bytes@4.0.2",
  10. "_inBundle": false,
  11. "_integrity": "sha1-sr+C5zUNZcbDOqlaqlpPYyf2HNk=",
  12. "_location": "/pretty-bytes",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "pretty-bytes@4.0.2",
  18. "name": "pretty-bytes",
  19. "escapedName": "pretty-bytes",
  20. "rawSpec": "4.0.2",
  21. "saveSpec": null,
  22. "fetchSpec": "4.0.2"
  23. },
  24. "_requiredBy": [
  25. "/workbox-build"
  26. ],
  27. "_resolved": "https://registry.npmjs.org/pretty-bytes/-/pretty-bytes-4.0.2.tgz",
  28. "_spec": "4.0.2",
  29. "_where": "/Users/michielcarman/Server Code/Repository/clients-rpm-kit-manager/code/RPM.KitManager/RPM.KitManager.Web/ClientApp",
  30. "author": {
  31. "name": "Sindre Sorhus",
  32. "email": "sindresorhus@gmail.com",
  33. "url": "sindresorhus.com"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/sindresorhus/pretty-bytes/issues"
  37. },
  38. "description": "Convert bytes to a human readable string: 1337 → 1.34 kB",
  39. "devDependencies": {
  40. "ava": "*",
  41. "xo": "*"
  42. },
  43. "engines": {
  44. "node": ">=4"
  45. },
  46. "files": [
  47. "index.js"
  48. ],
  49. "homepage": "https://github.com/sindresorhus/pretty-bytes#readme",
  50. "keywords": [
  51. "pretty",
  52. "bytes",
  53. "byte",
  54. "filesize",
  55. "size",
  56. "file",
  57. "human",
  58. "humanized",
  59. "readable",
  60. "si",
  61. "data"
  62. ],
  63. "license": "MIT",
  64. "name": "pretty-bytes",
  65. "repository": {
  66. "type": "git",
  67. "url": "git+https://github.com/sindresorhus/pretty-bytes.git"
  68. },
  69. "scripts": {
  70. "test": "xo && ava"
  71. },
  72. "version": "4.0.2"
  73. }