package.json 2.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889
  1. {
  2. "_args": [
  3. [
  4. "type-is@1.6.18",
  5. "/Users/mac/projects/mime/mine"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "type-is@1.6.18",
  10. "_id": "type-is@1.6.18",
  11. "_inBundle": false,
  12. "_integrity": "sha512-TkRKr9sUTxEH8MdfuCSP7VizJyzRNMjj2J2do2Jr3Kym598JVdEksuzPQCnlFPW4ky9Q+iA+ma9BGm06XQBy8g==",
  13. "_location": "/type-is",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "type-is@1.6.18",
  19. "name": "type-is",
  20. "escapedName": "type-is",
  21. "rawSpec": "1.6.18",
  22. "saveSpec": null,
  23. "fetchSpec": "1.6.18"
  24. },
  25. "_requiredBy": [
  26. "/body-parser",
  27. "/express"
  28. ],
  29. "_resolved": "https://registry.npmmirror.com/type-is/-/type-is-1.6.18.tgz",
  30. "_spec": "1.6.18",
  31. "_where": "/Users/mac/projects/mime/mine",
  32. "bugs": {
  33. "url": "https://github.com/jshttp/type-is/issues"
  34. },
  35. "contributors": [
  36. {
  37. "name": "Douglas Christopher Wilson",
  38. "email": "doug@somethingdoug.com"
  39. },
  40. {
  41. "name": "Jonathan Ong",
  42. "email": "me@jongleberry.com",
  43. "url": "http://jongleberry.com"
  44. }
  45. ],
  46. "dependencies": {
  47. "media-typer": "0.3.0",
  48. "mime-types": "~2.1.24"
  49. },
  50. "description": "Infer the content-type of a request.",
  51. "devDependencies": {
  52. "eslint": "5.16.0",
  53. "eslint-config-standard": "12.0.0",
  54. "eslint-plugin-import": "2.17.2",
  55. "eslint-plugin-markdown": "1.0.0",
  56. "eslint-plugin-node": "8.0.1",
  57. "eslint-plugin-promise": "4.1.1",
  58. "eslint-plugin-standard": "4.0.0",
  59. "mocha": "6.1.4",
  60. "nyc": "14.0.0"
  61. },
  62. "engines": {
  63. "node": ">= 0.6"
  64. },
  65. "files": [
  66. "LICENSE",
  67. "HISTORY.md",
  68. "index.js"
  69. ],
  70. "homepage": "https://github.com/jshttp/type-is#readme",
  71. "keywords": [
  72. "content",
  73. "type",
  74. "checking"
  75. ],
  76. "license": "MIT",
  77. "name": "type-is",
  78. "repository": {
  79. "type": "git",
  80. "url": "git+https://github.com/jshttp/type-is.git"
  81. },
  82. "scripts": {
  83. "lint": "eslint --plugin markdown --ext js,md .",
  84. "test": "mocha --reporter spec --check-leaks --bail test/",
  85. "test-cov": "nyc --reporter=html --reporter=text npm test",
  86. "test-travis": "nyc --reporter=text npm test"
  87. },
  88. "version": "1.6.18"
  89. }