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.

125 lines
3.0 KiB

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