{"library":"less-cache","type":"library","category":null,"description":"A Node.js library that compiles Less files and caches the resulting CSS. Version 1.1.1 is the last release; the project is in maintenance mode. It wraps the Less compiler with a simple disk cache (configurable directory) to speed up repeated compilations. Unlike webpack loaders or Gulp plugins, this is a standalone utility for one-off compilation with caching. It only provides synchronous readFileSync API. No longer actively developed by the Atom editor team.","language":"javascript","status":"maintenance","version":"1.1.1","tags":["javascript","less","less.js","cache"],"last_verified":"Sun Jun 07","install":[{"cmd":"npm install less-cache","imports":["const LessCache = require('less-cache')","const cache = new LessCache({ cacheDir: '/tmp/less-cache' })","const css = cache.readFileSync('/path/to/style.less')"]},{"cmd":"yarn add less-cache","imports":[]},{"cmd":"pnpm add less-cache","imports":[]}],"homepage":"http://atom.github.io/less-cache","github":"https://github.com/atom/less-cache","docs":null,"changelog":null,"pypi":null,"npm":"less-cache","openapi_spec":null,"status_page":null,"smithery":null,"compatibility":null}