package.json 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778
  1. {
  2. "_from": "content-type@^1.0.2",
  3. "_id": "content-type@1.0.4",
  4. "_inBundle": false,
  5. "_integrity": "sha512-hIP3EEPs8tB9AT1L+NUqtwOAps4mk2Zob89MWXMHjHWg9milF/j4osnnQLXBCBFBk/tvIG/tUc9mOUJiPBhPXA==",
  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. "/body-parser",
  20. "/express",
  21. "/express/body-parser",
  22. "/urllib"
  23. ],
  24. "_resolved": "https://registry.npmjs.org/content-type/-/content-type-1.0.4.tgz",
  25. "_shasum": "e138cc75e040c727b1966fe5e5f8c9aee256fe3b",
  26. "_spec": "content-type@^1.0.2",
  27. "_where": "D:\\qianger\\7\\jindouyunNewFront\\node_modules\\urllib",
  28. "author": {
  29. "name": "Douglas Christopher Wilson",
  30. "email": "doug@somethingdoug.com"
  31. },
  32. "bugs": {
  33. "url": "https://github.com/jshttp/content-type/issues"
  34. },
  35. "bundleDependencies": false,
  36. "deprecated": false,
  37. "description": "Create and parse HTTP Content-Type header",
  38. "devDependencies": {
  39. "eslint": "3.19.0",
  40. "eslint-config-standard": "10.2.1",
  41. "eslint-plugin-import": "2.7.0",
  42. "eslint-plugin-node": "5.1.1",
  43. "eslint-plugin-promise": "3.5.0",
  44. "eslint-plugin-standard": "3.0.1",
  45. "istanbul": "0.4.5",
  46. "mocha": "~1.21.5"
  47. },
  48. "engines": {
  49. "node": ">= 0.6"
  50. },
  51. "files": [
  52. "LICENSE",
  53. "HISTORY.md",
  54. "README.md",
  55. "index.js"
  56. ],
  57. "homepage": "https://github.com/jshttp/content-type#readme",
  58. "keywords": [
  59. "content-type",
  60. "http",
  61. "req",
  62. "res",
  63. "rfc7231"
  64. ],
  65. "license": "MIT",
  66. "name": "content-type",
  67. "repository": {
  68. "type": "git",
  69. "url": "git+https://github.com/jshttp/content-type.git"
  70. },
  71. "scripts": {
  72. "lint": "eslint .",
  73. "test": "mocha --reporter spec --check-leaks --bail test/",
  74. "test-ci": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks test/",
  75. "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks test/"
  76. },
  77. "version": "1.0.4"
  78. }