package.json 2.2 KB

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