package.json 3.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127
  1. {
  2. "_args": [
  3. [
  4. {
  5. "raw": "type-is@~1.6.16",
  6. "scope": null,
  7. "escapedName": "type-is",
  8. "name": "type-is",
  9. "rawSpec": "~1.6.16",
  10. "spec": ">=1.6.16 <1.7.0",
  11. "type": "range"
  12. },
  13. "C:\\Users\\Administrator\\Desktop\\answer\\node_modules\\express"
  14. ]
  15. ],
  16. "_from": "type-is@>=1.6.16 <1.7.0",
  17. "_id": "type-is@1.6.16",
  18. "_inCache": true,
  19. "_location": "/type-is",
  20. "_nodeVersion": "6.13.0",
  21. "_npmOperationalInternal": {
  22. "host": "s3://npm-registry-packages",
  23. "tmp": "tmp/type-is_1.6.16_1518812522921_0.03331830182177953"
  24. },
  25. "_npmUser": {
  26. "name": "dougwilson",
  27. "email": "doug@somethingdoug.com"
  28. },
  29. "_npmVersion": "5.6.0",
  30. "_phantomChildren": {},
  31. "_requested": {
  32. "raw": "type-is@~1.6.16",
  33. "scope": null,
  34. "escapedName": "type-is",
  35. "name": "type-is",
  36. "rawSpec": "~1.6.16",
  37. "spec": ">=1.6.16 <1.7.0",
  38. "type": "range"
  39. },
  40. "_requiredBy": [
  41. "/body-parser",
  42. "/express"
  43. ],
  44. "_resolved": "https://registry.npmjs.org/type-is/-/type-is-1.6.16.tgz",
  45. "_shasum": "f89ce341541c672b25ee7ae3c73dee3b2be50194",
  46. "_shrinkwrap": null,
  47. "_spec": "type-is@~1.6.16",
  48. "_where": "C:\\Users\\Administrator\\Desktop\\answer\\node_modules\\express",
  49. "bugs": {
  50. "url": "https://github.com/jshttp/type-is/issues"
  51. },
  52. "contributors": [
  53. {
  54. "name": "Douglas Christopher Wilson",
  55. "email": "doug@somethingdoug.com"
  56. },
  57. {
  58. "name": "Jonathan Ong",
  59. "email": "me@jongleberry.com",
  60. "url": "http://jongleberry.com"
  61. }
  62. ],
  63. "dependencies": {
  64. "media-typer": "0.3.0",
  65. "mime-types": "~2.1.18"
  66. },
  67. "description": "Infer the content-type of a request.",
  68. "devDependencies": {
  69. "eslint": "3.19.0",
  70. "eslint-config-standard": "10.2.1",
  71. "eslint-plugin-import": "2.8.0",
  72. "eslint-plugin-markdown": "1.0.0-beta.6",
  73. "eslint-plugin-node": "5.2.1",
  74. "eslint-plugin-promise": "3.6.0",
  75. "eslint-plugin-standard": "3.0.1",
  76. "istanbul": "0.4.5",
  77. "mocha": "1.21.5"
  78. },
  79. "directories": {},
  80. "dist": {
  81. "integrity": "sha512-HRkVv/5qY2G6I8iab9cI7v1bOIdhm94dVjQCPFElW9W+3GeDOSHmy2EBYe4VTApuzolPcmgFTN3ftVJRKR2J9Q==",
  82. "shasum": "f89ce341541c672b25ee7ae3c73dee3b2be50194",
  83. "tarball": "https://registry.npmjs.org/type-is/-/type-is-1.6.16.tgz",
  84. "fileCount": 5,
  85. "unpackedSize": 16739
  86. },
  87. "engines": {
  88. "node": ">= 0.6"
  89. },
  90. "files": [
  91. "LICENSE",
  92. "HISTORY.md",
  93. "index.js"
  94. ],
  95. "gitHead": "dc723b95e2c52c689cf9d4cefbc5d91e74f7524a",
  96. "homepage": "https://github.com/jshttp/type-is#readme",
  97. "keywords": [
  98. "content",
  99. "type",
  100. "checking"
  101. ],
  102. "license": "MIT",
  103. "maintainers": [
  104. {
  105. "name": "dougwilson",
  106. "email": "doug@somethingdoug.com"
  107. },
  108. {
  109. "name": "jongleberry",
  110. "email": "jonathanrichardong@gmail.com"
  111. }
  112. ],
  113. "name": "type-is",
  114. "optionalDependencies": {},
  115. "readme": "ERROR: No README data found!",
  116. "repository": {
  117. "type": "git",
  118. "url": "git+https://github.com/jshttp/type-is.git"
  119. },
  120. "scripts": {
  121. "lint": "eslint --plugin markdown --ext js,md .",
  122. "test": "mocha --reporter spec --check-leaks --bail test/",
  123. "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks test/",
  124. "test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks test/"
  125. },
  126. "version": "1.6.16"
  127. }