-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
36 lines (36 loc) · 1.04 KB
/
package.json
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
29
30
31
32
33
34
35
36
{
"name": "@bablr/bablr-vm",
"description": "A VM for parsing using BABLR languages",
"version": "0.0.0",
"author": "Conrad Buck<[email protected]>",
"type": "module",
"files": [
"lib"
],
"exports": {
".": "./lib/index.js"
},
"sideEffects": false,
"dependencies": {
"@bablr/agast-helpers": "^0.5.3",
"@bablr/agast-vm-helpers": "^0.5.0",
"@bablr/coroutine": "0.1.0",
"@bablr/helpers": "^0.20.5",
"@bablr/regex-vm": "^0.9.0",
"@bablr/weak-stack": "0.1.0",
"@iter-tools/imm-stack": "1.1.0",
"iter-tools-es": "^7.5.3"
},
"devDependencies": {
"@bablr/eslint-config-base": "github:bablr-lang/eslint-config-base#d834ccc52795d6c3b96ecc6c419960fceed221a6",
"enhanced-resolve": "^5.12.0",
"eslint": "^8.32.0",
"eslint-import-resolver-enhanced-resolve": "^1.0.5",
"eslint-plugin-import": "^2.27.5",
"iter-tools-es": "^7.3.1",
"prettier": "^2.6.2"
},
"repository": "github:bablr-lang/bablr-vm",
"homepage": "https://github.com/bablr-lang/bablr-vm",
"license": "MIT"
}