package.json 2.8 KB

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