source: frontend/node_modules/buffer-from/package.json

Last change on this file was 9af201e, checked in by MBK <marija.karapandzova@…>, 11 days ago

Fix frontend appearance

  • Property mode set to 100644
File size: 304 bytes
Line 
1{
2 "name": "buffer-from",
3 "version": "1.1.2",
4 "license": "MIT",
5 "repository": "LinusU/buffer-from",
6 "files": [
7 "index.js"
8 ],
9 "scripts": {
10 "test": "standard && node test"
11 },
12 "devDependencies": {
13 "standard": "^12.0.1"
14 },
15 "keywords": [
16 "buffer",
17 "buffer from"
18 ]
19}
Note: See TracBrowser for help on using the repository browser.