1
0
mirror of https://github.com/S2-/minifyfromhtml.git synced 2025-08-02 12:00:03 +02:00
Files
minifyfromhtml/node_modules/try-to-catch/package.json
2020-02-07 22:55:28 +01:00

82 lines
2.1 KiB
JSON

{
"_from": "try-to-catch@^2.0.0",
"_id": "try-to-catch@2.0.1",
"_inBundle": false,
"_integrity": "sha512-QYH/PR3ogChy82e2l1UgrEgutcf6Jtfu3TAQWC+Vs6MKpoaFs1atDHUPzfaERugZlESb2Xku7J2my6iUQ7+tcQ==",
"_location": "/try-to-catch",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "try-to-catch@^2.0.0",
"name": "try-to-catch",
"escapedName": "try-to-catch",
"rawSpec": "^2.0.0",
"saveSpec": null,
"fetchSpec": "^2.0.0"
},
"_requiredBy": [
"/minify"
],
"_resolved": "https://registry.npmjs.org/try-to-catch/-/try-to-catch-2.0.1.tgz",
"_shasum": "4a943ba6f2921bd3ba945ea5d4459119ec3ec079",
"_spec": "try-to-catch@^2.0.0",
"_where": "/home/s2/Code/minifyfromhtml/node_modules/minify",
"author": {
"name": "coderaiser",
"email": "mnemonic.enemy@gmail.com",
"url": "https://github.com/coderaiser"
},
"bugs": {
"url": "https://github.com/coderaiser/try-to-catch/issues"
},
"bundleDependencies": false,
"dependencies": {},
"deprecated": false,
"description": "function try-catch wrapper for promises",
"devDependencies": {
"@babel/cli": "^7.0.0",
"@babel/core": "^7.0.0",
"@babel/preset-env": "^7.0.0",
"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": "2.0.1"
}