package.json 3.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110
  1. {
  2. "_args": [
  3. [
  4. "finalhandler@1.1.1",
  5. "/home/seleznev/project Angular/Quality system/node_modules/express"
  6. ]
  7. ],
  8. "_from": "finalhandler@1.1.1",
  9. "_id": "finalhandler@1.1.1",
  10. "_inCache": true,
  11. "_installable": true,
  12. "_location": "/finalhandler",
  13. "_nodeVersion": "6.13.0",
  14. "_npmOperationalInternal": {
  15. "host": "s3://npm-registry-packages",
  16. "tmp": "tmp/finalhandler_1.1.1_1520357803698_0.8904166922156158"
  17. },
  18. "_npmUser": {
  19. "email": "doug@somethingdoug.com",
  20. "name": "dougwilson"
  21. },
  22. "_npmVersion": "5.6.0",
  23. "_phantomChildren": {},
  24. "_requested": {
  25. "name": "finalhandler",
  26. "raw": "finalhandler@1.1.1",
  27. "rawSpec": "1.1.1",
  28. "scope": null,
  29. "spec": "1.1.1",
  30. "type": "version"
  31. },
  32. "_requiredBy": [
  33. "/express"
  34. ],
  35. "_resolved": "https://registry.npmjs.org/finalhandler/-/finalhandler-1.1.1.tgz",
  36. "_shasum": "eebf4ed840079c83f4249038c9d703008301b105",
  37. "_shrinkwrap": null,
  38. "_spec": "finalhandler@1.1.1",
  39. "_where": "/home/seleznev/project Angular/Quality system/node_modules/express",
  40. "author": {
  41. "email": "doug@somethingdoug.com",
  42. "name": "Douglas Christopher Wilson"
  43. },
  44. "bugs": {
  45. "url": "https://github.com/pillarjs/finalhandler/issues"
  46. },
  47. "dependencies": {
  48. "debug": "2.6.9",
  49. "encodeurl": "~1.0.2",
  50. "escape-html": "~1.0.3",
  51. "on-finished": "~2.3.0",
  52. "parseurl": "~1.3.2",
  53. "statuses": "~1.4.0",
  54. "unpipe": "~1.0.0"
  55. },
  56. "description": "Node.js final http responder",
  57. "devDependencies": {
  58. "eslint": "4.18.1",
  59. "eslint-config-standard": "11.0.0",
  60. "eslint-plugin-import": "2.9.0",
  61. "eslint-plugin-markdown": "1.0.0-beta.6",
  62. "eslint-plugin-node": "6.0.1",
  63. "eslint-plugin-promise": "3.6.0",
  64. "eslint-plugin-standard": "3.0.1",
  65. "istanbul": "0.4.5",
  66. "mocha": "2.5.3",
  67. "readable-stream": "2.3.4",
  68. "safe-buffer": "5.1.1",
  69. "supertest": "1.1.0"
  70. },
  71. "directories": {},
  72. "dist": {
  73. "fileCount": 5,
  74. "integrity": "sha512-Y1GUDo39ez4aHAw7MysnUD5JzYX+WaIj8I57kO3aEPT1fFRL4sr7mjei97FgnwhAyyzRYmQZaTHb2+9uZ1dPtg==",
  75. "shasum": "eebf4ed840079c83f4249038c9d703008301b105",
  76. "tarball": "https://registry.npmjs.org/finalhandler/-/finalhandler-1.1.1.tgz",
  77. "unpackedSize": 16905
  78. },
  79. "engines": {
  80. "node": ">= 0.8"
  81. },
  82. "files": [
  83. "HISTORY.md",
  84. "LICENSE",
  85. "index.js"
  86. ],
  87. "gitHead": "024f493418f62a59592a98f07b23b265092c1006",
  88. "homepage": "https://github.com/pillarjs/finalhandler#readme",
  89. "license": "MIT",
  90. "maintainers": [
  91. {
  92. "name": "dougwilson",
  93. "email": "doug@somethingdoug.com"
  94. }
  95. ],
  96. "name": "finalhandler",
  97. "optionalDependencies": {},
  98. "readme": "ERROR: No README data found!",
  99. "repository": {
  100. "type": "git",
  101. "url": "git+https://github.com/pillarjs/finalhandler.git"
  102. },
  103. "scripts": {
  104. "lint": "eslint --plugin markdown --ext js,md .",
  105. "test": "mocha --reporter spec --bail --check-leaks test/",
  106. "test-ci": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks test/",
  107. "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks test/"
  108. },
  109. "version": "1.1.1"
  110. }