package.json 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384
  1. {
  2. "_args": [
  3. [
  4. "bytes@3.0.0",
  5. "E:\\project\\my-cc-plugin\\hot-update-tools\\packages\\hot-update-tools"
  6. ]
  7. ],
  8. "_from": "bytes@3.0.0",
  9. "_id": "bytes@3.0.0",
  10. "_inBundle": false,
  11. "_integrity": "sha1-0ygVQE1olpn4Wk6k+odV3ROpYEg=",
  12. "_location": "/bytes",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "bytes@3.0.0",
  18. "name": "bytes",
  19. "escapedName": "bytes",
  20. "rawSpec": "3.0.0",
  21. "saveSpec": null,
  22. "fetchSpec": "3.0.0"
  23. },
  24. "_requiredBy": [
  25. "/raw-body"
  26. ],
  27. "_resolved": "https://registry.npmjs.org/bytes/-/bytes-3.0.0.tgz",
  28. "_spec": "3.0.0",
  29. "_where": "E:\\project\\my-cc-plugin\\hot-update-tools\\packages\\hot-update-tools",
  30. "author": {
  31. "name": "TJ Holowaychuk",
  32. "email": "tj@vision-media.ca",
  33. "url": "http://tjholowaychuk.com"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/visionmedia/bytes.js/issues"
  37. },
  38. "contributors": [
  39. {
  40. "name": "Jed Watson",
  41. "email": "jed.watson@me.com"
  42. },
  43. {
  44. "name": "Théo FIDRY",
  45. "email": "theo.fidry@gmail.com"
  46. }
  47. ],
  48. "description": "Utility to parse a string bytes to bytes and vice-versa",
  49. "devDependencies": {
  50. "mocha": "2.5.3",
  51. "nyc": "10.3.2"
  52. },
  53. "engines": {
  54. "node": ">= 0.8"
  55. },
  56. "files": [
  57. "History.md",
  58. "LICENSE",
  59. "Readme.md",
  60. "index.js"
  61. ],
  62. "homepage": "https://github.com/visionmedia/bytes.js#readme",
  63. "keywords": [
  64. "byte",
  65. "bytes",
  66. "utility",
  67. "parse",
  68. "parser",
  69. "convert",
  70. "converter"
  71. ],
  72. "license": "MIT",
  73. "name": "bytes",
  74. "repository": {
  75. "type": "git",
  76. "url": "git+https://github.com/visionmedia/bytes.js.git"
  77. },
  78. "scripts": {
  79. "test": "mocha --check-leaks --reporter spec",
  80. "test-ci": "nyc --reporter=text npm test",
  81. "test-cov": "nyc --reporter=html --reporter=text npm test"
  82. },
  83. "version": "3.0.0"
  84. }