1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-27 16:10:57 -05:00
denoland-deno/tests/registry/npm/lz-string/registry.json
David Sherret 8539cacbbe
chore: update more registry.json files (#25615)
Extracted out of https://github.com/denoland/deno/pull/25614

It's better for these to be non-minified because then diffs are better
when adding new versions.
2024-09-13 15:27:20 +01:00

106 lines
2.9 KiB
JSON

{
"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"
}
}