mirror of
https://github.com/Azure/k8s-set-context.git
synced 2026-06-25 00:09:28 +08:00
Add node modules and compiled JavaScript from main (#54)
Co-authored-by: Oliver King <oking3@uncc.edu>
This commit is contained in:
committed by
GitHub
parent
4a983766a0
commit
52d71d28bd
+44
@@ -0,0 +1,44 @@
|
||||
{
|
||||
"name": "jest-resolve",
|
||||
"version": "28.1.1",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/facebook/jest.git",
|
||||
"directory": "packages/jest-resolve"
|
||||
},
|
||||
"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"
|
||||
},
|
||||
"dependencies": {
|
||||
"chalk": "^4.0.0",
|
||||
"graceful-fs": "^4.2.9",
|
||||
"jest-haste-map": "^28.1.1",
|
||||
"jest-pnp-resolver": "^1.2.2",
|
||||
"jest-util": "^28.1.1",
|
||||
"jest-validate": "^28.1.1",
|
||||
"resolve": "^1.20.0",
|
||||
"resolve.exports": "^1.1.0",
|
||||
"slash": "^3.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@tsd/typescript": "~4.7.3",
|
||||
"@types/graceful-fs": "^4.1.3",
|
||||
"@types/pnpapi": "^0.0.2",
|
||||
"@types/resolve": "^1.20.2",
|
||||
"tsd-lite": "^0.5.1"
|
||||
},
|
||||
"engines": {
|
||||
"node": "^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0"
|
||||
},
|
||||
"publishConfig": {
|
||||
"access": "public"
|
||||
},
|
||||
"gitHead": "eb954f8874960920ac50a8f976bb333fbb06ada9"
|
||||
}
|
||||
Reference in New Issue
Block a user