[ ソース: node-jsonfile ]
パッケージ: node-jsonfile (5.0.0-1)
node-jsonfile に関するリンク
Debian の資源:
node-jsonfile ソースパッケージをダウンロード:
メンテナ:
外部の資源:
- ホームページ [github.com]
類似のパッケージ:
Easily read/write JSON files in Node.js
jsonfile is a Node.js module to easily read/write JSON files in JavaScript.
The module provides readFile() and writeFile() methods that combine JSON.parse() with fs.readFile() and JSON.parse() with fs.readFile().
Node.js is an event-based server-side JavaScript engine.
その他の node-jsonfile 関連パッケージ
|
|
|
|
-
- dep: node-graceful-fs (>= 4.1.6)
- drop-in replacement improving the Node.js fs module
-
- dep: node-universalify
- Make a callback- or promise-based function support both promises and callbacks
-
- dep: nodejs (>= 6)
- evented I/O for V8 javascript - runtime executable