租房小程序前端代码
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

78 lines
1.9 KiB

3 months ago
  1. {
  2. "_from": "locate-path@^6.0.0",
  3. "_id": "locate-path@6.0.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-iPZK6eYjbxRu3uB4/WZ3EsEIMJFMqAoopl3R+zuq0UjcAm/MO6KCweDgPfP3elTztoKP3KtnVHxTn2NHBSDVUw==",
  6. "_location": "/locate-path",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "locate-path@^6.0.0",
  12. "name": "locate-path",
  13. "escapedName": "locate-path",
  14. "rawSpec": "^6.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^6.0.0"
  17. },
  18. "_requiredBy": [
  19. "/find-up"
  20. ],
  21. "_resolved": "https://registry.npmmirror.com/locate-path/-/locate-path-6.0.0.tgz",
  22. "_shasum": "55321eb309febbc59c4801d931a72452a681d286",
  23. "_spec": "locate-path@^6.0.0",
  24. "_where": "E:\\webView\\tenancy-wechat-uniapp\\node_modules\\find-up",
  25. "author": {
  26. "name": "Sindre Sorhus",
  27. "email": "sindresorhus@gmail.com",
  28. "url": "https://sindresorhus.com"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/sindresorhus/locate-path/issues"
  32. },
  33. "bundleDependencies": false,
  34. "dependencies": {
  35. "p-locate": "^5.0.0"
  36. },
  37. "deprecated": false,
  38. "description": "Get the first path that exists on disk of multiple paths",
  39. "devDependencies": {
  40. "ava": "^2.4.0",
  41. "tsd": "^0.13.1",
  42. "xo": "^0.32.1"
  43. },
  44. "engines": {
  45. "node": ">=10"
  46. },
  47. "files": [
  48. "index.js",
  49. "index.d.ts"
  50. ],
  51. "funding": "https://github.com/sponsors/sindresorhus",
  52. "homepage": "https://github.com/sindresorhus/locate-path#readme",
  53. "keywords": [
  54. "locate",
  55. "path",
  56. "paths",
  57. "file",
  58. "files",
  59. "exists",
  60. "find",
  61. "finder",
  62. "search",
  63. "searcher",
  64. "array",
  65. "iterable",
  66. "iterator"
  67. ],
  68. "license": "MIT",
  69. "name": "locate-path",
  70. "repository": {
  71. "type": "git",
  72. "url": "git+https://github.com/sindresorhus/locate-path.git"
  73. },
  74. "scripts": {
  75. "test": "xo && ava && tsd"
  76. },
  77. "version": "6.0.0"
  78. }