123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149 |
- {
- "_args": [
- [
- "nyc@15.1.0",
- "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror"
- ]
- ],
- "_development": true,
- "_from": "nyc@15.1.0",
- "_id": "nyc@15.1.0",
- "_inBundle": false,
- "_integrity": "sha512-jMW04n9SxKdKi1ZMGhvUTHBN0EICCRkHemEoE5jm6mTYcqcdas0ATzgUgejlQUHMvpnOZqGB5Xxsv9KxJW1j8A==",
- "_location": "/nyc",
- "_phantomChildren": {
- "ansi-styles": "4.3.0",
- "camelcase": "5.3.1",
- "decamelize": "1.2.0",
- "find-up": "4.1.0",
- "get-caller-file": "2.0.5",
- "require-directory": "2.1.1",
- "require-main-filename": "2.0.0",
- "set-blocking": "2.0.0",
- "string-width": "4.2.2",
- "strip-ansi": "6.0.0",
- "which-module": "2.0.0"
- },
- "_requested": {
- "type": "version",
- "registry": true,
- "raw": "nyc@15.1.0",
- "name": "nyc",
- "escapedName": "nyc",
- "rawSpec": "15.1.0",
- "saveSpec": null,
- "fetchSpec": "15.1.0"
- },
- "_requiredBy": [
- "#DEV:/"
- ],
- "_resolved": "https://registry.npmjs.org/nyc/-/nyc-15.1.0.tgz",
- "_spec": "15.1.0",
- "_where": "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror",
- "author": {
- "name": "Ben Coe",
- "email": "ben@npmjs.com"
- },
- "bin": {
- "nyc": "./bin/nyc.js"
- },
- "bugs": {
- "url": "https://github.com/istanbuljs/nyc/issues"
- },
- "contributors": [
- {
- "name": "Isaac Schlueter"
- },
- {
- "name": "Mark Wubben"
- },
- {
- "name": "James Talmage"
- },
- {
- "name": "Krishnan Anantheswaran"
- }
- ],
- "dependencies": {
- "@istanbuljs/load-nyc-config": "^1.0.0",
- "@istanbuljs/schema": "^0.1.2",
- "caching-transform": "^4.0.0",
- "convert-source-map": "^1.7.0",
- "decamelize": "^1.2.0",
- "find-cache-dir": "^3.2.0",
- "find-up": "^4.1.0",
- "foreground-child": "^2.0.0",
- "get-package-type": "^0.1.0",
- "glob": "^7.1.6",
- "istanbul-lib-coverage": "^3.0.0",
- "istanbul-lib-hook": "^3.0.0",
- "istanbul-lib-instrument": "^4.0.0",
- "istanbul-lib-processinfo": "^2.0.2",
- "istanbul-lib-report": "^3.0.0",
- "istanbul-lib-source-maps": "^4.0.0",
- "istanbul-reports": "^3.0.2",
- "make-dir": "^3.0.0",
- "node-preload": "^0.2.1",
- "p-map": "^3.0.0",
- "process-on-spawn": "^1.0.0",
- "resolve-from": "^5.0.0",
- "rimraf": "^3.0.0",
- "signal-exit": "^3.0.2",
- "spawn-wrap": "^2.0.0",
- "test-exclude": "^6.0.0",
- "yargs": "^15.0.2"
- },
- "description": "the Istanbul command line interface",
- "devDependencies": {
- "any-path": "^1.3.0",
- "coveralls": "^3.0.9",
- "is-windows": "^1.0.2",
- "requirejs": "^2.3.6",
- "source-map-support": "^0.5.16",
- "standard": "^14.3.1",
- "standard-version": "^8.0.0",
- "tap": "^14.10.5",
- "which": "^2.0.2"
- },
- "engines": {
- "node": ">=8.9"
- },
- "files": [
- "index.js",
- "bin/*.js",
- "lib/**/*.js"
- ],
- "homepage": "https://istanbul.js.org/",
- "keywords": [
- "coverage",
- "reporter",
- "subprocess",
- "testing"
- ],
- "license": "ISC",
- "main": "index.js",
- "name": "nyc",
- "repository": {
- "type": "git",
- "url": "git+ssh://git@github.com/istanbuljs/nyc.git"
- },
- "scripts": {
- "clean": "node ./npm-run-clean.js",
- "instrument": "node ./build-self-coverage.js",
- "lint": "standard",
- "posttest": "npm run report",
- "pretest": "npm run lint && npm run clean && npm run instrument",
- "release": "standard-version",
- "report": "node ./bin/nyc report --temp-dir ./.self_coverage/ -r text -r lcov",
- "snap": "npm test -- --snapshot",
- "test": "tap"
- },
- "standard": {
- "ignore": [
- "/tap-snapshots/",
- "**/fixtures/**",
- "**/test/build/*"
- ]
- },
- "version": "15.1.0"
- }
|