aboutsummaryrefslogtreecommitdiff
path: root/node_modules/jest-diff/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/jest-diff/package.json')
-rw-r--r--node_modules/jest-diff/package.json36
1 files changed, 36 insertions, 0 deletions
diff --git a/node_modules/jest-diff/package.json b/node_modules/jest-diff/package.json
new file mode 100644
index 0000000..81d809b
--- /dev/null
+++ b/node_modules/jest-diff/package.json
@@ -0,0 +1,36 @@
+{
+ "name": "jest-diff",
+ "version": "27.5.1",
+ "repository": {
+ "type": "git",
+ "url": "https://github.com/facebook/jest.git",
+ "directory": "packages/jest-diff"
+ },
+ "license": "MIT",
+ "main": "./build/index.js",
+ "types": "./build/index.d.ts",
+ "exports": {
+ ".": {
+ "types": "./build/index.d.ts",
+ "default": "./build/index.js"
+ },
+ "./package.json": "./package.json"
+ },
+ "dependencies": {
+ "chalk": "^4.0.0",
+ "diff-sequences": "^27.5.1",
+ "jest-get-type": "^27.5.1",
+ "pretty-format": "^27.5.1"
+ },
+ "devDependencies": {
+ "@jest/test-utils": "^27.5.1",
+ "strip-ansi": "^6.0.0"
+ },
+ "engines": {
+ "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
+ },
+ "publishConfig": {
+ "access": "public"
+ },
+ "gitHead": "67c1aa20c5fec31366d733e901fee2b981cb1850"
+}