source: trip-planner-front/node_modules/encoding/package.json@ 6c1585f

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

initial commit

  • Property mode set to 100644
File size: 432 bytes
Line 
1{
2 "name": "encoding",
3 "version": "0.1.13",
4 "description": "Convert encodings, uses iconv-lite",
5 "main": "lib/encoding.js",
6 "scripts": {
7 "test": "nodeunit test"
8 },
9 "repository": "https://github.com/andris9/encoding.git",
10 "author": "Andris Reinman",
11 "license": "MIT",
12 "dependencies": {
13 "iconv-lite": "^0.6.2"
14 },
15 "devDependencies": {
16 "nodeunit": "0.11.3"
17 }
18}
Note: See TracBrowser for help on using the repository browser.