source: imaps-frontend/node_modules/@webassemblyjs/utf8/package.json

main
Last change on this file was 79a0317, checked in by stefan toskovski <stefantoska84@…>, 4 days ago

F4 Finalna Verzija

  • Property mode set to 100644
File size: 492 bytes
RevLine 
[79a0317]1{
2 "name": "@webassemblyjs/utf8",
3 "version": "1.13.2",
4 "description": "UTF8 encoder/decoder for WASM",
5 "main": "lib/index.js",
6 "module": "esm/index.js",
7 "scripts": {
8 "test": "echo \"Error: no test specified\" && exit 1"
9 },
10 "repository": {
11 "type": "git",
12 "url": "https://github.com/xtuc/webassemblyjs.git"
13 },
14 "publishConfig": {
15 "access": "public"
16 },
17 "author": "Sven Sauleau",
18 "license": "MIT",
19 "gitHead": "897aeb784f042a46a00626f1d1cca96159aa5db3"
20}
Note: See TracBrowser for help on using the repository browser.