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.7KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  1. {
  2. "_from": "media-typer@0.3.0",
  3. "_id": "media-typer@0.3.0",
  4. "_inBundle": false,
  5. "_integrity": "sha1-hxDXrwqmJvj/+hzgAWhUUmMlV0g=",
  6. "_location": "/media-typer",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "version",
  10. "registry": true,
  11. "raw": "media-typer@0.3.0",
  12. "name": "media-typer",
  13. "escapedName": "media-typer",
  14. "rawSpec": "0.3.0",
  15. "saveSpec": null,
  16. "fetchSpec": "0.3.0"
  17. },
  18. "_requiredBy": [
  19. "/type-is"
  20. ],
  21. "_resolved": "http://registry.npmjs.org/media-typer/-/media-typer-0.3.0.tgz",
  22. "_shasum": "8710d7af0aa626f8fffa1ce00168545263255748",
  23. "_spec": "media-typer@0.3.0",
  24. "_where": "/home/erik/Documents/workspace_brackets/BME_Project_Ohm/om/node_modules/type-is",
  25. "author": {
  26. "name": "Douglas Christopher Wilson",
  27. "email": "doug@somethingdoug.com"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/jshttp/media-typer/issues"
  31. },
  32. "bundleDependencies": false,
  33. "deprecated": false,
  34. "description": "Simple RFC 6838 media type parser and formatter",
  35. "devDependencies": {
  36. "istanbul": "0.3.2",
  37. "mocha": "~1.21.4",
  38. "should": "~4.0.4"
  39. },
  40. "engines": {
  41. "node": ">= 0.6"
  42. },
  43. "files": [
  44. "LICENSE",
  45. "HISTORY.md",
  46. "index.js"
  47. ],
  48. "homepage": "https://github.com/jshttp/media-typer#readme",
  49. "license": "MIT",
  50. "name": "media-typer",
  51. "repository": {
  52. "type": "git",
  53. "url": "git+https://github.com/jshttp/media-typer.git"
  54. },
  55. "scripts": {
  56. "test": "mocha --reporter spec --check-leaks --bail test/",
  57. "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks test/",
  58. "test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks test/"
  59. },
  60. "version": "0.3.0"
  61. }