source: imaps-frontend/node_modules/@webassemblyjs/helper-buffer/package.json@ 79a0317

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

F4 Finalna Verzija

  • Property mode set to 100644
File size: 598 bytes
Line 
1{
2 "name": "@webassemblyjs/helper-buffer",
3 "version": "1.14.1",
4 "description": "Buffer manipulation utility",
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 "devDependencies": {
20 "@webassemblyjs/wasm-parser": "1.14.1",
21 "jest-diff": "^24.0.0"
22 },
23 "gitHead": "25d52b1296e151ac56244a7c3886661e6b4a69ea"
24}
Note: See TracBrowser for help on using the repository browser.