mirror of
https://github.com/actions/setup-node
synced 2025-04-22 16:32:06 +00:00
29 lines
854 B
JSON
29 lines
854 B
JSON
{
|
|
"name": "jest-matcher-utils",
|
|
"description": "A set of utility functions for expect and related packages",
|
|
"version": "24.8.0",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/facebook/jest.git",
|
|
"directory": "packages/jest-matcher-utils"
|
|
},
|
|
"engines": {
|
|
"node": ">= 6"
|
|
},
|
|
"license": "MIT",
|
|
"main": "build/index.js",
|
|
"dependencies": {
|
|
"chalk": "^2.0.1",
|
|
"jest-diff": "^24.8.0",
|
|
"jest-get-type": "^24.8.0",
|
|
"pretty-format": "^24.8.0"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"gitHead": "845728f24b3ef41e450595c384e9b5c9fdf248a4"
|
|
|
|
,"_resolved": "https://registry.npmjs.org/jest-matcher-utils/-/jest-matcher-utils-24.8.0.tgz"
|
|
,"_integrity": "sha512-lex1yASY51FvUuHgm0GOVj7DCYEouWSlIYmCW7APSqB9v8mXmKSn5+sWVF0MhuASG0bnYY106/49JU1FZNl5hw=="
|
|
,"_from": "jest-matcher-utils@24.8.0"
|
|
} |