租房小程序前端代码
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": "p-locate@^5.0.0",
  3. "_id": "p-locate@5.0.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-LaNjtRWUBY++zB5nE/NwcaoMylSPk+S+ZHNB1TzdbMJMny6dynpAGt7X/tl/QYq3TIeE6nxHppbo2LGymrG5Pw==",
  6. "_location": "/p-locate",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "p-locate@^5.0.0",
  12. "name": "p-locate",
  13. "escapedName": "p-locate",
  14. "rawSpec": "^5.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^5.0.0"
  17. },
  18. "_requiredBy": [
  19. "/locate-path"
  20. ],
  21. "_resolved": "https://registry.npmmirror.com/p-locate/-/p-locate-5.0.0.tgz",
  22. "_shasum": "83c8315c6785005e3bd021839411c9e110e6d834",
  23. "_spec": "p-locate@^5.0.0",
  24. "_where": "E:\\webView\\tenancy-wechat-uniapp\\node_modules\\locate-path",
  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/p-locate/issues"
  32. },
  33. "bundleDependencies": false,
  34. "dependencies": {
  35. "p-limit": "^3.0.2"
  36. },
  37. "deprecated": false,
  38. "description": "Get the first fulfilled promise that satisfies the provided testing function",
  39. "devDependencies": {
  40. "ava": "^2.4.0",
  41. "delay": "^4.1.0",
  42. "in-range": "^2.0.0",
  43. "time-span": "^4.0.0",
  44. "tsd": "^0.13.1",
  45. "xo": "^0.32.1"
  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/p-locate#readme",
  56. "keywords": [
  57. "promise",
  58. "locate",
  59. "find",
  60. "finder",
  61. "search",
  62. "searcher",
  63. "test",
  64. "array",
  65. "collection",
  66. "iterable",
  67. "iterator",
  68. "race",
  69. "fulfilled",
  70. "fastest",
  71. "async",
  72. "await",
  73. "promises",
  74. "bluebird"
  75. ],
  76. "license": "MIT",
  77. "name": "p-locate",
  78. "repository": {
  79. "type": "git",
  80. "url": "git+https://github.com/sindresorhus/p-locate.git"
  81. },
  82. "scripts": {
  83. "test": "xo && ava && tsd"
  84. },
  85. "version": "5.0.0"
  86. }