package.json 2.3 KB

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