package.json 2.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879
  1. {
  2. "_args": [
  3. [
  4. "content-disposition@0.5.2",
  5. "/Users/lihai/jolijoli/pad_spa"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "content-disposition@0.5.2",
  10. "_id": "content-disposition@0.5.2",
  11. "_inBundle": false,
  12. "_integrity": "sha1-DPaLud318r55YcOoUXjLhdunjLQ=",
  13. "_location": "/content-disposition",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "content-disposition@0.5.2",
  19. "name": "content-disposition",
  20. "escapedName": "content-disposition",
  21. "rawSpec": "0.5.2",
  22. "saveSpec": null,
  23. "fetchSpec": "0.5.2"
  24. },
  25. "_requiredBy": [
  26. "/express"
  27. ],
  28. "_resolved": "https://registry.npm.taobao.org/content-disposition/download/content-disposition-0.5.2.tgz",
  29. "_spec": "0.5.2",
  30. "_where": "/Users/lihai/jolijoli/pad_spa",
  31. "bugs": {
  32. "url": "https://github.com/jshttp/content-disposition/issues"
  33. },
  34. "contributors": [
  35. {
  36. "name": "Douglas Christopher Wilson",
  37. "email": "doug@somethingdoug.com"
  38. }
  39. ],
  40. "description": "Create and parse Content-Disposition header",
  41. "devDependencies": {
  42. "eslint": "3.11.1",
  43. "eslint-config-standard": "6.2.1",
  44. "eslint-plugin-promise": "3.3.0",
  45. "eslint-plugin-standard": "2.0.1",
  46. "istanbul": "0.4.5",
  47. "mocha": "1.21.5"
  48. },
  49. "engines": {
  50. "node": ">= 0.6"
  51. },
  52. "files": [
  53. "LICENSE",
  54. "HISTORY.md",
  55. "README.md",
  56. "index.js"
  57. ],
  58. "homepage": "https://github.com/jshttp/content-disposition#readme",
  59. "keywords": [
  60. "content-disposition",
  61. "http",
  62. "rfc6266",
  63. "res"
  64. ],
  65. "license": "MIT",
  66. "name": "content-disposition",
  67. "repository": {
  68. "type": "git",
  69. "url": "git+https://github.com/jshttp/content-disposition.git"
  70. },
  71. "scripts": {
  72. "lint": "eslint .",
  73. "test": "mocha --reporter spec --bail --check-leaks test/",
  74. "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks test/",
  75. "test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks test/"
  76. },
  77. "version": "0.5.2"
  78. }