github-pages-deploy-action/node_modules/babel-plugin-jest-hoist/package.json

60 lines
1.9 KiB
JSON
Raw Normal View History

2020-01-28 13:07:56 +08:00
{
2020-03-22 05:13:25 +08:00
"_args": [
[
"babel-plugin-jest-hoist@25.1.0",
"/Users/ives/Documents/Dev/Personal/gh-pages-github-action"
]
],
"_development": true,
"_from": "babel-plugin-jest-hoist@25.1.0",
"_id": "babel-plugin-jest-hoist@25.1.0",
"_inBundle": false,
"_integrity": "sha512-oIsopO41vW4YFZ9yNYoLQATnnN46lp+MZ6H4VvPKFkcc2/fkl3CfE/NZZSmnEIEsJRmJAgkVEK0R7Zbl50CpTw==",
"_location": "/babel-plugin-jest-hoist",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "babel-plugin-jest-hoist@25.1.0",
"name": "babel-plugin-jest-hoist",
"escapedName": "babel-plugin-jest-hoist",
"rawSpec": "25.1.0",
"saveSpec": null,
"fetchSpec": "25.1.0"
2020-01-28 13:07:56 +08:00
},
2020-03-22 05:13:25 +08:00
"_requiredBy": [
"/babel-preset-jest"
],
"_resolved": "https://registry.npmjs.org/babel-plugin-jest-hoist/-/babel-plugin-jest-hoist-25.1.0.tgz",
"_spec": "25.1.0",
"_where": "/Users/ives/Documents/Dev/Personal/gh-pages-github-action",
"bugs": {
"url": "https://github.com/facebook/jest/issues"
2020-01-28 13:07:56 +08:00
},
"dependencies": {
"@types/babel__traverse": "^7.0.6"
},
2020-03-22 05:13:25 +08:00
"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).",
2020-01-28 13:07:56 +08:00
"devDependencies": {
"@babel/types": "^7.3.3"
},
2020-03-22 05:13:25 +08:00
"engines": {
"node": ">= 8.3"
},
"gitHead": "170eee11d03b0ed5c60077982fdbc3bafd403638",
"homepage": "https://github.com/facebook/jest#readme",
"license": "MIT",
"main": "build/index.js",
"name": "babel-plugin-jest-hoist",
2020-01-28 13:07:56 +08:00
"publishConfig": {
"access": "public"
},
2020-03-22 05:13:25 +08:00
"repository": {
"type": "git",
"url": "git+https://github.com/facebook/jest.git",
"directory": "packages/babel-plugin-jest-hoist"
},
"types": "build/index.d.ts",
"version": "25.1.0"
2020-01-28 13:07:56 +08:00
}