UNPKG

661 BJSONView Raw
1{
2 "name": "jest-regex-util",
3 "version": "28.0.2",
4 "repository": {
5 "type": "git",
6 "url": "https://github.com/facebook/jest.git",
7 "directory": "packages/jest-regex-util"
8 },
9 "devDependencies": {
10 "@types/node": "*"
11 },
12 "engines": {
13 "node": "^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0"
14 },
15 "license": "MIT",
16 "main": "./build/index.js",
17 "types": "./build/index.d.ts",
18 "exports": {
19 ".": {
20 "types": "./build/index.d.ts",
21 "default": "./build/index.js"
22 },
23 "./package.json": "./package.json"
24 },
25 "publishConfig": {
26 "access": "public"
27 },
28 "gitHead": "279ee6658d763f024d51f340fab6a37c17d94502"
29}