package.json 2.2 KB

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