diff options
Diffstat (limited to 'tests/registry/npm/@denotest/non-existent-optional-peer/1.0.0')
-rw-r--r-- | tests/registry/npm/@denotest/non-existent-optional-peer/1.0.0/index.js | 0 | ||||
-rw-r--r-- | tests/registry/npm/@denotest/non-existent-optional-peer/1.0.0/package.json | 12 |
2 files changed, 12 insertions, 0 deletions
diff --git a/tests/registry/npm/@denotest/non-existent-optional-peer/1.0.0/index.js b/tests/registry/npm/@denotest/non-existent-optional-peer/1.0.0/index.js new file mode 100644 index 000000000..e69de29bb --- /dev/null +++ b/tests/registry/npm/@denotest/non-existent-optional-peer/1.0.0/index.js diff --git a/tests/registry/npm/@denotest/non-existent-optional-peer/1.0.0/package.json b/tests/registry/npm/@denotest/non-existent-optional-peer/1.0.0/package.json new file mode 100644 index 000000000..e1eaf20b7 --- /dev/null +++ b/tests/registry/npm/@denotest/non-existent-optional-peer/1.0.0/package.json @@ -0,0 +1,12 @@ +{ + "name": "@denotest/non-existent-optional-peer", + "version": "1.0.0", + "peerDependencies": { + "uWebSockets.js": "*" + }, + "peerDependenciesMeta": { + "uWebSockets.js": { + "optional": true + } + } +}
\ No newline at end of file |