mirror of
https://github.com/S2-/minifyfromhtml.git
synced 2025-08-02 20:00:05 +02:00
update minify
This commit is contained in:
33
node_modules/try-catch/package.json
generated
vendored
33
node_modules/try-catch/package.json
generated
vendored
@@ -1,8 +1,8 @@
|
||||
{
|
||||
"_from": "try-catch@^2.0.0",
|
||||
"_id": "try-catch@2.0.0",
|
||||
"_id": "try-catch@2.0.1",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha512-RPXpVjsbtWgymwGq5F/OWDFsjEzdvzwHFaMjWWW6f/p6+uk/N7YSKJHQfIfGqITfj8qH4cBqCLMnhKZBaKk7Kg==",
|
||||
"_integrity": "sha512-LsOrmObN/2WdM+y2xG+t16vhYrQsnV8wftXIcIOWZhQcBJvKGYuamJGwnU98A7Jxs2oZNkJztXlphEOoA0DWqg==",
|
||||
"_location": "/try-catch",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
@@ -18,10 +18,10 @@
|
||||
"_requiredBy": [
|
||||
"/minify"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/try-catch/-/try-catch-2.0.0.tgz",
|
||||
"_shasum": "a491141d597f8b72b46757fe1c47059341a16aed",
|
||||
"_resolved": "https://registry.npmjs.org/try-catch/-/try-catch-2.0.1.tgz",
|
||||
"_shasum": "a35d354187c422f291a0bcfd9eb77e3a4f90c1e5",
|
||||
"_spec": "try-catch@^2.0.0",
|
||||
"_where": "F:\\projects\\p\\minifyfromhtml\\node_modules\\minify",
|
||||
"_where": "/home/s2/Code/minifyfromhtml/node_modules/minify",
|
||||
"author": {
|
||||
"name": "coderaiser",
|
||||
"email": "mnemonic.enemy@gmail.com",
|
||||
@@ -33,12 +33,16 @@
|
||||
"bundleDependencies": false,
|
||||
"dependencies": {},
|
||||
"deprecated": false,
|
||||
"description": "try-catch wrapper",
|
||||
"description": "functional try-catch wrapper",
|
||||
"devDependencies": {
|
||||
"coveralls": "^3.0.0",
|
||||
"eslint": "^4.17.0",
|
||||
"nyc": "^11.4.1",
|
||||
"tape": "^4.8.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"
|
||||
@@ -52,10 +56,11 @@
|
||||
"url": "git://github.com/coderaiser/try-catch.git"
|
||||
},
|
||||
"scripts": {
|
||||
"coverage": "nyc npm test",
|
||||
"lint": "eslint lib test",
|
||||
"report": "nyc report --reporter=text-lcov | coveralls",
|
||||
"test": "tape 'test/*.js'"
|
||||
"coverage": "madrun coverage",
|
||||
"fix:lint": "madrun fix:lint",
|
||||
"lint": "madrun lint",
|
||||
"report": "madrun report",
|
||||
"test": "madrun test"
|
||||
},
|
||||
"version": "2.0.0"
|
||||
"version": "2.0.1"
|
||||
}
|
||||
|
Reference in New Issue
Block a user