You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

113 lines
2.6 KiB

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