homebridge-config-ui-x
Version:
A web based management, configuration and control platform for Homebridge
76 lines (75 loc) • 2.1 kB
JSON
{
"_from": "path-to-regexp@3.1.0",
"_id": "path-to-regexp@3.1.0",
"_inBundle": false,
"_integrity": "sha512-PtHLisEvUOepjc+sStXxJ/pDV/s5UBTOKWJY2SOz3e6E/iN/jLknY9WL72kTwRrwXDUbZTEAtSnJbz2fF127DA==",
"_location": "/path-to-regexp",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "path-to-regexp@3.1.0",
"name": "path-to-regexp",
"escapedName": "path-to-regexp",
"rawSpec": "3.1.0",
"saveSpec": null,
"fetchSpec": "3.1.0"
},
"_requiredBy": [
"/@nestjs/platform-fastify",
"/middie"
],
"_resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-3.1.0.tgz",
"_shasum": "f45a9cc4dc6331ae8f131e0ce4fde8607f802367",
"_spec": "path-to-regexp@3.1.0",
"_where": "/Users/john/src/homebridge-config-ui-x/node_modules/@nestjs/platform-fastify",
"bugs": {
"url": "https://github.com/pillarjs/path-to-regexp/issues"
},
"bundleDependencies": false,
"component": {
"scripts": {
"path-to-regexp": "index.js"
}
},
"deprecated": false,
"description": "Express style path to RegExp utility",
"devDependencies": {
"@types/chai": "^4.0.4",
"@types/mocha": "^5.2.5",
"@types/node": "^12.7.3",
"chai": "^4.1.1",
"istanbul": "^0.4.5",
"mocha": "^6.2.0",
"standard": "^14.1.0",
"ts-node": "^8.3.0",
"typescript": "^3.0.1"
},
"files": [
"index.js",
"index.d.ts",
"LICENSE"
],
"homepage": "https://github.com/pillarjs/path-to-regexp#readme",
"keywords": [
"express",
"regexp",
"route",
"routing"
],
"license": "MIT",
"main": "index.js",
"name": "path-to-regexp",
"repository": {
"type": "git",
"url": "git+https://github.com/pillarjs/path-to-regexp.git"
},
"scripts": {
"lint": "standard",
"test": "npm run lint && npm run test-cov",
"test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --require ts-node/register -R spec test.ts",
"test-spec": "mocha --require ts-node/register -R spec --bail test.ts"
},
"typings": "index.d.ts",
"version": "3.1.0"
}