chore: add pkg dependencies

This commit is contained in:
Rim
2025-04-01 23:48:10 -04:00
parent e32a4c6abc
commit 86f0782a98
1210 changed files with 125948 additions and 3593 deletions

3
node_modules/pkg/dictionary/angular-bridge.js generated vendored Normal file
View File

@ -0,0 +1,3 @@
'use strict';
module.exports = {};

3
node_modules/pkg/dictionary/any-promise.js generated vendored Normal file
View File

@ -0,0 +1,3 @@
'use strict';
module.exports = {};

3
node_modules/pkg/dictionary/async.js generated vendored Normal file
View File

@ -0,0 +1,3 @@
'use strict';
module.exports = {};

7
node_modules/pkg/dictionary/aws-sdk.js generated vendored Normal file
View File

@ -0,0 +1,7 @@
'use strict';
module.exports = {
pkg: {
scripts: ['apis/*.json', 'lib/services/*.js'],
},
};

3
node_modules/pkg/dictionary/babel-core.js generated vendored Normal file
View File

@ -0,0 +1,3 @@
'use strict';
module.exports = {};

3
node_modules/pkg/dictionary/batch.js generated vendored Normal file
View File

@ -0,0 +1,3 @@
'use strict';
module.exports = {};

3
node_modules/pkg/dictionary/bcrypt.js generated vendored Normal file
View File

@ -0,0 +1,3 @@
'use strict';
module.exports = {};

3
node_modules/pkg/dictionary/better-sqlite3.js generated vendored Normal file
View File

@ -0,0 +1,3 @@
'use strict';
module.exports = {};

3
node_modules/pkg/dictionary/bignum.js generated vendored Normal file
View File

@ -0,0 +1,3 @@
'use strict';
module.exports = {};

3
node_modules/pkg/dictionary/bindings.js generated vendored Normal file
View File

@ -0,0 +1,3 @@
'use strict';
module.exports = {};

8
node_modules/pkg/dictionary/blessed.js generated vendored Normal file
View File

@ -0,0 +1,8 @@
'use strict';
// https://github.com/chjj/blessed/issues/298
module.exports = {
pkg: {
scripts: ['lib/widgets/*.js'],
},
};

9
node_modules/pkg/dictionary/body-parser.js generated vendored Normal file
View File

@ -0,0 +1,9 @@
'use strict';
module.exports = {
pkg: {
scripts: [
'lib/types/*.js', // for 1.4-1.13
],
},
};

7
node_modules/pkg/dictionary/browserify.js generated vendored Normal file
View File

@ -0,0 +1,7 @@
'use strict';
module.exports = {
pkg: {
assets: ['bin/*.txt'],
},
};

3
node_modules/pkg/dictionary/bson.js generated vendored Normal file
View File

@ -0,0 +1,3 @@
'use strict';
module.exports = {};

7
node_modules/pkg/dictionary/buffermaker.js generated vendored Normal file
View File

@ -0,0 +1,7 @@
'use strict';
module.exports = {
pkg: {
scripts: ['lib/*.js'],
},
};

9
node_modules/pkg/dictionary/bunyan.js generated vendored Normal file
View File

@ -0,0 +1,9 @@
'use strict';
module.exports = {
pkg: {
patches: {
'lib/bunyan.js': ["mv = require('mv' + '');", "mv = require('mv');"],
},
},
};

7
node_modules/pkg/dictionary/busboy.js generated vendored Normal file
View File

@ -0,0 +1,7 @@
'use strict';
module.exports = {
pkg: {
scripts: ['lib/types/*.js'],
},
};

3
node_modules/pkg/dictionary/bytes.js generated vendored Normal file
View File

@ -0,0 +1,3 @@
'use strict';
module.exports = {};

3
node_modules/pkg/dictionary/callsites.js generated vendored Normal file
View File

@ -0,0 +1,3 @@
'use strict';
module.exports = {};

3
node_modules/pkg/dictionary/chokidar.js generated vendored Normal file
View File

@ -0,0 +1,3 @@
'use strict';
module.exports = {};

7
node_modules/pkg/dictionary/coffee-script.js generated vendored Normal file
View File

@ -0,0 +1,7 @@
'use strict';
module.exports = {
pkg: {
scripts: ['lib/coffee-script/*.js'],
},
};

3
node_modules/pkg/dictionary/colors.js generated vendored Normal file
View File

@ -0,0 +1,3 @@
'use strict';
module.exports = {};

3
node_modules/pkg/dictionary/compression.js generated vendored Normal file
View File

