| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081 |
- {
- "_args": [
- [
- "try-to-catch@1.1.1",
- "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI"
- ]
- ],
- "_from": "try-to-catch@1.1.1",
- "_id": "try-to-catch@1.1.1",
- "_inBundle": false,
- "_integrity": "sha512-ikUlS+/BcImLhNYyIgZcEmq4byc31QpC+46/6Jm5ECWkVFhf8SM2Fp/0pMVXPX6vk45SMCwrP4Taxucne8I0VA==",
- "_location": "/try-to-catch",
- "_phantomChildren": {},
- "_requested": {
- "type": "version",
- "registry": true,
- "raw": "try-to-catch@1.1.1",
- "name": "try-to-catch",
- "escapedName": "try-to-catch",
- "rawSpec": "1.1.1",
- "saveSpec": null,
- "fetchSpec": "1.1.1"
- },
- "_requiredBy": [
- "/minify"
- ],
- "_resolved": "https://registry.npmjs.org/try-to-catch/-/try-to-catch-1.1.1.tgz",
- "_spec": "1.1.1",
- "_where": "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI",
- "author": {
- "name": "coderaiser",
- "email": "mnemonic.enemy@gmail.com",
- "url": "https://github.com/coderaiser"
- },
- "bugs": {
- "url": "https://github.com/coderaiser/try-to-catch/issues"
- },
- "dependencies": {},
- "description": "function try-catch wrapper for promises",
- "devDependencies": {
- "@babel/cli": "^7.0.0",
- "@babel/core": "^7.0.0",
- "@babel/preset-env": "^7.0.0",
- "coveralls": "^3.0.0",
- "eslint": "^5.6.0",
- "nodemon": "^1.14.12",
- "nyc": "^13.0.1",
- "redrun": "^7.0.2",
- "tape": "^4.8.0",
- "try-to-tape": "^1.0.0"
- },
- "homepage": "http://github.com/coderaiser/try-to-catch",
- "keywords": [
- "try",
- "catch",
- "function",
- "promise",
- "async",
- "await",
- "try-catch",
- "then"
- ],
- "license": "MIT",
- "main": "lib/try-to-catch.js",
- "name": "try-to-catch",
- "repository": {
- "type": "git",
- "url": "git://github.com/coderaiser/try-to-catch.git"
- },
- "scripts": {
- "build": "babel lib -d legacy",
- "coverage": "nyc npm test",
- "legacy": "echo \"module.exports = require('./try-to-catch')\" > legacy/index.js",
- "lint": "eslint lib test",
- "report": "nyc report --reporter=text-lcov | coveralls",
- "test": "tape 'test/*.js'",
- "watch:test": "nodemon -w lib -w test -x \"npm test\"",
- "wisdom": "redrun build legacy"
- },
- "version": "1.1.1"
- }
|