summaryrefslogtreecommitdiff
path: root/tests/registry/npm/negotiator/registry.json
blob: 9b87dc10ae7e940bc0178c13bbf89255ed36b881 (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
{
  "name": "negotiator",
  "description": "HTTP content negotiation",
  "dist-tags": {
    "latest": "0.6.3"
  },
  "versions": {
    "0.6.3": {
      "name": "negotiator",
      "description": "HTTP content negotiation",
      "version": "0.6.3",
      "license": "MIT",
      "repository": {
        "type": "git",
        "url": "git+https://github.com/jshttp/negotiator.git"
      },
      "devDependencies": {
        "eslint": "7.32.0",
        "eslint-plugin-markdown": "2.2.1",
        "mocha": "9.1.3",
        "nyc": "15.1.0"
      },
      "engines": {
        "node": ">= 0.6"
      },
      "scripts": {
        "lint": "eslint .",
        "test": "mocha --reporter spec --check-leaks --bail test/",
        "test-ci": "nyc --reporter=lcov --reporter=text npm test",
        "test-cov": "nyc --reporter=html --reporter=text npm test"
      },
      "gitHead": "40a5acb0c878cca951bc44d1d9e2ab1f90ae813e",
      "bugs": {
        "url": "https://github.com/jshttp/negotiator/issues"
      },
      "_id": "negotiator@0.6.3",
      "_nodeVersion": "16.13.1",
      "_npmVersion": "8.1.2",
      "dist": {
        "integrity": "sha512-+EUsqGPLsM+j/zdChZjsnX51g4XrHFOIXwfnCVPGlQk/k5giakcKsuxCObBRu6DSm9opw/O6slWbJdghQM4bBg==",
        "shasum": "58e323a72fedc0d6f9cd4d31fe49f51479590ccd",
        "tarball": "http://localhost:4260/negotiator/negotiator-0.6.3.tgz",
        "fileCount": 9,
        "unpackedSize": 27375
      },
      "directories": {},
      "_hasShrinkwrap": false
    }
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/jshttp/negotiator.git"
  },
  "homepage": "https://github.com/jshttp/negotiator#readme",
  "bugs": {
    "url": "https://github.com/jshttp/negotiator/issues"
  },
  "license": "MIT",
  "readmeFilename": "README.md"
}