2017-02-26 17:46:04 +08:00
|
|
|
{
|
2017-11-20 01:21:33 +08:00
|
|
|
"name": "iofs",
|
2022-10-12 14:16:06 +08:00
|
|
|
"version": "1.5.3",
|
2020-09-19 16:43:18 +08:00
|
|
|
"description": "iofs是一个基于原生fs模块封装的工具, 旨在提供更加方便实用一些常用的API方法(同步), API习惯参考了bash shell。",
|
2017-11-20 01:21:33 +08:00
|
|
|
"main": "index.js",
|
2022-10-12 14:16:06 +08:00
|
|
|
"exports": {
|
|
|
|
"require": "./index.js",
|
|
|
|
"import": "./index.mjs"
|
|
|
|
},
|
2017-11-20 01:21:33 +08:00
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
2020-09-19 16:43:18 +08:00
|
|
|
"url": "https://github.com/bytedo/iofs.git"
|
2017-11-20 01:21:33 +08:00
|
|
|
},
|
2022-10-12 14:16:06 +08:00
|
|
|
"keywords": [
|
|
|
|
"fivejs",
|
|
|
|
"fs",
|
|
|
|
"iofs",
|
|
|
|
"fs.io",
|
|
|
|
"file"
|
|
|
|
],
|
2017-11-20 01:21:33 +08:00
|
|
|
"author": "yutent",
|
|
|
|
"license": "MIT"
|
2017-02-26 17:46:04 +08:00
|
|
|
}
|