package.json 1.7 KB

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