@ -0,0 +1,3 @@
'use strict';
module.exports = {};

7
node_modules/pkg/dictionary/compressjs.js generated vendored Normal file
View File

@ -0,0 +1,7 @@
'use strict';
module.exports = {
pkg: {
scripts: ['lib/*.js'],
},
};

3
node_modules/pkg/dictionary/connect-mongo.js generated vendored Normal file
View File

@ -0,0 +1,3 @@
'use strict';
module.exports = {};

3
node_modules/pkg/dictionary/connect-mongodb.js generated vendored Normal file
View File

@ -0,0 +1,3 @@
'use strict';
module.exports = {};

3
node_modules/pkg/dictionary/connect-redis.js generated vendored Normal file
View File

@ -0,0 +1,3 @@
'use strict';
module.exports = {};

10
node_modules/pkg/dictionary/connect.js generated vendored Normal file
View File

@ -0,0 +1,10 @@
'use strict';
module.exports = {
pkg: {
scripts: ['lib/middleware/*.js'],
assets: [
'lib/public/**/*', // for connect@2.3
],
},
};

3
node_modules/pkg/dictionary/consolidate.js generated vendored Normal file
View File

@ -0,0 +1,3 @@
'use strict';
module.exports = {};

3
node_modules/pkg/dictionary/cookie-parser.js generated vendored Normal file
View File

@ -0,0 +1,3 @@
'use strict';
module.exports = {};

3
node_modules/pkg/dictionary/cookie.js generated vendored Normal file
View File

@ -0,0 +1,3 @@
'use strict';
module.exports = {};

3
node_modules/pkg/dictionary/cors.js generated vendored Normal file
View File

@ -0,0 +1,3 @@
'use strict';
module.exports = {};

3
node_modules/pkg/dictionary/cron.js generated vendored Normal file
View File

@ -0,0 +1,3 @@
'use strict';
module.exports = {};

11
node_modules/pkg/dictionary/cross-env.js generated vendored Normal file
View File

@ -0,0 +1,11 @@
'use strict';
module.exports = {
pkg: {
patches: {
// author is mistaken to point package.json.main to
// src/index.js (that is es6) instead of dist/index.js (es5)
'src/index.js': [{ do: 'erase' }, ''],
},
},
};

3
node_modules/pkg/dictionary/cross-spawn-async.js generated vendored Normal file
View File

@ -0,0 +1,3 @@
'use strict';
module.exports = {};

3
node_modules/pkg/dictionary/curve25519.js generated vendored Normal file
View File

@ -0,0 +1,3 @@
'use strict';
module.exports = {};

7
node_modules/pkg/dictionary/data-preflight.js generated vendored Normal file
View File

@ -0,0 +1,7 @@
'use strict';
module.exports = {
pkg: {
assets: ['src/view/**/*', 'src/js/view/**/*'],
},
};

3
node_modules/pkg/dictionary/debug.js generated vendored Normal file
View File

@ -0,0 +1,3 @@
'use strict';
module.exports = {};

3
node_modules/pkg/dictionary/denymount.js generated vendored Normal file
View File

@ -0,0 +1,3 @@
'use strict';
module.exports = {};

3
node_modules/pkg/dictionary/diff.js generated vendored Normal file
View File

@ -0,0 +1,3 @@
'use strict';
module.exports = {};

22
node_modules/pkg/dictionary/drivelist.js generated vendored Normal file
View File

@ -0,0 +1,22 @@
'use strict';
module.exports = {
pkg: {
patches: {
'build/scripts.js': [
"path.join(__dirname, '..', 'scripts')",
"path.join(path.dirname(process.execPath), 'drivelist')",
],
'lib/scripts.js': [
"path.join(__dirname, '..', 'scripts')",
"path.join(path.dirname(process.execPath), 'drivelist')", // for 4.0.0
],
},
deployFiles: [
['build/Release/drivelist.node', 'drivelist.node'],
['scripts/darwin.sh', 'drivelist/darwin.sh'],
['scripts/linux.sh', 'drivelist/linux.sh'],
['scripts/win32.bat', 'drivelist/win32.bat'],
],
},
};

3
node_modules/pkg/dictionary/ed25519.js generated vendored Normal file
View File

@ -0,0 +1,3 @@
'use strict';
module.exports = {};

3
node_modules/pkg/dictionary/ejs.js generated vendored Normal file
View File

@ -0,0 +1,3 @@
'use strict';
module.exports = {};

3
node_modules/pkg/dictionary/elasticsearch.js generated vendored Normal file
View File

