mirror of
https://github.com/github/codeql-action.git
synced 2026-04-30 02:40:12 +00:00
Add and run removeNPMAbsolutePaths
This commit is contained in:
+18
-25
@@ -1,9 +1,22 @@
|
||||
{
|
||||
"browser": "build-es5/index.js",
|
||||
"bugs": {
|
||||
"url": "https://github.com/facebook/jest/issues"
|
||||
"name": "expect",
|
||||
"version": "25.2.4",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/facebook/jest.git",
|
||||
"directory": "packages/expect"
|
||||
},
|
||||
"bundleDependencies": false,
|
||||
"license": "MIT",
|
||||
"main": "build/index.js",
|
||||
"types": "build/index.d.ts",
|
||||
"typesVersions": {
|
||||
"<3.8": {
|
||||
"build/*": [
|
||||
"build/ts3.4/*"
|
||||
]
|
||||
}
|
||||
},
|
||||
"browser": "build-es5/index.js",
|
||||
"dependencies": {
|
||||
"@jest/types": "^25.2.3",
|
||||
"ansi-styles": "^4.0.0",
|
||||
@@ -12,8 +25,6 @@
|
||||
"jest-message-util": "^25.2.4",
|
||||
"jest-regex-util": "^25.2.1"
|
||||
},
|
||||
"deprecated": false,
|
||||
"description": "This package exports the `expect` function used in [Jest](https://jestjs.io/). You can find its documentation [on Jest's website](https://jestjs.io/docs/en/expect.html).",
|
||||
"devDependencies": {
|
||||
"@jest/test-utils": "^25.2.1",
|
||||
"chalk": "^3.0.0",
|
||||
@@ -23,26 +34,8 @@
|
||||
"engines": {
|
||||
"node": ">= 8.3"
|
||||
},
|
||||
"gitHead": "324938561c608e0e9dddc008e5dde1589d7abc68",
|
||||
"homepage": "https://github.com/facebook/jest#readme",
|
||||
"license": "MIT",
|
||||
"main": "build/index.js",
|
||||
"name": "expect",
|
||||
"publishConfig": {
|
||||
"access": "public"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/facebook/jest.git",
|
||||
"directory": "packages/expect"
|
||||
},
|
||||
"types": "build/index.d.ts",
|
||||
"typesVersions": {
|
||||
"<3.8": {
|
||||
"build/*": [
|
||||
"build/ts3.4/*"
|
||||
]
|
||||
}
|
||||
},
|
||||
"version": "25.2.4"
|
||||
"gitHead": "324938561c608e0e9dddc008e5dde1589d7abc68"
|
||||
}
|
||||
Reference in New Issue
Block a user