package.json 2.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  1. {
  2. "_from": "path-to-regexp@2.4.0",
  3. "_id": "path-to-regexp@2.4.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-G6zHoVqC6GGTQkZwF4lkuEyMbVOjoBKAEybQUypI1WTkqinCOrq2x6U2+phkJ1XsEMTy4LjtwPI7HW+NVrRR2w==",
  6. "_location": "/path-to-regexp",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "version",
  10. "registry": true,
  11. "raw": "path-to-regexp@2.4.0",
  12. "name": "path-to-regexp",
  13. "escapedName": "path-to-regexp",
  14. "rawSpec": "2.4.0",
  15. "saveSpec": null,
  16. "fetchSpec": "2.4.0"
  17. },
  18. "_requiredBy": [
  19. "/"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-2.4.0.tgz",
  22. "_shasum": "35ce7f333d5616f1c1e1bfe266c3aba2e5b2e704",
  23. "_spec": "path-to-regexp@2.4.0",
  24. "_where": "E:\\workspace\\cfd-front-admin",
  25. "bugs": {
  26. "url": "https://github.com/pillarjs/path-to-regexp/issues"
  27. },
  28. "bundleDependencies": false,
  29. "component": {
  30. "scripts": {
  31. "path-to-regexp": "index.js"
  32. }
  33. },
  34. "deprecated": false,
  35. "description": "Express style path to RegExp utility",
  36. "devDependencies": {
  37. "@types/chai": "^4.0.4",
  38. "@types/mocha": "^5.2.5",
  39. "@types/node": "^10.7.1",
  40. "chai": "^4.1.1",
  41. "istanbul": "^0.4.5",
  42. "mocha": "^5.2.0",
  43. "standard": "^11.0.1",
  44. "ts-node": "^7.0.1",
  45. "typescript": "^3.0.1"
  46. },
  47. "files": [
  48. "index.js",
  49. "index.d.ts",
  50. "LICENSE"
  51. ],
  52. "homepage": "https://github.com/pillarjs/path-to-regexp#readme",
  53. "keywords": [
  54. "express",
  55. "regexp",
  56. "route",
  57. "routing"
  58. ],
  59. "license": "MIT",
  60. "main": "index.js",
  61. "name": "path-to-regexp",
  62. "repository": {
  63. "type": "git",
  64. "url": "git+https://github.com/pillarjs/path-to-regexp.git"
  65. },
  66. "scripts": {
  67. "lint": "standard",
  68. "test": "npm run lint && npm run test-cov",
  69. "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --require ts-node/register -R spec test.ts",
  70. "test-spec": "mocha --require ts-node/register -R spec --bail test.ts"
  71. },
  72. "typings": "index.d.ts",
  73. "version": "2.4.0"
  74. }