@ -0,0 +1,3 @@
'use strict';
module.exports = {};

17
node_modules/pkg/dictionary/electron.js generated vendored Normal file
View File

@ -0,0 +1,17 @@
'use strict';
module.exports = {
pkg: {
patches: {
'index.js': [
'path.join(__dirname, fs',
"path.join(path.dirname(process.execPath), 'electron', fs",
],
},
deployFiles: [
['dist', 'electron/dist', 'directory'],
['../sliced/index.js', 'node_modules/sliced/index.js'],
['../deep-defaults/lib/index.js', 'node_modules/deep-defaults/index.js'],
],
},
};

3
node_modules/pkg/dictionary/emailjs.js generated vendored Normal file
View File

@ -0,0 +1,3 @@
'use strict';
module.exports = {};

3
node_modules/pkg/dictionary/engine.io.js generated vendored Normal file
View File

@ -0,0 +1,3 @@
'use strict';
module.exports = {};

3
node_modules/pkg/dictionary/epoll.js generated vendored Normal file
View File

@ -0,0 +1,3 @@
'use strict';
module.exports = {};

7
node_modules/pkg/dictionary/errorhandler.js generated vendored Normal file
View File

@ -0,0 +1,7 @@
'use strict';
module.exports = {
pkg: {
assets: ['public/**/*'],
},
};

7
node_modules/pkg/dictionary/errors.js generated vendored Normal file
View File

@ -0,0 +1,7 @@
'use strict';
module.exports = {
pkg: {
assets: ['lib/static/*'],
},
};

7
node_modules/pkg/dictionary/eslint.js generated vendored Normal file
View File

@ -0,0 +1,7 @@
'use strict';
module.exports = {
pkg: {
scripts: ['lib/rules/*.js', 'lib/formatters/*.js'],
},
};

3
node_modules/pkg/dictionary/etcher-image-write.js generated vendored Normal file
View File

@ -0,0 +1,3 @@
'use strict';
module.exports = {};

21
node_modules/pkg/dictionary/exceljs.js generated vendored Normal file
View File

@ -0,0 +1,21 @@
'use strict';
module.exports = {
pkg: {
assets: [
// TODO look at exceljs and implement as
// many __dirname use cases as possible
'lib/**/*.xml',
],
patches: {
'lib/stream/xlsx/workbook-writer.js': [
"require.resolve('../../xlsx/xml/theme1.xml')",
"require('path').join(__dirname, '../../xlsx/xml/theme1.xml')",
],
'lib/xlsx/xlsx.js': [
"require.resolve('./xml/theme1.xml')",
"require('path').join(__dirname, './xml/theme1.xml')",
],
},
},
};

13
node_modules/pkg/dictionary/exiftool.exe.js generated vendored Normal file
View File

@ -0,0 +1,13 @@
'use strict';
module.exports = {
pkg: {
patches: {
'index.js': [
"path.join(__dirname, 'vendor', 'exiftool.exe')",
"path.join(path.dirname(process.execPath), 'exiftool.exe')",
],
},
deployFiles: [['vendor/exiftool.exe', 'exiftool.exe']],
},
};

13
node_modules/pkg/dictionary/exiftool.pl.js generated vendored Normal file
View File

@ -0,0 +1,13 @@
'use strict';
module.exports = {
pkg: {
patches: {
'index.js': [
"path.join(__dirname, 'vendor', 'exiftool')",
"path.join(path.dirname(process.execPath), 'exiftool')",
],
},
deployFiles: [['vendor/exiftool', 'exiftool']],
},
};

12
node_modules/pkg/dictionary/express-load.js generated vendored Normal file
View File

@ -0,0 +1,12 @@
'use strict';
module.exports = {
pkg: {
patches: {
'lib/express-load.js': [
'entity = path.resolve(',
'entity = process.pkg.path.resolve(',
],
},
},
};

3
node_modules/pkg/dictionary/express-session.js generated vendored Normal file
View File

@ -0,0 +1,3 @@
'use strict';
module.exports = {};

14
node_modules/pkg/dictionary/express.js generated vendored Normal file
View File

@ -0,0 +1,14 @@
'use strict';
module.exports = {
pkg: {
patches: {
'lib/view.js': [
'path = join(this.root, path)',
'path = process.pkg.path.resolve(this.root, path)', // for 3.x
'loc = resolve(root, name)',
'loc = process.pkg.path.resolve(root, name)', // for 4.x
],
},
},
};

11
node_modules/pkg/dictionary/extender.js generated vendored Normal file
View File

