package.json 1.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485
  1. {
  2. "_args": [
  3. [
  4. "bytes@3.0.0",
  5. "/Users/mac/projects/mime/mine"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "bytes@3.0.0",
  10. "_id": "bytes@3.0.0",
  11. "_inBundle": false,
  12. "_integrity": "sha512-pMhOfFDPiv9t5jjIXkHosWmkSyQbvsgEVNkz0ERHbuLh2T/7j4Mqqpz523Fe8MVY89KC6Sh/QfS2sM+SjgFDcw==",
  13. "_location": "/bytes",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "bytes@3.0.0",
  19. "name": "bytes",
  20. "escapedName": "bytes",
  21. "rawSpec": "3.0.0",
  22. "saveSpec": null,
  23. "fetchSpec": "3.0.0"
  24. },
  25. "_requiredBy": [
  26. "/compression"
  27. ],
  28. "_resolved": "https://registry.npmmirror.com/bytes/-/bytes-3.0.0.tgz",
  29. "_spec": "3.0.0",
  30. "_where": "/Users/mac/projects/mime/mine",
  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. "mocha": "2.5.3",
  52. "nyc": "10.3.2"
  53. },
  54. "engines": {
  55. "node": ">= 0.8"
  56. },
  57. "files": [
  58. "History.md",
  59. "LICENSE",
  60. "Readme.md",
  61. "index.js"
  62. ],
  63. "homepage": "https://github.com/visionmedia/bytes.js#readme",
  64. "keywords": [
  65. "byte",
  66. "bytes",
  67. "utility",
  68. "parse",
  69. "parser",
  70. "convert",
  71. "converter"
  72. ],
  73. "license": "MIT",
  74. "name": "bytes",
  75. "repository": {
  76. "type": "git",
  77. "url": "git+https://github.com/visionmedia/bytes.js.git"
  78. },
  79. "scripts": {
  80. "test": "mocha --check-leaks --reporter spec",
  81. "test-ci": "nyc --reporter=text npm test",
  82. "test-cov": "nyc --reporter=html --reporter=text npm test"
  83. },
  84. "version": "3.0.0"
  85. }