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/env-paths/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

66 lines
1.9 KiB
JSON

{
"name": "env-paths",
"description": "Get paths for storing things like data, config, cache, etc",
"dist-tags": {
"latest": "2.2.1"
},
"versions": {
"2.2.1": {
"name": "env-paths",
"version": "2.2.1",
"description": "Get paths for storing things like data, config, cache, etc",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/sindresorhus/env-paths.git"
},
"author": {
"name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com",
"url": "sindresorhus.com"
},
"engines": {
"node": ">=6"
},
"scripts": {
"test": "xo && ava && tsd"
},
"devDependencies": {
"ava": "^1.4.1",
"tsd": "^0.7.1",
"xo": "^0.24.0"
},
"gitHead": "62d4ec8cd42f1a419e00856fab949ca8286773f6",
"bugs": {
"url": "https://github.com/sindresorhus/env-paths/issues"
},
"_id": "env-paths@2.2.1",
"_nodeVersion": "14.16.0",
"_npmVersion": "6.14.10",
"dist": {
"integrity": "sha512-+h1lkLKhZMTYjog1VEpJNG7NZJWcuc2DDk/qsqSTRRCOXiLjeQ1d1/udrUGhqMxUgAlwKNZ0cf2uqan5GLuS2A==",
"shasum": "420399d416ce1fbe9bc0a07c62fa68d67fd0f8f2",
"tarball": "http://localhost:4260/env-paths/env-paths-2.2.1.tgz",
"fileCount": 5,
"unpackedSize": 10163
},
"directories": {},
"_hasShrinkwrap": false
}
},
"homepage": "https://github.com/sindresorhus/env-paths#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/sindresorhus/env-paths.git"
},
"author": {
"name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com",
"url": "https://sindresorhus.com"
},
"bugs": {
"url": "https://github.com/sindresorhus/env-paths/issues"
},
"license": "MIT",
"readmeFilename": "readme.md"
}