文件名称:node-json-defiler
文件大小:6KB
文件格式:ZIP
更新时间:2024-07-17 18:22:14
JavaScript
Json 污染器 递归地将目录中的文件合并为单个 json 对象。 用于将配置文件分成单独的文件夹。 安装 $ npm install json-defiler --save 用法 var defiler = require('json-defiler'); var json = defiler('/path/to/dir').json; 名为index.*文件不会在 json 对象中生成新键。 例子 文件夹结构: root/ +-- foo/ +-- bar/ +-- index.json +-- baz/ +-- a.json +-- b.json +-- qux/ +-- index.js 污染器输出: { "json": { "foo": { "bar": { /* index.json */ },
【文件预览】:
node-json-defiler-master
----.gitignore(13B)
----README.md(1KB)
----test()
--------fixtures()
--------index.js(882B)
----LICENSE(1KB)
----package.json(702B)
----index.js(1KB)
----.travis.yml(18B)
----gulpfile.js(174B)