GT2/GT2-iOS/node_modules/babel-jest/package.json

106 lines
3.7 KiB
JSON

{
"_args": [
[
{
"raw": "babel-jest@^22.1.0",
"scope": null,
"escapedName": "babel-jest",
"name": "babel-jest",
"rawSpec": "^22.1.0",
"spec": ">=22.1.0 <23.0.0",
"type": "range"
},
"/Volumes/2009-SSD/GT2/GT2-iOS/node_modules/jest-expo"
]
],
"_from": "babel-jest@>=22.1.0 <23.0.0",
"_id": "babel-jest@22.2.2",
"_inCache": true,
"_location": "/babel-jest",
"_nodeVersion": "8.9.1",
"_npmOperationalInternal": {
"host": "s3://npm-registry-packages",
"tmp": "tmp/babel-jest_22.2.2_1518193689201_0.812782621654222"
},
"_npmUser": {
"name": "mjesun",
"email": "mjesun@hotmail.com"
},
"_npmVersion": "5.5.1",
"_phantomChildren": {},
"_requested": {
"raw": "babel-jest@^22.1.0",
"scope": null,
"escapedName": "babel-jest",
"name": "babel-jest",
"rawSpec": "^22.1.0",
"spec": ">=22.1.0 <23.0.0",
"type": "range"
},
"_requiredBy": [
"/jest-expo",
"/jest-runtime"
],
"_resolved": "https://registry.npmjs.org/babel-jest/-/babel-jest-22.2.2.tgz",
"_shasum": "eda38dca284e32cc5257f96a9b51351975de4e04",
"_shrinkwrap": null,
"_spec": "babel-jest@^22.1.0",
"_where": "/Volumes/2009-SSD/GT2/GT2-iOS/node_modules/jest-expo",
"bugs": {
"url": "https://github.com/facebook/jest/issues"
},
"dependencies": {
"babel-plugin-istanbul": "^4.1.5",
"babel-preset-jest": "^22.2.0"
},
"description": "Jest plugin to use babel for transformation.",
"devDependencies": {
"babel-core": "^6.0.0"
},
"directories": {},
"dist": {
"integrity": "sha512-GOutNE3jhFj5WWLd09e9+kkPwzqOSWRj1J1YslVxnKkmgKaWjfvE9k3JGMf8MJYGzEZr6dVK5bg9RWRi/2tGiQ==",
"shasum": "eda38dca284e32cc5257f96a9b51351975de4e04",
"tarball": "https://registry.npmjs.org/babel-jest/-/babel-jest-22.2.2.tgz",
"fileCount": 3,
"unpackedSize": 8005
},
"homepage": "https://github.com/facebook/jest#readme",
"license": "MIT",
"main": "build/index.js",
"maintainers": [
{
"name": "aaronabramov",
"email": "aaron@abramov.io"
},
{
"name": "cpojer",
"email": "christoph.pojer@gmail.com"
},
{
"name": "fb",
"email": "opensource+npm@fb.com"
},
{
"name": "jeanlauliac",
"email": "jean@lauliac.com"
},
{
"name": "mjesun",
"email": "mjesun@hotmail.com"
}
],
"name": "babel-jest",
"optionalDependencies": {},
"peerDependencies": {
"babel-core": "^6.0.0 || ^7.0.0-0"
},
"readme": "# babel-jest\n\n[Babel](https://github.com/babel/babel) [jest](https://github.com/facebook/jest)\nplugin\n\n## Usage\n\nIf you are already using `jest-cli`, just add `babel-jest` and it will\nautomatically compile JavaScript code using babel.\n\n```bash\nnpm install --save-dev babel-jest babel-core\n```\n\n> Note: If you are using babel version 7 you have to install `babel-jest` with\n>\n> ```bash\n> npm install --save-dev babel-jest babel-core@^7.0.0-0 @babel/core\n> ```\n\nIf you would like to write your own preprocessor, uninstall and delete\nbabel-jest and set the\n[config.transform](http://facebook.github.io/jest/docs/configuration.html#transform-object-string-string)\noption to your preprocessor.\n\n## Setup\n\n_Note: this step is only required if you are using `babel-jest` with additional\ncode preprocessors._\n\nTo explicitly define `babel-jest` as a transformer for your JavaScript code, map\n_.js_ files to the `babel-jest` module.\n\n```json\n\"transform\": {\n \"^.+\\\\.jsx?$\": \"babel-jest\"\n},\n```\n",
"readmeFilename": "README.md",
"repository": {
"type": "git",
"url": "git+https://github.com/facebook/jest.git"
},
"version": "22.2.2"
}