package.json 2.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182
  1. {
  2. "_args": [
  3. [
  4. "content-type@1.0.5",
  5. "/Users/mac/projects/mime/mine"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "content-type@1.0.5",
  10. "_id": "content-type@1.0.5",
  11. "_inBundle": false,
  12. "_integrity": "sha512-nTjqfcBFEipKdXCv4YDQWCfmcLZKm81ldF0pAopTvyrFGVbcR6P/VAAd5G7N+0tTr8QqiU0tFadD6FK4NtJwOA==",
  13. "_location": "/content-type",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "content-type@1.0.5",
  19. "name": "content-type",
  20. "escapedName": "content-type",
  21. "rawSpec": "1.0.5",
  22. "saveSpec": null,
  23. "fetchSpec": "1.0.5"
  24. },
  25. "_requiredBy": [
  26. "/body-parser",
  27. "/express"
  28. ],
  29. "_resolved": "https://registry.npmmirror.com/content-type/-/content-type-1.0.5.tgz",
  30. "_spec": "1.0.5",
  31. "_where": "/Users/mac/projects/mime/mine",
  32. "author": {
  33. "name": "Douglas Christopher Wilson",
  34. "email": "doug@somethingdoug.com"
  35. },
  36. "bugs": {
  37. "url": "https://github.com/jshttp/content-type/issues"
  38. },
  39. "description": "Create and parse HTTP Content-Type header",
  40. "devDependencies": {
  41. "deep-equal": "1.0.1",
  42. "eslint": "8.32.0",
  43. "eslint-config-standard": "15.0.1",
  44. "eslint-plugin-import": "2.27.5",
  45. "eslint-plugin-node": "11.1.0",
  46. "eslint-plugin-promise": "6.1.1",
  47. "eslint-plugin-standard": "4.1.0",
  48. "mocha": "10.2.0",
  49. "nyc": "15.1.0"
  50. },
  51. "engines": {
  52. "node": ">= 0.6"
  53. },
  54. "files": [
  55. "LICENSE",
  56. "HISTORY.md",
  57. "README.md",
  58. "index.js"
  59. ],
  60. "homepage": "https://github.com/jshttp/content-type#readme",
  61. "keywords": [
  62. "content-type",
  63. "http",
  64. "req",
  65. "res",
  66. "rfc7231"
  67. ],
  68. "license": "MIT",
  69. "name": "content-type",
  70. "repository": {
  71. "type": "git",
  72. "url": "git+https://github.com/jshttp/content-type.git"
  73. },
  74. "scripts": {
  75. "lint": "eslint .",
  76. "test": "mocha --reporter spec --check-leaks --bail test/",
  77. "test-ci": "nyc --reporter=lcovonly --reporter=text npm test",
  78. "test-cov": "nyc --reporter=html --reporter=text npm test",
  79. "version": "node scripts/version-history.js && git add HISTORY.md"
  80. },
  81. "version": "1.0.5"
  82. }