|
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172 |
- {
- "_args": [
- [
- "istanbul-lib-hook@3.0.0",
- "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror"
- ]
- ],
- "_development": true,
- "_from": "istanbul-lib-hook@3.0.0",
- "_id": "istanbul-lib-hook@3.0.0",
- "_inBundle": false,
- "_integrity": "sha512-Pt/uge1Q9s+5VAZ+pCo16TYMWPBIl+oaNIjgLQxcX0itS6ueeaA+pEfThZpH8WxhFgCiEb8sAJY6MdUKgiIWaQ==",
- "_location": "/istanbul-lib-hook",
- "_phantomChildren": {},
- "_requested": {
- "type": "version",
- "registry": true,
- "raw": "istanbul-lib-hook@3.0.0",
- "name": "istanbul-lib-hook",
- "escapedName": "istanbul-lib-hook",
- "rawSpec": "3.0.0",
- "saveSpec": null,
- "fetchSpec": "3.0.0"
- },
- "_requiredBy": [
- "/nyc"
- ],
- "_resolved": "https://registry.npmjs.org/istanbul-lib-hook/-/istanbul-lib-hook-3.0.0.tgz",
- "_spec": "3.0.0",
- "_where": "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror",
- "author": {
- "name": "Krishnan Anantheswaran",
- "email": "kananthmail-github@yahoo.com"
- },
- "bugs": {
- "url": "https://github.com/istanbuljs/istanbuljs/issues"
- },
- "dependencies": {
- "append-transform": "^2.0.0"
- },
- "description": "Hooks for require, vm and script used in istanbul",
- "devDependencies": {
- "chai": "^4.2.0",
- "mocha": "^6.2.2",
- "nyc": "^15.0.0-beta.2"
- },
- "engines": {
- "node": ">=8"
- },
- "files": [
- "lib",
- "index.js"
- ],
- "gitHead": "5319df684b508ff6fb19fe8b9a6147a3c5924e4b",
- "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",
- "directory": "packages/istanbul-lib-hook"
- },
- "scripts": {
- "test": "nyc --nycrc-path=../../monorepo-per-package-full.js mocha"
- },
- "version": "3.0.0"
- }
|