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.

106 lines
2.6 KiB

7 years ago
  1. {
  2. "_args": [
  3. [
  4. {
  5. "raw": "vary@~1.0.0",
  6. "scope": null,
  7. "escapedName": "vary",
  8. "name": "vary",
  9. "rawSpec": "~1.0.0",
  10. "spec": ">=1.0.0 <1.1.0",
  11. "type": "range"
  12. },
  13. "/home/nau/MEGA/CODI/githubRepos/colspace/node_modules/express"
  14. ]
  15. ],
  16. "_from": "vary@>=1.0.0 <1.1.0",
  17. "_id": "vary@1.0.1",
  18. "_inCache": true,
  19. "_location": "/vary",
  20. "_npmUser": {
  21. "name": "dougwilson",
  22. "email": "doug@somethingdoug.com"
  23. },
  24. "_npmVersion": "1.4.28",
  25. "_phantomChildren": {},
  26. "_requested": {
  27. "raw": "vary@~1.0.0",
  28. "scope": null,
  29. "escapedName": "vary",
  30. "name": "vary",
  31. "rawSpec": "~1.0.0",
  32. "spec": ">=1.0.0 <1.1.0",
  33. "type": "range"
  34. },
  35. "_requiredBy": [
  36. "/express"
  37. ],
  38. "_resolved": "https://registry.npmjs.org/vary/-/vary-1.0.1.tgz",
  39. "_shasum": "99e4981566a286118dfb2b817357df7993376d10",
  40. "_shrinkwrap": null,
  41. "_spec": "vary@~1.0.0",
  42. "_where": "/home/nau/MEGA/CODI/githubRepos/colspace/node_modules/express",
  43. "author": {
  44. "name": "Douglas Christopher Wilson",
  45. "email": "doug@somethingdoug.com"
  46. },
  47. "bugs": {
  48. "url": "https://github.com/jshttp/vary/issues"
  49. },
  50. "dependencies": {},
  51. "description": "Manipulate the HTTP Vary header",
  52. "devDependencies": {
  53. "istanbul": "0.3.17",
  54. "mocha": "2.2.5",
  55. "supertest": "1.0.1"
  56. },
  57. "directories": {},
  58. "dist": {
  59. "shasum": "99e4981566a286118dfb2b817357df7993376d10",
  60. "tarball": "https://registry.npmjs.org/vary/-/vary-1.0.1.tgz"
  61. },
  62. "engines": {
  63. "node": ">= 0.8"
  64. },
  65. "files": [
  66. "HISTORY.md",
  67. "LICENSE",
  68. "README.md",
  69. "index.js"
  70. ],
  71. "gitHead": "650282ff8e614731837040a23e10f51c20728392",
  72. "homepage": "https://github.com/jshttp/vary",
  73. "keywords": [
  74. "http",
  75. "res",
  76. "vary"
  77. ],
  78. "license": "MIT",
  79. "maintainers": [
  80. {
  81. "name": "dougwilson",
  82. "email": "doug@somethingdoug.com"
  83. },
  84. {
  85. "name": "jongleberry",
  86. "email": "jonathanrichardong@gmail.com"
  87. },
  88. {
  89. "name": "fishrock123",
  90. "email": "fishrock123@rocketmail.com"
  91. }
  92. ],
  93. "name": "vary",
  94. "optionalDependencies": {},
  95. "readme": "ERROR: No README data found!",
  96. "repository": {
  97. "type": "git",
  98. "url": "git+https://github.com/jshttp/vary.git"
  99. },
  100. "scripts": {
  101. "test": "mocha --reporter spec --bail --check-leaks test/",
  102. "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks test/",
  103. "test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks test/"
  104. },
  105. "version": "1.0.1"
  106. }