1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465 |
- {
- "_args": [
- [
- "@istanbuljs/schema@0.1.3",
- "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror"
- ]
- ],
- "_development": true,
- "_from": "@istanbuljs/schema@0.1.3",
- "_id": "@istanbuljs/schema@0.1.3",
- "_inBundle": false,
- "_integrity": "sha512-ZXRY4jNvVgSVQ8DL3LTcakaAtXwTVUxE81hslsyD2AtoXW/wVob10HkOJ1X/pAlcI7D+2YoZKg5do8G/w6RYgA==",
- "_location": "/@istanbuljs/schema",
- "_phantomChildren": {},
- "_requested": {
- "type": "version",
- "registry": true,
- "raw": "@istanbuljs/schema@0.1.3",
- "name": "@istanbuljs/schema",
- "escapedName": "@istanbuljs%2fschema",
- "scope": "@istanbuljs",
- "rawSpec": "0.1.3",
- "saveSpec": null,
- "fetchSpec": "0.1.3"
- },
- "_requiredBy": [
- "/babel-plugin-istanbul",
- "/istanbul-lib-instrument",
- "/nyc",
- "/test-exclude"
- ],
- "_resolved": "https://registry.npmjs.org/@istanbuljs/schema/-/schema-0.1.3.tgz",
- "_spec": "0.1.3",
- "_where": "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror",
- "author": {
- "name": "Corey Farrell"
- },
- "bugs": {
- "url": "https://github.com/istanbuljs/schema/issues"
- },
- "description": "Schemas describing various structures used by nyc and istanbuljs",
- "devDependencies": {
- "standard-version": "^7.0.0",
- "tap": "^14.6.7",
- "xo": "^0.25.3"
- },
- "engines": {
- "node": ">=8"
- },
- "homepage": "https://github.com/istanbuljs/schema#readme",
- "license": "MIT",
- "main": "index.js",
- "name": "@istanbuljs/schema",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/istanbuljs/schema.git"
- },
- "scripts": {
- "pretest": "xo",
- "release": "standard-version --sign",
- "snap": "npm test -- --snapshot",
- "test": "tap"
- },
- "version": "0.1.3"
- }
|