|
Last change
on this file was 9af201e, checked in by MBK <marija.karapandzova@…>, 11 days ago |
|
Fix frontend appearance
|
-
Property mode
set to
100644
|
|
File size:
1.1 KB
|
| Rev | Line | |
|---|
| [9af201e] | 1 | {
|
|---|
| 2 | "name": "pretty-format",
|
|---|
| 3 | "version": "27.5.1",
|
|---|
| 4 | "repository": {
|
|---|
| 5 | "type": "git",
|
|---|
| 6 | "url": "https://github.com/facebook/jest.git",
|
|---|
| 7 | "directory": "packages/pretty-format"
|
|---|
| 8 | },
|
|---|
| 9 | "license": "MIT",
|
|---|
| 10 | "description": "Stringify any JavaScript value.",
|
|---|
| 11 | "main": "./build/index.js",
|
|---|
| 12 | "types": "./build/index.d.ts",
|
|---|
| 13 | "exports": {
|
|---|
| 14 | ".": {
|
|---|
| 15 | "types": "./build/index.d.ts",
|
|---|
| 16 | "default": "./build/index.js"
|
|---|
| 17 | },
|
|---|
| 18 | "./package.json": "./package.json",
|
|---|
| 19 | "./ConvertAnsi": "./build/plugins/ConvertAnsi.js"
|
|---|
| 20 | },
|
|---|
| 21 | "author": "James Kyle <me@thejameskyle.com>",
|
|---|
| 22 | "dependencies": {
|
|---|
| 23 | "ansi-regex": "^5.0.1",
|
|---|
| 24 | "ansi-styles": "^5.0.0",
|
|---|
| 25 | "react-is": "^17.0.1"
|
|---|
| 26 | },
|
|---|
| 27 | "devDependencies": {
|
|---|
| 28 | "@types/react": "*",
|
|---|
| 29 | "@types/react-is": "^17.0.0",
|
|---|
| 30 | "@types/react-test-renderer": "*",
|
|---|
| 31 | "immutable": "^4.0.0",
|
|---|
| 32 | "jest-util": "^27.5.1",
|
|---|
| 33 | "react": "*",
|
|---|
| 34 | "react-dom": "*",
|
|---|
| 35 | "react-test-renderer": "*"
|
|---|
| 36 | },
|
|---|
| 37 | "engines": {
|
|---|
| 38 | "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
|
|---|
| 39 | },
|
|---|
| 40 | "publishConfig": {
|
|---|
| 41 | "access": "public"
|
|---|
| 42 | },
|
|---|
| 43 | "gitHead": "67c1aa20c5fec31366d733e901fee2b981cb1850"
|
|---|
| 44 | }
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.