mh-two-thousand-and-two
2024-04-12 3d2ec2fd0578d3ba0a414b0cc4e4a2ae60878596
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
76
77
78
79
{
  "_args": [
    [
      "@istanbuljs/load-nyc-config@1.1.0",
      "C:\\Users\\hp\\Desktop\\gitzhongyi"
    ]
  ],
  "_development": true,
  "_from": "@istanbuljs/load-nyc-config@1.1.0",
  "_id": "@istanbuljs/load-nyc-config@1.1.0",
  "_inBundle": false,
  "_integrity": "sha512-VjeHSlIzpv/NyD3N0YuHfXOPDIixcA1q2ZV98wsMqcYlPmv2n3Yb2lYP9XMElnaFVXg5A7YLTeLu6V84uQDjmQ==",
  "_location": "/@istanbuljs/load-nyc-config",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "@istanbuljs/load-nyc-config@1.1.0",
    "name": "@istanbuljs/load-nyc-config",
    "escapedName": "@istanbuljs%2fload-nyc-config",
    "scope": "@istanbuljs",
    "rawSpec": "1.1.0",
    "saveSpec": null,
    "fetchSpec": "1.1.0"
  },
  "_requiredBy": [
    "/babel-plugin-istanbul"
  ],
  "_resolved": "https://registry.npmmirror.com/@istanbuljs/load-nyc-config/-/load-nyc-config-1.1.0.tgz",
  "_spec": "1.1.0",
  "_where": "C:\\Users\\hp\\Desktop\\gitzhongyi",
  "bugs": {
    "url": "https://github.com/istanbuljs/load-nyc-config/issues"
  },
  "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"
  },
  "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
    }
  }
}