1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
| {
| "_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": "D:\\project\\PAM\\PAMapp\\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
| }
| }
| }
|
|