package.json 2.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394
  1. {
  2. "_args": [
  3. [
  4. "content-disposition@~0.5.0",
  5. "D:\\work\\im\\node_modules\\koa"
  6. ]
  7. ],
  8. "_from": "content-disposition@>=0.5.0 <0.6.0",
  9. "_id": "content-disposition@0.5.1",
  10. "_inCache": true,
  11. "_installable": true,
  12. "_location": "/content-disposition",
  13. "_npmUser": {
  14. "email": "doug@somethingdoug.com",
  15. "name": "dougwilson"
  16. },
  17. "_npmVersion": "1.4.28",
  18. "_phantomChildren": {},
  19. "_requested": {
  20. "name": "content-disposition",
  21. "raw": "content-disposition@~0.5.0",
  22. "rawSpec": "~0.5.0",
  23. "scope": null,
  24. "spec": ">=0.5.0 <0.6.0",
  25. "type": "range"
  26. },
  27. "_requiredBy": [
  28. "/koa",
  29. "/koa.io/koa"
  30. ],
  31. "_resolved": "https://registry.npmjs.org/content-disposition/-/content-disposition-0.5.1.tgz",
  32. "_shasum": "87476c6a67c8daa87e32e87616df883ba7fb071b",
  33. "_shrinkwrap": null,
  34. "_spec": "content-disposition@~0.5.0",
  35. "_where": "D:\\work\\im\\node_modules\\koa",
  36. "bugs": {
  37. "url": "https://github.com/jshttp/content-disposition/issues"
  38. },
  39. "contributors": [
  40. {
  41. "email": "doug@somethingdoug.com",
  42. "name": "Douglas Christopher Wilson"
  43. }
  44. ],
  45. "dependencies": {},
  46. "description": "Create and parse Content-Disposition header",
  47. "devDependencies": {
  48. "istanbul": "0.4.2",
  49. "mocha": "1.21.5"
  50. },
  51. "directories": {},
  52. "dist": {
  53. "shasum": "87476c6a67c8daa87e32e87616df883ba7fb071b",
  54. "tarball": "https://registry.npmjs.org/content-disposition/-/content-disposition-0.5.1.tgz"
  55. },
  56. "engines": {
  57. "node": ">= 0.6"
  58. },
  59. "files": [
  60. "LICENSE",
  61. "HISTORY.md",
  62. "README.md",
  63. "index.js"
  64. ],
  65. "gitHead": "7b391db3af5629d4c698f1de21802940bb9f22a5",
  66. "homepage": "https://github.com/jshttp/content-disposition",
  67. "keywords": [
  68. "content-disposition",
  69. "http",
  70. "rfc6266",
  71. "res"
  72. ],
  73. "license": "MIT",
  74. "maintainers": [
  75. {
  76. "email": "doug@somethingdoug.com",
  77. "name": "dougwilson"
  78. }
  79. ],
  80. "name": "content-disposition",
  81. "optionalDependencies": {},
  82. "readme": "ERROR: No README data found!",
  83. "repository": {
  84. "type": "git",
  85. "url": "git+https://github.com/jshttp/content-disposition.git"
  86. },
  87. "scripts": {
  88. "test": "mocha --reporter spec --bail --check-leaks test/",
  89. "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks test/",
  90. "test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks test/"
  91. },
  92. "version": "0.5.1"
  93. }