We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
package.json
1 parent 292fa8e commit 426c124Copy full SHA for 426c124
package.json
@@ -7,6 +7,44 @@
7
"url": "git://github.com/browserify/resolve.git"
8
},
9
"main": "index.js",
10
+ "exports": {
11
+ ".": [
12
+ {
13
+ "default": "./index.js"
14
+ },
15
+ "./index.js"
16
+ ],
17
+ "./lib/core": [
18
19
+ "default": "./lib/core.js"
20
21
+ "./lib/core.js"
22
23
+ "./lib/core.json": [
24
25
+ "default": "./lib/core.json"
26
27
+ "./lib/core.json"
28
29
+ "./lib/is-core": [
30
31
+ "default": "./lib/is-core.js"
32
33
+ "./lib/is-core.js"
34
35
+ "./lib/sync": [
36
37
+ "default": "./lib/sync.js"
38
39
+ "./lib/sync.js"
40
41
+ "./lib/async": [
42
43
+ "default": "./lib/async.js"
44
45
+ "./lib/async.js"
46
+ ]
47
48
"keywords": [
49
"resolve",
50
"require",
0 commit comments