package.json 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106
  1. {
  2. "_args": [
  3. [
  4. "accepts@^1.2.2",
  5. "D:\\work\\im\\node_modules\\koa"
  6. ]
  7. ],
  8. "_from": "accepts@>=1.2.2 <2.0.0",
  9. "_id": "accepts@1.3.3",
  10. "_inCache": true,
  11. "_installable": true,
  12. "_location": "/accepts",
  13. "_nodeVersion": "4.4.3",
  14. "_npmOperationalInternal": {
  15. "host": "packages-16-east.internal.npmjs.com",
  16. "tmp": "tmp/accepts-1.3.3.tgz_1462251932032_0.7092335098423064"
  17. },
  18. "_npmUser": {
  19. "email": "doug@somethingdoug.com",
  20. "name": "dougwilson"
  21. },
  22. "_npmVersion": "2.15.1",
  23. "_phantomChildren": {},
  24. "_requested": {
  25. "name": "accepts",
  26. "raw": "accepts@^1.2.2",
  27. "rawSpec": "^1.2.2",
  28. "scope": null,
  29. "spec": ">=1.2.2 <2.0.0",
  30. "type": "range"
  31. },
  32. "_requiredBy": [
  33. "/koa",
  34. "/koa.io/koa"
  35. ],
  36. "_resolved": "https://registry.npmjs.org/accepts/-/accepts-1.3.3.tgz",
  37. "_shasum": "c3ca7434938648c3e0d9c1e328dd68b622c284ca",
  38. "_shrinkwrap": null,
  39. "_spec": "accepts@^1.2.2",
  40. "_where": "D:\\work\\im\\node_modules\\koa",
  41. "bugs": {
  42. "url": "https://github.com/jshttp/accepts/issues"
  43. },
  44. "contributors": [
  45. {
  46. "email": "doug@somethingdoug.com",
  47. "name": "Douglas Christopher Wilson"
  48. },
  49. {
  50. "email": "me@jongleberry.com",
  51. "name": "Jonathan Ong",
  52. "url": "http://jongleberry.com"
  53. }
  54. ],
  55. "dependencies": {
  56. "mime-types": "~2.1.11",
  57. "negotiator": "0.6.1"
  58. },
  59. "description": "Higher-level content negotiation",
  60. "devDependencies": {
  61. "istanbul": "0.4.3",
  62. "mocha": "~1.21.5"
  63. },
  64. "directories": {},
  65. "dist": {
  66. "shasum": "c3ca7434938648c3e0d9c1e328dd68b622c284ca",
  67. "tarball": "https://registry.npmjs.org/accepts/-/accepts-1.3.3.tgz"
  68. },
  69. "engines": {
  70. "node": ">= 0.6"
  71. },
  72. "files": [
  73. "LICENSE",
  74. "HISTORY.md",
  75. "index.js"
  76. ],
  77. "gitHead": "3e925b1e65ed7da2798849683d49814680dfa426",
  78. "homepage": "https://github.com/jshttp/accepts#readme",
  79. "keywords": [
  80. "content",
  81. "negotiation",
  82. "accept",
  83. "accepts"
  84. ],
  85. "license": "MIT",
  86. "maintainers": [
  87. {
  88. "email": "doug@somethingdoug.com",
  89. "name": "dougwilson"
  90. }
  91. ],
  92. "name": "accepts",
  93. "optionalDependencies": {},
  94. "readme": "ERROR: No README data found!",
  95. "repository": {
  96. "type": "git",
  97. "url": "git+https://github.com/jshttp/accepts.git"
  98. },
  99. "scripts": {
  100. "test": "mocha --reporter spec --check-leaks --bail test/",
  101. "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks test/",
  102. "test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks test/"
  103. },
  104. "version": "1.3.3"
  105. }