123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103 |
- {
- "_from": "chai@^4.2.0",
- "_id": "chai@4.3.4",
- "_inBundle": false,
- "_integrity": "sha512-yS5H68VYOCtN1cjfwumDSuzn/9c+yza4f3reKXlE5rUg7SFcCEy90gJvydNgOYtblyf4Zi6jIWRnXOgErta0KA==",
- "_location": "/chai",
- "_phantomChildren": {},
- "_requested": {
- "type": "range",
- "registry": true,
- "raw": "chai@^4.2.0",
- "name": "chai",
- "escapedName": "chai",
- "rawSpec": "^4.2.0",
- "saveSpec": null,
- "fetchSpec": "^4.2.0"
- },
- "_requiredBy": [
- "#DEV:/"
- ],
- "_resolved": "https://registry.npmjs.org/chai/-/chai-4.3.4.tgz",
- "_shasum": "b55e655b31e1eac7099be4c08c21964fce2e6c49",
- "_spec": "chai@^4.2.0",
- "_where": "D:\\jiayue\\pig-ui",
- "author": {
- "name": "Jake Luer",
- "email": "jake@alogicalparadox.com"
- },
- "bugs": {
- "url": "https://github.com/chaijs/chai/issues"
- },
- "bundleDependencies": false,
- "contributors": [
- {
- "name": "Jake Luer",
- "email": "jake@alogicalparadox.com"
- },
- {
- "name": "Domenic Denicola",
- "email": "domenic@domenicdenicola.com",
- "url": "http://domenicdenicola.com"
- },
- {
- "name": "Veselin Todorov",
- "email": "hi@vesln.com"
- },
- {
- "name": "John Firebaugh",
- "email": "john.firebaugh@gmail.com"
- }
- ],
- "dependencies": {
- "assertion-error": "^1.1.0",
- "check-error": "^1.0.2",
- "deep-eql": "^3.0.1",
- "get-func-name": "^2.0.0",
- "pathval": "^1.1.1",
- "type-detect": "^4.0.5"
- },
- "deprecated": false,
- "description": "BDD/TDD assertion library for node.js and the browser. Test framework agnostic.",
- "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"
- },
- "engines": {
- "node": ">=4"
- },
- "exports": {
- ".": {
- "require": "./index.js",
- "import": "./index.mjs"
- },
- "./": "./"
- },
- "homepage": "http://chaijs.com",
- "keywords": [
- "test",
- "assertion",
- "assert",
- "testing",
- "chai"
- ],
- "license": "MIT",
- "main": "./index",
- "name": "chai",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/chaijs/chai.git"
- },
- "scripts": {
- "test": "make test"
- },
- "version": "4.3.4"
- }
|