mirror of
https://github.com/actions/labeler.git
synced 2025-12-16 15:10:37 +00:00
build
This commit is contained in:
4
node_modules/jest-regex-util/LICENSE
generated
vendored
4
node_modules/jest-regex-util/LICENSE
generated
vendored
@@ -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
|
||||
|
||||
34
node_modules/jest-regex-util/package.json
generated
vendored
34
node_modules/jest-regex-util/package.json
generated
vendored
@@ -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"
|
||||
}
|
||||
|
||||
7
node_modules/jest-regex-util/tsconfig.json
generated
vendored
7
node_modules/jest-regex-util/tsconfig.json
generated
vendored
@@ -1,7 +0,0 @@
|
||||
{
|
||||
"extends": "../../tsconfig.json",
|
||||
"compilerOptions": {
|
||||
"rootDir": "src",
|
||||
"outDir": "build"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user