Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.

package.json 2.0 KiB

před 3 roky
12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182
  1. {
  2. "_args": [
  3. [
  4. "locate-path@3.0.0",
  5. "/Users/michielcarman/Server Code/Repository/clients-rpm-kit-manager/code/RPM.KitManager/RPM.KitManager.Web/ClientApp"
  6. ]
  7. ],
  8. "_from": "locate-path@3.0.0",
  9. "_id": "locate-path@3.0.0",
  10. "_inBundle": false,
  11. "_integrity": "sha512-7AO748wWnIhNqAuaty2ZWHkQHRSNfPVIsPIfwEOWO22AmaoVrWavlOcMR5nzTLNYvp36X220/maaRsrec1G65A==",
  12. "_location": "/locate-path",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "locate-path@3.0.0",
  18. "name": "locate-path",
  19. "escapedName": "locate-path",
  20. "rawSpec": "3.0.0",
  21. "saveSpec": null,
  22. "fetchSpec": "3.0.0"
  23. },
  24. "_requiredBy": [
  25. "/react-dev-utils/find-up",
  26. "/terser-webpack-plugin/find-up",
  27. "/webpack-dev-server/find-up",
  28. "/yargs/find-up"
  29. ],
  30. "_resolved": "https://registry.npmjs.org/locate-path/-/locate-path-3.0.0.tgz",
  31. "_spec": "3.0.0",
  32. "_where": "/Users/michielcarman/Server Code/Repository/clients-rpm-kit-manager/code/RPM.KitManager/RPM.KitManager.Web/ClientApp",
  33. "author": {
  34. "name": "Sindre Sorhus",
  35. "email": "sindresorhus@gmail.com",
  36. "url": "sindresorhus.com"
  37. },
  38. "bugs": {
  39. "url": "https://github.com/sindresorhus/locate-path/issues"
  40. },
  41. "dependencies": {
  42. "p-locate": "^3.0.0",
  43. "path-exists": "^3.0.0"
  44. },
  45. "description": "Get the first path that exists on disk of multiple paths",
  46. "devDependencies": {
  47. "ava": "*",
  48. "xo": "*"
  49. },
  50. "engines": {
  51. "node": ">=6"
  52. },
  53. "files": [
  54. "index.js"
  55. ],
  56. "homepage": "https://github.com/sindresorhus/locate-path#readme",
  57. "keywords": [
  58. "locate",
  59. "path",
  60. "paths",
  61. "file",
  62. "files",
  63. "exists",
  64. "find",
  65. "finder",
  66. "search",
  67. "searcher",
  68. "array",
  69. "iterable",
  70. "iterator"
  71. ],
  72. "license": "MIT",
  73. "name": "locate-path",
  74. "repository": {
  75. "type": "git",
  76. "url": "git+https://github.com/sindresorhus/locate-path.git"
  77. },
  78. "scripts": {
  79. "test": "xo && ava"
  80. },
  81. "version": "3.0.0"
  82. }