mirror of
https://github.com/actions/labeler
synced 2026-05-09 23:21:03 +02:00
build
This commit is contained in:
34
node_modules/babel-plugin-jest-hoist/package.json
generated
vendored
34
node_modules/babel-plugin-jest-hoist/package.json
generated
vendored
@@ -1,39 +1,35 @@
|
||||
{
|
||||
"_args": [
|
||||
[
|
||||
"babel-plugin-jest-hoist@24.6.0",
|
||||
"/Users/pjquirk/Source/GitHub/actions/labeler"
|
||||
]
|
||||
],
|
||||
"_development": true,
|
||||
"_from": "babel-plugin-jest-hoist@24.6.0",
|
||||
"_id": "babel-plugin-jest-hoist@24.6.0",
|
||||
"_from": "babel-plugin-jest-hoist@^24.9.0",
|
||||
"_id": "babel-plugin-jest-hoist@24.9.0",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha512-3pKNH6hMt9SbOv0F3WVmy5CWQ4uogS3k0GY5XLyQHJ9EGpAT9XWkFd2ZiXXtkwFHdAHa5j7w7kfxSP5lAIwu7w==",
|
||||
"_integrity": "sha512-2EMA2P8Vp7lG0RAzr4HXqtYwacfMErOuv1U3wrvxHX6rD1sV6xS3WXG3r8TRQ2r6w8OhvSdWt+z41hQNwNm3Xw==",
|
||||
"_location": "/babel-plugin-jest-hoist",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "version",
|
||||
"type": "range",
|
||||
"registry": true,
|
||||
"raw": "babel-plugin-jest-hoist@24.6.0",
|
||||
"raw": "babel-plugin-jest-hoist@^24.9.0",
|
||||
"name": "babel-plugin-jest-hoist",
|
||||
"escapedName": "babel-plugin-jest-hoist",
|
||||
"rawSpec": "24.6.0",
|
||||
"rawSpec": "^24.9.0",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "24.6.0"
|
||||
"fetchSpec": "^24.9.0"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/babel-preset-jest"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/babel-plugin-jest-hoist/-/babel-plugin-jest-hoist-24.6.0.tgz",
|
||||
"_spec": "24.6.0",
|
||||
"_where": "/Users/pjquirk/Source/GitHub/actions/labeler",
|
||||
"_resolved": "https://registry.npmjs.org/babel-plugin-jest-hoist/-/babel-plugin-jest-hoist-24.9.0.tgz",
|
||||
"_shasum": "4f837091eb407e01447c8843cbec546d0002d756",
|
||||
"_spec": "babel-plugin-jest-hoist@^24.9.0",
|
||||
"_where": "/Users/dakale/dev/GitHub/actions/labeler/node_modules/babel-preset-jest",
|
||||
"bugs": {
|
||||
"url": "https://github.com/facebook/jest/issues"
|
||||
},
|
||||
"bundleDependencies": false,
|
||||
"dependencies": {
|
||||
"@types/babel__traverse": "^7.0.6"
|
||||
},
|
||||
"deprecated": false,
|
||||
"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": {
|
||||
"@babel/types": "^7.3.3"
|
||||
@@ -41,7 +37,7 @@
|
||||
"engines": {
|
||||
"node": ">= 6"
|
||||
},
|
||||
"gitHead": "04e6a66d2ba8b18bee080bb28547db74a255d2c7",
|
||||
"gitHead": "9ad0f4bc6b8bdd94989804226c28c9960d9da7d1",
|
||||
"homepage": "https://github.com/facebook/jest#readme",
|
||||
"license": "MIT",
|
||||
"main": "build/index.js",
|
||||
@@ -55,5 +51,5 @@
|
||||
"directory": "packages/babel-plugin-jest-hoist"
|
||||
},
|
||||
"types": "build/index.d.ts",
|
||||
"version": "24.6.0"
|
||||
"version": "24.9.0"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user