You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

package.json 2.9KB

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