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
| {
| "_from": "@istanbuljs/schema@^0.1.2",
| "_id": "@istanbuljs/schema@0.1.3",
| "_inBundle": false,
| "_integrity": "sha512-ZXRY4jNvVgSVQ8DL3LTcakaAtXwTVUxE81hslsyD2AtoXW/wVob10HkOJ1X/pAlcI7D+2YoZKg5do8G/w6RYgA==",
| "_location": "/@istanbuljs/schema",
| "_phantomChildren": {},
| "_requested": {
| "type": "range",
| "registry": true,
| "raw": "@istanbuljs/schema@^0.1.2",
| "name": "@istanbuljs/schema",
| "escapedName": "@istanbuljs%2fschema",
| "scope": "@istanbuljs",
| "rawSpec": "^0.1.2",
| "saveSpec": null,
| "fetchSpec": "^0.1.2"
| },
| "_requiredBy": [
| "/babel-plugin-istanbul",
| "/istanbul-lib-instrument",
| "/test-exclude"
| ],
| "_resolved": "https://registry.npmjs.org/@istanbuljs/schema/-/schema-0.1.3.tgz",
| "_shasum": "e45e384e4b8ec16bce2fd903af78450f6bf7ec98",
| "_spec": "@istanbuljs/schema@^0.1.2",
| "_where": "D:\\project\\PAM\\PAMapp\\node_modules\\babel-plugin-istanbul",
| "author": {
| "name": "Corey Farrell"
| },
| "bugs": {
| "url": "https://github.com/istanbuljs/schema/issues"
| },
| "bundleDependencies": false,
| "deprecated": false,
| "description": "Schemas describing various structures used by nyc and istanbuljs",
| "devDependencies": {
| "standard-version": "^7.0.0",
| "tap": "^14.6.7",
| "xo": "^0.25.3"
| },
| "engines": {
| "node": ">=8"
| },
| "homepage": "https://github.com/istanbuljs/schema#readme",
| "license": "MIT",
| "main": "index.js",
| "name": "@istanbuljs/schema",
| "repository": {
| "type": "git",
| "url": "git+https://github.com/istanbuljs/schema.git"
| },
| "scripts": {
| "pretest": "xo",
| "release": "standard-version --sign",
| "snap": "npm test -- --snapshot",
| "test": "tap"
| },
| "version": "0.1.3"
| }
|
|