编码+提交

This commit is contained in:
kangkang520
2018-11-12 23:18:51 +08:00
commit 3d0c2070eb
8 changed files with 236 additions and 0 deletions

25
package.json Normal file
View File

@ -0,0 +1,25 @@
{
"name": "ini-decode",
"version": "1.0.2",
"description": "",
"main": "dist/index.js",
"types": "typing/index.d.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"ini",
"config",
"typescript",
"declare",
"dts",
"parser",
"decode",
"configuration"
],
"author": "",
"license": "ISC",
"devDependencies": {
"@types/node": "^10.12.5"
}
}