Files
vanillajs-seed/node_modules/try-catch/package.json
2019-12-20 20:02:44 +01:00

67 lines
1.8 KiB
JSON

{
"_from": "try-catch@^2.0.0",
"_id": "try-catch@2.0.1",
"_inBundle": false,
"_integrity": "sha512-LsOrmObN/2WdM+y2xG+t16vhYrQsnV8wftXIcIOWZhQcBJvKGYuamJGwnU98A7Jxs2oZNkJztXlphEOoA0DWqg==",
"_location": "/try-catch",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "try-catch@^2.0.0",
"name": "try-catch",
"escapedName": "try-catch",
"rawSpec": "^2.0.0",
"saveSpec": null,
"fetchSpec": "^2.0.0"
},
"_requiredBy": [
"/minify"
],
"_resolved": "https://registry.npmjs.org/try-catch/-/try-catch-2.0.1.tgz",
"_shasum": "a35d354187c422f291a0bcfd9eb77e3a4f90c1e5",
"_spec": "try-catch@^2.0.0",
"_where": "/home/s2/Code/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": "^10.0.0",
"eslint-plugin-putout": "^2.0.0",
"madrun": "^3.0.3",
"nyc": "^14.1.1",
"putout": "^5.27.0",
"supertape": "^1.2.3"
},
"engines": {
"node": ">=0.4"
},
"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": "2.0.1"
}