UNPKG

957 BJSONView Raw
1{
2 "name": "istanbul-lib-hook",
3 "version": "3.0.0",
4 "description": "Hooks for require, vm and script used in istanbul",
5 "author": "Krishnan Anantheswaran <kananthmail-github@yahoo.com>",
6 "main": "index.js",
7 "files": [
8 "lib",
9 "index.js"
10 ],
11 "scripts": {
12 "test": "nyc --nycrc-path=../../monorepo-per-package-full.js mocha"
13 },
14 "dependencies": {
15 "append-transform": "^2.0.0"
16 },
17 "devDependencies": {
18 "chai": "^4.2.0",
19 "mocha": "^6.2.2",
20 "nyc": "^15.0.0-beta.2"
21 },
22 "repository": {
23 "type": "git",
24 "url": "git+ssh://git@github.com/istanbuljs/istanbuljs.git",
25 "directory": "packages/istanbul-lib-hook"
26 },
27 "keywords": [
28 "istanbul",
29 "hook"
30 ],
31 "license": "BSD-3-Clause",
32 "bugs": {
33 "url": "https://github.com/istanbuljs/istanbuljs/issues"
34 },
35 "homepage": "https://istanbul.js.org/",
36 "engines": {
37 "node": ">=8"
38 },
39 "gitHead": "5319df684b508ff6fb19fe8b9a6147a3c5924e4b"
40}