ghaction-upx/node_modules/babel-jest/package.json
2020-01-23 08:49:02 +00:00

65 lines
1.8 KiB
JSON

{
"_from": "babel-jest@^25.1.0",
"_id": "babel-jest@25.1.0",
"_inBundle": false,
"_integrity": "sha512-tz0VxUhhOE2y+g8R2oFrO/2VtVjA1lkJeavlhExuRBg3LdNJY9gwQ+Vcvqt9+cqy71MCTJhewvTB7Qtnnr9SWg==",
"_location": "/babel-jest",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "babel-jest@^25.1.0",
"name": "babel-jest",
"escapedName": "babel-jest",
"rawSpec": "^25.1.0",
"saveSpec": null,
"fetchSpec": "^25.1.0"
},
"_requiredBy": [
"/jest-config"
],
"_resolved": "https://registry.npmjs.org/babel-jest/-/babel-jest-25.1.0.tgz",
"_shasum": "206093ac380a4b78c4404a05b3277391278f80fb",
"_spec": "babel-jest@^25.1.0",
"_where": "/home/runner/work/ghaction-upx/ghaction-upx/node_modules/jest-config",
"bugs": {
"url": "https://github.com/facebook/jest/issues"
},
"bundleDependencies": false,
"dependencies": {
"@jest/transform": "^25.1.0",
"@jest/types": "^25.1.0",
"@types/babel__core": "^7.1.0",
"babel-plugin-istanbul": "^6.0.0",
"babel-preset-jest": "^25.1.0",
"chalk": "^3.0.0",
"slash": "^3.0.0"
},
"deprecated": false,
"description": "Jest plugin to use babel for transformation.",
"devDependencies": {
"@babel/core": "^7.1.0"
},
"engines": {
"node": ">= 8.3"
},
"gitHead": "170eee11d03b0ed5c60077982fdbc3bafd403638",
"homepage": "https://github.com/facebook/jest#readme",
"license": "MIT",
"main": "build/index.js",
"name": "babel-jest",
"peerDependencies": {
"@babel/core": "^7.0.0"
},
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/facebook/jest.git",
"directory": "packages/babel-jest"
},
"types": "build/index.d.ts",
"version": "25.1.0"
}