67 lines
1.8 KiB
JSON
67 lines
1.8 KiB
JSON
{
|
|
"_from": "try-catch@^3.0.0",
|
|
"_id": "try-catch@3.0.0",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-3uAqUnoemzca1ENvZ72EVimR+E8lqBbzwZ9v4CEbLjkaV3Q+FtdmPUt7jRtoSoTiYjyIMxEkf6YgUpe/voJ1ng==",
|
|
"_location": "/try-catch",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "try-catch@^3.0.0",
|
|
"name": "try-catch",
|
|
"escapedName": "try-catch",
|
|
"rawSpec": "^3.0.0",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^3.0.0"
|
|
},
|
|
"_requiredBy": [
|
|
"/minify"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/try-catch/-/try-catch-3.0.0.tgz",
|
|
"_shasum": "7996d8b89895e2e8ae62cbdbeb4fe17470f8131b",
|
|
"_spec": "try-catch@^3.0.0",
|
|
"_where": "D:\\Projects\\siag\\vanillajs-seed\\node_modules\\minify",
|
|
"author": {
|
|
"name": "coderaiser",
|
|
"email": "mnemonic.enemy@gmail.com",
|
|
"url": "https://github.com/coderaiser"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/coderaiser/try-catch/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"dependencies": {},
|
|
"deprecated": false,
|
|
"description": "functional try-catch wrapper",
|
|
"devDependencies": {
|
|
"coveralls": "^3.0.0",
|
|
"eslint": "^6.3.0",
|
|
"eslint-plugin-node": "^11.0.0",
|
|
"eslint-plugin-putout": "^3.2.1",
|
|
"madrun": "^5.4.2",
|
|
"nyc": "^15.0.0",
|
|
"putout": "^7.13.1",
|
|
"supertape": "^1.2.3"
|
|
},
|
|
"engines": {
|
|
"node": ">=6"
|
|
},
|
|
"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": "3.0.0"
|
|
}
|