{ "_from": "path-to-regexp@^4.0.0", "_id": "path-to-regexp@4.0.5", "_inBundle": false, "_integrity": "sha512-l+fTaGG2N9ZRpCEUj5fG1VKdDLaiqwCIvPngpnxzREhcdobhZC4ou4w984HBu72DqAJ5CfcdV6tjqNOunfpdsQ==", "_location": "/path-to-regexp", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "path-to-regexp@^4.0.0", "name": "path-to-regexp", "escapedName": "path-to-regexp", "rawSpec": "^4.0.0", "saveSpec": null, "fetchSpec": "^4.0.0" }, "_requiredBy": [ "/middie" ], "_resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-4.0.5.tgz", "_shasum": "2d4fd140af9a369bf7b68f77a7fdc340490f4239", "_spec": "path-to-regexp@^4.0.0", "_where": "/home/herrhase/Workspace/tentakelfabrik/board/node_modules/middie", "bugs": { "url": "https://github.com/pillarjs/path-to-regexp/issues" }, "bundleDependencies": false, "deprecated": false, "description": "Express style path to RegExp utility", "devDependencies": { "@size-limit/preset-small-lib": "^2.1.6", "@types/jest": "^24.0.22", "@types/node": "^12.12.7", "husky": "^3.0.9", "jest": "^24.9.0", "lint-staged": "^9.4.2", "prettier": "^1.19.1", "rimraf": "^3.0.0", "ts-jest": "^24.1.0", "tslint": "^5.20.1", "tslint-config-prettier": "^1.18.0", "tslint-config-standard": "^9.0.0", "typescript": "^3.7.2" }, "files": [ "dist/", "dist.es2015/" ], "homepage": "https://github.com/pillarjs/path-to-regexp#readme", "husky": { "hooks": { "pre-commit": "lint-staged" } }, "jest": { "roots": [ "/src/" ], "transform": { "\\.tsx?$": "ts-jest" }, "testRegex": "(/__tests__/.*|\\.(test|spec))\\.(tsx?|jsx?)$", "moduleFileExtensions": [ "ts", "tsx", "js", "jsx", "json", "node" ] }, "keywords": [ "express", "regexp", "route", "routing" ], "license": "MIT", "lint-staged": { "*.{js,jsx,ts,tsx,json,md,yml,yaml}": [ "npm run prettier", "git add" ] }, "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": "rimraf dist/ dist.es2015/ && tsc && tsc -P tsconfig.es2015.json", "format": "npm run prettier -- \"{.,src/**}/*.{js,jsx,ts,tsx,json,md,yml,yaml}\"", "lint": "tslint \"src/**/*\" --project tsconfig.json", "prepare": "npm run build", "prettier": "prettier --write", "size": "size-limit", "specs": "jest --coverage", "test": "npm run build && npm run lint && npm run specs && npm run size" }, "sideEffects": false, "size-limit": [ { "path": "dist/index.js", "limit": "1.75 kB" } ], "typings": "dist/index.d.ts", "version": "4.0.5" }