package.json 2.5 KB

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