source: trip-planner-front/node_modules/iconv-lite/package.json@ 59329aa

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

adding photos

  • Property mode set to 100644
File size: 2.0 KB
Line 
1{
2 "_args": [
3 [
4 "iconv-lite@0.4.24",
5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
6 ]
7 ],
8 "_development": true,
9 "_from": "iconv-lite@0.4.24",
10 "_id": "iconv-lite@0.4.24",
11 "_inBundle": false,
12 "_integrity": "sha512-v3MXnZAcvnywkTUEZomIActle7RXXeedOR31wwl7VlyoXO4Qi9arvSenNQWne1TcRwhCL1HwLI21bEqdpj8/rA==",
13 "_location": "/iconv-lite",
14 "_phantomChildren": {},
15 "_requested": {
16 "type": "version",
17 "registry": true,
18 "raw": "iconv-lite@0.4.24",
19 "name": "iconv-lite",
20 "escapedName": "iconv-lite",
21 "rawSpec": "0.4.24",
22 "saveSpec": null,
23 "fetchSpec": "0.4.24"
24 },
25 "_requiredBy": [
26 "/body-parser",
27 "/external-editor",
28 "/needle",
29 "/raw-body"
30 ],
31 "_resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.4.24.tgz",
32 "_spec": "0.4.24",
33 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
34 "author": {
35 "name": "Alexander Shtuchkin",
36 "email": "ashtuchkin@gmail.com"
37 },
38 "browser": {
39 "./lib/extend-node": false,
40 "./lib/streams": false
41 },
42 "bugs": {
43 "url": "https://github.com/ashtuchkin/iconv-lite/issues"
44 },
45 "dependencies": {
46 "safer-buffer": ">= 2.1.2 < 3"
47 },
48 "description": "Convert character encodings in pure javascript.",
49 "devDependencies": {
50 "async": "*",
51 "errto": "*",
52 "iconv": "*",
53 "istanbul": "*",
54 "mocha": "^3.1.0",
55 "request": "~2.87.0",
56 "semver": "*",
57 "unorm": "*"
58 },
59 "engines": {
60 "node": ">=0.10.0"
61 },
62 "homepage": "https://github.com/ashtuchkin/iconv-lite",
63 "keywords": [
64 "iconv",
65 "convert",
66 "charset",
67 "icu"
68 ],
69 "license": "MIT",
70 "main": "./lib/index.js",
71 "name": "iconv-lite",
72 "repository": {
73 "type": "git",
74 "url": "git://github.com/ashtuchkin/iconv-lite.git"
75 },
76 "scripts": {
77 "coverage": "istanbul cover _mocha -- --grep .",
78 "coverage-open": "open coverage/lcov-report/index.html",
79 "test": "mocha --reporter spec --grep ."
80 },
81 "typings": "./lib/index.d.ts",
82 "version": "0.4.24"
83}
Note: See TracBrowser for help on using the repository browser.