package.json 2.1 KB

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