Files
BeWoPlaner/BeWoPlanerMobil/node_modules/find-package-json/package.json
Lyndon Jetten fda2c306b5 MoK: Report Viewer hinzugefügt
FaC: Das alte Flag von Terminen, die in die Zeiterfassung übernommen worden sind, wird ebenfalls berücksichtigt.
2023-03-13 19:39:04 +01:00

40 lines
1.1 KiB
JSON

{
"name": "find-package-json",
"version": "1.2.0",
"description": "Find package.json files in parent directories, keep finding until you find the right one using iterators.",
"main": "index.js",
"scripts": {
"100%": "istanbul check-coverage --statements 100 --functions 100 --lines 100 --branches 100",
"test": "mocha test.js",
"watch": "mocha --watch test.js",
"coverage": "istanbul cover ./node_modules/.bin/_mocha -- test.js",
"test-travis": "istanbul cover node_modules/.bin/_mocha --report lcovonly -- test.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/3rd-Eden/find-package-json.git"
},
"keywords": [
"package",
"package.json",
"json",
"find-package-json",
"directory",
"parent",
"package-json",
"read-package-json"
],
"author": "Arnout Kazemier",
"license": "MIT",
"bugs": {
"url": "https://github.com/3rd-Eden/find-package-json/issues"
},
"homepage": "https://github.com/3rd-Eden/find-package-json#readme",
"devDependencies": {
"assume": "2.0.x",
"istanbul": "0.4.x",
"mocha": "5.1.x",
"pre-commit": "1.2.x"
}
}