aboutsummaryrefslogtreecommitdiff
path: root/node_modules/@webassemblyjs/utf8/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/@webassemblyjs/utf8/package.json')
-rw-r--r--node_modules/@webassemblyjs/utf8/package.json20
1 files changed, 0 insertions, 20 deletions
diff --git a/node_modules/@webassemblyjs/utf8/package.json b/node_modules/@webassemblyjs/utf8/package.json
deleted file mode 100644
index 0bed2ac6..00000000
--- a/node_modules/@webassemblyjs/utf8/package.json
+++ /dev/null
@@ -1,20 +0,0 @@
-{
- "name": "@webassemblyjs/utf8",
- "version": "1.7.11",
- "description": "UTF8 encoder/decoder for WASM",
- "main": "lib/index.js",
- "module": "esm/index.js",
- "scripts": {
- "test": "echo \"Error: no test specified\" && exit 1"
- },
- "repository": {
- "type": "git",
- "url": "https://github.com/xtuc/webassemblyjs.git"
- },
- "publishConfig": {
- "access": "public"
- },
- "author": "Sven Sauleau",
- "license": "MIT",
- "gitHead": "4291990bfc4648bc6676091a955d12dc3c7e5909"
-}