summaryrefslogtreecommitdiff
path: root/tests/registry/npm/lz-string/registry.json
blob: d7c4ed7861f336a46b70d95a623f8caf0d996690 (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
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
{
  "name": "lz-string",
  "description": "LZ-based compression algorithm",
  "dist-tags": {
    "latest": "1.5.0"
  },
  "versions": {
    "1.3.6": {
      "name": "lz-string",
      "version": "1.3.6",
      "license": "WTFPL",
      "description": "LZ-based compression algorithm",
      "main": "libs/lz-string.js",
      "bin": {
        "lz-string": "bin/bin.js"
      },
      "scripts": {},
      "dependencies": {},
      "devDependencies": {},
      "repository": {
        "type": "git",
        "url": "https://github.com/pieroxy/lz-string.git"
      },
      "bugs": {
        "url": "https://github.com/pieroxy/lz-string/issues"
      },
      "directories": {
        "test": "tests"
      },
      "author": {
        "name": "pieroxy",
        "email": "pieroxy@pieroxy.net"
      },
      "_id": "lz-string@1.3.6",
      "dist": {
        "shasum": "cc91b00d3264b15402e428e76dfeb709193bc10f",
        "tarball": "http://localhost:4260/lz-string/lz-string-1.3.6.tgz",
        "integrity": "sha512-gIHN4Nkmln8SrIRAXJ3qzGH7gJ8WjAORiwD+SB3PYW4n4ri+gP257pXSeyw/VGOV+6ZLIkZmNfK4xT6e2U5QIQ=="
      },
      "_from": "./",
      "_npmVersion": "1.3.10"
    },
    "1.5.0": {
      "name": "lz-string",
      "version": "1.5.0",
      "license": "MIT",
      "filename": "lz-string.js",
      "description": "LZ-based compression algorithm",
      "main": "libs/lz-string.js",
      "typings": "typings/lz-string.d.ts",
      "bin": {
        "lz-string": "bin/bin.js"
      },
      "scripts": {},
      "dependencies": {},
      "devDependencies": {},
      "repository": {
        "type": "git",
        "url": "git+https://github.com/pieroxy/lz-string.git"
      },
      "bugs": {
        "url": "https://github.com/pieroxy/lz-string/issues"
      },
      "directories": {
        "test": "tests"
      },
      "author": {
        "name": "pieroxy",
        "email": "pieroxy@pieroxy.net"
      },
      "autoupdate": {
        "source": "git",
        "target": "git://github.com/pieroxy/lz-string.git",
        "basePath": "libs/",
        "files": [
          "lz-string.js",
          "lz-string.min.js",
          "base64-string.js"
        ]
      },
      "gitHead": "4a94308c1e684fb98866f7ba1288f3db6d9f8801",
      "_id": "lz-string@1.5.0",
      "_nodeVersion": "16.19.1",
      "_npmVersion": "8.19.3",
      "dist": {
        "integrity": "sha512-h5bgJWpxJNswbU7qCrV0tIKQCaS3blPDrqKWx+QxzuzL1zGUzij9XCWLrSLsJPu5t+eWA/ycetzYAO5IOMcWAQ==",
        "shasum": "c1ab50f77887b712621201ba9fd4e3a6ed099941",
        "tarball": "http://localhost:4260/lz-string/lz-string-1.5.0.tgz",
        "fileCount": 16,
        "unpackedSize": 175825
      },
      "_hasShrinkwrap": false
    }
  },
  "repository": {},
  "homepage": "http://pieroxy.net/blog/pages/lz-string/index.html",
  "license": "MIT",
  "readmeFilename": "README.md",
  "author": {
    "name": "pieroxy",
    "email": "pieroxy@pieroxy.net"
  },
  "bugs": {
    "url": "https://github.com/pieroxy/lz-string/issues"
  }
}