package.json 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115
  1. {
  2. "_args": [
  3. [
  4. "bytes@3.0.0",
  5. "/home/seleznev/project Angular/Quality system/node_modules/compression"
  6. ]
  7. ],
  8. "_from": "bytes@3.0.0",
  9. "_id": "bytes@3.0.0",
  10. "_inCache": true,
  11. "_installable": true,
  12. "_location": "/bytes",
  13. "_nodeVersion": "6.11.1",
  14. "_npmOperationalInternal": {
  15. "host": "s3://npm-registry-packages",
  16. "tmp": "tmp/bytes-3.0.0.tgz_1504216364188_0.5158762519713491"
  17. },
  18. "_npmUser": {
  19. "email": "doug@somethingdoug.com",
  20. "name": "dougwilson"
  21. },
  22. "_npmVersion": "3.10.10",
  23. "_phantomChildren": {},
  24. "_requested": {
  25. "name": "bytes",
  26. "raw": "bytes@3.0.0",
  27. "rawSpec": "3.0.0",
  28. "scope": null,
  29. "spec": "3.0.0",
  30. "type": "version"
  31. },
  32. "_requiredBy": [
  33. "/body-parser",
  34. "/compression",
  35. "/raw-body"
  36. ],
  37. "_resolved": "https://registry.npmjs.org/bytes/-/bytes-3.0.0.tgz",
  38. "_shasum": "d32815404d689699f85a4ea4fa8755dd13a96048",
  39. "_shrinkwrap": null,
  40. "_spec": "bytes@3.0.0",
  41. "_where": "/home/seleznev/project Angular/Quality system/node_modules/compression",
  42. "author": {
  43. "email": "tj@vision-media.ca",
  44. "name": "TJ Holowaychuk",
  45. "url": "http://tjholowaychuk.com"
  46. },
  47. "bugs": {
  48. "url": "https://github.com/visionmedia/bytes.js/issues"
  49. },
  50. "contributors": [
  51. {
  52. "name": "Jed Watson",
  53. "email": "jed.watson@me.com"
  54. },
  55. {
  56. "name": "Théo FIDRY",
  57. "email": "theo.fidry@gmail.com"
  58. }
  59. ],
  60. "dependencies": {},
  61. "description": "Utility to parse a string bytes to bytes and vice-versa",
  62. "devDependencies": {
  63. "mocha": "2.5.3",
  64. "nyc": "10.3.2"
  65. },
  66. "directories": {},
  67. "dist": {
  68. "shasum": "d32815404d689699f85a4ea4fa8755dd13a96048",
  69. "tarball": "https://registry.npmjs.org/bytes/-/bytes-3.0.0.tgz"
  70. },
  71. "engines": {
  72. "node": ">= 0.8"
  73. },
  74. "files": [
  75. "History.md",
  76. "LICENSE",
  77. "Readme.md",
  78. "index.js"
  79. ],
  80. "gitHead": "25d4cb488aea3b637448a85fa297d9e65b4b4e04",
  81. "homepage": "https://github.com/visionmedia/bytes.js#readme",
  82. "keywords": [
  83. "byte",
  84. "bytes",
  85. "convert",
  86. "converter",
  87. "parse",
  88. "parser",
  89. "utility"
  90. ],
  91. "license": "MIT",
  92. "maintainers": [
  93. {
  94. "name": "dougwilson",
  95. "email": "doug@somethingdoug.com"
  96. },
  97. {
  98. "name": "tjholowaychuk",
  99. "email": "tj@vision-media.ca"
  100. }
  101. ],
  102. "name": "bytes",
  103. "optionalDependencies": {},
  104. "readme": "ERROR: No README data found!",
  105. "repository": {
  106. "type": "git",
  107. "url": "git+https://github.com/visionmedia/bytes.js.git"
  108. },
  109. "scripts": {
  110. "test": "mocha --check-leaks --reporter spec",
  111. "test-ci": "nyc --reporter=text npm test",
  112. "test-cov": "nyc --reporter=html --reporter=text npm test"
  113. },
  114. "version": "3.0.0"
  115. }