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" "./package.json": "./package.json"
}, },
"version": "8.2.0", "version": "8.2.0",
"engines": {"node": ">=0.4.0"}, "engines": {
"node": ">=0.4.0"
},
"maintainers": [ "maintainers": [
{ {
"name": "Marijn Haverbeke", "name": "Marijn Haverbeke",

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

@ -19,5 +19,7 @@
], ],
"author": "James Halliday <mail@substack.net> (http://substack.net)", "author": "James Halliday <mail@substack.net> (http://substack.net)",
"license": "MIT/X11", "license": "MIT/X11",
"engine" : { "node" : ">=0.4.0" } "engine": {
"node": ">=0.4.0"
}
} }

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

@ -33,11 +33,27 @@
"testling": { "testling": {
"files": "test/*.js", "files": "test/*.js",
"browsers": { "browsers": {
"ie" : [ 6, 7, 8, 9 ], "ie": [
"ff" : [ 3.5, 10, 15.0 ], 6,
"chrome" : [ 10, 22 ], 7,
"safari" : [ 5.1 ], 8,
"opera" : [ 12 ] 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", "version": "1.2.2",
"author": "sheetjs", "author": "sheetjs",
"description": "Pure-JS CRC-32", "description": "Pure-JS CRC-32",
"keywords": [ "crc", "crc32", "checksum" ], "keywords": [
"crc",
"crc32",
"checksum"
],
"bin": { "bin": {
"crc32": "bin/crc32.njs" "crc32": "bin/crc32.njs"
}, },
"main": "crc32.js", "main": "crc32.js",
"types": "types/index.d.ts", "types": "types/index.d.ts",
"typesVersions": { "*": { "*": ["types/index.d.ts" ] } }, "typesVersions": {
"dependencies": { "*": {
"*": [
"types/index.d.ts"
]
}
}, },
"dependencies": {},
"devDependencies": { "devDependencies": {
"printj": "~1.3.1", "printj": "~1.3.1",
"exit-on-epipe": "~1.0.1", "exit-on-epipe": "~1.0.1",
@ -23,7 +32,10 @@
"dtslint": "^0.1.2", "dtslint": "^0.1.2",
"typescript": "2.2.0" "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": { "scripts": {
"test": "make test", "test": "make test",
"build": "make", "build": "make",
@ -36,8 +48,20 @@
} }
}, },
"homepage": "https://sheetjs.com/", "homepage": "https://sheetjs.com/",
"files": ["crc32.js", "crc32c.js", "bin/crc32.njs", "LICENSE", "README.md", "types/index.d.ts", "types/*.json"], "files": [
"bugs": { "url": "https://github.com/SheetJS/js-crc32/issues" }, "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", "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.", "description": "Turns off all rules that are unnecessary or might conflict with Prettier.",
"repository": "prettier/eslint-config-prettier", "repository": "prettier/eslint-config-prettier",
"bin": "bin/cli.js", "bin": "bin/cli.js",
"keywords": ["eslint", "eslintconfig", "prettier"], "keywords": [
"eslint",
"eslintconfig",
"prettier"
],
"peerDependencies": { "peerDependencies": {
"eslint": ">=7.0.0" "eslint": ">=7.0.0"
} }

View file

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

View file

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

View file

@ -30,10 +30,8 @@
"url": "https://github.com/homebrewing" "url": "https://github.com/homebrewing"
}, },
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {},
}, "devDependencies": {},
"devDependencies": {
},
"engines": { "engines": {
"node": ">=0.8.19" "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", "version": "2.2.2",
"description": "Detect whether a value is an error", "description": "Detect whether a value is an error",
"keywords": [], "keywords": [],

View file

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

View file

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

View file

@ -13,5 +13,7 @@
"Mathias Bynens <mathias@qiwi.be> (https://mathiasbynens.be/)" "Mathias Bynens <mathias@qiwi.be> (https://mathiasbynens.be/)"
], ],
"repository": "lodash/lodash", "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/)" "Mathias Bynens <mathias@qiwi.be> (https://mathiasbynens.be/)"
], ],
"repository": "lodash/lodash", "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/)" "Mathias Bynens <mathias@qiwi.be> (https://mathiasbynens.be/)"
], ],
"repository": "lodash/lodash", "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>" "Mathias Bynens <mathias@qiwi.be>"
], ],
"repository": "lodash/lodash", "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/)" "Mathias Bynens <mathias@qiwi.be> (https://mathiasbynens.be/)"
], ],
"repository": "lodash/lodash", "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/)" "Mathias Bynens <mathias@qiwi.be> (https://mathiasbynens.be/)"
], ],
"repository": "lodash/lodash", "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>", "John-David Dalton <john.david.dalton@gmail.com>",
"Mathias Bynens <mathias@qiwi.be>" "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

@ -4,39 +4,31 @@
"version": "1.1.0", "version": "1.1.0",
"license": "MIT", "license": "MIT",
"main": "index.js", "main": "index.js",
"repository": { "repository": {
"type": "git", "type": "git",
"url": "git://github.com/stephenhandley/requireindex.git" "url": "git://github.com/stephenhandley/requireindex.git"
}, },
"scripts": { "scripts": {
"test": "node test/test.js" "test": "node test/test.js"
}, },
"keywords": [ "keywords": [
"require", "require",
"index", "index",
"index.js" "index.js"
], ],
"directories": { "directories": {
"lib": ".", "lib": ".",
"test": "test" "test": "test"
}, },
"bugs": { "bugs": {
"url": "http://github.com/stephenhandley/requireindex/issues" "url": "http://github.com/stephenhandley/requireindex/issues"
}, },
"engines": { "engines": {
"node": ">=0.10.5" "node": ">=0.10.5"
}, },
"devDependencies": { "devDependencies": {
"asserts": "4.0.x" "asserts": "4.0.x"
}, },
"author": { "author": {
"name": "Stephen Handley", "name": "Stephen Handley",
"email": "stephen.handley@gmail.com", "email": "stephen.handley@gmail.com",

View file

@ -19,7 +19,8 @@
"firefox/10..latest", "firefox/10..latest",
"safari/latest", "safari/latest",
"opera/11.0..latest", "opera/11.0..latest",
"iphone/6", "ipad/6" "iphone/6",
"ipad/6"
] ]
}, },
"repository": { "repository": {

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" "node": ">=0.2.0"
}, },
"licenses": [ "licenses": [
{ "type": "BSD" } {
"type": "BSD"
}
], ],
"main": "./lib/zlib" "main": "./lib/zlib"
} }