{ "bugs": { "url": "https://github.com/istanbuljs/load-nyc-config/issues" }, "bundleDependencies": false, "dependencies": { "camelcase": "^5.3.1", "find-up": "^4.1.0", "js-yaml": "^3.13.1", "resolve-from": "^5.0.0" }, "deprecated": false, "description": "Utility function to load nyc configuration", "devDependencies": { "semver": "^6.3.0", "standard-version": "^7.0.0", "tap": "^14.10.5", "xo": "^0.25.3" }, "engines": { "node": ">=8" }, "homepage": "https://github.com/istanbuljs/load-nyc-config#readme", "license": "ISC", "main": "index.js", "name": "@istanbuljs/load-nyc-config", "repository": { "type": "git", "url": "git+https://github.com/istanbuljs/load-nyc-config.git" }, "scripts": { "pretest": "xo", "release": "standard-version", "snap": "npm test -- --snapshot", "test": "tap" }, "version": "1.0.0", "xo": { "ignores": [ "test/fixtures/extends/invalid.*" ], "rules": { "require-atomic-updates": 0 } } }