package.json 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103
  1. {
  2. "_from": "chai@^4.2.0",
  3. "_id": "chai@4.3.4",
  4. "_inBundle": false,
  5. "_integrity": "sha512-yS5H68VYOCtN1cjfwumDSuzn/9c+yza4f3reKXlE5rUg7SFcCEy90gJvydNgOYtblyf4Zi6jIWRnXOgErta0KA==",
  6. "_location": "/chai",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "chai@^4.2.0",
  12. "name": "chai",
  13. "escapedName": "chai",
  14. "rawSpec": "^4.2.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^4.2.0"
  17. },
  18. "_requiredBy": [
  19. "#DEV:/"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/chai/-/chai-4.3.4.tgz",
  22. "_shasum": "b55e655b31e1eac7099be4c08c21964fce2e6c49",
  23. "_spec": "chai@^4.2.0",
  24. "_where": "D:\\jiayue\\pig-ui",
  25. "author": {
  26. "name": "Jake Luer",
  27. "email": "jake@alogicalparadox.com"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/chaijs/chai/issues"
  31. },
  32. "bundleDependencies": false,
  33. "contributors": [
  34. {
  35. "name": "Jake Luer",
  36. "email": "jake@alogicalparadox.com"
  37. },
  38. {
  39. "name": "Domenic Denicola",
  40. "email": "domenic@domenicdenicola.com",
  41. "url": "http://domenicdenicola.com"
  42. },
  43. {
  44. "name": "Veselin Todorov",
  45. "email": "hi@vesln.com"
  46. },
  47. {
  48. "name": "John Firebaugh",
  49. "email": "john.firebaugh@gmail.com"
  50. }
  51. ],
  52. "dependencies": {
  53. "assertion-error": "^1.1.0",
  54. "check-error": "^1.0.2",
  55. "deep-eql": "^3.0.1",
  56. "get-func-name": "^2.0.0",
  57. "pathval": "^1.1.1",
  58. "type-detect": "^4.0.5"
  59. },
  60. "deprecated": false,
  61. "description": "BDD/TDD assertion library for node.js and the browser. Test framework agnostic.",
  62. "devDependencies": {
  63. "browserify": "^16.2.3",
  64. "bump-cli": "^1.1.3",
  65. "codecov": "^3.0.0",
  66. "istanbul": "^0.4.3",
  67. "karma": "^6.1.1",
  68. "karma-chrome-launcher": "^2.2.0",
  69. "karma-firefox-launcher": "^1.0.0",
  70. "karma-mocha": "^2.0.1",
  71. "karma-sauce-launcher": "^1.2.0",
  72. "mocha": "^7.1.2"
  73. },
  74. "engines": {
  75. "node": ">=4"
  76. },
  77. "exports": {
  78. ".": {
  79. "require": "./index.js",
  80. "import": "./index.mjs"
  81. },
  82. "./": "./"
  83. },
  84. "homepage": "http://chaijs.com",
  85. "keywords": [
  86. "test",
  87. "assertion",
  88. "assert",
  89. "testing",
  90. "chai"
  91. ],
  92. "license": "MIT",
  93. "main": "./index",
  94. "name": "chai",
  95. "repository": {
  96. "type": "git",
  97. "url": "git+https://github.com/chaijs/chai.git"
  98. },
  99. "scripts": {
  100. "test": "make test"
  101. },
  102. "version": "4.3.4"
  103. }