|
Last change
on this file was 9af201e, checked in by MBK <marija.karapandzova@…>, 12 days ago |
|
Fix frontend appearance
|
-
Property mode
set to
100644
|
|
File size:
557 bytes
|
| Rev | Line | |
|---|
| [9af201e] | 1 | {
|
|---|
| 2 | "name": "@webassemblyjs/ieee754",
|
|---|
| 3 | "version": "1.13.2",
|
|---|
| 4 | "description": "IEEE754 decoder and encoder",
|
|---|
| 5 | "license": "MIT",
|
|---|
| 6 | "main": "lib/index.js",
|
|---|
| 7 | "module": "esm/index.js",
|
|---|
| 8 | "scripts": {
|
|---|
| 9 | "test": "echo \"Error: no test specified\" && exit 1"
|
|---|
| 10 | },
|
|---|
| 11 | "repository": {
|
|---|
| 12 | "type": "git",
|
|---|
| 13 | "url": "https://github.com/xtuc/webassemblyjs.git",
|
|---|
| 14 | "directory": "packages/ieee754"
|
|---|
| 15 | },
|
|---|
| 16 | "publishConfig": {
|
|---|
| 17 | "access": "public"
|
|---|
| 18 | },
|
|---|
| 19 | "dependencies": {
|
|---|
| 20 | "@xtuc/ieee754": "^1.2.0"
|
|---|
| 21 | },
|
|---|
| 22 | "gitHead": "897aeb784f042a46a00626f1d1cca96159aa5db3"
|
|---|
| 23 | }
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.