iofs/package.json

14 lines
420 B
JSON
Raw Normal View History

2017-02-26 17:46:04 +08:00
{
2017-11-20 01:21:33 +08:00
"name": "iofs",
2020-12-15 18:16:27 +08:00
"version": "1.5.2",
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",
"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
},
2020-12-15 18:16:27 +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
}