| { |
| "authors": [ |
| "Tobias Reich <tobias@electerious.com>" |
| ], |
| "description": "Tries to execute a function and discards any error that occurs", |
| "devDependencies": { |
| "chai": "^4.1.2", |
| "coveralls": "^3.0.0", |
| "mocha": "^5.1.1", |
| "nyc": "^12.0.1" |
| }, |
| "files": [ |
| "src" |
| ], |
| "homepage": "https://github.com/electerious/nice-try", |
| "keywords": [ |
| "try", |
| "catch", |
| "error" |
| ], |
| "license": "MIT", |
| "main": "src/index.js", |
| "name": "nice-try", |
| "repository": { |
| "type": "git", |
| "url": "https://github.com/electerious/nice-try.git" |
| }, |
| "scripts": { |
| "coveralls": "nyc report --reporter=text-lcov | coveralls", |
| "test": "nyc node_modules/mocha/bin/_mocha" |
| }, |
| "version": "1.0.5" |
| } |