eslint-plugin-for-wtools
Advanced tools
Comparing version 0.3.22 to 0.3.23
@@ -1,23 +0,1 @@ | ||
{ | ||
"name" : "eslint-plugin-for-wtools", | ||
"version" : "0.3.22", | ||
"description" : "Extends rule `space-in-parens` of `eslint`. Implement exception for single argument call case.", | ||
"author" : "Kostiantyn Wandalen <wanalen@01.school>", | ||
"license" : "MIT", | ||
"main" : "proto/secondary/eslintPluginForWtools/Main.js", | ||
"files" : [ "proto" ], | ||
"scripts" : { "test" : "wtest .run 'proto/**' rapidity:-3", "docgen" : "wdocgen .build proto" }, | ||
"repository" : | ||
{ | ||
"type" : "git", | ||
"url" : "https://github.com/Wandalen/EslintPluginForWtools.git" | ||
}, | ||
"bugs" : | ||
{ | ||
"url" : "https://github.com/Wandalen/EslintPluginForWtools/issues" | ||
}, | ||
"dependencies" : { "lodash" : "4.17.19" }, | ||
"peerDependency" : { "eslint" : "7.1.0" }, | ||
"devDependencies" : { "eslint-plugin-for-wtools" : "file:.", "wTesting" : "alpha" }, | ||
"keywords" : [ "eslint", "eslintplugin", "space-in-parens" ] | ||
} | ||
{"name":"eslint-plugin-for-wtools","version":"0.3.23","description":"Extends rule `space-in-parens` of `eslint`. Implement exception for single argument call case.","author":"Kostiantyn Wandalen <wanalen@01.school>","license":"MIT","main":"proto/secondary/eslintPluginForWtools/Main.js","files":["proto"],"scripts":{"test":"wtest .run 'proto/**' rapidity:-3","docgen":"wdocgen .build proto"},"repository":{"type":"git","url":"https://github.com/Wandalen/EslintPluginForWtools.git"},"bugs":{"url":"https://github.com/Wandalen/EslintPluginForWtools/issues"},"dependencies":{"lodash":"4.17.20"},"peerDependency":{"eslint":"7.1.0"},"devDependencies":{"eslint-plugin-for-wtools":"file:.","wTesting":"alpha"},"keywords":["eslint","eslintplugin","space-in-parens"]} |
16313
+ Addedlodash@4.17.20(transitive)
- Removedlodash@4.17.19(transitive)
Updatedlodash@4.17.20