1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980 |
- {
- "_args": [
- [
- "@istanbuljs/load-nyc-config@1.1.0",
- "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror"
- ]
- ],
- "_development": true,
- "_from": "@istanbuljs/load-nyc-config@1.1.0",
- "_id": "@istanbuljs/load-nyc-config@1.1.0",
- "_inBundle": false,
- "_integrity": "sha512-VjeHSlIzpv/NyD3N0YuHfXOPDIixcA1q2ZV98wsMqcYlPmv2n3Yb2lYP9XMElnaFVXg5A7YLTeLu6V84uQDjmQ==",
- "_location": "/@istanbuljs/load-nyc-config",
- "_phantomChildren": {},
- "_requested": {
- "type": "version",
- "registry": true,
- "raw": "@istanbuljs/load-nyc-config@1.1.0",
- "name": "@istanbuljs/load-nyc-config",
- "escapedName": "@istanbuljs%2fload-nyc-config",
- "scope": "@istanbuljs",
- "rawSpec": "1.1.0",
- "saveSpec": null,
- "fetchSpec": "1.1.0"
- },
- "_requiredBy": [
- "/babel-plugin-istanbul",
- "/nyc"
- ],
- "_resolved": "https://registry.npmjs.org/@istanbuljs/load-nyc-config/-/load-nyc-config-1.1.0.tgz",
- "_spec": "1.1.0",
- "_where": "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror",
- "bugs": {
- "url": "https://github.com/istanbuljs/load-nyc-config/issues"
- },
- "dependencies": {
- "camelcase": "^5.3.1",
- "find-up": "^4.1.0",
- "get-package-type": "^0.1.0",
- "js-yaml": "^3.13.1",
- "resolve-from": "^5.0.0"
- },
- "description": "Utility function to load nyc configuration",
- "devDependencies": {
- "semver": "^6.3.0",
- "standard-version": "^7.0.0",
- "tap": "^14.10.5",
- "xo": "^0.25.3"
- },
- "engines": {
- "node": ">=8"
- },
- "homepage": "https://github.com/istanbuljs/load-nyc-config#readme",
- "license": "ISC",
- "main": "index.js",
- "name": "@istanbuljs/load-nyc-config",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/istanbuljs/load-nyc-config.git"
- },
- "scripts": {
- "pretest": "xo",
- "release": "standard-version",
- "snap": "npm test -- --snapshot",
- "test": "tap"
- },
- "version": "1.1.0",
- "xo": {
- "ignores": [
- "test/fixtures/extends/invalid.*"
- ],
- "rules": {
- "require-atomic-updates": 0,
- "capitalized-comments": 0,
- "unicorn/import-index": 0,
- "import/extensions": 0,
- "import/no-useless-path-segments": 0
- }
- }
- }
|