login/node_modules/jest-config/package.json
Rakesh Kumar 807bb60301
Update build files and add node_modules (#54)
* update build files

* add node_modules
2020-09-23 12:15:33 +05:30

87 lines
2.2 KiB
JSON

{
"_args": [
[
"jest-config@25.2.4",
"C:\\WD\\GitHub\\Github-Actions\\github-actions"
]
],
"_development": true,
"_from": "jest-config@25.2.4",
"_id": "jest-config@25.2.4",
"_inBundle": false,
"_integrity": "sha512-fxy3nIpwJqOUQJRVF/q+pNQb6dv5b9YufOeCbpPZJ/md1zXpiupbhfehpfODhnKOfqbzSiigtSLzlWWmbRxnqQ==",
"_location": "/jest-config",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "jest-config@25.2.4",
"name": "jest-config",
"escapedName": "jest-config",
"rawSpec": "25.2.4",
"saveSpec": null,
"fetchSpec": "25.2.4"
},
"_requiredBy": [
"/@jest/core",
"/jest-runner",
"/jest-runtime",
"/jest/jest-cli"
],
"_resolved": "https://registry.npmjs.org/jest-config/-/jest-config-25.2.4.tgz",
"_spec": "25.2.4",
"_where": "C:\\WD\\GitHub\\Github-Actions\\github-actions",
"bugs": {
"url": "https://github.com/facebook/jest/issues"
},
"dependencies": {
"@babel/core": "^7.1.0",
"@jest/test-sequencer": "^25.2.4",
"@jest/types": "^25.2.3",
"babel-jest": "^25.2.4",
"chalk": "^3.0.0",
"deepmerge": "^4.2.2",
"glob": "^7.1.1",
"jest-environment-jsdom": "^25.2.4",
"jest-environment-node": "^25.2.4",
"jest-get-type": "^25.2.1",
"jest-jasmine2": "^25.2.4",
"jest-regex-util": "^25.2.1",
"jest-resolve": "^25.2.3",
"jest-util": "^25.2.3",
"jest-validate": "^25.2.3",
"micromatch": "^4.0.2",
"pretty-format": "^25.2.3",
"realpath-native": "^2.0.0"
},
"devDependencies": {
"@types/babel__core": "^7.0.4",
"@types/glob": "^7.1.1",
"@types/micromatch": "^4.0.0"
},
"engines": {
"node": ">= 8.3"
},
"gitHead": "324938561c608e0e9dddc008e5dde1589d7abc68",
"homepage": "https://github.com/facebook/jest#readme",
"license": "MIT",
"main": "build/index.js",
"name": "jest-config",
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/facebook/jest.git",
"directory": "packages/jest-config"
},
"types": "build/index.d.ts",
"typesVersions": {
"<3.8": {
"build/*": [
"build/ts3.4/*"
]
}
},
"version": "25.2.4"
}