文件名称:data-from:从JSON,JSON5和YAML获取数据的实用程序库
文件大小:112KB
文件格式:ZIP
更新时间:2024-04-16 02:14:29
JavaScript
@ hidoo / data-from 从JSON,JSON5和YAML获取数据的实用程序库。 安装 $ npm install @hidoo/data-from 用法 从字符串: import { fromString } from '@hidoo/data-from' ; const data = fromString ( '{"test": {"hoge": "hoge", "fuga": "{{test.hoge}}' ) ; // {test: {hoge: 'hoge', fuga: 'hoge'}} 来自Front Matter( 包装器): import { fromFrontMatter } from '@hidoo/data-from' ; const data = fromFrontMatter ( '---\ntest:\n hoge: hoge\n f
【文件预览】:
data-from-master
----.github()
--------workflows()
----yarn.lock(250KB)
----.eslintrc.js(428B)
----src()
--------fromString.js(1KB)
--------normalize.js(465B)
--------fromFiles.js(2KB)
--------fromFrontMatter.js(1KB)
--------log.js(462B)
--------parse.js(1KB)
--------index.js(299B)
----.commitlintrc.js(77B)
----LICENSE(1KB)
----test()
--------fixtures()
--------fromFrontMatter.test.js(7KB)
--------fromString.test.js(4KB)
--------fromFiles.test.js(3KB)
--------parse.test.js(2KB)
--------normalize.test.js(780B)
----README.md(1KB)
----.mocharc.js(94B)
----renovate.json(370B)
----.editorconfig(267B)
----.gitignore(324B)
----.babelrc.js(304B)
----CHANGELOG.md(4KB)
----.eslintignore(14B)
----package.json(2KB)