package.json 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126
  1. {
  2. "_args": [
  3. [
  4. {
  5. "raw": "accepts@1.1.4",
  6. "scope": null,
  7. "escapedName": "accepts",
  8. "name": "accepts",
  9. "rawSpec": "1.1.4",
  10. "spec": "1.1.4",
  11. "type": "version"
  12. },
  13. "/home/king/Desktop/FINAL/AhMyth/app/node_modules/engine.io"
  14. ]
  15. ],
  16. "_from": "accepts@1.1.4",
  17. "_id": "accepts@1.1.4",
  18. "_inCache": true,
  19. "_installable": true,
  20. "_location": "/accepts",
  21. "_npmUser": {
  22. "name": "dougwilson",
  23. "email": "doug@somethingdoug.com"
  24. },
  25. "_npmVersion": "1.4.21",
  26. "_phantomChildren": {},
  27. "_requested": {
  28. "raw": "accepts@1.1.4",
  29. "scope": null,
  30. "escapedName": "accepts",
  31. "name": "accepts",
  32. "rawSpec": "1.1.4",
  33. "spec": "1.1.4",
  34. "type": "version"
  35. },
  36. "_requiredBy": [
  37. "/engine.io"
  38. ],
  39. "_resolved": "https://registry.npmjs.org/accepts/-/accepts-1.1.4.tgz",
  40. "_shasum": "d71c96f7d41d0feda2c38cd14e8a27c04158df4a",
  41. "_shrinkwrap": null,
  42. "_spec": "accepts@1.1.4",
  43. "_where": "/home/king/Desktop/FINAL/AhMyth/app/node_modules/engine.io",
  44. "author": {
  45. "name": "Jonathan Ong",
  46. "email": "me@jongleberry.com",
  47. "url": "http://jongleberry.com"
  48. },
  49. "bugs": {
  50. "url": "https://github.com/jshttp/accepts/issues"
  51. },
  52. "dependencies": {
  53. "mime-types": "~2.0.4",
  54. "negotiator": "0.4.9"
  55. },
  56. "description": "Higher-level content negotiation",
  57. "devDependencies": {
  58. "istanbul": "~0.3.4",
  59. "mocha": "~2.0.1"
  60. },
  61. "directories": {},
  62. "dist": {
  63. "shasum": "d71c96f7d41d0feda2c38cd14e8a27c04158df4a",
  64. "tarball": "https://registry.npmjs.org/accepts/-/accepts-1.1.4.tgz"
  65. },
  66. "engines": {
  67. "node": ">= 0.8"
  68. },
  69. "files": [
  70. "LICENSE",
  71. "HISTORY.md",
  72. "index.js"
  73. ],
  74. "gitHead": "df66414d80f096627b28f137127fce0a851d7900",
  75. "homepage": "https://github.com/jshttp/accepts",
  76. "keywords": [
  77. "content",
  78. "negotiation",
  79. "accept",
  80. "accepts"
  81. ],
  82. "license": "MIT",
  83. "maintainers": [
  84. {
  85. "name": "jongleberry",
  86. "email": "jonathanrichardong@gmail.com"
  87. },
  88. {
  89. "name": "federomero",
  90. "email": "federomero@gmail.com"
  91. },
  92. {
  93. "name": "dougwilson",
  94. "email": "doug@somethingdoug.com"
  95. },
  96. {
  97. "name": "tjholowaychuk",
  98. "email": "tj@vision-media.ca"
  99. },
  100. {
  101. "name": "shtylman",
  102. "email": "shtylman@gmail.com"
  103. },
  104. {
  105. "name": "mscdex",
  106. "email": "mscdex@mscdex.net"
  107. },
  108. {
  109. "name": "fishrock123",
  110. "email": "fishrock123@rocketmail.com"
  111. }
  112. ],
  113. "name": "accepts",
  114. "optionalDependencies": {},
  115. "readme": "ERROR: No README data found!",
  116. "repository": {
  117. "type": "git",
  118. "url": "git+https://github.com/jshttp/accepts.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": "1.1.4"
  126. }