File size: 599 Bytes
369fac9
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
{
  "name": "@one-ini/wasm",
  "collaborators": [
    "Jed Mao <[email protected]>",
    "Joe Hildebrand <[email protected]>",
    "Florian Neumann <[email protected]>"
  ],
  "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"
  ]
}