package.json 1.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586
  1. {
  2. "_args": [
  3. [
  4. "p-locate@3.0.0",
  5. "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI"
  6. ]
  7. ],
  8. "_from": "p-locate@3.0.0",
  9. "_id": "p-locate@3.0.0",
  10. "_inBundle": false,
  11. "_integrity": "sha512-x+12w/To+4GFfgJhBEpiDcLozRJGegY+Ei7/z0tSLkMmxGZNybVMSfWj9aJn8Z5Fc7dBUNJOOVgPv2H7IwulSQ==",
  12. "_location": "/p-locate",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "p-locate@3.0.0",
  18. "name": "p-locate",
  19. "escapedName": "p-locate",
  20. "rawSpec": "3.0.0",
  21. "saveSpec": null,
  22. "fetchSpec": "3.0.0"
  23. },
  24. "_requiredBy": [
  25. "/locate-path"
  26. ],
  27. "_resolved": "https://registry.npmjs.org/p-locate/-/p-locate-3.0.0.tgz",
  28. "_spec": "3.0.0",
  29. "_where": "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI",
  30. "author": {
  31. "name": "Sindre Sorhus",
  32. "email": "sindresorhus@gmail.com",
  33. "url": "sindresorhus.com"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/sindresorhus/p-locate/issues"
  37. },
  38. "dependencies": {
  39. "p-limit": "^2.0.0"
  40. },
  41. "description": "Get the first fulfilled promise that satisfies the provided testing function",
  42. "devDependencies": {
  43. "ava": "*",
  44. "delay": "^3.0.0",
  45. "in-range": "^1.0.0",
  46. "time-span": "^2.0.0",
  47. "xo": "*"
  48. },
  49. "engines": {
  50. "node": ">=6"
  51. },
  52. "files": [
  53. "index.js"
  54. ],
  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"
  84. },
  85. "version": "3.0.0"
  86. }