setup-php/node_modules/babel-jest/package.json
Shivam Mathur 8f9786b73f init
2019-09-06 05:17:43 +05:30

70 lines
1.7 KiB
JSON

{
"_args": [
[
"babel-jest@24.9.0",
"E:\\python\\setup-php"
]
],
"_development": true,
"_from": "babel-jest@24.9.0",
"_id": "babel-jest@24.9.0",
"_inBundle": false,
"_integrity": "sha512-ntuddfyiN+EhMw58PTNL1ph4C9rECiQXjI4nMMBKBaNjXvqLdkXpPRcMSr4iyBrJg/+wz9brFUD6RhOAT6r4Iw==",
"_location": "/babel-jest",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "babel-jest@24.9.0",
"name": "babel-jest",
"escapedName": "babel-jest",
"rawSpec": "24.9.0",
"saveSpec": null,
"fetchSpec": "24.9.0"
},
"_requiredBy": [
"/jest-config"
],
"_resolved": "https://registry.npmjs.org/babel-jest/-/babel-jest-24.9.0.tgz",
"_spec": "24.9.0",
"_where": "E:\\python\\setup-php",
"bugs": {
"url": "https://github.com/facebook/jest/issues"
},
"dependencies": {
"@jest/transform": "^24.9.0",
"@jest/types": "^24.9.0",
"@types/babel__core": "^7.1.0",
"babel-plugin-istanbul": "^5.1.0",
"babel-preset-jest": "^24.9.0",
"chalk": "^2.4.2",
"slash": "^2.0.0"
},
"description": "Jest plugin to use babel for transformation.",
"devDependencies": {
"@babel/core": "^7.1.0",
"@types/slash": "^2.0.0"
},
"engines": {
"node": ">= 6"
},
"gitHead": "9ad0f4bc6b8bdd94989804226c28c9960d9da7d1",
"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": "24.9.0"
}