Files
vanillajs-seed/node_modules/try-catch/package.json
2020-06-08 08:50:28 +02:00

71 lines
1.7 KiB
JSON

{
"_args": [
[
"try-catch@3.0.0",
"D:\\Projects\\vanillajs-seed"
]
],
"_development": true,
"_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": "version",
"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",
"_spec": "3.0.0",
"_where": "D:\\Projects\\vanillajs-seed",
"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": "^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"
}