• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{
2  "_from": "iconv-lite@~0.4.13",
3  "_id": "iconv-lite@0.4.23",
4  "_inBundle": false,
5  "_integrity": "sha512-neyTUVFtahjf0mB3dZT77u+8O0QB89jFdnBkd5P1JgYPbPaia3gXXOVL2fq8VyU2gMMD7SaN7QukTB/pmXYvDA==",
6  "_location": "/iconv-lite",
7  "_phantomChildren": {},
8  "_requested": {
9    "type": "range",
10    "registry": true,
11    "raw": "iconv-lite@~0.4.13",
12    "name": "iconv-lite",
13    "escapedName": "iconv-lite",
14    "rawSpec": "~0.4.13",
15    "saveSpec": null,
16    "fetchSpec": "~0.4.13"
17  },
18  "_requiredBy": [
19    "/encoding",
20    "/external-editor"
21  ],
22  "_resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.4.23.tgz",
23  "_shasum": "297871f63be507adcfbfca715d0cd0eed84e9a63",
24  "_spec": "iconv-lite@~0.4.13",
25  "_where": "/Users/rebecca/code/npm/node_modules/encoding",
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.81.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.23"
77}
78