package.json 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  1. {
  2. "_args": [
  3. [
  4. "try-catch@2.0.1",
  5. "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI"
  6. ]
  7. ],
  8. "_from": "try-catch@2.0.1",
  9. "_id": "try-catch@2.0.1",
  10. "_inBundle": false,
  11. "_integrity": "sha512-LsOrmObN/2WdM+y2xG+t16vhYrQsnV8wftXIcIOWZhQcBJvKGYuamJGwnU98A7Jxs2oZNkJztXlphEOoA0DWqg==",
  12. "_location": "/try-catch",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "try-catch@2.0.1",
  18. "name": "try-catch",
  19. "escapedName": "try-catch",
  20. "rawSpec": "2.0.1",
  21. "saveSpec": null,
  22. "fetchSpec": "2.0.1"
  23. },
  24. "_requiredBy": [
  25. "/minify"
  26. ],
  27. "_resolved": "https://registry.npmjs.org/try-catch/-/try-catch-2.0.1.tgz",
  28. "_spec": "2.0.1",
  29. "_where": "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI",
  30. "author": {
  31. "name": "coderaiser",
  32. "email": "mnemonic.enemy@gmail.com",
  33. "url": "https://github.com/coderaiser"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/coderaiser/try-catch/issues"
  37. },
  38. "dependencies": {},
  39. "description": "functional try-catch wrapper",
  40. "devDependencies": {
  41. "coveralls": "^3.0.0",
  42. "eslint": "^6.3.0",
  43. "eslint-plugin-node": "^10.0.0",
  44. "eslint-plugin-putout": "^2.0.0",
  45. "madrun": "^3.0.3",
  46. "nyc": "^14.1.1",
  47. "putout": "^5.27.0",
  48. "supertape": "^1.2.3"
  49. },
  50. "engines": {
  51. "node": ">=0.4"
  52. },
  53. "homepage": "http://github.com/coderaiser/try-catch",
  54. "license": "MIT",
  55. "main": "lib/try-catch.js",
  56. "name": "try-catch",
  57. "repository": {
  58. "type": "git",
  59. "url": "git://github.com/coderaiser/try-catch.git"
  60. },
  61. "scripts": {
  62. "coverage": "madrun coverage",
  63. "fix:lint": "madrun fix:lint",
  64. "lint": "madrun lint",
  65. "report": "madrun report",
  66. "test": "madrun test"
  67. },
  68. "version": "2.0.1"
  69. }