package.json 3.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113
  1. {
  2. "_args": [
  3. [
  4. {
  5. "raw": "content-type@~1.0.4",
  6. "scope": null,
  7. "escapedName": "content-type",
  8. "name": "content-type",
  9. "rawSpec": "~1.0.4",
  10. "spec": ">=1.0.4 <1.1.0",
  11. "type": "range"
  12. },
  13. "C:\\Users\\Administrator\\Desktop\\answer\\node_modules\\express"
  14. ]
  15. ],
  16. "_from": "content-type@>=1.0.4 <1.1.0",
  17. "_id": "content-type@1.0.4",
  18. "_inCache": true,
  19. "_location": "/content-type",
  20. "_nodeVersion": "6.11.3",
  21. "_npmOperationalInternal": {
  22. "host": "s3://npm-registry-packages",
  23. "tmp": "tmp/content-type-1.0.4.tgz_1505166155546_0.06956395204178989"
  24. },
  25. "_npmUser": {
  26. "name": "dougwilson",
  27. "email": "doug@somethingdoug.com"
  28. },
  29. "_npmVersion": "5.3.0",
  30. "_phantomChildren": {},
  31. "_requested": {
  32. "raw": "content-type@~1.0.4",
  33. "scope": null,
  34. "escapedName": "content-type",
  35. "name": "content-type",
  36. "rawSpec": "~1.0.4",
  37. "spec": ">=1.0.4 <1.1.0",
  38. "type": "range"
  39. },
  40. "_requiredBy": [
  41. "/body-parser",
  42. "/express"
  43. ],
  44. "_resolved": "https://registry.npmjs.org/content-type/-/content-type-1.0.4.tgz",
  45. "_shasum": "e138cc75e040c727b1966fe5e5f8c9aee256fe3b",
  46. "_shrinkwrap": null,
  47. "_spec": "content-type@~1.0.4",
  48. "_where": "C:\\Users\\Administrator\\Desktop\\answer\\node_modules\\express",
  49. "author": {
  50. "name": "Douglas Christopher Wilson",
  51. "email": "doug@somethingdoug.com"
  52. },
  53. "bugs": {
  54. "url": "https://github.com/jshttp/content-type/issues"
  55. },
  56. "dependencies": {},
  57. "description": "Create and parse HTTP Content-Type header",
  58. "devDependencies": {
  59. "eslint": "3.19.0",
  60. "eslint-config-standard": "10.2.1",
  61. "eslint-plugin-import": "2.7.0",
  62. "eslint-plugin-node": "5.1.1",
  63. "eslint-plugin-promise": "3.5.0",
  64. "eslint-plugin-standard": "3.0.1",
  65. "istanbul": "0.4.5",
  66. "mocha": "~1.21.5"
  67. },
  68. "directories": {},
  69. "dist": {
  70. "integrity": "sha512-hIP3EEPs8tB9AT1L+NUqtwOAps4mk2Zob89MWXMHjHWg9milF/j4osnnQLXBCBFBk/tvIG/tUc9mOUJiPBhPXA==",
  71. "shasum": "e138cc75e040c727b1966fe5e5f8c9aee256fe3b",
  72. "tarball": "https://registry.npmjs.org/content-type/-/content-type-1.0.4.tgz"
  73. },
  74. "engines": {
  75. "node": ">= 0.6"
  76. },
  77. "files": [
  78. "LICENSE",
  79. "HISTORY.md",
  80. "README.md",
  81. "index.js"
  82. ],
  83. "gitHead": "d22f8ac6c407789c906bd6fed137efde8f772b09",
  84. "homepage": "https://github.com/jshttp/content-type#readme",
  85. "keywords": [
  86. "content-type",
  87. "http",
  88. "req",
  89. "res",
  90. "rfc7231"
  91. ],
  92. "license": "MIT",
  93. "maintainers": [
  94. {
  95. "name": "dougwilson",
  96. "email": "doug@somethingdoug.com"
  97. }
  98. ],
  99. "name": "content-type",
  100. "optionalDependencies": {},
  101. "readme": "ERROR: No README data found!",
  102. "repository": {
  103. "type": "git",
  104. "url": "git+https://github.com/jshttp/content-type.git"
  105. },
  106. "scripts": {
  107. "lint": "eslint .",
  108. "test": "mocha --reporter spec --check-leaks --bail test/",
  109. "test-ci": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks test/",
  110. "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks test/"
  111. },
  112. "version": "1.0.4"
  113. }