package.json 2.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394
  1. {
  2. "_args": [
  3. [
  4. "path-to-regexp@6.2.2",
  5. "/Users/zhanwencai/code/game/congkong/webServer"
  6. ]
  7. ],
  8. "_from": "path-to-regexp@6.2.2",
  9. "_id": "path-to-regexp@6.2.2",
  10. "_inBundle": false,
  11. "_integrity": "sha512-GQX3SSMokngb36+whdpRXE+3f9V8UzyAorlYvOGx87ufGHehNTn5lCxrKtLyZ4Yl/wEKnNnr98ZzOwwDZV5ogw==",
  12. "_location": "/path-to-regexp",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "path-to-regexp@6.2.2",
  18. "name": "path-to-regexp",
  19. "escapedName": "path-to-regexp",
  20. "rawSpec": "6.2.2",
  21. "saveSpec": null,
  22. "fetchSpec": "6.2.2"
  23. },
  24. "_requiredBy": [
  25. "/@koa/router"
  26. ],
  27. "_resolved": "https://registry.npmmirror.com/path-to-regexp/-/path-to-regexp-6.2.2.tgz",
  28. "_spec": "6.2.2",
  29. "_where": "/Users/zhanwencai/code/game/congkong/webServer",
  30. "bugs": {
  31. "url": "https://github.com/pillarjs/path-to-regexp/issues"
  32. },
  33. "description": "Express style path to RegExp utility",
  34. "devDependencies": {
  35. "@borderless/ts-scripts": "^0.15.0",
  36. "@size-limit/preset-small-lib": "^11.1.2",
  37. "@types/node": "^20.4.9",
  38. "@types/semver": "^7.3.1",
  39. "@vitest/coverage-v8": "^1.4.0",
  40. "semver": "^7.3.5",
  41. "size-limit": "^11.1.2",
  42. "typescript": "^5.1.6"
  43. },
  44. "files": [
  45. "dist.es2015/",
  46. "dist/"
  47. ],
  48. "homepage": "https://github.com/pillarjs/path-to-regexp#readme",
  49. "keywords": [
  50. "express",
  51. "regexp",
  52. "route",
  53. "routing"
  54. ],
  55. "license": "MIT",
  56. "main": "dist/index.js",
  57. "module": "dist.es2015/index.js",
  58. "name": "path-to-regexp",
  59. "publishConfig": {
  60. "access": "public"
  61. },
  62. "repository": {
  63. "type": "git",
  64. "url": "git+https://github.com/pillarjs/path-to-regexp.git"
  65. },
  66. "scripts": {
  67. "build": "ts-scripts build",
  68. "format": "ts-scripts format",
  69. "lint": "ts-scripts lint",
  70. "prepare": "ts-scripts install && npm run build",
  71. "size": "size-limit",
  72. "specs": "ts-scripts specs",
  73. "test": "ts-scripts test && npm run size"
  74. },
  75. "sideEffects": false,
  76. "size-limit": [
  77. {
  78. "path": "dist.es2015/index.js",
  79. "limit": "2 kB"
  80. }
  81. ],
  82. "ts-scripts": {
  83. "dist": [
  84. "dist",
  85. "dist.es2015"
  86. ],
  87. "project": [
  88. "tsconfig.build.json",
  89. "tsconfig.es2015.json"
  90. ]
  91. },
  92. "typings": "dist/index.d.ts",
  93. "version": "6.2.2"
  94. }