package.json 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687
  1. {
  2. "_args": [
  3. [
  4. "p-locate@3.0.0",
  5. "D:\\wnmp\\www\\vue\\seaBlueAdmin"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "p-locate@3.0.0",
  10. "_id": "p-locate@3.0.0",
  11. "_inBundle": false,
  12. "_integrity": "sha512-x+12w/To+4GFfgJhBEpiDcLozRJGegY+Ei7/z0tSLkMmxGZNybVMSfWj9aJn8Z5Fc7dBUNJOOVgPv2H7IwulSQ==",
  13. "_location": "/p-locate",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "p-locate@3.0.0",
  19. "name": "p-locate",
  20. "escapedName": "p-locate",
  21. "rawSpec": "3.0.0",
  22. "saveSpec": null,
  23. "fetchSpec": "3.0.0"
  24. },
  25. "_requiredBy": [
  26. "/locate-path"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/p-locate/-/p-locate-3.0.0.tgz",
  29. "_spec": "3.0.0",
  30. "_where": "D:\\wnmp\\www\\vue\\seaBlueAdmin",
  31. "author": {
  32. "name": "Sindre Sorhus",
  33. "email": "sindresorhus@gmail.com",
  34. "url": "sindresorhus.com"
  35. },
  36. "bugs": {
  37. "url": "https://github.com/sindresorhus/p-locate/issues"
  38. },
  39. "dependencies": {
  40. "p-limit": "^2.0.0"
  41. },
  42. "description": "Get the first fulfilled promise that satisfies the provided testing function",
  43. "devDependencies": {
  44. "ava": "*",
  45. "delay": "^3.0.0",
  46. "in-range": "^1.0.0",
  47. "time-span": "^2.0.0",
  48. "xo": "*"
  49. },
  50. "engines": {
  51. "node": ">=6"
  52. },
  53. "files": [
  54. "index.js"
  55. ],
  56. "homepage": "https://github.com/sindresorhus/p-locate#readme",
  57. "keywords": [
  58. "promise",
  59. "locate",
  60. "find",
  61. "finder",
  62. "search",
  63. "searcher",
  64. "test",
  65. "array",
  66. "collection",
  67. "iterable",
  68. "iterator",
  69. "race",
  70. "fulfilled",
  71. "fastest",
  72. "async",
  73. "await",
  74. "promises",
  75. "bluebird"
  76. ],
  77. "license": "MIT",
  78. "name": "p-locate",
  79. "repository": {
  80. "type": "git",
  81. "url": "git+https://github.com/sindresorhus/p-locate.git"
  82. },
  83. "scripts": {
  84. "test": "xo && ava"
  85. },
  86. "version": "3.0.0"
  87. }