debian-mirror-gitlab/spec/fixtures/packages/npm/payload_with_empty_attachment.json
2023-07-09 08:55:56 +05:30

29 lines
704 B
JSON

{
"_id": "@root/npm-test",
"name": "@root/npm-test",
"description": "Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.",
"dist-tags": {
"latest": "1.0.1"
},
"versions": {
"1.0.1": {
"name": "@root/npm-test",
"version": "1.0.1",
"main": "app.js",
"dependencies": {
"express": "^4.16.4"
},
"dist": {
"shasum": "f572d396fae9206628714fb2ce00f72e94f2258f",
"tarball": "http://localhost/npm/package.tgz"
}
}
},
"_attachments": {
"@root/npm-test-1.0.1.tgz": {
"data": ""
}
},
"id": "10",
"package_name": "@root/npm-test"
}