summaryrefslogtreecommitdiffstats
path: root/node_modules/@webassemblyjs/floating-point-hex-parser/package.json
diff options
context:
space:
mode:
authorGravatar Piotr Russ <mail@pruss.it> 2020-11-18 23:26:45 +0100
committerGravatar Piotr Russ <mail@pruss.it> 2020-11-18 23:26:45 +0100
commit81ddf9b700bc48a1f8e472209f080f9c1d9a9b09 (patch)
tree8b959d50c5a614cbf9fcb346ed556140374d4b6d /node_modules/@webassemblyjs/floating-point-hex-parser/package.json
parent1870f3fdf43707a15fda0f609a021f516f45eb63 (diff)
downloadwebsite_creator-81ddf9b700bc48a1f8e472209f080f9c1d9a9b09.tar.gz
website_creator-81ddf9b700bc48a1f8e472209f080f9c1d9a9b09.tar.bz2
website_creator-81ddf9b700bc48a1f8e472209f080f9c1d9a9b09.zip
rm node_modules
Diffstat (limited to 'node_modules/@webassemblyjs/floating-point-hex-parser/package.json')
-rw-r--r--node_modules/@webassemblyjs/floating-point-hex-parser/package.json56
1 files changed, 0 insertions, 56 deletions
diff --git a/node_modules/@webassemblyjs/floating-point-hex-parser/package.json b/node_modules/@webassemblyjs/floating-point-hex-parser/package.json
deleted file mode 100644
index 424abcd..0000000
--- a/node_modules/@webassemblyjs/floating-point-hex-parser/package.json
+++ /dev/null
@@ -1,56 +0,0 @@
-{
- "_from": "@webassemblyjs/floating-point-hex-parser@1.9.0",
- "_id": "@webassemblyjs/floating-point-hex-parser@1.9.0",
- "_inBundle": false,
- "_integrity": "sha512-TG5qcFsS8QB4g4MhrxK5TqfdNe7Ey/7YL/xN+36rRjl/BlGE/NcBvJcqsRgCP6Z92mRE+7N50pRIi8SmKUbcQA==",
- "_location": "/@webassemblyjs/floating-point-hex-parser",
- "_phantomChildren": {},
- "_requested": {
- "type": "version",
- "registry": true,
- "raw": "@webassemblyjs/floating-point-hex-parser@1.9.0",
- "name": "@webassemblyjs/floating-point-hex-parser",
- "escapedName": "@webassemblyjs%2ffloating-point-hex-parser",
- "scope": "@webassemblyjs",
- "rawSpec": "1.9.0",
- "saveSpec": null,
- "fetchSpec": "1.9.0"
- },
- "_requiredBy": [
- "/@webassemblyjs/wast-parser"
- ],
- "_resolved": "https://registry.npmjs.org/@webassemblyjs/floating-point-hex-parser/-/floating-point-hex-parser-1.9.0.tgz",
- "_shasum": "3c3d3b271bddfc84deb00f71344438311d52ffb4",
- "_spec": "@webassemblyjs/floating-point-hex-parser@1.9.0",
- "_where": "/home/pruss/Dev/3-minute-website/node_modules/@webassemblyjs/wast-parser",
- "author": {
- "name": "Mauro Bringolf"
- },
- "bugs": {
- "url": "https://github.com/xtuc/webassemblyjs/issues"
- },
- "bundleDependencies": false,
- "deprecated": false,
- "description": "A function to parse floating point hexadecimal strings as defined by the WebAssembly specification",
- "gitHead": "0440b420888c1f7701eb9762ec657775506b87d8",
- "homepage": "https://github.com/xtuc/webassemblyjs#readme",
- "keywords": [
- "webassembly",
- "floating-point"
- ],
- "license": "MIT",
- "main": "lib/index.js",
- "module": "esm/index.js",
- "name": "@webassemblyjs/floating-point-hex-parser",
- "publishConfig": {
- "access": "public"
- },
- "repository": {
- "type": "git",
- "url": "git+https://github.com/xtuc/webassemblyjs.git"
- },
- "scripts": {
- "build-fuzzer": "[ -f ./test/fuzzing/parse.out ] || gcc ./test/fuzzing/parse.c -o ./test/fuzzing/parse.out -lm -Wall"
- },
- "version": "1.9.0"
-}