package.json 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899
  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. "encodeurl": "1.0.2",
  9. "escape-html": "1.0.3",
  10. "on-finished": "2.3.0",
  11. "parseurl": "1.3.3",
  12. "unpipe": "1.0.0"
  13. },
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "connect@3.6.6",
  18. "name": "connect",
  19. "escapedName": "connect",
  20. "rawSpec": "3.6.6",
  21. "saveSpec": null,
  22. "fetchSpec": "3.6.6"
  23. },
  24. "_requiredBy": [
  25. "#DEV:/"
  26. ],
  27. "_resolved": "https://registry.npm.taobao.org/connect/download/connect-3.6.6.tgz",
  28. "_shasum": "09eff6c55af7236e137135a72574858b6786f524",
  29. "_spec": "connect@3.6.6",
  30. "_where": "D:\\bomanss\\ruoyi-ui",
  31. "author": {
  32. "name": "TJ Holowaychuk",
  33. "email": "tj@vision-media.ca",
  34. "url": "http://tjholowaychuk.com"
  35. },
  36. "bugs": {
  37. "url": "https://github.com/senchalabs/connect/issues"
  38. },
  39. "bundleDependencies": false,
  40. "contributors": [
  41. {
  42. "name": "Douglas Christopher Wilson",
  43. "email": "doug@somethingdoug.com"
  44. },
  45. {
  46. "name": "Jonathan Ong",
  47. "email": "me@jongleberry.com"
  48. },
  49. {
  50. "name": "Tim Caswell",
  51. "email": "tim@creationix.com"
  52. }
  53. ],
  54. "dependencies": {
  55. "debug": "2.6.9",
  56. "finalhandler": "1.1.0",
  57. "parseurl": "~1.3.2",
  58. "utils-merge": "1.0.1"
  59. },
  60. "deprecated": false,
  61. "description": "High performance middleware framework",
  62. "devDependencies": {
  63. "eslint": "2.13.1",
  64. "mocha": "3.5.3",
  65. "nyc": "10.3.2",
  66. "supertest": "2.0.0"
  67. },
  68. "engines": {
  69. "node": ">= 0.10.0"
  70. },
  71. "files": [
  72. "LICENSE",
  73. "HISTORY.md",
  74. "README.md",
  75. "SECURITY.md",
  76. "index.js"
  77. ],
  78. "homepage": "https://github.com/senchalabs/connect#readme",
  79. "keywords": [
  80. "framework",
  81. "web",
  82. "middleware",
  83. "connect",
  84. "rack"
  85. ],
  86. "license": "MIT",
  87. "name": "connect",
  88. "repository": {
  89. "type": "git",
  90. "url": "git+https://github.com/senchalabs/connect.git"
  91. },
  92. "scripts": {
  93. "lint": "eslint .",
  94. "test": "mocha --require test/support/env --reporter spec --bail --check-leaks test/",
  95. "test-cov": "nyc --reporter=text npm test",
  96. "test-travis": "nyc --reporter=html --reporter=text npm test"
  97. },
  98. "version": "3.6.6"
  99. }