UNPKG

phpmorphy-locutus

Version:

The original package is located at https://github.com/antixrist/node-phpmorphy however it used the phpjs module, which contained dependencies with critical vulnerabilities and is not maintained anymore. This package was swapped for the newer lucutus packa

15 lines (14 loc) 255 B
{ "presets": [ ["env", { "useBuiltIns": true, // "targets": { "node": true } "targets": { "node": 6 } // "targets": { "node": "current" } }] ], "plugins": [ "closure-elimination" ], "ignore": ["node_modules"] }