summaryrefslogtreecommitdiff
path: root/tests/registry/npm/iconv-lite/registry.json
blob: 6a71a9c83a80f5fe69674b1d67c9c708a9fc285a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
{
  "name": "iconv-lite",
  "description": "Convert character encodings in pure javascript.",
  "dist-tags": {
    "latest": "0.6.3"
  },
  "versions": {
    "0.6.3": {
      "name": "iconv-lite",
      "description": "Convert character encodings in pure javascript.",
      "version": "0.6.3",
      "license": "MIT",
      "author": {
        "name": "Alexander Shtuchkin",
        "email": "ashtuchkin@gmail.com"
      },
      "main": "./lib/index.js",
      "typings": "./lib/index.d.ts",
      "bugs": {
        "url": "https://github.com/ashtuchkin/iconv-lite/issues"
      },
      "repository": {
        "type": "git",
        "url": "git://github.com/ashtuchkin/iconv-lite.git"
      },
      "engines": {
        "node": ">=0.10.0"
      },
      "scripts": {
        "coverage": "c8 _mocha --grep .",
        "test": "mocha --reporter spec --grep ."
      },
      "browser": {
        "stream": false
      },
      "devDependencies": {
        "async": "^3.2.0",
        "c8": "^7.2.0",
        "errto": "^0.2.1",
        "iconv": "^2.3.5",
        "mocha": "^3.5.3",
        "request": "^2.88.2",
        "semver": "^6.3.0",
        "unorm": "^1.6.0"
      },
      "dependencies": {
        "safer-buffer": ">= 2.1.2 < 3.0.0"
      },
      "gitHead": "d13de386c07a1574425811f8f219c181c633e88d",
      "_id": "iconv-lite@0.6.3",
      "_nodeVersion": "15.6.0",
      "_npmVersion": "7.6.1",
      "dist": {
        "integrity": "sha512-4fCk79wshMdzMp2rH06qWrJE4iolqLhCUH+OiuIgU++RB0+94NlDL81atO7GX55uUKueo0txHNtvEyI6D7WdMw==",
        "shasum": "a52f80bf38da1952eb5c681790719871a1a72501",
        "tarball": "http://localhost:4260/iconv-lite/iconv-lite-0.6.3.tgz",
        "fileCount": 33,
        "unpackedSize": 348518
      },
      "directories": {},
      "_hasShrinkwrap": false
    }
  },
  "author": {
    "name": "Alexander Shtuchkin",
    "email": "ashtuchkin@gmail.com"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/ashtuchkin/iconv-lite.git"
  },
  "homepage": "https://github.com/ashtuchkin/iconv-lite",
  "bugs": {
    "url": "https://github.com/ashtuchkin/iconv-lite/issues"
  },
  "license": "MIT",
  "readmeFilename": "README.md"
}