931f5c035e4f062eb4f85dd3bb8bd05894c85281
[VSoRC/.git] / node_modules / iconv-lite / package.json
1 {
2   "_from": "iconv-lite@0.4.24",
3   "_id": "iconv-lite@0.4.24",
4   "_inBundle": false,
5   "_integrity": "sha512-v3MXnZAcvnywkTUEZomIActle7RXXeedOR31wwl7VlyoXO4Qi9arvSenNQWne1TcRwhCL1HwLI21bEqdpj8/rA==",
6   "_location": "/iconv-lite",
7   "_phantomChildren": {},
8   "_requested": {
9     "type": "version",
10     "registry": true,
11     "raw": "iconv-lite@0.4.24",
12     "name": "iconv-lite",
13     "escapedName": "iconv-lite",
14     "rawSpec": "0.4.24",
15     "saveSpec": null,
16     "fetchSpec": "0.4.24"
17   },
18   "_requiredBy": [
19     "/body-parser",
20     "/raw-body"
21   ],
22   "_resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.4.24.tgz",
23   "_shasum": "2022b4b25fbddc21d2f524974a474aafe733908b",
24   "_spec": "iconv-lite@0.4.24",
25   "_where": "/home/josuer08/Documents/web/node_modules/body-parser",
26   "author": {
27     "name": "Alexander Shtuchkin",
28     "email": "ashtuchkin@gmail.com"
29   },
30   "browser": {
31     "./lib/extend-node": false,
32     "./lib/streams": false
33   },
34   "bugs": {
35     "url": "https://github.com/ashtuchkin/iconv-lite/issues"
36   },
37   "bundleDependencies": false,
38   "dependencies": {
39     "safer-buffer": ">= 2.1.2 < 3"
40   },
41   "deprecated": false,
42   "description": "Convert character encodings in pure javascript.",
43   "devDependencies": {
44     "async": "*",
45     "errto": "*",
46     "iconv": "*",
47     "istanbul": "*",
48     "mocha": "^3.1.0",
49     "request": "~2.87.0",
50     "semver": "*",
51     "unorm": "*"
52   },
53   "engines": {
54     "node": ">=0.10.0"
55   },
56   "homepage": "https://github.com/ashtuchkin/iconv-lite",
57   "keywords": [
58     "iconv",
59     "convert",
60     "charset",
61     "icu"
62   ],
63   "license": "MIT",
64   "main": "./lib/index.js",
65   "name": "iconv-lite",
66   "repository": {
67     "type": "git",
68     "url": "git://github.com/ashtuchkin/iconv-lite.git"
69   },
70   "scripts": {
71     "coverage": "istanbul cover _mocha -- --grep .",
72     "coverage-open": "open coverage/lcov-report/index.html",
73     "test": "mocha --reporter spec --grep ."
74   },
75   "typings": "./lib/index.d.ts",
76   "version": "0.4.24"
77 }