package.json 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110
  1. {
  2. "_args": [
  3. [
  4. {
  5. "raw": "content-disposition@0.5.2",
  6. "scope": null,
  7. "escapedName": "content-disposition",
  8. "name": "content-disposition",
  9. "rawSpec": "0.5.2",
  10. "spec": "0.5.2",
  11. "type": "version"
  12. },
  13. "C:\\Users\\Administrator\\Desktop\\answer\\node_modules\\express"
  14. ]
  15. ],
  16. "_from": "content-disposition@0.5.2",
  17. "_id": "content-disposition@0.5.2",
  18. "_inCache": true,
  19. "_location": "/content-disposition",
  20. "_nodeVersion": "4.6.0",
  21. "_npmOperationalInternal": {
  22. "host": "packages-18-east.internal.npmjs.com",
  23. "tmp": "tmp/content-disposition-0.5.2.tgz_1481246224565_0.35659545403905213"
  24. },
  25. "_npmUser": {
  26. "name": "dougwilson",
  27. "email": "doug@somethingdoug.com"
  28. },
  29. "_npmVersion": "2.15.9",
  30. "_phantomChildren": {},
  31. "_requested": {
  32. "raw": "content-disposition@0.5.2",
  33. "scope": null,
  34. "escapedName": "content-disposition",
  35. "name": "content-disposition",
  36. "rawSpec": "0.5.2",
  37. "spec": "0.5.2",
  38. "type": "version"
  39. },
  40. "_requiredBy": [
  41. "/express"
  42. ],
  43. "_resolved": "https://registry.npmjs.org/content-disposition/-/content-disposition-0.5.2.tgz",
  44. "_shasum": "0cf68bb9ddf5f2be7961c3a85178cb85dba78cb4",
  45. "_shrinkwrap": null,
  46. "_spec": "content-disposition@0.5.2",
  47. "_where": "C:\\Users\\Administrator\\Desktop\\answer\\node_modules\\express",
  48. "bugs": {
  49. "url": "https://github.com/jshttp/content-disposition/issues"
  50. },
  51. "contributors": [
  52. {
  53. "name": "Douglas Christopher Wilson",
  54. "email": "doug@somethingdoug.com"
  55. }
  56. ],
  57. "dependencies": {},
  58. "description": "Create and parse Content-Disposition header",
  59. "devDependencies": {
  60. "eslint": "3.11.1",
  61. "eslint-config-standard": "6.2.1",
  62. "eslint-plugin-promise": "3.3.0",
  63. "eslint-plugin-standard": "2.0.1",
  64. "istanbul": "0.4.5",
  65. "mocha": "1.21.5"
  66. },
  67. "directories": {},
  68. "dist": {
  69. "shasum": "0cf68bb9ddf5f2be7961c3a85178cb85dba78cb4",
  70. "tarball": "https://registry.npmjs.org/content-disposition/-/content-disposition-0.5.2.tgz"
  71. },
  72. "engines": {
  73. "node": ">= 0.6"
  74. },
  75. "files": [
  76. "LICENSE",
  77. "HISTORY.md",
  78. "README.md",
  79. "index.js"
  80. ],
  81. "gitHead": "2a08417377cf55678c9f870b305f3c6c088920f3",
  82. "homepage": "https://github.com/jshttp/content-disposition#readme",
  83. "keywords": [
  84. "content-disposition",
  85. "http",
  86. "rfc6266",
  87. "res"
  88. ],
  89. "license": "MIT",
  90. "maintainers": [
  91. {
  92. "name": "dougwilson",
  93. "email": "doug@somethingdoug.com"
  94. }
  95. ],
  96. "name": "content-disposition",
  97. "optionalDependencies": {},
  98. "readme": "ERROR: No README data found!",
  99. "repository": {
  100. "type": "git",
  101. "url": "git+https://github.com/jshttp/content-disposition.git"
  102. },
  103. "scripts": {
  104. "lint": "eslint .",
  105. "test": "mocha --reporter spec --bail --check-leaks test/",
  106. "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks test/",
  107. "test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks test/"
  108. },
  109. "version": "0.5.2"
  110. }