备份: 完整开发状态(含反混淆脚本和临时文件)
This commit is contained in:
28
node_modules/@one-ini/wasm/package.json
generated
vendored
Normal file
28
node_modules/@one-ini/wasm/package.json
generated
vendored
Normal file
@@ -0,0 +1,28 @@
|
||||
{
|
||||
"name": "@one-ini/wasm",
|
||||
"collaborators": [
|
||||
"Jed Mao <jedmao@outlook.com>",
|
||||
"Joe Hildebrand <joe-github@cursive.net>",
|
||||
"Florian Neumann <florian.neumann@mindkeeper.solutions>"
|
||||
],
|
||||
"description": "Parse EditorConfig-INI file contents into AST",
|
||||
"version": "0.1.1",
|
||||
"license": "MIT",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/one-ini/core"
|
||||
},
|
||||
"files": [
|
||||
"one_ini_bg.wasm",
|
||||
"one_ini.js",
|
||||
"one_ini.d.ts"
|
||||
],
|
||||
"main": "one_ini.js",
|
||||
"types": "one_ini.d.ts",
|
||||
"keywords": [
|
||||
"editorconfig",
|
||||
"ini",
|
||||
"parser",
|
||||
"ast"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user