package.json 1.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677
  1. {
  2. "_args": [
  3. [
  4. "p-try@2.2.0",
  5. "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI"
  6. ]
  7. ],
  8. "_from": "p-try@2.2.0",
  9. "_id": "p-try@2.2.0",
  10. "_inBundle": false,
  11. "_integrity": "sha512-R4nPAVTAU0B9D35/Gk3uJf/7XYbQcyohSKdvAxIRSNghFl4e71hVoGnBNQz9cWaXxO2I10KTC+3jMdvvoKw6dQ==",
  12. "_location": "/p-try",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "p-try@2.2.0",
  18. "name": "p-try",
  19. "escapedName": "p-try",
  20. "rawSpec": "2.2.0",
  21. "saveSpec": null,
  22. "fetchSpec": "2.2.0"
  23. },
  24. "_requiredBy": [
  25. "/p-limit"
  26. ],
  27. "_resolved": "https://registry.npmjs.org/p-try/-/p-try-2.2.0.tgz",
  28. "_spec": "2.2.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-try/issues"
  37. },
  38. "description": "`Start a promise chain",
  39. "devDependencies": {
  40. "ava": "^1.4.1",
  41. "tsd": "^0.7.1",
  42. "xo": "^0.24.0"
  43. },
  44. "engines": {
  45. "node": ">=6"
  46. },
  47. "files": [
  48. "index.js",
  49. "index.d.ts"
  50. ],
  51. "homepage": "https://github.com/sindresorhus/p-try#readme",
  52. "keywords": [
  53. "promise",
  54. "try",
  55. "resolve",
  56. "function",
  57. "catch",
  58. "async",
  59. "await",
  60. "promises",
  61. "settled",
  62. "ponyfill",
  63. "polyfill",
  64. "shim",
  65. "bluebird"
  66. ],
  67. "license": "MIT",
  68. "name": "p-try",
  69. "repository": {
  70. "type": "git",
  71. "url": "git+https://github.com/sindresorhus/p-try.git"
  72. },
  73. "scripts": {
  74. "test": "xo && ava && tsd"
  75. },
  76. "version": "2.2.0"
  77. }