package.json 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114
  1. {
  2. "_args": [
  3. [
  4. {
  5. "raw": "negotiator@0.4.9",
  6. "scope": null,
  7. "escapedName": "negotiator",
  8. "name": "negotiator",
  9. "rawSpec": "0.4.9",
  10. "spec": "0.4.9",
  11. "type": "version"
  12. },
  13. "/home/king/Desktop/FINAL/AhMyth/app/node_modules/accepts"
  14. ]
  15. ],
  16. "_from": "negotiator@0.4.9",
  17. "_id": "negotiator@0.4.9",
  18. "_inCache": true,
  19. "_installable": true,
  20. "_location": "/negotiator",
  21. "_npmUser": {
  22. "name": "dougwilson",
  23. "email": "doug@somethingdoug.com"
  24. },
  25. "_npmVersion": "1.4.21",
  26. "_phantomChildren": {},
  27. "_requested": {
  28. "raw": "negotiator@0.4.9",
  29. "scope": null,
  30. "escapedName": "negotiator",
  31. "name": "negotiator",
  32. "rawSpec": "0.4.9",
  33. "spec": "0.4.9",
  34. "type": "version"
  35. },
  36. "_requiredBy": [
  37. "/accepts"
  38. ],
  39. "_resolved": "https://registry.npmjs.org/negotiator/-/negotiator-0.4.9.tgz",
  40. "_shasum": "92e46b6db53c7e421ed64a2bc94f08be7630df3f",
  41. "_shrinkwrap": null,
  42. "_spec": "negotiator@0.4.9",
  43. "_where": "/home/king/Desktop/FINAL/AhMyth/app/node_modules/accepts",
  44. "author": {
  45. "name": "Federico Romero",
  46. "email": "federico.romero@outboxlabs.com"
  47. },
  48. "bugs": {
  49. "url": "https://github.com/jshttp/negotiator/issues"
  50. },
  51. "contributors": [
  52. {
  53. "name": "Isaac Z. Schlueter",
  54. "email": "i@izs.me",
  55. "url": "http://blog.izs.me/"
  56. }
  57. ],
  58. "dependencies": {},
  59. "description": "HTTP content negotiation",
  60. "devDependencies": {
  61. "istanbul": "~0.3.2",
  62. "nodeunit": "0.8.x"
  63. },
  64. "directories": {},
  65. "dist": {
  66. "shasum": "92e46b6db53c7e421ed64a2bc94f08be7630df3f",
  67. "tarball": "https://registry.npmjs.org/negotiator/-/negotiator-0.4.9.tgz"
  68. },
  69. "engines": {
  70. "node": ">= 0.6"
  71. },
  72. "files": [
  73. "lib",
  74. "LICENSE"
  75. ],
  76. "gitHead": "1e90abd710b662db80f1ea244e647cce3bd74504",
  77. "homepage": "https://github.com/jshttp/negotiator",
  78. "keywords": [
  79. "http",
  80. "content negotiation",
  81. "accept",
  82. "accept-language",
  83. "accept-encoding",
  84. "accept-charset"
  85. ],
  86. "license": "MIT",
  87. "main": "lib/negotiator.js",
  88. "maintainers": [
  89. {
  90. "name": "federomero",
  91. "email": "federomero@gmail.com"
  92. },
  93. {
  94. "name": "dougwilson",
  95. "email": "doug@somethingdoug.com"
  96. },
  97. {
  98. "name": "jongleberry",
  99. "email": "jonathanrichardong@gmail.com"
  100. }
  101. ],
  102. "name": "negotiator",
  103. "optionalDependencies": {},
  104. "readme": "ERROR: No README data found!",
  105. "repository": {
  106. "type": "git",
  107. "url": "git+https://github.com/jshttp/negotiator.git"
  108. },
  109. "scripts": {
  110. "test": "nodeunit test",
  111. "test-cov": "istanbul cover ./node_modules/nodeunit/bin/nodeunit test"
  112. },
  113. "version": "0.4.9"
  114. }