@ -0,0 +1,11 @@
'use strict';
module.exports = {
// в declare.js грязный хак.
// если в тексте(!) функции есть подстрока "super"
// (см SUPER_REGEXP), то её надо оборачивать особым
// способом (см functionWrapper). поэтому все пакеты,
// которые зависят от declare.js - надо проработать.
// хотя бы те файлы, функции в которых попадают в
// functionWrapper
};

3
node_modules/pkg/dictionary/extsprintf.js generated vendored Normal file
View File

@ -0,0 +1,3 @@
'use strict';
module.exports = {};

3
node_modules/pkg/dictionary/faye-websocket.js generated vendored Normal file
View File

@ -0,0 +1,3 @@
'use strict';
module.exports = {};

3
node_modules/pkg/dictionary/feathers.js generated vendored Normal file
View File

@ -0,0 +1,3 @@
'use strict';
module.exports = {};

3
node_modules/pkg/dictionary/findup-sync.js generated vendored Normal file
View File

@ -0,0 +1,3 @@
'use strict';
module.exports = {};

3
node_modules/pkg/dictionary/floordate.js generated vendored Normal file
View File

@ -0,0 +1,3 @@
'use strict';
module.exports = {};

3
node_modules/pkg/dictionary/fmt.js generated vendored Normal file
View File

@ -0,0 +1,3 @@
'use strict';
module.exports = {};

3
node_modules/pkg/dictionary/formidable.js generated vendored Normal file
View File

@ -0,0 +1,3 @@
'use strict';
module.exports = {};

3
node_modules/pkg/dictionary/fs-extra.js generated vendored Normal file
View File

@ -0,0 +1,3 @@
'use strict';
module.exports = {};

3
node_modules/pkg/dictionary/fsevents.js generated vendored Normal file
View File

@ -0,0 +1,3 @@
'use strict';
module.exports = {};

7
node_modules/pkg/dictionary/geoip-lite.js generated vendored Normal file
View File

@ -0,0 +1,7 @@
'use strict';
module.exports = {
pkg: {
assets: ['data/*'],
},
};

7
node_modules/pkg/dictionary/github.js generated vendored Normal file
View File

@ -0,0 +1,7 @@
'use strict';
module.exports = {
pkg: {
assets: ['lib/routes.json'],
},
};

3
node_modules/pkg/dictionary/gm.js generated vendored Normal file
View File

@ -0,0 +1,3 @@
'use strict';
module.exports = {};

View File

@ -0,0 +1,13 @@
'use strict';
module.exports = {
pkg: {
patches: {
'index.js': [
"require.resolve('./compiler.jar')",
"require('path').join(require('path').dirname(process.execPath), 'compiler/compiler.jar')",
],
},
deployFiles: [['compiler.jar', 'compiler/compiler.jar']],
},
};

13
node_modules/pkg/dictionary/google-closure-compiler.js generated vendored Normal file
View File

@ -0,0 +1,13 @@
'use strict';
module.exports = {
pkg: {
patches: {
'lib/node/closure-compiler.js': [
"require.resolve('../../compiler.jar')",
"require('path').join(require('path').dirname(process.execPath), 'compiler/compiler.jar')",
],
},
deployFiles: [['compiler.jar', 'compiler/compiler.jar']],
},
};

7
node_modules/pkg/dictionary/googleapis.js generated vendored Normal file
View File

@ -0,0 +1,7 @@
'use strict';
module.exports = {
pkg: {
scripts: ['apis/**/*.js'],
},
};

3
node_modules/pkg/dictionary/got.js generated vendored Normal file
View File

@ -0,0 +1,3 @@
'use strict';
module.exports = {};

19
node_modules/pkg/dictionary/graceful-fs.js generated vendored Normal file
View File

@ -0,0 +1,19 @@
'use strict';
module.exports = {
pkg: {
patches: {
'graceful-fs.js': [
{ do: 'prepend' },
'if ((function() {\n' +
" var version = require('./package.json').version;\n" +
" var major = parseInt(version.split('.')[0]);\n" +
' if (major < 4) {\n' +
" module.exports = require('fs');\n" +
' return true;\n' +
' }\n' +
'})()) return;\n',
],
},
},
};

11
node_modules/pkg/dictionary/grpc.js generated vendored Normal file
View File

@ -0,0 +1,11 @@
'use strict';
module.exports = {
pkg: {
files: [
// suppress because hundreds of
// C++ files go inside executable
],
assets: ['etc/*.pem', 'deps/grpc/etc/*.pem'],
},
};

