123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475 |
- {
- "_from": "@istanbuljs/load-nyc-config@^1.0.0",
- "_id": "@istanbuljs/load-nyc-config@1.1.0",
- "_inBundle": false,
- "_integrity": "sha512-VjeHSlIzpv/NyD3N0YuHfXOPDIixcA1q2ZV98wsMqcYlPmv2n3Yb2lYP9XMElnaFVXg5A7YLTeLu6V84uQDjmQ==",
- "_location": "/@istanbuljs/load-nyc-config",
- "_phantomChildren": {},
- "_requested": {
- "type": "range",
- "registry": true,
- "raw": "@istanbuljs/load-nyc-config@^1.0.0",
- "name": "@istanbuljs/load-nyc-config",
- "escapedName": "@istanbuljs%2fload-nyc-config",
- "scope": "@istanbuljs",
- "rawSpec": "^1.0.0",
- "saveSpec": null,
- "fetchSpec": "^1.0.0"
- },
- "_requiredBy": [
- "/babel-plugin-istanbul"
- ],
- "_resolved": "https://registry.npmjs.org/@istanbuljs/load-nyc-config/-/load-nyc-config-1.1.0.tgz",
- "_shasum": "fd3db1d59ecf7cf121e80650bb86712f9b55eced",
- "_spec": "@istanbuljs/load-nyc-config@^1.0.0",
- "_where": "H:\\gs_nuxt\\node_modules\\babel-plugin-istanbul",
- "bugs": {
- "url": "https://github.com/istanbuljs/load-nyc-config/issues"
- },
- "bundleDependencies": false,
- "dependencies": {
- "camelcase": "^5.3.1",
- "find-up": "^4.1.0",
- "get-package-type": "^0.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.1.0",
- "xo": {
- "ignores": [
- "test/fixtures/extends/invalid.*"
- ],
- "rules": {
- "require-atomic-updates": 0,
- "capitalized-comments": 0,
- "unicorn/import-index": 0,
- "import/extensions": 0,
- "import/no-useless-path-segments": 0
- }
- }
- }
|