Skip to content

xsfj/lodash-modularized

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

lodash-modularized

Overrides for lodash.* atomic packages.

Why?

Lodash maintainers are not updating the lodash.* packages like lodash.set, which receive millions of weekly downloads. This means when a vulnerability is discovered in Lodash, these packages don't receive the proper fixes to the vulnerabilities, while the main lodash package does.

This is a monorepo of packages starting with @lodash-modularized/ that simply just export the methods coming from the main lodash package. For example, this is the code for @lodash-modularized/set:

module.exports = require("lodash/set")

Very simple, right?

How To Override

Simply add these overrides to your package.json:

"overrides": {
  "lodash.add": "npm:@lodash-modularized/add@^1.0.0",
  "lodash.after": "npm:@lodash-modularized/after@^1.0.0",
  "lodash.ary": "npm:@lodash-modularized/ary@^1.0.0",
  "lodash.assign": "npm:@lodash-modularized/assign@^1.0.0",
  "lodash.assignin": "npm:@lodash-modularized/assignin@^1.0.0",
  "lodash.assigninwith": "npm:@lodash-modularized/assigninwith@^1.0.0",
  "lodash.assignwith": "npm:@lodash-modularized/assignwith@^1.0.0",
  "lodash.at": "npm:@lodash-modularized/at@^1.0.0",
  "lodash.attempt": "npm:@lodash-modularized/attempt@^1.0.0",
  "lodash.before": "npm:@lodash-modularized/before@^1.0.0",
  "lodash.bind": "npm:@lodash-modularized/bind@^1.0.0",
  "lodash.bindall": "npm:@lodash-modularized/bindall@^1.0.0",
  "lodash.bindkey": "npm:@lodash-modularized/bindkey@^1.0.0",
  "lodash.camelcase": "npm:@lodash-modularized/camelcase@^1.0.0",
  "lodash.capitalize": "npm:@lodash-modularized/capitalize@^1.0.0",
  "lodash.castarray": "npm:@lodash-modularized/castarray@^1.0.0",
  "lodash.ceil": "npm:@lodash-modularized/ceil@^1.0.0",
  "lodash.chunk": "npm:@lodash-modularized/chunk@^1.0.0",
  "lodash.clamp": "npm:@lodash-modularized/clamp@^1.0.0",
  "lodash.clone": "npm:@lodash-modularized/clone@^1.0.0",
  "lodash.clonedeep": "npm:@lodash-modularized/clonedeep@^1.0.0",
  "lodash.clonedeepwith": "npm:@lodash-modularized/clonedeepwith@^1.0.0",
  "lodash.clonewith": "npm:@lodash-modularized/clonewith@^1.0.0",
  "lodash.compact": "npm:@lodash-modularized/compact@^1.0.0",
  "lodash.concat": "npm:@lodash-modularized/concat@^1.0.0",
  "lodash.cond": "npm:@lodash-modularized/cond@^1.0.0",
  "lodash.conforms": "npm:@lodash-modularized/conforms@^1.0.0",
  "lodash.conformsto": "npm:@lodash-modularized/conformsto@^1.0.0",
  "lodash.constant": "npm:@lodash-modularized/constant@^1.0.0",
  "lodash.countby": "npm:@lodash-modularized/countby@^1.0.0",
  "lodash.create": "npm:@lodash-modularized/create@^1.0.0",
  "lodash.curry": "npm:@lodash-modularized/curry@^1.0.0",
  "lodash.curryright": "npm:@lodash-modularized/curryright@^1.0.0",
  "lodash.debounce": "npm:@lodash-modularized/debounce@^1.0.0",
  "lodash.deburr": "npm:@lodash-modularized/deburr@^1.0.0",
  "lodash.defaults": "npm:@lodash-modularized/defaults@^1.0.0",
  "lodash.defaultsdeep": "npm:@lodash-modularized/defaultsdeep@^1.0.0",
  "lodash.defaultto": "npm:@lodash-modularized/defaultto@^1.0.0",
  "lodash.defer": "npm:@lodash-modularized/defer@^1.0.0",
  "lodash.delay": "npm:@lodash-modularized/delay@^1.0.0",
  "lodash.difference": "npm:@lodash-modularized/difference@^1.0.0",
  "lodash.differenceby": "npm:@lodash-modularized/differenceby@^1.0.0",
  "lodash.differencewith": "npm:@lodash-modularized/differencewith@^1.0.0",
  "lodash.divide": "npm:@lodash-modularized/divide@^1.0.0",
  "lodash.drop": "npm:@lodash-modularized/drop@^1.0.0",
  "lodash.dropright": "npm:@lodash-modularized/dropright@^1.0.0",
  "lodash.droprightwhile": "npm:@lodash-modularized/droprightwhile@^1.0.0",
  "lodash.dropwhile": "npm:@lodash-modularized/dropwhile@^1.0.0",
  "lodash.endswith": "npm:@lodash-modularized/endswith@^1.0.0",
  "lodash.eq": "npm:@lodash-modularized/eq@^1.0.0",
  "lodash.escape": "npm:@lodash-modularized/escape@^1.0.0",
  "lodash.escaperegexp": "npm:@lodash-modularized/escaperegexp@^1.0.0",
  "lodash.every": "npm:@lodash-modularized/every@^1.0.0",
  "lodash.fill": "npm:@lodash-modularized/fill@^1.0.0",
  "lodash.filter": "npm:@lodash-modularized/filter@^1.0.0",
  "lodash.find": "npm:@lodash-modularized/find@^1.0.0",
  "lodash.findindex": "npm:@lodash-modularized/findindex@^1.0.0",
  "lodash.findkey": "npm:@lodash-modularized/findkey@^1.0.0",
  "lodash.findlast": "npm:@lodash-modularized/findlast@^1.0.0",
  "lodash.findlastindex": "npm:@lodash-modularized/findlastindex@^1.0.0",
  "lodash.findlastkey": "npm:@lodash-modularized/findlastkey@^1.0.0",
  "lodash.first": "npm:@lodash-modularized/first@^1.0.0",
  "lodash.flatmap": "npm:@lodash-modularized/flatmap@^1.0.0",
  "lodash.flatmapdeep": "npm:@lodash-modularized/flatmapdeep@^1.0.0",
  "lodash.flatmapdepth": "npm:@lodash-modularized/flatmapdepth@^1.0.0",
  "lodash.flatten": "npm:@lodash-modularized/flatten@^1.0.0",
  "lodash.flattendeep": "npm:@lodash-modularized/flattendeep@^1.0.0",
  "lodash.flattendepth": "npm:@lodash-modularized/flattendepth@^1.0.0",
  "lodash.flip": "npm:@lodash-modularized/flip@^1.0.0",
  "lodash.floor": "npm:@lodash-modularized/floor@^1.0.0",
  "lodash.flow": "npm:@lodash-modularized/flow@^1.0.0",
  "lodash.flowright": "npm:@lodash-modularized/flowright@^1.0.0",
  "lodash.foreach": "npm:@lodash-modularized/foreach@^1.0.0",
  "lodash.foreachright": "npm:@lodash-modularized/foreachright@^1.0.0",
  "lodash.forin": "npm:@lodash-modularized/forin@^1.0.0",
  "lodash.forinright": "npm:@lodash-modularized/forinright@^1.0.0",
  "lodash.forown": "npm:@lodash-modularized/forown@^1.0.0",
  "lodash.forownright": "npm:@lodash-modularized/forownright@^1.0.0",
  "lodash.frompairs": "npm:@lodash-modularized/frompairs@^1.0.0",
  "lodash.functions": "npm:@lodash-modularized/functions@^1.0.0",
  "lodash.functionsin": "npm:@lodash-modularized/functionsin@^1.0.0",
  "lodash.get": "npm:@lodash-modularized/get@^1.0.0",
  "lodash.groupby": "npm:@lodash-modularized/groupby@^1.0.0",
  "lodash.gt": "npm:@lodash-modularized/gt@^1.0.0",
  "lodash.gte": "npm:@lodash-modularized/gte@^1.0.0",
  "lodash.has": "npm:@lodash-modularized/has@^1.0.0",
  "lodash.hasin": "npm:@lodash-modularized/hasin@^1.0.0",
  "lodash.head": "npm:@lodash-modularized/head@^1.0.0",
  "lodash.identity": "npm:@lodash-modularized/identity@^1.0.0",
  "lodash.includes": "npm:@lodash-modularized/includes@^1.0.0",
  "lodash.indexof": "npm:@lodash-modularized/indexof@^1.0.0",
  "lodash.initial": "npm:@lodash-modularized/initial@^1.0.0",
  "lodash.inrange": "npm:@lodash-modularized/inrange@^1.0.0",
  "lodash.intersection": "npm:@lodash-modularized/intersection@^1.0.0",
  "lodash.intersectionby": "npm:@lodash-modularized/intersectionby@^1.0.0",
  "lodash.intersectionwith": "npm:@lodash-modularized/intersectionwith@^1.0.0",
  "lodash.invert": "npm:@lodash-modularized/invert@^1.0.0",
  "lodash.invertby": "npm:@lodash-modularized/invertby@^1.0.0",
  "lodash.invoke": "npm:@lodash-modularized/invoke@^1.0.0",
  "lodash.invokemap": "npm:@lodash-modularized/invokemap@^1.0.0",
  "lodash.isarguments": "npm:@lodash-modularized/isarguments@^1.0.0",
  "lodash.isarray": "npm:@lodash-modularized/isarray@^1.0.0",
  "lodash.isarraybuffer": "npm:@lodash-modularized/isarraybuffer@^1.0.0",
  "lodash.isarraylike": "npm:@lodash-modularized/isarraylike@^1.0.0",
  "lodash.isarraylikeobject": "npm:@lodash-modularized/isarraylikeobject@^1.0.0",
  "lodash.isboolean": "npm:@lodash-modularized/isboolean@^1.0.0",
  "lodash.isbuffer": "npm:@lodash-modularized/isbuffer@^1.0.0",
  "lodash.isdate": "npm:@lodash-modularized/isdate@^1.0.0",
  "lodash.iselement": "npm:@lodash-modularized/iselement@^1.0.0",
  "lodash.isempty": "npm:@lodash-modularized/isempty@^1.0.0",
  "lodash.isequal": "npm:@lodash-modularized/isequal@^1.0.0",
  "lodash.isequalwith": "npm:@lodash-modularized/isequalwith@^1.0.0",
  "lodash.iserror": "npm:@lodash-modularized/iserror@^1.0.0",
  "lodash.isfinite": "npm:@lodash-modularized/isfinite@^1.0.0",
  "lodash.isfunction": "npm:@lodash-modularized/isfunction@^1.0.0",
  "lodash.isinteger": "npm:@lodash-modularized/isinteger@^1.0.0",
  "lodash.islength": "npm:@lodash-modularized/islength@^1.0.0",
  "lodash.ismap": "npm:@lodash-modularized/ismap@^1.0.0",
  "lodash.ismatch": "npm:@lodash-modularized/ismatch@^1.0.0",
  "lodash.ismatchwith": "npm:@lodash-modularized/ismatchwith@^1.0.0",
  "lodash.isnan": "npm:@lodash-modularized/isnan@^1.0.0",
  "lodash.isnative": "npm:@lodash-modularized/isnative@^1.0.0",
  "lodash.isnil": "npm:@lodash-modularized/isnil@^1.0.0",
  "lodash.isnull": "npm:@lodash-modularized/isnull@^1.0.0",
  "lodash.isnumber": "npm:@lodash-modularized/isnumber@^1.0.0",
  "lodash.isobject": "npm:@lodash-modularized/isobject@^1.0.0",
  "lodash.isobjectlike": "npm:@lodash-modularized/isobjectlike@^1.0.0",
  "lodash.isplainobject": "npm:@lodash-modularized/isplainobject@^1.0.0",
  "lodash.isregexp": "npm:@lodash-modularized/isregexp@^1.0.0",
  "lodash.issafeinteger": "npm:@lodash-modularized/issafeinteger@^1.0.0",
  "lodash.isset": "npm:@lodash-modularized/isset@^1.0.0",
  "lodash.isstring": "npm:@lodash-modularized/isstring@^1.0.0",
  "lodash.issymbol": "npm:@lodash-modularized/issymbol@^1.0.0",
  "lodash.istypedarray": "npm:@lodash-modularized/istypedarray@^1.0.0",
  "lodash.isundefined": "npm:@lodash-modularized/isundefined@^1.0.0",
  "lodash.isweakmap": "npm:@lodash-modularized/isweakmap@^1.0.0",
  "lodash.isweakset": "npm:@lodash-modularized/isweakset@^1.0.0",
  "lodash.iteratee": "npm:@lodash-modularized/iteratee@^1.0.0",
  "lodash.join": "npm:@lodash-modularized/join@^1.0.0",
  "lodash.kebabcase": "npm:@lodash-modularized/kebabcase@^1.0.0",
  "lodash.keyby": "npm:@lodash-modularized/keyby@^1.0.0",
  "lodash.keys": "npm:@lodash-modularized/keys@^1.0.0",
  "lodash.keysin": "npm:@lodash-modularized/keysin@^1.0.0",
  "lodash.last": "npm:@lodash-modularized/last@^1.0.0",
  "lodash.lastindexof": "npm:@lodash-modularized/lastindexof@^1.0.0",
  "lodash.lowercase": "npm:@lodash-modularized/lowercase@^1.0.0",
  "lodash.lowerfirst": "npm:@lodash-modularized/lowerfirst@^1.0.0",
  "lodash.lt": "npm:@lodash-modularized/lt@^1.0.0",
  "lodash.lte": "npm:@lodash-modularized/lte@^1.0.0",
  "lodash.map": "npm:@lodash-modularized/map@^1.0.0",
  "lodash.mapkeys": "npm:@lodash-modularized/mapkeys@^1.0.0",
  "lodash.mapvalues": "npm:@lodash-modularized/mapvalues@^1.0.0",
  "lodash.matches": "npm:@lodash-modularized/matches@^1.0.0",
  "lodash.matchesproperty": "npm:@lodash-modularized/matchesproperty@^1.0.0",
  "lodash.max": "npm:@lodash-modularized/max@^1.0.0",
  "lodash.maxby": "npm:@lodash-modularized/maxby@^1.0.0",
  "lodash.mean": "npm:@lodash-modularized/mean@^1.0.0",
  "lodash.meanby": "npm:@lodash-modularized/meanby@^1.0.0",
  "lodash.memoize": "npm:@lodash-modularized/memoize@^1.0.0",
  "lodash.merge": "npm:@lodash-modularized/merge@^1.0.0",
  "lodash.mergewith": "npm:@lodash-modularized/mergewith@^1.0.0",
  "lodash.method": "npm:@lodash-modularized/method@^1.0.0",
  "lodash.methodof": "npm:@lodash-modularized/methodof@^1.0.0",
  "lodash.min": "npm:@lodash-modularized/min@^1.0.0",
  "lodash.minby": "npm:@lodash-modularized/minby@^1.0.0",
  "lodash.mixin": "npm:@lodash-modularized/mixin@^1.0.0",
  "lodash.multiply": "npm:@lodash-modularized/multiply@^1.0.0",
  "lodash.negate": "npm:@lodash-modularized/negate@^1.0.0",
  "lodash.noop": "npm:@lodash-modularized/noop@^1.0.0",
  "lodash.now": "npm:@lodash-modularized/now@^1.0.0",
  "lodash.nth": "npm:@lodash-modularized/nth@^1.0.0",
  "lodash.ntharg": "npm:@lodash-modularized/ntharg@^1.0.0",
  "lodash.omit": "npm:@lodash-modularized/omit@^1.0.0",
  "lodash.omitby": "npm:@lodash-modularized/omitby@^1.0.0",
  "lodash.once": "npm:@lodash-modularized/once@^1.0.0",
  "lodash.orderby": "npm:@lodash-modularized/orderby@^1.0.0",
  "lodash.over": "npm:@lodash-modularized/over@^1.0.0",
  "lodash.overargs": "npm:@lodash-modularized/overargs@^1.0.0",
  "lodash.overevery": "npm:@lodash-modularized/overevery@^1.0.0",
  "lodash.oversome": "npm:@lodash-modularized/oversome@^1.0.0",
  "lodash.pad": "npm:@lodash-modularized/pad@^1.0.0",
  "lodash.padend": "npm:@lodash-modularized/padend@^1.0.0",
  "lodash.padstart": "npm:@lodash-modularized/padstart@^1.0.0",
  "lodash.parseint": "npm:@lodash-modularized/parseint@^1.0.0",
  "lodash.partial": "npm:@lodash-modularized/partial@^1.0.0",
  "lodash.partialright": "npm:@lodash-modularized/partialright@^1.0.0",
  "lodash.partition": "npm:@lodash-modularized/partition@^1.0.0",
  "lodash.pick": "npm:@lodash-modularized/pick@^1.0.0",
  "lodash.pickby": "npm:@lodash-modularized/pickby@^1.0.0",
  "lodash.property": "npm:@lodash-modularized/property@^1.0.0",
  "lodash.propertyof": "npm:@lodash-modularized/propertyof@^1.0.0",
  "lodash.pull": "npm:@lodash-modularized/pull@^1.0.0",
  "lodash.pullall": "npm:@lodash-modularized/pullall@^1.0.0",
  "lodash.pullallby": "npm:@lodash-modularized/pullallby@^1.0.0",
  "lodash.pullallwith": "npm:@lodash-modularized/pullallwith@^1.0.0",
  "lodash.pullat": "npm:@lodash-modularized/pullat@^1.0.0",
  "lodash.random": "npm:@lodash-modularized/random@^1.0.0",
  "lodash.range": "npm:@lodash-modularized/range@^1.0.0",
  "lodash.rangeright": "npm:@lodash-modularized/rangeright@^1.0.0",
  "lodash.rearg": "npm:@lodash-modularized/rearg@^1.0.0",
  "lodash.reduce": "npm:@lodash-modularized/reduce@^1.0.0",
  "lodash.reduceright": "npm:@lodash-modularized/reduceright@^1.0.0",
  "lodash.reject": "npm:@lodash-modularized/reject@^1.0.0",
  "lodash.remove": "npm:@lodash-modularized/remove@^1.0.0",
  "lodash.repeat": "npm:@lodash-modularized/repeat@^1.0.0",
  "lodash.replace": "npm:@lodash-modularized/replace@^1.0.0",
  "lodash.rest": "npm:@lodash-modularized/rest@^1.0.0",
  "lodash.result": "npm:@lodash-modularized/result@^1.0.0",
  "lodash.reverse": "npm:@lodash-modularized/reverse@^1.0.0",
  "lodash.round": "npm:@lodash-modularized/round@^1.0.0",
  "lodash.sample": "npm:@lodash-modularized/sample@^1.0.0",
  "lodash.samplesize": "npm:@lodash-modularized/samplesize@^1.0.0",
  "lodash.set": "npm:@lodash-modularized/set@^1.0.0",
  "lodash.setwith": "npm:@lodash-modularized/setwith@^1.0.0",
  "lodash.shuffle": "npm:@lodash-modularized/shuffle@^1.0.0",
  "lodash.size": "npm:@lodash-modularized/size@^1.0.0",
  "lodash.slice": "npm:@lodash-modularized/slice@^1.0.0",
  "lodash.snakecase": "npm:@lodash-modularized/snakecase@^1.0.0",
  "lodash.some": "npm:@lodash-modularized/some@^1.0.0",
  "lodash.sortby": "npm:@lodash-modularized/sortby@^1.0.0",
  "lodash.sortedindex": "npm:@lodash-modularized/sortedindex@^1.0.0",
  "lodash.sortedindexby": "npm:@lodash-modularized/sortedindexby@^1.0.0",
  "lodash.sortedindexof": "npm:@lodash-modularized/sortedindexof@^1.0.0",
  "lodash.sortedlastindex": "npm:@lodash-modularized/sortedlastindex@^1.0.0",
  "lodash.sortedlastindexby": "npm:@lodash-modularized/sortedlastindexby@^1.0.0",
  "lodash.sortedlastindexof": "npm:@lodash-modularized/sortedlastindexof@^1.0.0",
  "lodash.sorteduniq": "npm:@lodash-modularized/sorteduniq@^1.0.0",
  "lodash.sorteduniqby": "npm:@lodash-modularized/sorteduniqby@^1.0.0",
  "lodash.split": "npm:@lodash-modularized/split@^1.0.0",
  "lodash.spread": "npm:@lodash-modularized/spread@^1.0.0",
  "lodash.startcase": "npm:@lodash-modularized/startcase@^1.0.0",
  "lodash.startswith": "npm:@lodash-modularized/startswith@^1.0.0",
  "lodash.stubarray": "npm:@lodash-modularized/stubarray@^1.0.0",
  "lodash.stubfalse": "npm:@lodash-modularized/stubfalse@^1.0.0",
  "lodash.stubobject": "npm:@lodash-modularized/stubobject@^1.0.0",
  "lodash.stubstring": "npm:@lodash-modularized/stubstring@^1.0.0",
  "lodash.stubtrue": "npm:@lodash-modularized/stubtrue@^1.0.0",
  "lodash.subtract": "npm:@lodash-modularized/subtract@^1.0.0",
  "lodash.sum": "npm:@lodash-modularized/sum@^1.0.0",
  "lodash.sumby": "npm:@lodash-modularized/sumby@^1.0.0",
  "lodash.tail": "npm:@lodash-modularized/tail@^1.0.0",
  "lodash.take": "npm:@lodash-modularized/take@^1.0.0",
  "lodash.takeright": "npm:@lodash-modularized/takeright@^1.0.0",
  "lodash.takerightwhile": "npm:@lodash-modularized/takerightwhile@^1.0.0",
  "lodash.takewhile": "npm:@lodash-modularized/takewhile@^1.0.0",
  "lodash.template": "npm:@lodash-modularized/template@^1.0.0",
  "lodash.templatesettings": "npm:@lodash-modularized/templatesettings@^1.0.0",
  "lodash.throttle": "npm:@lodash-modularized/throttle@^1.0.0",
  "lodash.times": "npm:@lodash-modularized/times@^1.0.0",
  "lodash.toarray": "npm:@lodash-modularized/toarray@^1.0.0",
  "lodash.tofinite": "npm:@lodash-modularized/tofinite@^1.0.0",
  "lodash.tointeger": "npm:@lodash-modularized/tointeger@^1.0.0",
  "lodash.tolength": "npm:@lodash-modularized/tolength@^1.0.0",
  "lodash.tolower": "npm:@lodash-modularized/tolower@^1.0.0",
  "lodash.tonumber": "npm:@lodash-modularized/tonumber@^1.0.0",
  "lodash.topairs": "npm:@lodash-modularized/topairs@^1.0.0",
  "lodash.topairsin": "npm:@lodash-modularized/topairsin@^1.0.0",
  "lodash.topath": "npm:@lodash-modularized/topath@^1.0.0",
  "lodash.toplainobject": "npm:@lodash-modularized/toplainobject@^1.0.0",
  "lodash.tosafeinteger": "npm:@lodash-modularized/tosafeinteger@^1.0.0",
  "lodash.tostring": "npm:@lodash-modularized/tostring@^1.0.0",
  "lodash.toupper": "npm:@lodash-modularized/toupper@^1.0.0",
  "lodash.transform": "npm:@lodash-modularized/transform@^1.0.0",
  "lodash.trim": "npm:@lodash-modularized/trim@^1.0.0",
  "lodash.trimend": "npm:@lodash-modularized/trimend@^1.0.0",
  "lodash.trimstart": "npm:@lodash-modularized/trimstart@^1.0.0",
  "lodash.truncate": "npm:@lodash-modularized/truncate@^1.0.0",
  "lodash.unary": "npm:@lodash-modularized/unary@^1.0.0",
  "lodash.unescape": "npm:@lodash-modularized/unescape@^1.0.0",
  "lodash.union": "npm:@lodash-modularized/union@^1.0.0",
  "lodash.unionby": "npm:@lodash-modularized/unionby@^1.0.0",
  "lodash.unionwith": "npm:@lodash-modularized/unionwith@^1.0.0",
  "lodash.uniq": "npm:@lodash-modularized/uniq@^1.0.0",
  "lodash.uniqby": "npm:@lodash-modularized/uniqby@^1.0.0",
  "lodash.uniqueid": "npm:@lodash-modularized/uniqueid@^1.0.0",
  "lodash.uniqwith": "npm:@lodash-modularized/uniqwith@^1.0.0",
  "lodash.unset": "npm:@lodash-modularized/unset@^1.0.0",
  "lodash.unzip": "npm:@lodash-modularized/unzip@^1.0.0",
  "lodash.unzipwith": "npm:@lodash-modularized/unzipwith@^1.0.0",
  "lodash.update": "npm:@lodash-modularized/update@^1.0.0",
  "lodash.updatewith": "npm:@lodash-modularized/updatewith@^1.0.0",
  "lodash.uppercase": "npm:@lodash-modularized/uppercase@^1.0.0",
  "lodash.upperfirst": "npm:@lodash-modularized/upperfirst@^1.0.0",
  "lodash.values": "npm:@lodash-modularized/values@^1.0.0",
  "lodash.valuesin": "npm:@lodash-modularized/valuesin@^1.0.0",
  "lodash.without": "npm:@lodash-modularized/without@^1.0.0",
  "lodash.words": "npm:@lodash-modularized/words@^1.0.0",
  "lodash.wrap": "npm:@lodash-modularized/wrap@^1.0.0",
  "lodash.xor": "npm:@lodash-modularized/xor@^1.0.0",
  "lodash.xorby": "npm:@lodash-modularized/xorby@^1.0.0",
  "lodash.xorwith": "npm:@lodash-modularized/xorwith@^1.0.0",
  "lodash.zip": "npm:@lodash-modularized/zip@^1.0.0",
  "lodash.zipobject": "npm:@lodash-modularized/zipobject@^1.0.0",
  "lodash.zipobjectdeep": "npm:@lodash-modularized/zipobjectdeep@^1.0.0",
  "lodash.zipwith": "npm:@lodash-modularized/zipwith"
}

That's it.

License

MIT

About

Overrides for Lodash.* Packages

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors