|
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172 |
- {
- "_args": [
- [
- "babel-plugin-jest-hoist@27.2.0",
- "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror"
- ]
- ],
- "_development": true,
- "_from": "babel-plugin-jest-hoist@27.2.0",
- "_id": "babel-plugin-jest-hoist@27.2.0",
- "_inBundle": false,
- "_integrity": "sha512-TOux9khNKdi64mW+0OIhcmbAn75tTlzKhxmiNXevQaPbrBYK7YKjP1jl6NHTJ6XR5UgUrJbCnWlKVnJn29dfjw==",
- "_location": "/babel-plugin-jest-hoist",
- "_phantomChildren": {},
- "_requested": {
- "type": "version",
- "registry": true,
- "raw": "babel-plugin-jest-hoist@27.2.0",
- "name": "babel-plugin-jest-hoist",
- "escapedName": "babel-plugin-jest-hoist",
- "rawSpec": "27.2.0",
- "saveSpec": null,
- "fetchSpec": "27.2.0"
- },
- "_requiredBy": [
- "/babel-preset-jest"
- ],
- "_resolved": "https://registry.npmjs.org/babel-plugin-jest-hoist/-/babel-plugin-jest-hoist-27.2.0.tgz",
- "_spec": "27.2.0",
- "_where": "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror",
- "bugs": {
- "url": "https://github.com/facebook/jest/issues"
- },
- "dependencies": {
- "@babel/template": "^7.3.3",
- "@babel/types": "^7.3.3",
- "@types/babel__core": "^7.0.0",
- "@types/babel__traverse": "^7.0.6"
- },
- "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/main/packages/babel-jest).",
- "devDependencies": {
- "@babel/core": "^7.11.6",
- "@babel/preset-react": "^7.12.1",
- "@types/babel__template": "^7.0.2",
- "@types/node": "*",
- "@types/prettier": "^2.0.0",
- "babel-plugin-tester": "^10.0.0",
- "prettier": "^2.1.1"
- },
- "engines": {
- "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
- },
- "exports": {
- ".": "./build/index.js",
- "./package.json": "./package.json"
- },
- "gitHead": "b05635c539f8f673dfed5bf05ea727a8d5d7bbe2",
- "homepage": "https://github.com/facebook/jest#readme",
- "license": "MIT",
- "main": "./build/index.js",
- "name": "babel-plugin-jest-hoist",
- "publishConfig": {
- "access": "public"
- },
- "repository": {
- "type": "git",
- "url": "git+https://github.com/facebook/jest.git",
- "directory": "packages/babel-plugin-jest-hoist"
- },
- "types": "./build/index.d.ts",
- "version": "27.2.0"
- }
|