package.json 2.5 KB

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