package.json 2.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879
  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. "/compression",
  20. "/serve-index"
  21. ],
  22. "_resolved": "http://registry.npm.taobao.org/accepts/download/accepts-1.2.13.tgz",
  23. "_shasum": "e5f1f3928c6d95fd96558c36ec3d9d0de4a6ecea",
  24. "_spec": "accepts@~1.2.12",
  25. "_where": "D:\\workspace\\depot\\src\\main\\resources\\static\\node_modules\\compression",
  26. "bugs": {
  27. "url": "https://github.com/jshttp/accepts/issues"
  28. },
  29. "bundleDependencies": false,
  30. "contributors": [
  31. {
  32. "name": "Douglas Christopher Wilson",
  33. "email": "doug@somethingdoug.com"
  34. },
  35. {
  36. "name": "Jonathan Ong",
  37. "email": "me@jongleberry.com",
  38. "url": "http://jongleberry.com"
  39. }
  40. ],
  41. "dependencies": {
  42. "mime-types": "~2.1.6",
  43. "negotiator": "0.5.3"
  44. },
  45. "deprecated": false,
  46. "description": "Higher-level content negotiation",
  47. "devDependencies": {
  48. "istanbul": "0.3.19",
  49. "mocha": "~1.21.5"
  50. },
  51. "engines": {
  52. "node": ">= 0.6"
  53. },
  54. "files": [
  55. "LICENSE",
  56. "HISTORY.md",
  57. "index.js"
  58. ],
  59. "homepage": "https://github.com/jshttp/accepts#readme",
  60. "keywords": [
  61. "content",
  62. "negotiation",
  63. "accept",
  64. "accepts"
  65. ],
  66. "license": "MIT",
  67. "name": "accepts",
  68. "repository": {
  69. "type": "git",
  70. "url": "git+https://github.com/jshttp/accepts.git"
  71. },
  72. "scripts": {
  73. "test": "mocha --reporter spec --check-leaks --bail test/",
  74. "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks test/",
  75. "test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks test/"
  76. },
  77. "version": "1.2.13"
  78. }