1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374 |
- {
- "_from": "path-to-regexp@2.4.0",
- "_id": "path-to-regexp@2.4.0",
- "_inBundle": false,
- "_integrity": "sha512-G6zHoVqC6GGTQkZwF4lkuEyMbVOjoBKAEybQUypI1WTkqinCOrq2x6U2+phkJ1XsEMTy4LjtwPI7HW+NVrRR2w==",
- "_location": "/path-to-regexp",
- "_phantomChildren": {},
- "_requested": {
- "type": "version",
- "registry": true,
- "raw": "path-to-regexp@2.4.0",
- "name": "path-to-regexp",
- "escapedName": "path-to-regexp",
- "rawSpec": "2.4.0",
- "saveSpec": null,
- "fetchSpec": "2.4.0"
- },
- "_requiredBy": [
- "/"
- ],
- "_resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-2.4.0.tgz",
- "_shasum": "35ce7f333d5616f1c1e1bfe266c3aba2e5b2e704",
- "_spec": "path-to-regexp@2.4.0",
- "_where": "E:\\workspace\\cfd-front-admin",
- "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": "^10.7.1",
- "chai": "^4.1.1",
- "istanbul": "^0.4.5",
- "mocha": "^5.2.0",
- "standard": "^11.0.1",
- "ts-node": "^7.0.1",
- "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": "2.4.0"
- }
|