package.json 2.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495
  1. {
  2. "_from": "connect@^3.7.0",
  3. "_id": "connect@3.7.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-ZqRXc+tZukToSNmh5C2iWMSoV3X1YUcPbqEM4DkEG5tNQXrQUZCNVGGv3IuicnkMtPfGf3Xtp8WCXs295iQ1pQ==",
  6. "_location": "/connect",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "connect@^3.7.0",
  12. "name": "connect",
  13. "escapedName": "connect",
  14. "rawSpec": "^3.7.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^3.7.0"
  17. },
  18. "_requiredBy": [
  19. "/@nuxt/cli",
  20. "/@nuxt/loading-screen",
  21. "/@nuxt/server"
  22. ],
  23. "_resolved": "https://registry.npmjs.org/connect/-/connect-3.7.0.tgz",
  24. "_shasum": "5d49348910caa5e07a01800b030d0c35f20484f8",
  25. "_spec": "connect@^3.7.0",
  26. "_where": "H:\\gs_nuxt\\node_modules\\@nuxt\\cli",
  27. "author": {
  28. "name": "TJ Holowaychuk",
  29. "email": "tj@vision-media.ca",
  30. "url": "http://tjholowaychuk.com"
  31. },
  32. "bugs": {
  33. "url": "https://github.com/senchalabs/connect/issues"
  34. },
  35. "bundleDependencies": false,
  36. "contributors": [
  37. {
  38. "name": "Douglas Christopher Wilson",
  39. "email": "doug@somethingdoug.com"
  40. },
  41. {
  42. "name": "Jonathan Ong",
  43. "email": "me@jongleberry.com"
  44. },
  45. {
  46. "name": "Tim Caswell",
  47. "email": "tim@creationix.com"
  48. }
  49. ],
  50. "dependencies": {
  51. "debug": "2.6.9",
  52. "finalhandler": "1.1.2",
  53. "parseurl": "~1.3.3",
  54. "utils-merge": "1.0.1"
  55. },
  56. "deprecated": false,
  57. "description": "High performance middleware framework",
  58. "devDependencies": {
  59. "eslint": "4.19.1",
  60. "mocha": "6.1.4",
  61. "nyc": "14.1.1",
  62. "supertest": "4.0.2"
  63. },
  64. "engines": {
  65. "node": ">= 0.10.0"
  66. },
  67. "files": [
  68. "LICENSE",
  69. "HISTORY.md",
  70. "README.md",
  71. "SECURITY.md",
  72. "index.js"
  73. ],
  74. "homepage": "https://github.com/senchalabs/connect#readme",
  75. "keywords": [
  76. "framework",
  77. "web",
  78. "middleware",
  79. "connect",
  80. "rack"
  81. ],
  82. "license": "MIT",
  83. "name": "connect",
  84. "repository": {
  85. "type": "git",
  86. "url": "git+https://github.com/senchalabs/connect.git"
  87. },
  88. "scripts": {
  89. "lint": "eslint .",
  90. "test": "mocha --require test/support/env --reporter spec --bail --check-leaks test/",
  91. "test-cov": "nyc --reporter=html --reporter=text npm test",
  92. "test-travis": "nyc --reporter=text npm test"
  93. },
  94. "version": "3.7.0"
  95. }