Skip to content

Commit

Permalink
update malta
Browse files Browse the repository at this point in the history
  • Loading branch information
fedeghe committed Nov 14, 2019
1 parent ef169bd commit 53c251e
Show file tree
Hide file tree
Showing 2 changed files with 51 additions and 51 deletions.
92 changes: 46 additions & 46 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,47 +1,47 @@
{
"name": "searchhash",
"version": "1.1.0",
"description": "Simple module to search into object literals for values or keys",
"main": "dist/index.js",
"scripts": {
"buildev": "malta source/buildev.json",
"build": "malta source/buildtr.json",
"test": "mocha",
"lint": "eslint source",
"cover": "nyc npm test && nyc report --reporter=html",
"coveralls": "nyc npm test && nyc report --reporter=text-lcov | coveralls"
},
"repository": {
"type": "git",
"url": "https://github.com/fedeghe/searchHash.git"
},
"keywords": [
"search into hash",
"search object",
"search literal"
],
"author": "Federico Ghedina <fedeghe@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/fedeghe/searchHash/issues"
},
"homepage": "https://github.com/fedeghe/searchHash#readme",
"devDependencies": {
"coveralls": "~3.0.1",
"eslint": "^6.0.1",
"eslint-config-standard": "^12.0.0",
"eslint-plugin-import": "^2.18.0",
"eslint-plugin-node": "^9.1.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^4.0.0",
"jsdom": "^12.2.0",
"lodash": "^4.17.15",
"malta": "^3.9.16",
"malta-header-comment": "^1.0.5",
"malta-js-uglify": "^1.0.2",
"malta-mocha": "^1.0.11",
"mocha": "^5.2.0",
"mocha-lcov-reporter": "~1.3.0",
"nyc": "^14.1.1"
}
}
"name": "searchhash",
"version": "1.1.0",
"description": "Simple module to search into object literals for values or keys",
"main": "dist/index.js",
"scripts": {
"buildev": "malta source/buildev.json",
"build": "malta source/buildtr.json",
"test": "mocha",
"lint": "eslint source",
"cover": "nyc npm test && nyc report --reporter=html",
"coveralls": "nyc npm test && nyc report --reporter=text-lcov | coveralls"
},
"repository": {
"type": "git",
"url": "https://github.com/fedeghe/searchHash.git"
},
"keywords": [
"search into hash",
"search object",
"search literal"
],
"author": "Federico Ghedina <fedeghe@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/fedeghe/searchHash/issues"
},
"homepage": "https://github.com/fedeghe/searchHash#readme",
"devDependencies": {
"coveralls": "~3.0.1",
"eslint": "^6.0.1",
"eslint-config-standard": "^12.0.0",
"eslint-plugin-import": "^2.18.0",
"eslint-plugin-node": "^9.1.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^4.0.0",
"jsdom": "^12.2.0",
"lodash": "^4.17.15",
"malta": "^4.0.6",
"malta-header-comment": "^1.0.5",
"malta-js-uglify": "^1.0.2",
"malta-mocha": "^1.0.11",
"mocha": "^5.2.0",
"mocha-lcov-reporter": "~1.3.0",
"nyc": "^14.1.1"
}
}
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1461,16 +1461,16 @@ malta@4.0.4:
resolved "https://registry.yarnpkg.com/malta/-/malta-4.0.4.tgz#9ab860454307e57479daad3452c7abc62deddc4b"
integrity sha512-7+6zUDM2Az4t51mdLFk6XMgheExGNhl3Kwgp/hVp07bcJylu8VKwXwxVdFujxRxjxJmwGUHdjV9ABgaEpQuL0Q==

malta@^3.9.16:
version "3.9.17"
resolved "https://registry.yarnpkg.com/malta/-/malta-3.9.17.tgz#a8e5cebb8616c2040c52ac9b6f835ed656773fd0"
integrity sha512-dmk3pHFGtu2XddA7djUQRHsFTzPiSpyOo+u+VCebUxexSYEPYZ3b+QwvSEzn4rXsUvU+ra6I+5yfb5i9dpDvjg==

malta@^4.0.4:
version "4.0.5"
resolved "https://registry.yarnpkg.com/malta/-/malta-4.0.5.tgz#e013ed4c9d071ac8da6fc5a441af39212185fd95"
integrity sha512-Xdvrr49kMuBydccGEuk1mRxUU6VHJLTndHS1maquQvB+yj8zWyBolmljcBWrC+4puo4bUm7kfsxRoJEZX7xH4Q==

malta@^4.0.6:
version "4.0.6"
resolved "https://registry.yarnpkg.com/malta/-/malta-4.0.6.tgz#5c1ae755a525267d72c64bb0e60476810e0ea450"
integrity sha512-v2IXUTeTEcAS9KCj94HBO28kmPM5tgAkO53SxnFBV0MrBAzNkPDDXE7xNxhupvARVroxYMdP8qPbVT1zkLjLyQ==

merge-source-map@^1.1.0:
version "1.1.0"
resolved "https://registry.yarnpkg.com/merge-source-map/-/merge-source-map-1.1.0.tgz#2fdde7e6020939f70906a68f2d7ae685e4c8c646"
Expand Down

0 comments on commit 53c251e

Please sign in to comment.