package.json 3.0 KB

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