forked from M3-Academy/challenge-algorithms-v2.0
30 lines
649 B
JSON
30 lines
649 B
JSON
{
|
|
"name": "jest-regex-util",
|
|
"version": "29.2.0",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/facebook/jest.git",
|
|
"directory": "packages/jest-regex-util"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "*"
|
|
},
|
|
"engines": {
|
|
"node": "^14.15.0 || ^16.10.0 || >=18.0.0"
|
|
},
|
|
"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"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"gitHead": "ee5b37a4f4433afcfffb0356cea47739d8092287"
|
|
}
|