package.json 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081
  1. {
  2. "_args": [
  3. [
  4. "try-to-catch@1.1.1",
  5. "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI"
  6. ]
  7. ],
  8. "_from": "try-to-catch@1.1.1",
  9. "_id": "try-to-catch@1.1.1",
  10. "_inBundle": false,
  11. "_integrity": "sha512-ikUlS+/BcImLhNYyIgZcEmq4byc31QpC+46/6Jm5ECWkVFhf8SM2Fp/0pMVXPX6vk45SMCwrP4Taxucne8I0VA==",
  12. "_location": "/try-to-catch",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "try-to-catch@1.1.1",
  18. "name": "try-to-catch",
  19. "escapedName": "try-to-catch",
  20. "rawSpec": "1.1.1",
  21. "saveSpec": null,
  22. "fetchSpec": "1.1.1"
  23. },
  24. "_requiredBy": [
  25. "/minify"
  26. ],
  27. "_resolved": "https://registry.npmjs.org/try-to-catch/-/try-to-catch-1.1.1.tgz",
  28. "_spec": "1.1.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-to-catch/issues"
  37. },
  38. "dependencies": {},
  39. "description": "function try-catch wrapper for promises",
  40. "devDependencies": {
  41. "@babel/cli": "^7.0.0",
  42. "@babel/core": "^7.0.0",
  43. "@babel/preset-env": "^7.0.0",
  44. "coveralls": "^3.0.0",
  45. "eslint": "^5.6.0",
  46. "nodemon": "^1.14.12",
  47. "nyc": "^13.0.1",
  48. "redrun": "^7.0.2",
  49. "tape": "^4.8.0",
  50. "try-to-tape": "^1.0.0"
  51. },
  52. "homepage": "http://github.com/coderaiser/try-to-catch",
  53. "keywords": [
  54. "try",
  55. "catch",
  56. "function",
  57. "promise",
  58. "async",
  59. "await",
  60. "try-catch",
  61. "then"
  62. ],
  63. "license": "MIT",
  64. "main": "lib/try-to-catch.js",
  65. "name": "try-to-catch",
  66. "repository": {
  67. "type": "git",
  68. "url": "git://github.com/coderaiser/try-to-catch.git"
  69. },
  70. "scripts": {
  71. "build": "babel lib -d legacy",
  72. "coverage": "nyc npm test",
  73. "legacy": "echo \"module.exports = require('./try-to-catch')\" > legacy/index.js",
  74. "lint": "eslint lib test",
  75. "report": "nyc report --reporter=text-lcov | coveralls",
  76. "test": "tape 'test/*.js'",
  77. "watch:test": "nodemon -w lib -w test -x \"npm test\"",
  78. "wisdom": "redrun build legacy"
  79. },
  80. "version": "1.1.1"
  81. }