package.json 3.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121
  1. {
  2. "_args": [
  3. [
  4. {
  5. "raw": "accepts@~1.3.3",
  6. "scope": null,
  7. "escapedName": "accepts",
  8. "name": "accepts",
  9. "rawSpec": "~1.3.3",
  10. "spec": ">=1.3.3 <1.4.0",
  11. "type": "range"
  12. },
  13. "/home/conte/data/reveal.js/node_modules/express"
  14. ]
  15. ],
  16. "_from": "accepts@>=1.3.3 <1.4.0",
  17. "_id": "accepts@1.3.4",
  18. "_inCache": true,
  19. "_location": "/accepts",
  20. "_nodeVersion": "6.11.1",
  21. "_npmOperationalInternal": {
  22. "host": "s3://npm-registry-packages",
  23. "tmp": "tmp/accepts-1.3.4.tgz_1503455053008_0.43370609171688557"
  24. },
  25. "_npmUser": {
  26. "name": "dougwilson",
  27. "email": "doug@somethingdoug.com"
  28. },
  29. "_npmVersion": "3.10.10",
  30. "_phantomChildren": {},
  31. "_requested": {
  32. "raw": "accepts@~1.3.3",
  33. "scope": null,
  34. "escapedName": "accepts",
  35. "name": "accepts",
  36. "rawSpec": "~1.3.3",
  37. "spec": ">=1.3.3 <1.4.0",
  38. "type": "range"
  39. },
  40. "_requiredBy": [
  41. "/express",
  42. "/serve-index"
  43. ],
  44. "_resolved": "https://registry.npmjs.org/accepts/-/accepts-1.3.4.tgz",
  45. "_shasum": "86246758c7dd6d21a6474ff084a4740ec05eb21f",
  46. "_shrinkwrap": null,
  47. "_spec": "accepts@~1.3.3",
  48. "_where": "/home/conte/data/reveal.js/node_modules/express",
  49. "bugs": {
  50. "url": "https://github.com/jshttp/accepts/issues"
  51. },
  52. "contributors": [
  53. {
  54. "name": "Douglas Christopher Wilson",
  55. "email": "doug@somethingdoug.com"
  56. },
  57. {
  58. "name": "Jonathan Ong",
  59. "email": "me@jongleberry.com",
  60. "url": "http://jongleberry.com"
  61. }
  62. ],
  63. "dependencies": {
  64. "mime-types": "~2.1.16",
  65. "negotiator": "0.6.1"
  66. },
  67. "description": "Higher-level content negotiation",
  68. "devDependencies": {
  69. "eslint": "3.19.0",
  70. "eslint-config-standard": "10.2.1",
  71. "eslint-plugin-import": "2.7.0",
  72. "eslint-plugin-markdown": "1.0.0-beta.6",
  73. "eslint-plugin-node": "5.1.1",
  74. "eslint-plugin-promise": "3.5.0",
  75. "eslint-plugin-standard": "3.0.1",
  76. "istanbul": "0.4.5",
  77. "mocha": "~1.21.5"
  78. },
  79. "directories": {},
  80. "dist": {
  81. "shasum": "86246758c7dd6d21a6474ff084a4740ec05eb21f",
  82. "tarball": "https://registry.npmjs.org/accepts/-/accepts-1.3.4.tgz"
  83. },
  84. "engines": {
  85. "node": ">= 0.6"
  86. },
  87. "files": [
  88. "LICENSE",
  89. "HISTORY.md",
  90. "index.js"
  91. ],
  92. "gitHead": "71ea430741d6eb5484b6c67c95924540a98186a5",
  93. "homepage": "https://github.com/jshttp/accepts#readme",
  94. "keywords": [
  95. "content",
  96. "negotiation",
  97. "accept",
  98. "accepts"
  99. ],
  100. "license": "MIT",
  101. "maintainers": [
  102. {
  103. "name": "dougwilson",
  104. "email": "doug@somethingdoug.com"
  105. }
  106. ],
  107. "name": "accepts",
  108. "optionalDependencies": {},
  109. "readme": "ERROR: No README data found!",
  110. "repository": {
  111. "type": "git",
  112. "url": "git+https://github.com/jshttp/accepts.git"
  113. },
  114. "scripts": {
  115. "lint": "eslint --plugin markdown --ext js,md .",
  116. "test": "mocha --reporter spec --check-leaks --bail test/",
  117. "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks test/",
  118. "test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks test/"
  119. },
  120. "version": "1.3.4"
  121. }