package.json 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081
  1. {
  2. "_args": [
  3. [
  4. "locate-path@3.0.0",
  5. "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI"
  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. "/documentation/find-up",
  26. "/pkg-dir/find-up",
  27. "/webpack-dev-server/find-up"
  28. ],
  29. "_resolved": "https://registry.npmjs.org/locate-path/-/locate-path-3.0.0.tgz",
  30. "_spec": "3.0.0",
  31. "_where": "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI",
  32. "author": {
  33. "name": "Sindre Sorhus",
  34. "email": "sindresorhus@gmail.com",
  35. "url": "sindresorhus.com"
  36. },
  37. "bugs": {
  38. "url": "https://github.com/sindresorhus/locate-path/issues"
  39. },
  40. "dependencies": {
  41. "p-locate": "^3.0.0",
  42. "path-exists": "^3.0.0"
  43. },
  44. "description": "Get the first path that exists on disk of multiple paths",
  45. "devDependencies": {
  46. "ava": "*",
  47. "xo": "*"
  48. },
  49. "engines": {
  50. "node": ">=6"
  51. },
  52. "files": [
  53. "index.js"
  54. ],
  55. "homepage": "https://github.com/sindresorhus/locate-path#readme",
  56. "keywords": [
  57. "locate",
  58. "path",
  59. "paths",
  60. "file",
  61. "files",
  62. "exists",
  63. "find",
  64. "finder",
  65. "search",
  66. "searcher",
  67. "array",
  68. "iterable",
  69. "iterator"
  70. ],
  71. "license": "MIT",
  72. "name": "locate-path",
  73. "repository": {
  74. "type": "git",
  75. "url": "git+https://github.com/sindresorhus/locate-path.git"
  76. },
  77. "scripts": {
  78. "test": "xo && ava"
  79. },
  80. "version": "3.0.0"
  81. }