{ "_from": "@develar/schema-utils@~2.1.0", "_id": "@develar/schema-utils@2.1.0", "_inBundle": false, "_integrity": "sha512-qjCqB4ctMig9Gz5bd6lkdFr3bO6arOdQqptdBSpF1ZpCnjofieCciEzkoS9ujY9cMGyllYSCSmBJ3x9OKHXzoA==", "_location": "/@develar/schema-utils", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "@develar/schema-utils@~2.1.0", "name": "@develar/schema-utils", "escapedName": "@develar%2fschema-utils", "scope": "@develar", "rawSpec": "~2.1.0", "saveSpec": null, "fetchSpec": "~2.1.0" }, "_requiredBy": [ "/app-builder-lib" ], "_resolved": "https://registry.npmjs.org/@develar/schema-utils/-/schema-utils-2.1.0.tgz", "_shasum": "eceb1695bfbed6f6bb84666d5d3abe5e1fd54e17", "_spec": "@develar/schema-utils@~2.1.0", "_where": "C:\\Users\\ryuki\\TheDesk\\app\\node_modules\\app-builder-lib", "author": { "name": "webpack Contrib", "url": "https://github.com/webpack-contrib" }, "bugs": { "url": "https://github.com/webpack-contrib/schema-utils/issues" }, "bundleDependencies": false, "dependencies": { "ajv": "^6.1.0", "ajv-keywords": "^3.1.0" }, "deprecated": false, "description": "webpack Validation Utils", "devDependencies": { "@babel/cli": "^7.4.4", "@babel/core": "^7.4.5", "@babel/preset-env": "^7.4.5", "@commitlint/cli": "^8.0.0", "@commitlint/config-conventional": "^8.0.0", "@webpack-contrib/defaults": "^5.0.0", "@webpack-contrib/eslint-config-webpack": "^3.0.0", "babel-jest": "^24.8.0", "commitlint-azure-pipelines-cli": "^1.0.2", "cross-env": "^5.2.0", "del": "^5.0.0", "del-cli": "^2.0.0", "eslint": "^6.0.1", "eslint-config-prettier": "^6.0.0", "eslint-plugin-import": "^2.0.0", "husky": "^3.0.0", "jest": "^24.8.0", "jest-junit": "^6.4.0", "lint-staged": "^9.2.0", "npm-run-all": "^4.1.5", "prettier": "^1.0.0", "standard-version": "^6.0.1" }, "engines": { "node": ">= 8.9.0" }, "files": [ "dist" ], "homepage": "https://github.com/webpack-contrib/schema-utils", "keywords": [ "webpack" ], "license": "MIT", "main": "dist/index.js", "name": "@develar/schema-utils", "repository": { "type": "git", "url": "git+https://github.com/webpack-contrib/schema-utils.git" }, "scripts": { "build": "cross-env NODE_ENV=production babel src -d dist --ignore \"src/**/*.test.js\" --copy-files", "clean": "del-cli dist", "commitlint": "commitlint --from=master", "defaults": "webpack-defaults", "lint": "npm-run-all -l -p \"lint:**\"", "lint:js": "eslint --cache src test", "lint:prettier": "prettier \"{**/*,*}.{js,json,md,yml,css}\" --list-different", "prebuild": "npm run clean", "prepare": "npm run build", "pretest": "npm run lint", "release": "standard-version", "security": "npm audit", "start": "npm run build -- -w", "test": "cross-env NODE_ENV=test npm run test:coverage", "test:coverage": "cross-env NODE_ENV=test jest --collectCoverageFrom=\"src/**/*.js\" --coverage", "test:only": "cross-env NODE_ENV=test jest", "test:watch": "cross-env NODE_ENV=test jest --watch" }, "version": "2.1.0" }