package.json 1.9 KB

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