package.json 1.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576
  1. {
  2. "_from": "bytes@2.1.0",
  3. "_id": "bytes@2.1.0",
  4. "_inBundle": false,
  5. "_integrity": "sha1-rJPEEOL/ycx89LRks4KJBn9eR7Q=",
  6. "_location": "/bytes",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "version",
  10. "registry": true,
  11. "raw": "bytes@2.1.0",
  12. "name": "bytes",
  13. "escapedName": "bytes",
  14. "rawSpec": "2.1.0",
  15. "saveSpec": null,
  16. "fetchSpec": "2.1.0"
  17. },
  18. "_requiredBy": [
  19. "/body-parser"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/bytes/-/bytes-2.1.0.tgz",
  22. "_shasum": "ac93c410e2ffc9cc7cf4b464b38289067f5e47b4",
  23. "_spec": "bytes@2.1.0",
  24. "_where": "C:\\socket\\chatroom-myclient\\node_modules\\body-parser",
  25. "author": {
  26. "name": "TJ Holowaychuk",
  27. "email": "tj@vision-media.ca",
  28. "url": "http://tjholowaychuk.com"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/visionmedia/bytes.js/issues"
  32. },
  33. "bundleDependencies": false,
  34. "component": {
  35. "scripts": {
  36. "bytes/index.js": "index.js"
  37. }
  38. },
  39. "contributors": [
  40. {
  41. "name": "Jed Watson",
  42. "email": "jed.watson@me.com"
  43. }
  44. ],
  45. "deprecated": false,
  46. "description": "Utility to parse a string bytes to bytes and vice-versa",
  47. "devDependencies": {
  48. "mocha": "*"
  49. },
  50. "files": [
  51. "History.md",
  52. "LICENSE",
  53. "Readme.md",
  54. "index.js"
  55. ],
  56. "homepage": "https://github.com/visionmedia/bytes.js#readme",
  57. "keywords": [
  58. "byte",
  59. "bytes",
  60. "utility",
  61. "parse",
  62. "parser",
  63. "convert",
  64. "converter"
  65. ],
  66. "license": "MIT",
  67. "name": "bytes",
  68. "repository": {
  69. "type": "git",
  70. "url": "git+https://github.com/visionmedia/bytes.js.git"
  71. },
  72. "scripts": {
  73. "test": "mocha --check-leaks --reporter spec"
  74. },
  75. "version": "2.1.0"
  76. }