-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 937 Bytes
/
Copy pathpackage.json
File metadata and controls
44 lines (44 loc) · 937 Bytes
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
37
38
39
40
41
42
43
44
{
"name": "karma-node-resolve-preprocessor",
"version": "0.2.2",
"description": "Karma preprocessor to resolve bare module imports to `node_modules` folder",
"license": "MIT",
"main": "./src/index.js",
"keywords": [
"karma-plugin",
"karma-preprocessor",
"module",
"esm",
"web components",
"wc",
"lit",
"lit-element",
"litelement",
"lit-html",
"modules"
],
"homepage": "https://github.com/brion-fuller/karma-node-resolve-preprocessor",
"repository": {
"type": "git",
"url": "https://github.com/brion-fuller/karma-node-resolve-preprocessor.git"
},
"author": {
"name": "Brion Fuller II"
},
"files": [
"src"
],
"engines": {
"node": ">= 10.0.0"
},
"dependencies": {
"es-module-lexer": "^0.3.20",
"import-meta-resolve": "^2.0.1"
},
"peerDependencies": {
"karma": ">=3.1.0"
},
"devDependencies": {
"mocha": "^7.2.0"
}
}