租房小程序前端代码
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.

86 lines
2.0 KiB

3 months ago
  1. {
  2. "_from": "find-up@^5.0.0",
  3. "_id": "find-up@5.0.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-78/PXT1wlLLDgTzDs7sjq9hzz0vXD+zn+7wypEe4fXQxCmdmqfGsEPQxmiCSQI3ajFV91bVSsvNtrJRiW6nGng==",
  6. "_location": "/find-up",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "find-up@^5.0.0",
  12. "name": "find-up",
  13. "escapedName": "find-up",
  14. "rawSpec": "^5.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^5.0.0"
  17. },
  18. "_requiredBy": [
  19. "/eslint"
  20. ],
  21. "_resolved": "https://registry.npmmirror.com/find-up/-/find-up-5.0.0.tgz",
  22. "_shasum": "4c92819ecb7083561e4f4a240a86be5198f536fc",
  23. "_spec": "find-up@^5.0.0",
  24. "_where": "E:\\webView\\tenancy-wechat-uniapp\\node_modules\\eslint",
  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/find-up/issues"
  32. },
  33. "bundleDependencies": false,
  34. "dependencies": {
  35. "locate-path": "^6.0.0",
  36. "path-exists": "^4.0.0"
  37. },
  38. "deprecated": false,
  39. "description": "Find a file or directory by walking up parent directories",
  40. "devDependencies": {
  41. "ava": "^2.1.0",
  42. "is-path-inside": "^2.1.0",
  43. "tempy": "^0.6.0",
  44. "tsd": "^0.13.1",
  45. "xo": "^0.33.0"
  46. },
  47. "engines": {
  48. "node": ">=10"
  49. },
  50. "files": [
  51. "index.js",
  52. "index.d.ts"
  53. ],
  54. "funding": "https://github.com/sponsors/sindresorhus",
  55. "homepage": "https://github.com/sindresorhus/find-up#readme",
  56. "keywords": [
  57. "find",
  58. "up",
  59. "find-up",
  60. "findup",
  61. "look-up",
  62. "look",
  63. "file",
  64. "search",
  65. "match",
  66. "package",
  67. "resolve",
  68. "parent",
  69. "parents",
  70. "folder",
  71. "directory",
  72. "walk",
  73. "walking",
  74. "path"
  75. ],
  76. "license": "MIT",
  77. "name": "find-up",
  78. "repository": {
  79. "type": "git",
  80. "url": "git+https://github.com/sindresorhus/find-up.git"
  81. },
  82. "scripts": {
  83. "test": "xo && ava && tsd"
  84. },
  85. "version": "5.0.0"
  86. }