1.5.2
parent
bf62ec06b9
commit
bfbc829cd9
10
package.json
10
package.json
|
@ -1,19 +1,13 @@
|
||||||
{
|
{
|
||||||
"name": "iofs",
|
"name": "iofs",
|
||||||
"version": "1.5.1",
|
"version": "1.5.2",
|
||||||
"description": "iofs是一个基于原生fs模块封装的工具, 旨在提供更加方便实用一些常用的API方法(同步), API习惯参考了bash shell。",
|
"description": "iofs是一个基于原生fs模块封装的工具, 旨在提供更加方便实用一些常用的API方法(同步), API习惯参考了bash shell。",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/bytedo/iofs.git"
|
"url": "https://github.com/bytedo/iofs.git"
|
||||||
},
|
},
|
||||||
"keywords": [
|
"keywords": ["fivejs", "fs", "iofs", "fs.io", "file"],
|
||||||
"fivejs",
|
|
||||||
"fs",
|
|
||||||
"iofs",
|
|
||||||
"fs.io",
|
|
||||||
"file"
|
|
||||||
],
|
|
||||||
"author": "yutent",
|
"author": "yutent",
|
||||||
"license": "MIT"
|
"license": "MIT"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue