package.json 2.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980
  1. {
  2. "_args": [
  3. [
  4. "content-type@1.0.4",
  5. "E:\\amr1.0\\AMR"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "content-type@1.0.4",
  10. "_id": "content-type@1.0.4",
  11. "_inBundle": false,
  12. "_integrity": "sha512-hIP3EEPs8tB9AT1L+NUqtwOAps4mk2Zob89MWXMHjHWg9milF/j4osnnQLXBCBFBk/tvIG/tUc9mOUJiPBhPXA==",
  13. "_location": "/content-type",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "content-type@1.0.4",
  19. "name": "content-type",
  20. "escapedName": "content-type",
  21. "rawSpec": "1.0.4",
  22. "saveSpec": null,
  23. "fetchSpec": "1.0.4"
  24. },
  25. "_requiredBy": [
  26. "/body-parser",
  27. "/express"
  28. ],
  29. "_resolved": "https://registry.npmjs.org/content-type/-/content-type-1.0.4.tgz",
  30. "_spec": "1.0.4",
  31. "_where": "E:\\amr1.0\\AMR",
  32. "author": {
  33. "name": "Douglas Christopher Wilson",
  34. "email": "doug@somethingdoug.com"
  35. },
  36. "bugs": {
  37. "url": "https://github.com/jshttp/content-type/issues"
  38. },
  39. "description": "Create and parse HTTP Content-Type header",
  40. "devDependencies": {
  41. "eslint": "3.19.0",
  42. "eslint-config-standard": "10.2.1",
  43. "eslint-plugin-import": "2.7.0",
  44. "eslint-plugin-node": "5.1.1",
  45. "eslint-plugin-promise": "3.5.0",
  46. "eslint-plugin-standard": "3.0.1",
  47. "istanbul": "0.4.5",
  48. "mocha": "~1.21.5"
  49. },
  50. "engines": {
  51. "node": ">= 0.6"
  52. },
  53. "files": [
  54. "LICENSE",
  55. "HISTORY.md",
  56. "README.md",
  57. "index.js"
  58. ],
  59. "homepage": "https://github.com/jshttp/content-type#readme",
  60. "keywords": [
  61. "content-type",
  62. "http",
  63. "req",
  64. "res",
  65. "rfc7231"
  66. ],
  67. "license": "MIT",
  68. "name": "content-type",
  69. "repository": {
  70. "type": "git",
  71. "url": "git+https://github.com/jshttp/content-type.git"
  72. },
  73. "scripts": {
  74. "lint": "eslint .",
  75. "test": "mocha --reporter spec --check-leaks --bail test/",
  76. "test-ci": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks test/",
  77. "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks test/"
  78. },
  79. "version": "1.0.4"
  80. }