package.json 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384
  1. {
  2. "_from": "type-is@~1.6.18",
  3. "_id": "[email protected]",
  4. "_inBundle": false,
  5. "_integrity": "sha512-TkRKr9sUTxEH8MdfuCSP7VizJyzRNMjj2J2do2Jr3Kym598JVdEksuzPQCnlFPW4ky9Q+iA+ma9BGm06XQBy8g==",
  6. "_location": "/type-is",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "type-is@~1.6.18",
  12. "name": "type-is",
  13. "escapedName": "type-is",
  14. "rawSpec": "~1.6.18",
  15. "saveSpec": null,
  16. "fetchSpec": "~1.6.18"
  17. },
  18. "_requiredBy": [
  19. "/body-parser"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/type-is/-/type-is-1.6.18.tgz",
  22. "_shasum": "4e552cd05df09467dcbc4ef739de89f2cf37c131",
  23. "_spec": "type-is@~1.6.18",
  24. "_where": "/home/ubuntu/develop/src/daxia.dev/pkg/encrypt_utils/test_server/node_modules/body-parser",
  25. "bugs": {
  26. "url": "https://github.com/jshttp/type-is/issues"
  27. },
  28. "bundleDependencies": false,
  29. "contributors": [
  30. {
  31. "name": "Douglas Christopher Wilson",
  32. "email": "[email protected]"
  33. },
  34. {
  35. "name": "Jonathan Ong",
  36. "email": "[email protected]",
  37. "url": "http://jongleberry.com"
  38. }
  39. ],
  40. "dependencies": {
  41. "media-typer": "0.3.0",
  42. "mime-types": "~2.1.24"
  43. },
  44. "deprecated": false,
  45. "description": "Infer the content-type of a request.",
  46. "devDependencies": {
  47. "eslint": "5.16.0",
  48. "eslint-config-standard": "12.0.0",
  49. "eslint-plugin-import": "2.17.2",
  50. "eslint-plugin-markdown": "1.0.0",
  51. "eslint-plugin-node": "8.0.1",
  52. "eslint-plugin-promise": "4.1.1",
  53. "eslint-plugin-standard": "4.0.0",
  54. "mocha": "6.1.4",
  55. "nyc": "14.0.0"
  56. },
  57. "engines": {
  58. "node": ">= 0.6"
  59. },
  60. "files": [
  61. "LICENSE",
  62. "HISTORY.md",
  63. "index.js"
  64. ],
  65. "homepage": "https://github.com/jshttp/type-is#readme",
  66. "keywords": [
  67. "content",
  68. "type",
  69. "checking"
  70. ],
  71. "license": "MIT",
  72. "name": "type-is",
  73. "repository": {
  74. "type": "git",
  75. "url": "git+https://github.com/jshttp/type-is.git"
  76. },
  77. "scripts": {
  78. "lint": "eslint --plugin markdown --ext js,md .",
  79. "test": "mocha --reporter spec --check-leaks --bail test/",
  80. "test-cov": "nyc --reporter=html --reporter=text npm test",
  81. "test-travis": "nyc --reporter=text npm test"
  82. },
  83. "version": "1.6.18"
  84. }