Nie możesz wybrać więcej, niż 25 tematów Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.

3 lat temu
12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879
  1. {
  2. "_args": [
  3. [
  4. "path-to-regexp@1.8.0",
  5. "/Users/michielcarman/Server Code/Repository/clients-rpm-kit-manager/code/RPM.KitManager/RPM.KitManager.Web/ClientApp"
  6. ]
  7. ],
  8. "_from": "path-to-regexp@1.8.0",
  9. "_id": "path-to-regexp@1.8.0",
  10. "_inBundle": false,
  11. "_integrity": "sha512-n43JRhlUKUAlibEJhPeir1ncUID16QnEjNpwzNdO3Lm4ywrBpBZ5oLD0I6br9evr1Y9JTqwRtAh7JLoOzAQdVA==",
  12. "_location": "/path-to-regexp",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "path-to-regexp@1.8.0",
  18. "name": "path-to-regexp",
  19. "escapedName": "path-to-regexp",
  20. "rawSpec": "1.8.0",
  21. "saveSpec": null,
  22. "fetchSpec": "1.8.0"
  23. },
  24. "_requiredBy": [
  25. "/react-router"
  26. ],
  27. "_resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-1.8.0.tgz",
  28. "_spec": "1.8.0",
  29. "_where": "/Users/michielcarman/Server Code/Repository/clients-rpm-kit-manager/code/RPM.KitManager/RPM.KitManager.Web/ClientApp",
  30. "bugs": {
  31. "url": "https://github.com/pillarjs/path-to-regexp/issues"
  32. },
  33. "component": {
  34. "scripts": {
  35. "path-to-regexp": "index.js"
  36. }
  37. },
  38. "dependencies": {
  39. "isarray": "0.0.1"
  40. },
  41. "description": "Express style path to RegExp utility",
  42. "devDependencies": {
  43. "chai": "^2.3.0",
  44. "istanbul": "~0.3.0",
  45. "mocha": "~2.2.4",
  46. "standard": "~3.7.3",
  47. "ts-node": "^0.5.5",
  48. "typescript": "^1.8.7",
  49. "typings": "^1.0.4"
  50. },
  51. "files": [
  52. "index.js",
  53. "index.d.ts",
  54. "LICENSE"
  55. ],
  56. "homepage": "https://github.com/pillarjs/path-to-regexp#readme",
  57. "keywords": [
  58. "express",
  59. "regexp",
  60. "route",
  61. "routing"
  62. ],
  63. "license": "MIT",
  64. "main": "index.js",
  65. "name": "path-to-regexp",
  66. "repository": {
  67. "type": "git",
  68. "url": "git+https://github.com/pillarjs/path-to-regexp.git"
  69. },
  70. "scripts": {
  71. "lint": "standard",
  72. "prepublish": "typings install",
  73. "test": "npm run lint && npm run test-cov",
  74. "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --require ts-node/register -R spec test.ts",
  75. "test-spec": "mocha --require ts-node/register -R spec --bail test.ts"
  76. },
  77. "typings": "index.d.ts",
  78. "version": "1.8.0"
  79. }