summaryrefslogtreecommitdiff
path: root/tests/registry/npm/chai/registry.json
blob: ddf47de87765fb294a22367f091f15bccb004694 (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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
{
  "name": "chai",
  "description": "BDD/TDD assertion library for node.js and the browser. Test framework agnostic.",
  "dist-tags": {
    "latest": "4.3.6"
  },
  "versions": {
    "4.3.6": {
      "author": {
        "name": "Jake Luer",
        "email": "jake@alogicalparadox.com"
      },
      "name": "chai",
      "description": "BDD/TDD assertion library for node.js and the browser. Test framework agnostic.",
      "license": "MIT",
      "version": "4.3.6",
      "repository": {
        "type": "git",
        "url": "git+https://github.com/chaijs/chai.git"
      },
      "bugs": {
        "url": "https://github.com/chaijs/chai/issues"
      },
      "main": "./index",
      "exports": {
        ".": {
          "require": "./index.js",
          "import": "./index.mjs"
        },
        "./*": "./*"
      },
      "scripts": {
        "test": "make test"
      },
      "engines": {
        "node": ">=4"
      },
      "dependencies": {
        "assertion-error": "^1.1.0",
        "check-error": "^1.0.2",
        "deep-eql": "^3.0.1",
        "get-func-name": "^2.0.0",
        "loupe": "^2.3.1",
        "pathval": "^1.1.1",
        "type-detect": "^4.0.5"
      },
      "devDependencies": {
        "browserify": "^16.2.3",
        "bump-cli": "^1.1.3",
        "codecov": "^3.0.0",
        "istanbul": "^0.4.3",
        "karma": "^6.1.1",
        "karma-chrome-launcher": "^2.2.0",
        "karma-firefox-launcher": "^1.0.0",
        "karma-mocha": "^2.0.1",
        "karma-sauce-launcher": "^1.2.0",
        "mocha": "^7.1.2"
      },
      "gitHead": "529b8b527ba99454471ac67d6aebca9d96cb5dd9",
      "_id": "chai@4.3.6",
      "_nodeVersion": "17.4.0",
      "_npmVersion": "8.3.1",
      "dist": {
        "integrity": "sha512-bbcp3YfHCUzMOvKqsztczerVgBKSsEijCySNlHHbX3VG1nskvqjz5Rfso1gGwD6w6oOV3eI60pKuMOV5MV7p3Q==",
        "shasum": "ffe4ba2d9fa9d6680cc0b370adae709ec9011e9c",
        "tarball": "http://localhost:4260/chai/chai-4.3.6.tgz",
        "fileCount": 50,
        "unpackedSize": 750564
      },
      "directories": {},
      "_hasShrinkwrap": false
    }
  },
  "author": {
    "name": "Jake Luer",
    "email": "jake@alogicalparadox.com"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/chaijs/chai.git"
  },
  "readmeFilename": "README.md",
  "homepage": "http://chaijs.com",
  "bugs": {
    "url": "https://github.com/chaijs/chai/issues"
  },
  "license": "MIT"
}