3
node_modules/pkg/dictionary/gulp.js generated vendored Normal file
View File

@ -0,0 +1,3 @@
'use strict';
module.exports = {};

3
node_modules/pkg/dictionary/hap-nodejs.js generated vendored Normal file
View File

@ -0,0 +1,3 @@
'use strict';
module.exports = {};

3
node_modules/pkg/dictionary/heapdump.js generated vendored Normal file
View File

@ -0,0 +1,3 @@
'use strict';
module.exports = {};

3
node_modules/pkg/dictionary/hoek.js generated vendored Normal file
View File

@ -0,0 +1,3 @@
'use strict';
module.exports = {};

3
node_modules/pkg/dictionary/homebridge.js generated vendored Normal file
View File

@ -0,0 +1,3 @@
'use strict';
module.exports = {};

3
node_modules/pkg/dictionary/http-proxy.js generated vendored Normal file
View File

@ -0,0 +1,3 @@
'use strict';
module.exports = {};

3
node_modules/pkg/dictionary/http-server.js generated vendored Normal file
View File

@ -0,0 +1,3 @@
'use strict';
module.exports = {};

3
node_modules/pkg/dictionary/image-size.js generated vendored Normal file
View File

@ -0,0 +1,3 @@
'use strict';
module.exports = {};

3
node_modules/pkg/dictionary/indexof.js generated vendored Normal file
View File

@ -0,0 +1,3 @@
'use strict';
module.exports = {};

3
node_modules/pkg/dictionary/inquirer.js generated vendored Normal file
View File

@ -0,0 +1,3 @@
'use strict';
module.exports = {};

16
node_modules/pkg/dictionary/j.js generated vendored Normal file
View File

@ -0,0 +1,16 @@
'use strict';
module.exports = {
pkg: {
patches: {
'j.js': [
"require('xl'+'sx')",
"require('xlsx')",
"require('xl'+'sjs')",
"require('xlsjs')",
"require('ha'+'rb')",
"require('harb')",
],
},
},
};

3
node_modules/pkg/dictionary/jade.js generated vendored Normal file
View File

@ -0,0 +1,3 @@
'use strict';
module.exports = {};

3
node_modules/pkg/dictionary/jsdom.js generated vendored Normal file
View File

@ -0,0 +1,3 @@
'use strict';
module.exports = {};

3
node_modules/pkg/dictionary/json-stringify-date.js generated vendored Normal file
View File

@ -0,0 +1,3 @@
'use strict';
module.exports = {};

3
node_modules/pkg/dictionary/json-stringify-safe.js generated vendored Normal file
View File

@ -0,0 +1,3 @@
'use strict';
module.exports = {};

3
node_modules/pkg/dictionary/jsonwebtoken.js generated vendored Normal file
View File

@ -0,0 +1,3 @@
'use strict';
module.exports = {};

3
node_modules/pkg/dictionary/kerberos.js generated vendored Normal file
View File

@ -0,0 +1,3 @@
'use strict';
module.exports = {};

7
node_modules/pkg/dictionary/knex.js generated vendored Normal file
View File

@ -0,0 +1,7 @@
'use strict';
module.exports = {
pkg: {
scripts: ['lib/**/*.js'],
},
};

7
node_modules/pkg/dictionary/later.js generated vendored Normal file
View File

@ -0,0 +1,7 @@
'use strict';
module.exports = {
pkg: {
scripts: ['later.js'],
},
};

3
node_modules/pkg/dictionary/level.js generated vendored Normal file
View File

@ -0,0 +1,3 @@
'use strict';
module.exports = {};

10
node_modules/pkg/dictionary/leveldown.js generated vendored Normal file
View File

@ -0,0 +1,10 @@
'use strict';
module.exports = {
pkg: {
patches: {
'binding.js': ['__dirname', "require('path').dirname(process.execPath)"],
},
deployFiles: [['prebuilds', 'prebuilds', 'directory']],
},
};

3
node_modules/pkg/dictionary/levelup.js generated vendored Normal file
View File

@ -0,0 +1,3 @@
'use strict';
module.exports = {};

12
node_modules/pkg/dictionary/liftoff.js generated vendored Normal file
View File

@ -0,0 +1,12 @@
'use strict';
module.exports = {
pkg: {
patches: {
'index.js': [
'resolve.sync(this.moduleName, {basedir: configBase || cwd, paths: paths})',
'resolve.sync(this.moduleName, {basedir: configBase || require.main.filename, paths: paths})',
],
},
},
};

Some files were not shown because too many files have changed in this diff Show More