Update checked-in dependencies

This commit is contained in:
github-actions[bot] 2024-10-10 19:22:32 +00:00
parent ab636d7049
commit 7d365b9940
322 changed files with 16760 additions and 16591 deletions

View file

@ -1 +1,3 @@
{"type":"commonjs"}
{
"type": "commonjs"
}

View file

@ -17,7 +17,9 @@
"./package.json": "./package.json"
},
"version": "8.2.0",
"engines": {"node": ">=0.4.0"},
"engines": {
"node": ">=0.4.0"
},
"maintainers": [
{
"name": "Marijn Haverbeke",

44
node_modules/binary/package.json generated vendored
View file

@ -1,11 +1,11 @@
{
"name" : "binary",
"version" : "0.3.0",
"description" : "Unpack multibyte binary values from buffers",
"main" : "./index.js",
"repository" : {
"type" : "git",
"url" : "http://github.com/substack/node-binary.git"
"name": "binary",
"version": "0.3.0",
"description": "Unpack multibyte binary values from buffers",
"main": "./index.js",
"repository": {
"type": "git",
"url": "http://github.com/substack/node-binary.git"
},
"keywords": [
"binary",
@ -15,24 +15,24 @@
"signed",
"unsigned"
],
"author" : {
"name" : "James Halliday",
"email" : "mail@substack.net",
"url" : "http://substack.net"
"author": {
"name": "James Halliday",
"email": "mail@substack.net",
"url": "http://substack.net"
},
"dependencies" : {
"chainsaw" : "~0.1.0",
"buffers" : "~0.1.1"
"dependencies": {
"chainsaw": "~0.1.0",
"buffers": "~0.1.1"
},
"devDependencies" : {
"seq" : "~0.2.5",
"tap" : "~0.2.4"
"devDependencies": {
"seq": "~0.2.5",
"tap": "~0.2.4"
},
"scripts" : {
"test" : "tap test/*.js"
"scripts": {
"test": "tap test/*.js"
},
"license" : "MIT",
"engine" : {
"node" : ">=0.4.0"
"license": "MIT",
"engine": {
"node": ">=0.4.0"
}
}

20
node_modules/buffers/package.json generated vendored
View file

@ -1,14 +1,14 @@
{
"name" : "buffers",
"description" : "Treat a collection of Buffers as a single contiguous partially mutable Buffer.",
"version" : "0.1.1",
"repository" : "http://github.com/substack/node-buffers.git",
"author" : "James Halliday <mail@substack.net> (http://substack.net)",
"main" : "./index",
"scripts" : {
"test" : "expresso"
"name": "buffers",
"description": "Treat a collection of Buffers as a single contiguous partially mutable Buffer.",
"version": "0.1.1",
"repository": "http://github.com/substack/node-buffers.git",
"author": "James Halliday <mail@substack.net> (http://substack.net)",
"main": "./index",
"scripts": {
"test": "expresso"
},
"engines" : {
"node" : ">=0.2.0"
"engines": {
"node": ">=0.2.0"
}
}

28
node_modules/chainsaw/package.json generated vendored
View file

@ -1,23 +1,25 @@
{
"name" : "chainsaw",
"version" : "0.1.0",
"description" : "Build chainable fluent interfaces the easy way... with a freakin' chainsaw!",
"main" : "./index.js",
"repository" : {
"type" : "git",
"url" : "http://github.com/substack/node-chainsaw.git"
"name": "chainsaw",
"version": "0.1.0",
"description": "Build chainable fluent interfaces the easy way... with a freakin' chainsaw!",
"main": "./index.js",
"repository": {
"type": "git",
"url": "http://github.com/substack/node-chainsaw.git"
},
"dependencies" : {
"traverse" : ">=0.3.0 <0.4"
"dependencies": {
"traverse": ">=0.3.0 <0.4"
},
"keywords" : [
"keywords": [
"chain",
"fluent",
"interface",
"monad",
"monadic"
],
"author" : "James Halliday <mail@substack.net> (http://substack.net)",
"license" : "MIT/X11",
"engine" : { "node" : ">=0.4.0" }
"author": "James Halliday <mail@substack.net> (http://substack.net)",
"license": "MIT/X11",
"engine": {
"node": ">=0.4.0"
}
}

72
node_modules/concat-map/package.json generated vendored
View file

@ -1,43 +1,59 @@
{
"name" : "concat-map",
"description" : "concatenative mapdashery",
"version" : "0.0.1",
"repository" : {
"type" : "git",
"url" : "git://github.com/substack/node-concat-map.git"
"name": "concat-map",
"description": "concatenative mapdashery",
"version": "0.0.1",
"repository": {
"type": "git",
"url": "git://github.com/substack/node-concat-map.git"
},
"main" : "index.js",
"keywords" : [
"main": "index.js",
"keywords": [
"concat",
"concatMap",
"map",
"functional",
"higher-order"
],
"directories" : {
"example" : "example",
"test" : "test"
"directories": {
"example": "example",
"test": "test"
},
"scripts" : {
"test" : "tape test/*.js"
"scripts": {
"test": "tape test/*.js"
},
"devDependencies" : {
"tape" : "~2.4.0"
"devDependencies": {
"tape": "~2.4.0"
},
"license" : "MIT",
"author" : {
"name" : "James Halliday",
"email" : "mail@substack.net",
"url" : "http://substack.net"
"license": "MIT",
"author": {
"name": "James Halliday",
"email": "mail@substack.net",
"url": "http://substack.net"
},
"testling" : {
"files" : "test/*.js",
"browsers" : {
"ie" : [ 6, 7, 8, 9 ],
"ff" : [ 3.5, 10, 15.0 ],
"chrome" : [ 10, 22 ],
"safari" : [ 5.1 ],
"opera" : [ 12 ]
"testling": {
"files": "test/*.js",
"browsers": {
"ie": [
6,
7,
8,
9
],
"ff": [
3.5,
10,
15
],
"chrome": [
10,
22
],
"safari": [
5.1
],
"opera": [
12
]
}
}
}

38
node_modules/crc-32/package.json generated vendored
View file

@ -3,15 +3,24 @@
"version": "1.2.2",
"author": "sheetjs",
"description": "Pure-JS CRC-32",
"keywords": [ "crc", "crc32", "checksum" ],
"keywords": [
"crc",
"crc32",
"checksum"
],
"bin": {
"crc32": "bin/crc32.njs"
},
"main": "crc32.js",
"types": "types/index.d.ts",
"typesVersions": { "*": { "*": ["types/index.d.ts" ] } },
"dependencies": {
"typesVersions": {
"*": {
"*": [
"types/index.d.ts"
]
}
},
"dependencies": {},
"devDependencies": {
"printj": "~1.3.1",
"exit-on-epipe": "~1.0.1",
@ -23,7 +32,10 @@
"dtslint": "^0.1.2",
"typescript": "2.2.0"
},
"repository": { "type": "git", "url": "git://github.com/SheetJS/js-crc32.git" },
"repository": {
"type": "git",
"url": "git://github.com/SheetJS/js-crc32.git"
},
"scripts": {
"test": "make test",
"build": "make",
@ -36,8 +48,20 @@
}
},
"homepage": "https://sheetjs.com/",
"files": ["crc32.js", "crc32c.js", "bin/crc32.njs", "LICENSE", "README.md", "types/index.d.ts", "types/*.json"],
"bugs": { "url": "https://github.com/SheetJS/js-crc32/issues" },
"files": [
"crc32.js",
"crc32c.js",
"bin/crc32.njs",
"LICENSE",
"README.md",
"types/index.d.ts",
"types/*.json"
],
"bugs": {
"url": "https://github.com/SheetJS/js-crc32/issues"
},
"license": "Apache-2.0",
"engines": { "node": ">=0.8" }
"engines": {
"node": ">=0.8"
}
}

View file

@ -6,7 +6,11 @@
"description": "Turns off all rules that are unnecessary or might conflict with Prettier.",
"repository": "prettier/eslint-config-prettier",
"bin": "bin/cli.js",
"keywords": ["eslint", "eslintconfig", "prettier"],
"keywords": [
"eslint",
"eslintconfig",
"prettier"
],
"peerDependencies": {
"eslint": ">=7.0.0"
}

View file

@ -60,13 +60,16 @@
"webpack-cli": "^4.9.1"
},
"typings": "src/fxp.d.ts",
"funding": [{
"funding": [
{
"type": "github",
"url": "https://github.com/sponsors/NaturalIntelligence"
},{
},
{
"type": "paypal",
"url": "https://paypal.me/naturalintelligence"
}],
}
],
"dependencies": {
"strnum": "^1.0.5"
}

View file

@ -1 +1,3 @@
{"type":"commonjs"}
{
"type": "commonjs"
}

View file

@ -30,10 +30,8 @@
"url": "https://github.com/homebrewing"
},
"license": "MIT",
"dependencies": {
},
"devDependencies": {
},
"dependencies": {},
"devDependencies": {},
"engines": {
"node": ">=0.8.19"
}

3
node_modules/is-error/package.json generated vendored
View file

@ -1,4 +1,5 @@
{ "name": "is-error",
{
"name": "is-error",
"version": "2.2.2",
"description": "Detect whether a value is an error",
"keywords": [],

View file

@ -25,7 +25,7 @@
}
],
"license": "MIT",
"devDependencies" : {
"devDependencies": {
"tap": "~> 0.4.2",
"punycode": "~> 1.2.1"
},

View file

@ -3,8 +3,7 @@
"version": "1.0.1",
"description": "deterministic JSON.stringify() with custom sorting to get deterministic hashes from stringified results, with no public domain dependencies",
"main": "index.js",
"dependencies": {
},
"dependencies": {},
"devDependencies": {
"tape": "~1.0.4"
},
@ -15,8 +14,10 @@
"files": "test/*.js",
"browsers": [
"ie/8..latest",
"ff/5", "ff/latest",
"chrome/15", "chrome/latest",
"ff/5",
"ff/latest",
"chrome/15",
"chrome/latest",
"safari/latest",
"opera/latest"
]

View file

@ -1,7 +1,9 @@
{
"name": "language-tags",
"version": "1.0.5",
"implements": ["CommonJS/Modules/1.0"],
"implements": [
"CommonJS/Modules/1.0"
],
"description": "Work with IANA language tags.",
"main": "lib/index.js",
"homepage": "https://github.com/mattcg/language-tags",

View file

@ -13,5 +13,7 @@
"Mathias Bynens <mathias@qiwi.be> (https://mathiasbynens.be/)"
],
"repository": "lodash/lodash",
"scripts": { "test": "echo \"See https://travis-ci.org/lodash/lodash-cli for testing details.\"" }
"scripts": {
"test": "echo \"See https://travis-ci.org/lodash/lodash-cli for testing details.\""
}
}

View file

@ -13,5 +13,7 @@
"Mathias Bynens <mathias@qiwi.be> (https://mathiasbynens.be/)"
],
"repository": "lodash/lodash",
"scripts": { "test": "echo \"See https://travis-ci.org/lodash/lodash-cli for testing details.\"" }
"scripts": {
"test": "echo \"See https://travis-ci.org/lodash/lodash-cli for testing details.\""
}
}

View file

@ -13,5 +13,7 @@
"Mathias Bynens <mathias@qiwi.be> (https://mathiasbynens.be/)"
],
"repository": "lodash/lodash",
"scripts": { "test": "echo \"See https://travis-ci.org/lodash/lodash-cli for testing details.\"" }
"scripts": {
"test": "echo \"See https://travis-ci.org/lodash/lodash-cli for testing details.\""
}
}

View file

@ -12,5 +12,7 @@
"Mathias Bynens <mathias@qiwi.be>"
],
"repository": "lodash/lodash",
"scripts": { "test": "echo \"See https://travis-ci.org/lodash/lodash-cli for testing details.\"" }
"scripts": {
"test": "echo \"See https://travis-ci.org/lodash/lodash-cli for testing details.\""
}
}

View file

@ -13,5 +13,7 @@
"Mathias Bynens <mathias@qiwi.be> (https://mathiasbynens.be/)"
],
"repository": "lodash/lodash",
"scripts": { "test": "echo \"See https://travis-ci.org/lodash/lodash-cli for testing details.\"" }
"scripts": {
"test": "echo \"See https://travis-ci.org/lodash/lodash-cli for testing details.\""
}
}

View file

@ -13,5 +13,7 @@
"Mathias Bynens <mathias@qiwi.be> (https://mathiasbynens.be/)"
],
"repository": "lodash/lodash",
"scripts": { "test": "echo \"See https://travis-ci.org/lodash/lodash-cli for testing details.\"" }
"scripts": {
"test": "echo \"See https://travis-ci.org/lodash/lodash-cli for testing details.\""
}
}

4
node_modules/lodash/package.json generated vendored
View file

@ -13,5 +13,7 @@
"John-David Dalton <john.david.dalton@gmail.com>",
"Mathias Bynens <mathias@qiwi.be>"
],
"scripts": { "test": "echo \"See https://travis-ci.org/lodash-archive/lodash-cli for testing details.\"" }
"scripts": {
"test": "echo \"See https://travis-ci.org/lodash-archive/lodash-cli for testing details.\""
}
}

View file

@ -2,41 +2,33 @@
"name": "requireindex",
"description": "Write minimal node index.js files that require and export siblings by file basename",
"version": "1.1.0",
"license" : "MIT",
"license": "MIT",
"main": "index.js",
"repository": {
"type": "git",
"url": "git://github.com/stephenhandley/requireindex.git"
},
"scripts": {
"test": "node test/test.js"
},
"keywords": [
"require",
"index",
"index.js"
],
"directories" : {
"lib" : ".",
"test" : "test"
"directories": {
"lib": ".",
"test": "test"
},
"bugs": {
"url" : "http://github.com/stephenhandley/requireindex/issues"
"url": "http://github.com/stephenhandley/requireindex/issues"
},
"engines" : {
"node" : ">=0.10.5"
"engines": {
"node": ">=0.10.5"
},
"devDependencies": {
"asserts": "4.0.x"
},
"author": {
"name": "Stephen Handley",
"email": "stephen.handley@gmail.com",

View file

@ -11,15 +11,16 @@
"scripts": {
"test": "tap test/*.js"
},
"testling" : {
"files" : "test/*.js",
"browsers" : [
"testling": {
"files": "test/*.js",
"browsers": [
"ie/6..latest",
"chrome/20..latest",
"firefox/10..latest",
"safari/latest",
"opera/11.0..latest",
"iphone/6", "ipad/6"
"iphone/6",
"ipad/6"
]
},
"repository": {

26
node_modules/traverse/package.json generated vendored
View file

@ -1,18 +1,18 @@
{
"name" : "traverse",
"version" : "0.3.9",
"description" : "Traverse and transform objects by visiting every node on a recursive walk",
"author" : "James Halliday",
"license" : "MIT/X11",
"main" : "./index",
"repository" : {
"type" : "git",
"url" : "http://github.com/substack/js-traverse.git"
"name": "traverse",
"version": "0.3.9",
"description": "Traverse and transform objects by visiting every node on a recursive walk",
"author": "James Halliday",
"license": "MIT/X11",
"main": "./index",
"repository": {
"type": "git",
"url": "http://github.com/substack/js-traverse.git"
},
"devDependencies" : {
"expresso" : "0.7.x"
"devDependencies": {
"expresso": "0.7.x"
},
"scripts" : {
"test" : "expresso"
"scripts": {
"test": "expresso"
}
}

103
node_modules/type-detect/package.json generated vendored
View file

@ -1 +1,102 @@
{"name":"type-detect","description":"Improved typeof detection for node.js and the browser.","keywords":["type","typeof","types"],"license":"MIT","author":"Jake Luer <jake@alogicalparadox.com> (http://alogicalparadox.com)","contributors":["Keith Cirkel (https://github.com/keithamus)","David Losert (https://github.com/davelosert)","Aleksey Shvayka (https://github.com/shvaikalesh)","Lucas Fernandes da Costa (https://github.com/lucasfcosta)","Grant Snodgrass (https://github.com/meeber)","Jeremy Tice (https://github.com/jetpacmonkey)","Edward Betts (https://github.com/EdwardBetts)","dvlsg (https://github.com/dvlsg)","Amila Welihinda (https://github.com/amilajack)","Jake Champion (https://github.com/JakeChampion)","Miroslav Bajtoš (https://github.com/bajtos)"],"files":["index.js","type-detect.js"],"main":"./type-detect.js","repository":{"type":"git","url":"git+ssh://git@github.com/chaijs/type-detect.git"},"scripts":{"bench":"node bench","build":"rollup -c rollup.conf.js","commit-msg":"commitlint -x angular","lint":"eslint --ignore-path .gitignore .","prepare":"cross-env NODE_ENV=production npm run build","semantic-release":"semantic-release pre && npm publish && semantic-release post","pretest:node":"cross-env NODE_ENV=test npm run build","pretest:browser":"cross-env NODE_ENV=test npm run build","test":"npm run test:node && npm run test:browser","test:browser":"karma start --singleRun=true","test:node":"nyc mocha type-detect.test.js","posttest:node":"nyc report --report-dir \"coverage/node-$(node --version)\" --reporter=lcovonly && npm run upload-coverage","posttest:browser":"npm run upload-coverage","upload-coverage":"codecov"},"eslintConfig":{"env":{"es6":true},"extends":["strict/es6"],"globals":{"HTMLElement":false},"rules":{"complexity":0,"max-statements":0,"prefer-rest-params":0}},"devDependencies":{"@commitlint/cli":"^4.2.2","benchmark":"^2.1.0","buble":"^0.16.0","codecov":"^3.0.0","commitlint-config-angular":"^4.2.1","cross-env":"^5.1.1","eslint":"^4.10.0","eslint-config-strict":"^14.0.0","eslint-plugin-filenames":"^1.2.0","husky":"^0.14.3","karma":"^1.7.1","karma-chrome-launcher":"^2.2.0","karma-coverage":"^1.1.1","karma-detect-browsers":"^2.2.5","karma-edge-launcher":"^0.4.2","karma-firefox-launcher":"^1.0.1","karma-ie-launcher":"^1.0.0","karma-mocha":"^1.3.0","karma-opera-launcher":"^1.0.0","karma-safari-launcher":"^1.0.0","karma-safaritechpreview-launcher":"0.0.6","karma-sauce-launcher":"^1.2.0","mocha":"^4.0.1","nyc":"^11.3.0","rollup":"^0.50.0","rollup-plugin-buble":"^0.16.0","rollup-plugin-commonjs":"^8.2.6","rollup-plugin-istanbul":"^1.1.0","rollup-plugin-node-resolve":"^3.0.0","semantic-release":"^8.2.0","simple-assert":"^1.0.0"},"engines":{"node":">=4"},"version":"4.0.8"}
{
"name": "type-detect",
"description": "Improved typeof detection for node.js and the browser.",
"keywords": [
"type",
"typeof",
"types"
],
"license": "MIT",
"author": "Jake Luer <jake@alogicalparadox.com> (http://alogicalparadox.com)",
"contributors": [
"Keith Cirkel (https://github.com/keithamus)",
"David Losert (https://github.com/davelosert)",
"Aleksey Shvayka (https://github.com/shvaikalesh)",
"Lucas Fernandes da Costa (https://github.com/lucasfcosta)",
"Grant Snodgrass (https://github.com/meeber)",
"Jeremy Tice (https://github.com/jetpacmonkey)",
"Edward Betts (https://github.com/EdwardBetts)",
"dvlsg (https://github.com/dvlsg)",
"Amila Welihinda (https://github.com/amilajack)",
"Jake Champion (https://github.com/JakeChampion)",
"Miroslav Bajtoš (https://github.com/bajtos)"
],
"files": [
"index.js",
"type-detect.js"
],
"main": "./type-detect.js",
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/chaijs/type-detect.git"
},
"scripts": {
"bench": "node bench",
"build": "rollup -c rollup.conf.js",
"commit-msg": "commitlint -x angular",
"lint": "eslint --ignore-path .gitignore .",
"prepare": "cross-env NODE_ENV=production npm run build",
"semantic-release": "semantic-release pre && npm publish && semantic-release post",
"pretest:node": "cross-env NODE_ENV=test npm run build",
"pretest:browser": "cross-env NODE_ENV=test npm run build",
"test": "npm run test:node && npm run test:browser",
"test:browser": "karma start --singleRun=true",
"test:node": "nyc mocha type-detect.test.js",
"posttest:node": "nyc report --report-dir \"coverage/node-$(node --version)\" --reporter=lcovonly && npm run upload-coverage",
"posttest:browser": "npm run upload-coverage",
"upload-coverage": "codecov"
},
"eslintConfig": {
"env": {
"es6": true
},
"extends": [
"strict/es6"
],
"globals": {
"HTMLElement": false
},
"rules": {
"complexity": 0,
"max-statements": 0,
"prefer-rest-params": 0
}
},
"devDependencies": {
"@commitlint/cli": "^4.2.2",
"benchmark": "^2.1.0",
"buble": "^0.16.0",
"codecov": "^3.0.0",
"commitlint-config-angular": "^4.2.1",
"cross-env": "^5.1.1",
"eslint": "^4.10.0",
"eslint-config-strict": "^14.0.0",
"eslint-plugin-filenames": "^1.2.0",
"husky": "^0.14.3",
"karma": "^1.7.1",
"karma-chrome-launcher": "^2.2.0",
"karma-coverage": "^1.1.1",
"karma-detect-browsers": "^2.2.5",
"karma-edge-launcher": "^0.4.2",
"karma-firefox-launcher": "^1.0.1",
"karma-ie-launcher": "^1.0.0",
"karma-mocha": "^1.3.0",
"karma-opera-launcher": "^1.0.0",
"karma-safari-launcher": "^1.0.0",
"karma-safaritechpreview-launcher": "0.0.6",
"karma-sauce-launcher": "^1.2.0",
"mocha": "^4.0.1",
"nyc": "^11.3.0",
"rollup": "^0.50.0",
"rollup-plugin-buble": "^0.16.0",
"rollup-plugin-commonjs": "^8.2.6",
"rollup-plugin-istanbul": "^1.1.0",
"rollup-plugin-node-resolve": "^3.0.0",
"semantic-release": "^8.2.0",
"simple-assert": "^1.0.0"
},
"engines": {
"node": ">=4"
},
"version": "4.0.8"
}

View file

@ -1 +1,3 @@
{ "type": "module" }
{
"type": "module"
}

4
node_modules/zlib/package.json generated vendored
View file

@ -12,7 +12,9 @@
"node": ">=0.2.0"
},
"licenses": [
{ "type": "BSD" }
{
"type": "BSD"
}
],
"main": "./lib/zlib"
}