jaredwray / flat-cache

A stupidly simple key/value storage using files to persist the data
MIT License
165 stars 30 forks source link

Use `flatted` instead of `circular-json` #35

Closed cktang88 closed 5 years ago

cktang88 commented 5 years ago

Circular-JSON is known to be deprecated. https://www.npmjs.com/package/circular-json

rivajunior commented 5 years ago

it is a duplicate of #22