package.json 2.2 KB

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