package.json 2.9 KB

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