package.json 1.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677
  1. {
  2. "_from": "accepts@~1.2.12",
  3. "_id": "accepts@1.2.13",
  4. "_inBundle": false,
  5. "_integrity": "sha1-5fHzkoxtlf2WVYw27D2dDeSm7Oo=",
  6. "_location": "/accepts",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "accepts@~1.2.12",
  12. "name": "accepts",
  13. "escapedName": "accepts",
  14. "rawSpec": "~1.2.12",
  15. "saveSpec": null,
  16. "fetchSpec": "~1.2.12"
  17. },
  18. "_requiredBy": [
  19. "/express"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/accepts/-/accepts-1.2.13.tgz",
  22. "_shasum": "e5f1f3928c6d95fd96558c36ec3d9d0de4a6ecea",
  23. "_spec": "accepts@~1.2.12",
  24. "_where": "C:\\socket\\chatroom-myclient\\node_modules\\express",
  25. "bugs": {
  26. "url": "https://github.com/jshttp/accepts/issues"
  27. },
  28. "bundleDependencies": false,
  29. "contributors": [
  30. {
  31. "name": "Douglas Christopher Wilson",
  32. "email": "doug@somethingdoug.com"
  33. },
  34. {
  35. "name": "Jonathan Ong",
  36. "email": "me@jongleberry.com",
  37. "url": "http://jongleberry.com"
  38. }
  39. ],
  40. "dependencies": {
  41. "mime-types": "~2.1.6",
  42. "negotiator": "0.5.3"
  43. },
  44. "deprecated": false,
  45. "description": "Higher-level content negotiation",
  46. "devDependencies": {
  47. "istanbul": "0.3.19",
  48. "mocha": "~1.21.5"
  49. },
  50. "engines": {
  51. "node": ">= 0.6"
  52. },
  53. "files": [
  54. "LICENSE",
  55. "HISTORY.md",
  56. "index.js"
  57. ],
  58. "homepage": "https://github.com/jshttp/accepts#readme",
  59. "keywords": [
  60. "content",
  61. "negotiation",
  62. "accept",
  63. "accepts"
  64. ],
  65. "license": "MIT",
  66. "name": "accepts",
  67. "repository": {
  68. "type": "git",
  69. "url": "git+https://github.com/jshttp/accepts.git"
  70. },
  71. "scripts": {
  72. "test": "mocha --reporter spec --check-leaks --bail test/",
  73. "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks test/",
  74. "test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks test/"
  75. },
  76. "version": "1.2.13"
  77. }