package.json 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081
  1. {
  2. "_args": [
  3. [
  4. "content-type@1.0.4",
  5. "E:\\item\\newItem\\admin"
  6. ]
  7. ],
  8. "_from": "content-type@1.0.4",
  9. "_id": "content-type@1.0.4",
  10. "_inBundle": false,
  11. "_integrity": "sha512-hIP3EEPs8tB9AT1L+NUqtwOAps4mk2Zob89MWXMHjHWg9milF/j4osnnQLXBCBFBk/tvIG/tUc9mOUJiPBhPXA==",
  12. "_location": "/content-type",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "content-type@1.0.4",
  18. "name": "content-type",
  19. "escapedName": "content-type",
  20. "rawSpec": "1.0.4",
  21. "saveSpec": null,
  22. "fetchSpec": "1.0.4"
  23. },
  24. "_requiredBy": [
  25. "/body-parser",
  26. "/express",
  27. "/vue-puzzle-vcode/body-parser",
  28. "/vue-puzzle-vcode/express"
  29. ],
  30. "_resolved": "https://registry.npmjs.org/content-type/-/content-type-1.0.4.tgz",
  31. "_spec": "1.0.4",
  32. "_where": "E:\\item\\newItem\\admin",
  33. "author": {
  34. "name": "Douglas Christopher Wilson",
  35. "email": "doug@somethingdoug.com"
  36. },
  37. "bugs": {
  38. "url": "https://github.com/jshttp/content-type/issues"
  39. },
  40. "description": "Create and parse HTTP Content-Type header",
  41. "devDependencies": {
  42. "eslint": "3.19.0",
  43. "eslint-config-standard": "10.2.1",
  44. "eslint-plugin-import": "2.7.0",
  45. "eslint-plugin-node": "5.1.1",
  46. "eslint-plugin-promise": "3.5.0",
  47. "eslint-plugin-standard": "3.0.1",
  48. "istanbul": "0.4.5",
  49. "mocha": "~1.21.5"
  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": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks test/",
  78. "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks test/"
  79. },
  80. "version": "1.0.4"
  81. }