UNPKG

826 BJSONView Raw
1{
2 "name": "istanbul-lib-hook",
3 "version": "1.2.1",
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 "pretest": "jshint index.js lib/ test/",
13 "test": "mocha"
14 },
15 "dependencies": {
16 "append-transform": "^1.0.0"
17 },
18 "devDependencies": {
19 "chai": "^4.1.2",
20 "jshint": "^2.9.5",
21 "mocha": "^5.2.0"
22 },
23 "repository": {
24 "type": "git",
25 "url": "git+ssh://git@github.com/istanbuljs/istanbuljs.git"
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://github.com/istanbuljs/istanbuljs#readme"
36}