| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394 |
- {
- "_args": [
- [
- "path-to-regexp@6.2.2",
- "/Users/zhanwencai/code/game/congkong/webServer"
- ]
- ],
- "_from": "path-to-regexp@6.2.2",
- "_id": "path-to-regexp@6.2.2",
- "_inBundle": false,
- "_integrity": "sha512-GQX3SSMokngb36+whdpRXE+3f9V8UzyAorlYvOGx87ufGHehNTn5lCxrKtLyZ4Yl/wEKnNnr98ZzOwwDZV5ogw==",
- "_location": "/path-to-regexp",
- "_phantomChildren": {},
- "_requested": {
- "type": "version",
- "registry": true,
- "raw": "path-to-regexp@6.2.2",
- "name": "path-to-regexp",
- "escapedName": "path-to-regexp",
- "rawSpec": "6.2.2",
- "saveSpec": null,
- "fetchSpec": "6.2.2"
- },
- "_requiredBy": [
- "/@koa/router"
- ],
- "_resolved": "https://registry.npmmirror.com/path-to-regexp/-/path-to-regexp-6.2.2.tgz",
- "_spec": "6.2.2",
- "_where": "/Users/zhanwencai/code/game/congkong/webServer",
- "bugs": {
- "url": "https://github.com/pillarjs/path-to-regexp/issues"
- },
- "description": "Express style path to RegExp utility",
- "devDependencies": {
- "@borderless/ts-scripts": "^0.15.0",
- "@size-limit/preset-small-lib": "^11.1.2",
- "@types/node": "^20.4.9",
- "@types/semver": "^7.3.1",
- "@vitest/coverage-v8": "^1.4.0",
- "semver": "^7.3.5",
- "size-limit": "^11.1.2",
- "typescript": "^5.1.6"
- },
- "files": [
- "dist.es2015/",
- "dist/"
- ],
- "homepage": "https://github.com/pillarjs/path-to-regexp#readme",
- "keywords": [
- "express",
- "regexp",
- "route",
- "routing"
- ],
- "license": "MIT",
- "main": "dist/index.js",
- "module": "dist.es2015/index.js",
- "name": "path-to-regexp",
- "publishConfig": {
- "access": "public"
- },
- "repository": {
- "type": "git",
- "url": "git+https://github.com/pillarjs/path-to-regexp.git"
- },
- "scripts": {
- "build": "ts-scripts build",
- "format": "ts-scripts format",
- "lint": "ts-scripts lint",
- "prepare": "ts-scripts install && npm run build",
- "size": "size-limit",
- "specs": "ts-scripts specs",
- "test": "ts-scripts test && npm run size"
- },
- "sideEffects": false,
- "size-limit": [
- {
- "path": "dist.es2015/index.js",
- "limit": "2 kB"
- }
- ],
- "ts-scripts": {
- "dist": [
- "dist",
- "dist.es2015"
- ],
- "project": [
- "tsconfig.build.json",
- "tsconfig.es2015.json"
- ]
- },
- "typings": "dist/index.d.ts",
- "version": "6.2.2"
- }
|