Bump artifact dependencies if CODEQL_ACTION_ARTIFACT_V2_UPGRADE enabled (#2482)
Co-authored-by: Andrew Eisenberg <aeisenberg@github.com> Co-authored-by: Henry Mercer <henrymercer@github.com>
This commit is contained in:
parent
cf5b0a9041
commit
a196a714b8
5388 changed files with 2176737 additions and 71701 deletions
64
node_modules/dot-object/package.json
generated
vendored
Normal file
64
node_modules/dot-object/package.json
generated
vendored
Normal file
|
|
@ -0,0 +1,64 @@
|
|||
{
|
||||
"name": "dot-object",
|
||||
"description": "dot-object makes it possible to transform and read (JSON) objects using dot notation.",
|
||||
"version": "2.1.5",
|
||||
"author": {
|
||||
"name": "Rob Halff",
|
||||
"email": "rob.halff@gmail.com"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git://github.com/rhalff/dot-object.git"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/rhalff/dot-object/issues"
|
||||
},
|
||||
"license": "MIT",
|
||||
"main": "index",
|
||||
"bin": "./bin/dot-object",
|
||||
"scripts": {
|
||||
"test": "gulp test",
|
||||
"watch": "gulp watch",
|
||||
"lint": "gulp lint",
|
||||
"dist": "gulp dist"
|
||||
},
|
||||
"standard": {
|
||||
"globals": [
|
||||
"it",
|
||||
"describe",
|
||||
"beforeEach"
|
||||
]
|
||||
},
|
||||
"devDependencies": {
|
||||
"eslint": "^7.9.0",
|
||||
"eslint-config-standard": "^14.1.1",
|
||||
"eslint-plugin-import": "^2.22.0",
|
||||
"eslint-plugin-node": "^11.1.0",
|
||||
"eslint-plugin-promise": "^4.2.1",
|
||||
"eslint-plugin-standard": "^4.0.1",
|
||||
"gulp": "^4.0.2",
|
||||
"gulp-beautify": "^3.0.0",
|
||||
"gulp-eslint": "^6.0.0",
|
||||
"gulp-headerfooter": "^1.0.3",
|
||||
"gulp-mocha": "^7.0.2",
|
||||
"gulp-rename": "^2.0.0",
|
||||
"gulp-uglify": "^3.0.2",
|
||||
"gulp-util": "^3.0.8",
|
||||
"mocha": "8.x.x",
|
||||
"should": "13.x.x",
|
||||
"underscore.string": "latest"
|
||||
},
|
||||
"keywords": [
|
||||
"json",
|
||||
"object",
|
||||
"filter",
|
||||
"transform",
|
||||
"dot notation",
|
||||
"dot"
|
||||
],
|
||||
"dependencies": {
|
||||
"commander": "^6.1.0",
|
||||
"glob": "^7.1.6"
|
||||
},
|
||||
"packageManager": "yarn@4.1.1"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue