#896936 ITP: node-file-cache-simple -- simple file key/value cache for Node.js

Package:
wnpp
Source:
wnpp
Submitter:
Xavier
Date:
2025-11-29 16:30:02 UTC
Severity:
wishlist
Blocked By:
Bug Title
896859

  2

ITP: node-fs-jetpack -- high-level file API for Node.js

wishlist stable testing unstable 9 months ago

#896936#5
Date:
2018-04-26 06:08:02 UTC
From:
To:
* Package name    : file-cache-simple.js
  Version         : 0.0.7
  Upstream Author : Michiel van der Velde <michiel@michielvdvelde.nl>
* URL             : https://github.com/MichielvdVelde/file-cache-simple
* License         : Expat
  Programming Lang: JavaScript
  Description     : simple file key/value cache for Node.js

file-cache-simple is a simple file cache that is easy to use and doesn't
need a lot of set up. Values are simply JSON encoded and stored in key.json
in a temporary directory so they can be shared with softwares written in
another language.

#896936#20
Date:
2018-08-29 10:56:11 UTC
From:
To:
Dear ftp masters,

here is a resume of dependencies of node-* packages needed for
node-lemonldap-ng-handler.

node-lemonldap-ng-handler is an alternative engine for lemonldap-ng
Web-SSO (when used with Nginx). It will be usable also to provide
SSO-as-a-Service which comes with lemonldap-ng 2.0 (will be released
around 2018-10).

Here is the tree of its dependencies (new only):

* Required:
  - node-file-cache-simple:
    - node-fs-jetpack
  - node-inireader
  - js-md5
  - aes-js

* Recommended
  - node-modern-syslog

Session backends are inspired from Apache::Session (Perl) to be
compliant with lemonldap-ng. Usr has to choose between: File (native),
LDAP, SQL or MongoDB. Theses new packages are proposed in this goal:
- node-ldap-client
- node-nodedbi
- node-mongodb:
  - node-mongodb-core:
    - node-bson
    - node-require-optional
      - node-bson (build)

I hope this resume will clarify this proposed packages. Some of them
will be also useful for many other packages (node-nodedbi,
node-ldap-client, node-mongodb,...)

Best regards,
Xavier