File: /var/www/tana/frontend/node_modules/nice-try/package.json
{
"_args": [
[
"nice-try@1.0.4",
"C:\\OSPanel\\domains\\tana\\frontend"
]
],
"_development": true,
"_from": "nice-try@1.0.4",
"_id": "nice-try@1.0.4",
"_inBundle": false,
"_integrity": "sha512-2NpiFHqC87y/zFke0fC0spBXL3bBsoh/p5H1EFhshxjCR5+0g2d6BiXbUFz9v1sAcxsk2htp2eQnNIci2dIYcA==",
"_location": "/nice-try",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "nice-try@1.0.4",
"name": "nice-try",
"escapedName": "nice-try",
"rawSpec": "1.0.4",
"saveSpec": null,
"fetchSpec": "1.0.4"
},
"_requiredBy": [
"/imagemin-pngquant/cross-spawn",
"/onchange/cross-spawn",
"/pngquant-bin/execa/cross-spawn"
],
"_resolved": "https://registry.npmjs.org/nice-try/-/nice-try-1.0.4.tgz",
"_spec": "1.0.4",
"_where": "C:\\OSPanel\\domains\\tana\\frontend",
"authors": [
"Tobias Reich <tobias@electerious.com>"
],
"bugs": {
"url": "https://github.com/electerious/nice-try/issues"
},
"description": "Tries to execute a function and discards any error that occurs",
"devDependencies": {
"chai": "^4.1.1",
"coveralls": "^2.13.1",
"mocha": "^3.5.0",
"nyc": "^11.1.0"
},
"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": "git+https://github.com/electerious/nice-try.git"
},
"scripts": {
"coveralls": "nyc report --reporter=text-lcov | coveralls",
"prepublish": "npm test",
"test": "nyc node_modules/mocha/bin/_mocha"
},
"version": "1.0.4"
}