initial commit of actions
This commit is contained in:
commit
949ece5785
44660 changed files with 12034344 additions and 0 deletions
46
dawidd6/action-download-artifact-v3/node_modules/dot-object/test/fixtures/package.json
generated
vendored
Normal file
46
dawidd6/action-download-artifact-v3/node_modules/dot-object/test/fixtures/package.json
generated
vendored
Normal file
|
|
@ -0,0 +1,46 @@
|
|||
{
|
||||
"name": "dot-object",
|
||||
"description": "dot-object makes it possible to transform and read (JSON) objects using dot notation.",
|
||||
"version": "1.1.0",
|
||||
"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"
|
||||
},
|
||||
"main": "index",
|
||||
"bin": "./bin/dot-object",
|
||||
"scripts": {
|
||||
"test": "gulp test"
|
||||
},
|
||||
"devDependencies": {
|
||||
"gulp": "^3.9.0",
|
||||
"gulp-beautify": "^1.1.2",
|
||||
"gulp-headerfooter": "^1.0.3",
|
||||
"gulp-jscs": "^2.0.0",
|
||||
"gulp-jshint": "^1.11.2",
|
||||
"gulp-mocha": "^2.1.3",
|
||||
"gulp-rename": "^1.2.2",
|
||||
"gulp-uglify": "^1.2.0",
|
||||
"gulp-util": "^3.0.6",
|
||||
"jscs": "^2.0.0",
|
||||
"jscs-jsdoc": "1.1.0",
|
||||
"mocha": "2.x.x"
|
||||
},
|
||||
"keywords": [
|
||||
"json",
|
||||
"filter",
|
||||
"transform",
|
||||
"dot notation",
|
||||
"dot"
|
||||
],
|
||||
"dependencies": {
|
||||
"commander": "^2.8.1",
|
||||
"glob": "^5.0.14"
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue