1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41
|
Source: node-configstore
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Pirate Praveen <praveen@debian.org>
Section: javascript
Testsuite: autopkgtest-pkg-nodejs
Priority: optional
Build-Depends:
debhelper-compat (= 13)
, dh-sequence-nodejs
, node-dot-prop (>= 7.2.0-3~) <!nocheck>
, node-graceful-fs <!nocheck>
, node-make-dir <!nocheck>
, node-tape <!nocheck>
, node-unique-string <!nocheck>
, node-write-file-atomic <!nocheck>
, node-xdg-basedir <!nocheck>
, rollup
, terser
Standards-Version: 4.6.0
Vcs-Browser: https://salsa.debian.org/js-team/node-configstore
Vcs-Git: https://salsa.debian.org/js-team/node-configstore.git
Homepage: https://github.com/yeoman/configstore#readme
Rules-Requires-Root: no
Package: node-configstore
Architecture: all
Depends:
${misc:Depends}
, node-dot-prop (>= 7)
, node-graceful-fs
, node-make-dir
, node-unique-string
, node-write-file-atomic
, node-xdg-basedir
Description: load and save config without having to think about where and how
Easily load and persist config without having to think about where and how
.
Config is stored in a JSON file located in $XDG_CONFIG_HOME or ~/.config.
Example: ~/.config/configstore/some-id.json
.
Node.js is an event-based server-side JavaScript engine.
|