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
| {
| "_from": "istanbul-lib-hook@^2.0.7",
| "_id": "istanbul-lib-hook@2.0.7",
| "_inBundle": false,
| "_integrity": "sha512-vrRztU9VRRFDyC+aklfLoeXyNdTfga2EI3udDGn4cZ6fpSXpHLV9X6CHvfoMCPtggg8zvDDmC4b9xfu0z6/llA==",
| "_location": "/istanbul-lib-hook",
| "_phantomChildren": {},
| "_requested": {
| "type": "range",
| "registry": true,
| "raw": "istanbul-lib-hook@^2.0.7",
| "name": "istanbul-lib-hook",
| "escapedName": "istanbul-lib-hook",
| "rawSpec": "^2.0.7",
| "saveSpec": null,
| "fetchSpec": "^2.0.7"
| },
| "_requiredBy": [
| "/nyc"
| ],
| "_resolved": "https://registry.npmjs.org/istanbul-lib-hook/-/istanbul-lib-hook-2.0.7.tgz",
| "_shasum": "c95695f383d4f8f60df1f04252a9550e15b5b133",
| "_spec": "istanbul-lib-hook@^2.0.7",
| "_where": "/home/l/plc/node-red/node_modules/nyc",
| "author": {
| "name": "Krishnan Anantheswaran",
| "email": "kananthmail-github@yahoo.com"
| },
| "bugs": {
| "url": "https://github.com/istanbuljs/istanbuljs/issues"
| },
| "bundleDependencies": false,
| "dependencies": {
| "append-transform": "^1.0.0"
| },
| "deprecated": false,
| "description": "Hooks for require, vm and script used in istanbul",
| "engines": {
| "node": ">=6"
| },
| "files": [
| "lib",
| "index.js"
| ],
| "gitHead": "90e60cc47833bb780680f916488ca24f0be36ca2",
| "homepage": "https://istanbul.js.org/",
| "keywords": [
| "istanbul",
| "hook"
| ],
| "license": "BSD-3-Clause",
| "main": "index.js",
| "name": "istanbul-lib-hook",
| "repository": {
| "type": "git",
| "url": "git+ssh://git@github.com/istanbuljs/istanbuljs.git"
| },
| "scripts": {
| "test": "mocha"
| },
| "version": "2.0.7"
| }
|
|