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

Last change on this file since e29cc2e was 59329aa, checked in by Ema <ema_spirova@…>, 3 years ago

adding photos

  • Property mode set to 100644
File size: 1.4 KB
Line 
1{
2 "_args": [
3 [
4 "encoding@0.1.13",
5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
6 ]
7 ],
8 "_development": true,
9 "_from": "encoding@0.1.13",
10 "_id": "encoding@0.1.13",
11 "_inBundle": false,
12 "_integrity": "sha512-ETBauow1T35Y/WZMkio9jiM0Z5xjHHmJ4XmjZOq1l/dXz3lr2sRn87nJy20RupqSh1F2m3HHPSp8ShIPQJrJ3A==",
13 "_location": "/encoding",
14 "_optional": true,
15 "_phantomChildren": {
16 "safer-buffer": "2.1.2"
17 },
18 "_requested": {
19 "type": "version",
20 "registry": true,
21 "raw": "encoding@0.1.13",
22 "name": "encoding",
23 "escapedName": "encoding",
24 "rawSpec": "0.1.13",
25 "saveSpec": null,
26 "fetchSpec": "0.1.13"
27 },
28 "_requiredBy": [
29 "/minipass-fetch"
30 ],
31 "_resolved": "https://registry.npmjs.org/encoding/-/encoding-0.1.13.tgz",
32 "_spec": "0.1.13",
33 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
34 "author": {
35 "name": "Andris Reinman"
36 },
37 "bugs": {
38 "url": "https://github.com/andris9/encoding/issues"
39 },
40 "dependencies": {
41 "iconv-lite": "^0.6.2"
42 },
43 "description": "Convert encodings, uses iconv-lite",
44 "devDependencies": {
45 "nodeunit": "0.11.3"
46 },
47 "homepage": "https://github.com/andris9/encoding#readme",
48 "license": "MIT",
49 "main": "lib/encoding.js",
50 "name": "encoding",
51 "repository": {
52 "type": "git",
53 "url": "git+https://github.com/andris9/encoding.git"
54 },
55 "scripts": {
56 "test": "nodeunit test"
57 },
58 "version": "0.1.13"
59}
Note: See TracBrowser for help on using the repository browser.