97 lines
3.6 KiB
JSON
97 lines
3.6 KiB
JSON
|
{
|
||
|
"_args": [
|
||
|
[
|
||
|
{
|
||
|
"raw": "babel-plugin-jest-hoist@^22.2.0",
|
||
|
"scope": null,
|
||
|
"escapedName": "babel-plugin-jest-hoist",
|
||
|
"name": "babel-plugin-jest-hoist",
|
||
|
"rawSpec": "^22.2.0",
|
||
|
"spec": ">=22.2.0 <23.0.0",
|
||
|
"type": "range"
|
||
|
},
|
||
|
"/home/jdaugherty/work/GT2/GT2-Android/node_modules/babel-preset-jest"
|
||
|
]
|
||
|
],
|
||
|
"_from": "babel-plugin-jest-hoist@>=22.2.0 <23.0.0",
|
||
|
"_id": "babel-plugin-jest-hoist@22.2.0",
|
||
|
"_inCache": true,
|
||
|
"_location": "/babel-plugin-jest-hoist",
|
||
|
"_nodeVersion": "8.9.1",
|
||
|
"_npmOperationalInternal": {
|
||
|
"host": "s3://npm-registry-packages",
|
||
|
"tmp": "tmp/babel-plugin-jest-hoist_22.2.0_1517999151809_0.6215924109926483"
|
||
|
},
|
||
|
"_npmUser": {
|
||
|
"name": "mjesun",
|
||
|
"email": "mjesun@hotmail.com"
|
||
|
},
|
||
|
"_npmVersion": "5.5.1",
|
||
|
"_phantomChildren": {},
|
||
|
"_requested": {
|
||
|
"raw": "babel-plugin-jest-hoist@^22.2.0",
|
||
|
"scope": null,
|
||
|
"escapedName": "babel-plugin-jest-hoist",
|
||
|
"name": "babel-plugin-jest-hoist",
|
||
|
"rawSpec": "^22.2.0",
|
||
|
"spec": ">=22.2.0 <23.0.0",
|
||
|
"type": "range"
|
||
|
},
|
||
|
"_requiredBy": [
|
||
|
"/babel-preset-jest"
|
||
|
],
|
||
|
"_resolved": "https://registry.npmjs.org/babel-plugin-jest-hoist/-/babel-plugin-jest-hoist-22.2.0.tgz",
|
||
|
"_shasum": "bd34f39d652406669713b8c89e23ef25c890b993",
|
||
|
"_shrinkwrap": null,
|
||
|
"_spec": "babel-plugin-jest-hoist@^22.2.0",
|
||
|
"_where": "/home/jdaugherty/work/GT2/GT2-Android/node_modules/babel-preset-jest",
|
||
|
"bugs": {
|
||
|
"url": "https://github.com/facebook/jest/issues"
|
||
|
},
|
||
|
"dependencies": {},
|
||
|
"description": "Babel plugin to hoist `jest.disableAutomock`, `jest.enableAutomock`, `jest.unmock`, `jest.mock`, calls above `import` statements. This plugin is automatically included when using [babel-jest](https://github.com/facebook/jest/tree/master/packages/babel-jest).",
|
||
|
"devDependencies": {},
|
||
|
"directories": {},
|
||
|
"dist": {
|
||
|
"integrity": "sha512-NwicD5n1YQaj6sM3PVULdPBDk1XdlWvh8xBeUJg3nqZwp79Vofb8Q7GOVeWoZZ/RMlMuJMMrEAgSQl/p392nLA==",
|
||
|
"shasum": "bd34f39d652406669713b8c89e23ef25c890b993",
|
||
|
"tarball": "https://registry.npmjs.org/babel-plugin-jest-hoist/-/babel-plugin-jest-hoist-22.2.0.tgz",
|
||
|
"fileCount": 3,
|
||
|
"unpackedSize": 5266
|
||
|
},
|
||
|
"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-plugin-jest-hoist",
|
||
|
"optionalDependencies": {},
|
||
|
"readme": "# babel-plugin-jest-hoist\n\nBabel plugin to hoist `jest.disableAutomock`, `jest.enableAutomock`,\n`jest.unmock`, `jest.mock`, calls above `import` statements. This plugin is\nautomatically included when using\n[babel-jest](https://github.com/facebook/jest/tree/master/packages/babel-jest).\n\n## Installation\n\n```sh\n$ npm install babel-plugin-jest-hoist\n```\n\n## Usage\n\n### Via `.babelrc` (Recommended)\n\n**.babelrc**\n\n```json\n{\n \"plugins\": [\"jest-hoist\"]\n}\n```\n\n### Via CLI\n\n```sh\n$ babel --plugins jest-hoist script.js\n```\n\n### Via Node API\n\n```javascript\nrequire('babel-core').transform('code', {\n plugins: ['jest-hoist'],\n});\n```\n",
|
||
|
"readmeFilename": "README.md",
|
||
|
"repository": {
|
||
|
"type": "git",
|
||
|
"url": "git+https://github.com/facebook/jest.git"
|
||
|
},
|
||
|
"version": "22.2.0"
|
||
|
}
|