diff options
Diffstat (limited to 'tests/registry/npm/@denotest/lossy-utf8-script/1.0.0')
-rw-r--r-- | tests/registry/npm/@denotest/lossy-utf8-script/1.0.0/index.js | 1 | ||||
-rw-r--r-- | tests/registry/npm/@denotest/lossy-utf8-script/1.0.0/package.json | 6 |
2 files changed, 7 insertions, 0 deletions
diff --git a/tests/registry/npm/@denotest/lossy-utf8-script/1.0.0/index.js b/tests/registry/npm/@denotest/lossy-utf8-script/1.0.0/index.js new file mode 100644 index 000000000..adbfd382a --- /dev/null +++ b/tests/registry/npm/@denotest/lossy-utf8-script/1.0.0/index.js @@ -0,0 +1 @@ +module.exports = 'þþÿÿ';
\ No newline at end of file diff --git a/tests/registry/npm/@denotest/lossy-utf8-script/1.0.0/package.json b/tests/registry/npm/@denotest/lossy-utf8-script/1.0.0/package.json new file mode 100644 index 000000000..e23605945 --- /dev/null +++ b/tests/registry/npm/@denotest/lossy-utf8-script/1.0.0/package.json @@ -0,0 +1,6 @@ +{ + "name": "@denotest/lossy-utf8-script", + "version": "1.0.0", + "type": "commonjs", + "dependencies": {} +} |