summaryrefslogtreecommitdiff
path: root/spec/fixtures/packages/npm/payload.json
blob: 5ecb013b9bfa96fd447eb79d323bb334a28460b1 (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
{
   "_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":{
         "content_type":"application/octet-stream",
         "data":"aGVsbG8K",
         "length":8
      }
   },
   "id":"10",
   "package_name":"@root/npm-test"
}