| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869 |
- {
- "_args": [
- [
- "try-catch@2.0.1",
- "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI"
- ]
- ],
- "_from": "try-catch@2.0.1",
- "_id": "try-catch@2.0.1",
- "_inBundle": false,
- "_integrity": "sha512-LsOrmObN/2WdM+y2xG+t16vhYrQsnV8wftXIcIOWZhQcBJvKGYuamJGwnU98A7Jxs2oZNkJztXlphEOoA0DWqg==",
- "_location": "/try-catch",
- "_phantomChildren": {},
- "_requested": {
- "type": "version",
- "registry": true,
- "raw": "try-catch@2.0.1",
- "name": "try-catch",
- "escapedName": "try-catch",
- "rawSpec": "2.0.1",
- "saveSpec": null,
- "fetchSpec": "2.0.1"
- },
- "_requiredBy": [
- "/minify"
- ],
- "_resolved": "https://registry.npmjs.org/try-catch/-/try-catch-2.0.1.tgz",
- "_spec": "2.0.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-catch/issues"
- },
- "dependencies": {},
- "description": "functional try-catch wrapper",
- "devDependencies": {
- "coveralls": "^3.0.0",
- "eslint": "^6.3.0",
- "eslint-plugin-node": "^10.0.0",
- "eslint-plugin-putout": "^2.0.0",
- "madrun": "^3.0.3",
- "nyc": "^14.1.1",
- "putout": "^5.27.0",
- "supertape": "^1.2.3"
- },
- "engines": {
- "node": ">=0.4"
- },
- "homepage": "http://github.com/coderaiser/try-catch",
- "license": "MIT",
- "main": "lib/try-catch.js",
- "name": "try-catch",
- "repository": {
- "type": "git",
- "url": "git://github.com/coderaiser/try-catch.git"
- },
- "scripts": {
- "coverage": "madrun coverage",
- "fix:lint": "madrun fix:lint",
- "lint": "madrun lint",
- "report": "madrun report",
- "test": "madrun test"
- },
- "version": "2.0.1"
- }
|