This commit is contained in:
David Kale
2020-09-08 13:25:36 -04:00
parent e4246d2b5b
commit 91fcbb0108
4227 changed files with 416837 additions and 457884 deletions

View File

@@ -1,8 +1,6 @@
MIT License
For Jest software
Copyright (c) 2014-present, Facebook, Inc.
Copyright (c) Facebook, Inc. and its affiliates.
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal

View File

@@ -1,26 +1,19 @@
{
"_args": [
[
"jest-regex-util@24.3.0",
"/Users/pjquirk/Source/GitHub/actions/labeler"
]
],
"_development": true,
"_from": "jest-regex-util@24.3.0",
"_id": "jest-regex-util@24.3.0",
"_from": "jest-regex-util@^24.3.0",
"_id": "jest-regex-util@24.9.0",
"_inBundle": false,
"_integrity": "sha512-tXQR1NEOyGlfylyEjg1ImtScwMq8Oh3iJbGTjN7p0J23EuVX1MA8rwU69K4sLbCmwzgCUbVkm0FkSF9TdzOhtg==",
"_integrity": "sha512-05Cmb6CuxaA+Ys6fjr3PhvV3bGQmO+2p2La4hFbU+W5uOc479f7FdLXUWXw4pYMAhhSZIuKHwSXSu6CsSBAXQA==",
"_location": "/jest-regex-util",
"_phantomChildren": {},
"_requested": {
"type": "version",
"type": "range",
"registry": true,
"raw": "jest-regex-util@24.3.0",
"raw": "jest-regex-util@^24.3.0",
"name": "jest-regex-util",
"escapedName": "jest-regex-util",
"rawSpec": "24.3.0",
"rawSpec": "^24.3.0",
"saveSpec": null,
"fetchSpec": "24.3.0"
"fetchSpec": "^24.3.0"
},
"_requiredBy": [
"/@jest/core",
@@ -30,16 +23,19 @@
"/jest-resolve-dependencies",
"/jest-runtime"
],
"_resolved": "https://registry.npmjs.org/jest-regex-util/-/jest-regex-util-24.3.0.tgz",
"_spec": "24.3.0",
"_where": "/Users/pjquirk/Source/GitHub/actions/labeler",
"_resolved": "https://registry.npmjs.org/jest-regex-util/-/jest-regex-util-24.9.0.tgz",
"_shasum": "c13fb3380bde22bf6575432c493ea8fe37965636",
"_spec": "jest-regex-util@^24.3.0",
"_where": "/Users/dakale/dev/GitHub/actions/labeler/node_modules/@jest/core",
"bugs": {
"url": "https://github.com/facebook/jest/issues"
},
"bundleDependencies": false,
"deprecated": false,
"engines": {
"node": ">= 6"
},
"gitHead": "3a7a4f3a3f5489ac8e07dcddf76bb949c482ec87",
"gitHead": "9ad0f4bc6b8bdd94989804226c28c9960d9da7d1",
"homepage": "https://github.com/facebook/jest#readme",
"license": "MIT",
"main": "build/index.js",
@@ -53,5 +49,5 @@
"directory": "packages/jest-regex-util"
},
"types": "build/index.d.ts",
"version": "24.3.0"
"version": "24.9.0"
}

View File

@@ -1,7 +0,0 @@
{
"extends": "../../tsconfig.json",
"compilerOptions": {
"rootDir": "src",
"outDir": "build"
}
}