source: trip-planner-front/node_modules/buffer-from/package.json@ ceaed42

Last change on this file since ceaed42 was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago

initial commit

  • 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.