source: imaps-frontend/node_modules/@rollup/rollup-linux-x64-gnu/package.json

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

Update repo after prototype presentation

  • Property mode set to 100644
File size: 417 bytes
RevLine 
[d565449]1{
2 "name": "@rollup/rollup-linux-x64-gnu",
3 "version": "4.20.0",
4 "os": [
5 "linux"
6 ],
7 "cpu": [
8 "x64"
9 ],
10 "files": [
11 "rollup.linux-x64-gnu.node"
12 ],
13 "description": "Native bindings for Rollup",
14 "author": "Lukas Taegert-Atkinson",
15 "homepage": "https://rollupjs.org/",
16 "license": "MIT",
17 "repository": "rollup/rollup",
18 "libc": [
19 "glibc"
20 ],
21 "main": "./rollup.linux-x64-gnu.node"
22}
Note: See TracBrowser for help on using the repository browser.