12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061 |
- {
- "_args": [
- [
- "@webassemblyjs/floating-point-hex-parser@1.7.11",
- "/Users/lihai/jolijoli/pad_spa"
- ]
- ],
- "_development": true,
- "_from": "@webassemblyjs/floating-point-hex-parser@1.7.11",
- "_id": "@webassemblyjs/floating-point-hex-parser@1.7.11",
- "_inBundle": false,
- "_integrity": "sha1-pp8K9lAuuaPARVVbGmEp09Py4xM=",
- "_location": "/@webassemblyjs/floating-point-hex-parser",
- "_phantomChildren": {},
- "_requested": {
- "type": "version",
- "registry": true,
- "raw": "@webassemblyjs/floating-point-hex-parser@1.7.11",
- "name": "@webassemblyjs/floating-point-hex-parser",
- "escapedName": "@webassemblyjs%2ffloating-point-hex-parser",
- "scope": "@webassemblyjs",
- "rawSpec": "1.7.11",
- "saveSpec": null,
- "fetchSpec": "1.7.11"
- },
- "_requiredBy": [
- "/@webassemblyjs/wast-parser"
- ],
- "_resolved": "https://registry.npm.taobao.org/@webassemblyjs/floating-point-hex-parser/download/@webassemblyjs/floating-point-hex-parser-1.7.11.tgz",
- "_spec": "1.7.11",
- "_where": "/Users/lihai/jolijoli/pad_spa",
- "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",
- "gitHead": "4291990bfc4648bc6676091a955d12dc3c7e5909",
- "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.7.11"
- }
|