You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
28 lines
599 B
28 lines
599 B
{ |
|
"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" |
|
] |
|
} |