1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-24 15:19:26 -05:00
denoland-deno/tests/registry/npm/chai/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

88 lines
2.4 KiB
JSON

{
"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"
}