package.json 3.2 KB

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