83 lines
2.0 KiB
JSON
83 lines
2.0 KiB
JSON
{
|
|
"_args": [
|
|
[
|
|
"try-to-catch@3.0.0",
|
|
"D:\\Projects\\vanillajs-seed"
|
|
]
|
|
],
|
|
"_development": true,
|
|
"_from": "try-to-catch@3.0.0",
|
|
"_id": "try-to-catch@3.0.0",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-eIm6ZXwR35jVF8By/HdbbkcaCDTBI5PpCPkejRKrYp0jyf/DbCCcRhHD7/O9jtFI3ewsqo9WctFEiJTS6i+CQA==",
|
|
"_location": "/try-to-catch",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "version",
|
|
"registry": true,
|
|
"raw": "try-to-catch@3.0.0",
|
|
"name": "try-to-catch",
|
|
"escapedName": "try-to-catch",
|
|
"rawSpec": "3.0.0",
|
|
"saveSpec": null,
|
|
"fetchSpec": "3.0.0"
|
|
},
|
|
"_requiredBy": [
|
|
"/minify"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/try-to-catch/-/try-to-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-to-catch/issues"
|
|
},
|
|
"dependencies": {},
|
|
"description": "function try-catch wrapper for promises",
|
|
"devDependencies": {
|
|
"coveralls": "^3.0.0",
|
|
"eslint": "^6.1.0",
|
|
"eslint-plugin-node": "^11.0.0",
|
|
"eslint-plugin-putout": "^3.0.0",
|
|
"madrun": "^5.4.0",
|
|
"nodemon": "^2.0.2",
|
|
"nyc": "^15.0.0",
|
|
"putout": "^7.3.4",
|
|
"supertape": "^1.2.4"
|
|
},
|
|
"engines": {
|
|
"node": ">=6"
|
|
},
|
|
"homepage": "http://github.com/coderaiser/try-to-catch",
|
|
"keywords": [
|
|
"try",
|
|
"catch",
|
|
"function",
|
|
"promise",
|
|
"async",
|
|
"await",
|
|
"try-catch",
|
|
"then"
|
|
],
|
|
"license": "MIT",
|
|
"main": "lib/try-to-catch.js",
|
|
"name": "try-to-catch",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/coderaiser/try-to-catch.git"
|
|
},
|
|
"scripts": {
|
|
"coverage": "madrun coverage",
|
|
"fix:lint": "madrun fix:lint",
|
|
"lint": "madrun lint",
|
|
"report": "madrun report",
|
|
"test": "madrun test",
|
|
"watch:test": "madrun watch:test"
|
|
},
|
|
"version": "3.0.0"
|
|
}
|