mirror of
https://github.com/crazy-max/ghaction-upx.git
synced 2025-12-10 06:50:41 -07:00
Update node_modules
This commit is contained in:
21
node_modules/babel-jest/LICENSE
generated
vendored
Normal file
21
node_modules/babel-jest/LICENSE
generated
vendored
Normal file
@@ -0,0 +1,21 @@
|
||||
MIT License
|
||||
|
||||
Copyright (c) Facebook, Inc. and its affiliates.
|
||||
|
||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||
of this software and associated documentation files (the "Software"), to deal
|
||||
in the Software without restriction, including without limitation the rights
|
||||
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||
copies of the Software, and to permit persons to whom the Software is
|
||||
furnished to do so, subject to the following conditions:
|
||||
|
||||
The above copyright notice and this permission notice shall be included in all
|
||||
copies or substantial portions of the Software.
|
||||
|
||||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||||
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||
SOFTWARE.
|
||||
25
node_modules/babel-jest/README.md
generated
vendored
Normal file
25
node_modules/babel-jest/README.md
generated
vendored
Normal file
@@ -0,0 +1,25 @@
|
||||
# babel-jest
|
||||
|
||||
[Babel](https://github.com/babel/babel) [jest](https://github.com/facebook/jest) plugin
|
||||
|
||||
## Usage
|
||||
|
||||
If you are already using `jest-cli`, add `babel-jest` and it will automatically compile JavaScript code using Babel.
|
||||
|
||||
```bash
|
||||
yarn add --dev babel-jest @babel/core
|
||||
```
|
||||
|
||||
If you would like to write your own preprocessor, uninstall and delete babel-jest and set the [config.transform](https://jestjs.io/docs/configuration#transform-object-string-string) option to your preprocessor.
|
||||
|
||||
## Setup
|
||||
|
||||
_Note: this step is only required if you are using `babel-jest` with additional code preprocessors._
|
||||
|
||||
To explicitly define `babel-jest` as a transformer for your JavaScript code, map _.js_ files to the `babel-jest` module. Typescript files are also supported.
|
||||
|
||||
```json
|
||||
"transform": {
|
||||
"^.+\\.[t|j]sx?$": "babel-jest"
|
||||
},
|
||||
```
|
||||
16
node_modules/babel-jest/build/index.d.ts
generated
vendored
Normal file
16
node_modules/babel-jest/build/index.d.ts
generated
vendored
Normal file
@@ -0,0 +1,16 @@
|
||||
/**
|
||||
* Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved.
|
||||
*
|
||||
* This source code is licensed under the MIT license found in the
|
||||
* LICENSE file in the root directory of this source tree.
|
||||
*/
|
||||
import { Transformer } from '@jest/transform';
|
||||
import { TransformOptions } from '@babel/core';
|
||||
interface BabelJestTransformer extends Transformer {
|
||||
canInstrument: true;
|
||||
}
|
||||
declare const transformer: BabelJestTransformer & {
|
||||
createTransformer: (options?: TransformOptions) => BabelJestTransformer;
|
||||
};
|
||||
export = transformer;
|
||||
//# sourceMappingURL=index.d.ts.map
|
||||
1
node_modules/babel-jest/build/index.d.ts.map
generated
vendored
Normal file
1
node_modules/babel-jest/build/index.d.ts.map
generated
vendored
Normal file
@@ -0,0 +1 @@
|
||||
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AAKH,OAAO,EAAC,WAAW,EAAC,MAAM,iBAAiB,CAAC;AAE5C,OAAO,EAEL,gBAAgB,EAGjB,MAAM,aAAa,CAAC;AASrB,UAAU,oBAAqB,SAAQ,WAAW;IAChD,aAAa,EAAE,IAAI,CAAC;CACrB;AAuGD,QAAA,MAAM,WAAW,EAAE,oBAAoB,GAAG;IACxC,iBAAiB,EAAE,CAAC,OAAO,CAAC,EAAE,gBAAgB,KAAK,oBAAoB,CAAC;CAMzE,CAAC;AAEF,SAAS,WAAW,CAAC"}
|
||||
283
node_modules/babel-jest/build/index.js
generated
vendored
Normal file
283
node_modules/babel-jest/build/index.js
generated
vendored
Normal file
@@ -0,0 +1,283 @@
|
||||
'use strict';
|
||||
|
||||
function _crypto() {
|
||||
const data = require('crypto');
|
||||
|
||||
_crypto = function() {
|
||||
return data;
|
||||
};
|
||||
|
||||
return data;
|
||||
}
|
||||
|
||||
function fs() {
|
||||
const data = _interopRequireWildcard(require('fs'));
|
||||
|
||||
fs = function() {
|
||||
return data;
|
||||
};
|
||||
|
||||
return data;
|
||||
}
|
||||
|
||||
function path() {
|
||||
const data = _interopRequireWildcard(require('path'));
|
||||
|
||||
path = function() {
|
||||
return data;
|
||||
};
|
||||
|
||||
return data;
|
||||
}
|
||||
|
||||
function _core() {
|
||||
const data = require('@babel/core');
|
||||
|
||||
_core = function() {
|
||||
return data;
|
||||
};
|
||||
|
||||
return data;
|
||||
}
|
||||
|
||||
function _chalk() {
|
||||
const data = _interopRequireDefault(require('chalk'));
|
||||
|
||||
_chalk = function() {
|
||||
return data;
|
||||
};
|
||||
|
||||
return data;
|
||||
}
|
||||
|
||||
function _slash() {
|
||||
const data = _interopRequireDefault(require('slash'));
|
||||
|
||||
_slash = function() {
|
||||
return data;
|
||||
};
|
||||
|
||||
return data;
|
||||
}
|
||||
|
||||
function _interopRequireDefault(obj) {
|
||||
return obj && obj.__esModule ? obj : {default: obj};
|
||||
}
|
||||
|
||||
function _getRequireWildcardCache() {
|
||||
if (typeof WeakMap !== 'function') return null;
|
||||
var cache = new WeakMap();
|
||||
_getRequireWildcardCache = function() {
|
||||
return cache;
|
||||
};
|
||||
return cache;
|
||||
}
|
||||
|
||||
function _interopRequireWildcard(obj) {
|
||||
if (obj && obj.__esModule) {
|
||||
return obj;
|
||||
}
|
||||
if (obj === null || (typeof obj !== 'object' && typeof obj !== 'function')) {
|
||||
return {default: obj};
|
||||
}
|
||||
var cache = _getRequireWildcardCache();
|
||||
if (cache && cache.has(obj)) {
|
||||
return cache.get(obj);
|
||||
}
|
||||
var newObj = {};
|
||||
var hasPropertyDescriptor =
|
||||
Object.defineProperty && Object.getOwnPropertyDescriptor;
|
||||
for (var key in obj) {
|
||||
if (Object.prototype.hasOwnProperty.call(obj, key)) {
|
||||
var desc = hasPropertyDescriptor
|
||||
? Object.getOwnPropertyDescriptor(obj, key)
|
||||
: null;
|
||||
if (desc && (desc.get || desc.set)) {
|
||||
Object.defineProperty(newObj, key, desc);
|
||||
} else {
|
||||
newObj[key] = obj[key];
|
||||
}
|
||||
}
|
||||
}
|
||||
newObj.default = obj;
|
||||
if (cache) {
|
||||
cache.set(obj, newObj);
|
||||
}
|
||||
return newObj;
|
||||
}
|
||||
|
||||
function ownKeys(object, enumerableOnly) {
|
||||
var keys = Object.keys(object);
|
||||
if (Object.getOwnPropertySymbols) {
|
||||
var symbols = Object.getOwnPropertySymbols(object);
|
||||
if (enumerableOnly)
|
||||
symbols = symbols.filter(function(sym) {
|
||||
return Object.getOwnPropertyDescriptor(object, sym).enumerable;
|
||||
});
|
||||
keys.push.apply(keys, symbols);
|
||||
}
|
||||
return keys;
|
||||
}
|
||||
|
||||
function _objectSpread(target) {
|
||||
for (var i = 1; i < arguments.length; i++) {
|
||||
var source = arguments[i] != null ? arguments[i] : {};
|
||||
if (i % 2) {
|
||||
ownKeys(Object(source), true).forEach(function(key) {
|
||||
_defineProperty(target, key, source[key]);
|
||||
});
|
||||
} else if (Object.getOwnPropertyDescriptors) {
|
||||
Object.defineProperties(target, Object.getOwnPropertyDescriptors(source));
|
||||
} else {
|
||||
ownKeys(Object(source)).forEach(function(key) {
|
||||
Object.defineProperty(
|
||||
target,
|
||||
key,
|
||||
Object.getOwnPropertyDescriptor(source, key)
|
||||
);
|
||||
});
|
||||
}
|
||||
}
|
||||
return target;
|
||||
}
|
||||
|
||||
function _defineProperty(obj, key, value) {
|
||||
if (key in obj) {
|
||||
Object.defineProperty(obj, key, {
|
||||
value: value,
|
||||
enumerable: true,
|
||||
configurable: true,
|
||||
writable: true
|
||||
});
|
||||
} else {
|
||||
obj[key] = value;
|
||||
}
|
||||
return obj;
|
||||
}
|
||||
|
||||
const THIS_FILE = fs().readFileSync(__filename);
|
||||
|
||||
const jestPresetPath = require.resolve('babel-preset-jest');
|
||||
|
||||
const babelIstanbulPlugin = require.resolve('babel-plugin-istanbul'); // Narrow down the types
|
||||
|
||||
const createTransformer = (options = {}) => {
|
||||
options = _objectSpread({}, options, {
|
||||
caller: {
|
||||
name: 'babel-jest',
|
||||
supportsStaticESM: false
|
||||
},
|
||||
compact: false,
|
||||
plugins: (options && options.plugins) || [],
|
||||
presets: ((options && options.presets) || []).concat(jestPresetPath),
|
||||
sourceMaps: 'both'
|
||||
});
|
||||
|
||||
function loadBabelConfig(cwd, filename) {
|
||||
// `cwd` first to allow incoming options to override it
|
||||
const babelConfig = (0, _core().loadPartialConfig)(
|
||||
_objectSpread(
|
||||
{
|
||||
cwd
|
||||
},
|
||||
options,
|
||||
{
|
||||
filename
|
||||
}
|
||||
)
|
||||
);
|
||||
|
||||
if (!babelConfig) {
|
||||
throw new Error(
|
||||
`babel-jest: Babel ignores ${_chalk().default.bold(
|
||||
(0, _slash().default)(path().relative(cwd, filename))
|
||||
)} - make sure to include the file in Jest's ${_chalk().default.bold(
|
||||
'transformIgnorePatterns'
|
||||
)} as well.`
|
||||
);
|
||||
}
|
||||
|
||||
return babelConfig;
|
||||
}
|
||||
|
||||
return {
|
||||
canInstrument: true,
|
||||
|
||||
getCacheKey(
|
||||
fileData,
|
||||
filename,
|
||||
configString,
|
||||
{config, instrument, rootDir}
|
||||
) {
|
||||
const babelOptions = loadBabelConfig(config.cwd, filename);
|
||||
const configPath = [
|
||||
babelOptions.config || '',
|
||||
babelOptions.babelrc || ''
|
||||
];
|
||||
return (0, _crypto().createHash)('md5')
|
||||
.update(THIS_FILE)
|
||||
.update('\0', 'utf8')
|
||||
.update(JSON.stringify(babelOptions.options))
|
||||
.update('\0', 'utf8')
|
||||
.update(fileData)
|
||||
.update('\0', 'utf8')
|
||||
.update(path().relative(rootDir, filename))
|
||||
.update('\0', 'utf8')
|
||||
.update(configString)
|
||||
.update('\0', 'utf8')
|
||||
.update(configPath.join(''))
|
||||
.update('\0', 'utf8')
|
||||
.update(instrument ? 'instrument' : '')
|
||||
.update('\0', 'utf8')
|
||||
.update(process.env.NODE_ENV || '')
|
||||
.update('\0', 'utf8')
|
||||
.update(process.env.BABEL_ENV || '')
|
||||
.digest('hex');
|
||||
},
|
||||
|
||||
process(src, filename, config, transformOptions) {
|
||||
const babelOptions = _objectSpread(
|
||||
{},
|
||||
loadBabelConfig(config.cwd, filename).options
|
||||
);
|
||||
|
||||
if (transformOptions && transformOptions.instrument) {
|
||||
babelOptions.auxiliaryCommentBefore = ' istanbul ignore next '; // Copied from jest-runtime transform.js
|
||||
|
||||
babelOptions.plugins = (babelOptions.plugins || []).concat([
|
||||
[
|
||||
babelIstanbulPlugin,
|
||||
{
|
||||
// files outside `cwd` will not be instrumented
|
||||
cwd: config.rootDir,
|
||||
exclude: []
|
||||
}
|
||||
]
|
||||
]);
|
||||
}
|
||||
|
||||
const transformResult = (0, _core().transformSync)(src, babelOptions);
|
||||
|
||||
if (transformResult) {
|
||||
const {code, map} = transformResult;
|
||||
|
||||
if (typeof code === 'string') {
|
||||
return {
|
||||
code,
|
||||
map
|
||||
};
|
||||
}
|
||||
}
|
||||
|
||||
return src;
|
||||
}
|
||||
};
|
||||
};
|
||||
|
||||
const transformer = _objectSpread({}, createTransformer(), {
|
||||
// Assigned here so only the exported transformer has `createTransformer`,
|
||||
// instead of all created transformers by the function
|
||||
createTransformer
|
||||
});
|
||||
|
||||
module.exports = transformer;
|
||||
64
node_modules/babel-jest/package.json
generated
vendored
Normal file
64
node_modules/babel-jest/package.json
generated
vendored
Normal file
@@ -0,0 +1,64 @@
|
||||
{
|
||||
"_from": "babel-jest@^25.1.0",
|
||||
"_id": "babel-jest@25.1.0",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha512-tz0VxUhhOE2y+g8R2oFrO/2VtVjA1lkJeavlhExuRBg3LdNJY9gwQ+Vcvqt9+cqy71MCTJhewvTB7Qtnnr9SWg==",
|
||||
"_location": "/babel-jest",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "range",
|
||||
"registry": true,
|
||||
"raw": "babel-jest@^25.1.0",
|
||||
"name": "babel-jest",
|
||||
"escapedName": "babel-jest",
|
||||
"rawSpec": "^25.1.0",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "^25.1.0"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/jest-config"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/babel-jest/-/babel-jest-25.1.0.tgz",
|
||||
"_shasum": "206093ac380a4b78c4404a05b3277391278f80fb",
|
||||
"_spec": "babel-jest@^25.1.0",
|
||||
"_where": "/home/runner/work/ghaction-upx/ghaction-upx/node_modules/jest-config",
|
||||
"bugs": {
|
||||
"url": "https://github.com/facebook/jest/issues"
|
||||
},
|
||||
"bundleDependencies": false,
|
||||
"dependencies": {
|
||||
"@jest/transform": "^25.1.0",
|
||||
"@jest/types": "^25.1.0",
|
||||
"@types/babel__core": "^7.1.0",
|
||||
"babel-plugin-istanbul": "^6.0.0",
|
||||
"babel-preset-jest": "^25.1.0",
|
||||
"chalk": "^3.0.0",
|
||||
"slash": "^3.0.0"
|
||||
},
|
||||
"deprecated": false,
|
||||
"description": "Jest plugin to use babel for transformation.",
|
||||
"devDependencies": {
|
||||
"@babel/core": "^7.1.0"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">= 8.3"
|
||||
},
|
||||
"gitHead": "170eee11d03b0ed5c60077982fdbc3bafd403638",
|
||||
"homepage": "https://github.com/facebook/jest#readme",
|
||||
"license": "MIT",
|
||||
"main": "build/index.js",
|
||||
"name": "babel-jest",
|
||||
"peerDependencies": {
|
||||
"@babel/core": "^7.0.0"
|
||||
},
|
||||
"publishConfig": {
|
||||
"access": "public"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/facebook/jest.git",
|
||||
"directory": "packages/babel-jest"
|
||||
},
|
||||
"types": "build/index.d.ts",
|
||||
"version": "25.1.0"
|
||||
}
|
||||
Reference in New Issue
Block a user