1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859 |
- {
- "_args": [
- [
- "@webassemblyjs/floating-point-hex-parser@1.11.6",
- "/Users/mac/projects/mime/mine"
- ]
- ],
- "_development": true,
- "_from": "@webassemblyjs/floating-point-hex-parser@1.11.6",
- "_id": "@webassemblyjs/floating-point-hex-parser@1.11.6",
- "_inBundle": false,
- "_integrity": "sha512-ejAj9hfRJ2XMsNHk/v6Fu2dGS+i4UaXBXGemOfQ/JfQ6mdQg/WXtwleQRLLS4OvfDhv8rYnVwH27YJLMyYsxhw==",
- "_location": "/@webassemblyjs/floating-point-hex-parser",
- "_phantomChildren": {},
- "_requested": {
- "type": "version",
- "registry": true,
- "raw": "@webassemblyjs/floating-point-hex-parser@1.11.6",
- "name": "@webassemblyjs/floating-point-hex-parser",
- "escapedName": "@webassemblyjs%2ffloating-point-hex-parser",
- "scope": "@webassemblyjs",
- "rawSpec": "1.11.6",
- "saveSpec": null,
- "fetchSpec": "1.11.6"
- },
- "_requiredBy": [
- "/@webassemblyjs/helper-numbers"
- ],
- "_resolved": "https://registry.npmmirror.com/@webassemblyjs/floating-point-hex-parser/-/floating-point-hex-parser-1.11.6.tgz",
- "_spec": "1.11.6",
- "_where": "/Users/mac/projects/mime/mine",
- "author": {
- "name": "Mauro Bringolf"
- },
- "bugs": {
- "url": "https://github.com/xtuc/webassemblyjs/issues"
- },
- "description": "A function to parse floating point hexadecimal strings as defined by the WebAssembly specification",
- "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.11.6"
- }
|