mirror of
https://github.com/github/codeql-action.git
synced 2025-12-27 01:30:10 +08:00
Co-authored-by: Andrew Eisenberg <aeisenberg@github.com> Co-authored-by: Henry Mercer <henrymercer@github.com>
65 lines
1.4 KiB
JSON
65 lines
1.4 KiB
JSON
{
|
|
"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"
|
|
}
|