package.json 3.1 KB

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