package.json 2.2 KB

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