package.json 3.2 KB

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