package.json 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  1. {
  2. "_from": "content-disposition@0.5.1",
  3. "_id": "content-disposition@0.5.1",
  4. "_inBundle": false,
  5. "_integrity": "sha1-h0dsamfI2qh+Muh2Ft+IO6f7Bxs=",
  6. "_location": "/content-disposition",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "version",
  10. "registry": true,
  11. "raw": "content-disposition@0.5.1",
  12. "name": "content-disposition",
  13. "escapedName": "content-disposition",
  14. "rawSpec": "0.5.1",
  15. "saveSpec": null,
  16. "fetchSpec": "0.5.1"
  17. },
  18. "_requiredBy": [
  19. "/express"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/content-disposition/-/content-disposition-0.5.1.tgz",
  22. "_shasum": "87476c6a67c8daa87e32e87616df883ba7fb071b",
  23. "_spec": "content-disposition@0.5.1",
  24. "_where": "C:\\socket\\chatroom-myclient\\node_modules\\express",
  25. "bugs": {
  26. "url": "https://github.com/jshttp/content-disposition/issues"
  27. },
  28. "bundleDependencies": false,
  29. "contributors": [
  30. {
  31. "name": "Douglas Christopher Wilson",
  32. "email": "doug@somethingdoug.com"
  33. }
  34. ],
  35. "deprecated": false,
  36. "description": "Create and parse Content-Disposition header",
  37. "devDependencies": {
  38. "istanbul": "0.4.2",
  39. "mocha": "1.21.5"
  40. },
  41. "engines": {
  42. "node": ">= 0.6"
  43. },
  44. "files": [
  45. "LICENSE",
  46. "HISTORY.md",
  47. "README.md",
  48. "index.js"
  49. ],
  50. "homepage": "https://github.com/jshttp/content-disposition#readme",
  51. "keywords": [
  52. "content-disposition",
  53. "http",
  54. "rfc6266",
  55. "res"
  56. ],
  57. "license": "MIT",
  58. "name": "content-disposition",
  59. "repository": {
  60. "type": "git",
  61. "url": "git+https://github.com/jshttp/content-disposition.git"
  62. },
  63. "scripts": {
  64. "test": "mocha --reporter spec --bail --check-leaks test/",
  65. "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks test/",
  66. "test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks test/"
  67. },
  68. "version": "0.5.1"
  69. }