package.json 2.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586
  1. {
  2. "_args": [
  3. [
  4. "negotiator@0.6.1",
  5. "/Users/lihai/jolijoli/pad_spa"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "negotiator@0.6.1",
  10. "_id": "negotiator@0.6.1",
  11. "_inBundle": false,
  12. "_integrity": "sha1-KzJxhOiZIQEXeyhWP7XnECrNDKk=",
  13. "_location": "/negotiator",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "negotiator@0.6.1",
  19. "name": "negotiator",
  20. "escapedName": "negotiator",
  21. "rawSpec": "0.6.1",
  22. "saveSpec": null,
  23. "fetchSpec": "0.6.1"
  24. },
  25. "_requiredBy": [
  26. "/accepts"
  27. ],
  28. "_resolved": "https://registry.npm.taobao.org/negotiator/download/negotiator-0.6.1.tgz",
  29. "_spec": "0.6.1",
  30. "_where": "/Users/lihai/jolijoli/pad_spa",
  31. "bugs": {
  32. "url": "https://github.com/jshttp/negotiator/issues"
  33. },
  34. "contributors": [
  35. {
  36. "name": "Douglas Christopher Wilson",
  37. "email": "doug@somethingdoug.com"
  38. },
  39. {
  40. "name": "Federico Romero",
  41. "email": "federico.romero@outboxlabs.com"
  42. },
  43. {
  44. "name": "Isaac Z. Schlueter",
  45. "email": "i@izs.me",
  46. "url": "http://blog.izs.me/"
  47. }
  48. ],
  49. "description": "HTTP content negotiation",
  50. "devDependencies": {
  51. "istanbul": "0.4.3",
  52. "mocha": "~1.21.5"
  53. },
  54. "engines": {
  55. "node": ">= 0.6"
  56. },
  57. "files": [
  58. "lib/",
  59. "HISTORY.md",
  60. "LICENSE",
  61. "index.js",
  62. "README.md"
  63. ],
  64. "homepage": "https://github.com/jshttp/negotiator#readme",
  65. "keywords": [
  66. "http",
  67. "content negotiation",
  68. "accept",
  69. "accept-language",
  70. "accept-encoding",
  71. "accept-charset"
  72. ],
  73. "license": "MIT",
  74. "name": "negotiator",
  75. "repository": {
  76. "type": "git",
  77. "url": "git+https://github.com/jshttp/negotiator.git"
  78. },
  79. "scripts": {
  80. "test": "mocha --reporter spec --check-leaks --bail test/",
  81. "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks test/",
  82. "test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks test/"
  83. },
  84. "version": "0.6.1"
  85. }