Ohm-Management - Projektarbeit B-ME
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

package.json 1.9KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182
  1. {
  2. "_from": "bytes@3.0.0",
  3. "_id": "bytes@3.0.0",
  4. "_inBundle": false,
  5. "_integrity": "sha1-0ygVQE1olpn4Wk6k+odV3ROpYEg=",
  6. "_location": "/bytes",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "version",
  10. "registry": true,
  11. "raw": "bytes@3.0.0",
  12. "name": "bytes",
  13. "escapedName": "bytes",
  14. "rawSpec": "3.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "3.0.0"
  17. },
  18. "_requiredBy": [
  19. "/body-parser",
  20. "/raw-body"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/bytes/-/bytes-3.0.0.tgz",
  23. "_shasum": "d32815404d689699f85a4ea4fa8755dd13a96048",
  24. "_spec": "bytes@3.0.0",
  25. "_where": "/home/erik/Documents/workspace_brackets/BME_Project_Ohm/om/node_modules/body-parser",
  26. "author": {
  27. "name": "TJ Holowaychuk",
  28. "email": "tj@vision-media.ca",
  29. "url": "http://tjholowaychuk.com"
  30. },
  31. "bugs": {
  32. "url": "https://github.com/visionmedia/bytes.js/issues"
  33. },
  34. "bundleDependencies": false,
  35. "contributors": [
  36. {
  37. "name": "Jed Watson",
  38. "email": "jed.watson@me.com"
  39. },
  40. {
  41. "name": "Théo FIDRY",
  42. "email": "theo.fidry@gmail.com"
  43. }
  44. ],
  45. "deprecated": false,
  46. "description": "Utility to parse a string bytes to bytes and vice-versa",
  47. "devDependencies": {
  48. "mocha": "2.5.3",
  49. "nyc": "10.3.2"
  50. },
  51. "engines": {
  52. "node": ">= 0.8"
  53. },
  54. "files": [
  55. "History.md",
  56. "LICENSE",
  57. "Readme.md",
  58. "index.js"
  59. ],
  60. "homepage": "https://github.com/visionmedia/bytes.js#readme",
  61. "keywords": [
  62. "byte",
  63. "bytes",
  64. "utility",
  65. "parse",
  66. "parser",
  67. "convert",
  68. "converter"
  69. ],
  70. "license": "MIT",
  71. "name": "bytes",
  72. "repository": {
  73. "type": "git",
  74. "url": "git+https://github.com/visionmedia/bytes.js.git"
  75. },
  76. "scripts": {
  77. "test": "mocha --check-leaks --reporter spec",
  78. "test-ci": "nyc --reporter=text npm test",
  79. "test-cov": "nyc --reporter=html --reporter=text npm test"
  80. },
  81. "version": "3.0.0"
  82. }