2 "_from": "schema-utils@^3.1.0",
3 "_id": "schema-utils@3.1.1",
5 "_integrity": "sha512-Y5PQxS4ITlC+EahLuXaY86TXfR7Dc5lw294alXOq86JAHCihAIZfqv8nNCWvaEJvaC51uN9hbLGeV0cFBdH+Fw==",
6 "_location": "/schema-utils",
7 "_phantomChildren": {},
11 "raw": "schema-utils@^3.1.0",
12 "name": "schema-utils",
13 "escapedName": "schema-utils",
19 "/terser-webpack-plugin",
22 "_resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-3.1.1.tgz",
23 "_shasum": "bc74c4b6b6995c1d88f76a8b77bea7219e0c8281",
24 "_spec": "schema-utils@^3.1.0",
25 "_where": "/home/bluesaga/sources/tizen/wrtjs/node_modules/webpack",
27 "name": "webpack Contrib",
28 "url": "https://github.com/webpack-contrib"
31 "url": "https://github.com/webpack/schema-utils/issues"
33 "bundleDependencies": false,
35 "@types/json-schema": "^7.0.8",
37 "ajv-keywords": "^3.5.2"
40 "description": "webpack Validation Utils",
42 "@babel/cli": "^7.14.3",
43 "@babel/core": "^7.14.6",
44 "@babel/preset-env": "^7.14.7",
45 "@commitlint/cli": "^12.1.4",
46 "@commitlint/config-conventional": "^12.1.4",
47 "@webpack-contrib/eslint-config-webpack": "^3.0.0",
48 "babel-jest": "^27.0.6",
49 "cross-env": "^7.0.3",
53 "eslint-config-prettier": "^8.3.0",
54 "eslint-plugin-import": "^2.23.4",
57 "lint-staged": "^11.0.1",
58 "npm-run-all": "^4.1.5",
60 "standard-version": "^9.3.1",
61 "typescript": "^4.3.5",
72 "type": "opencollective",
73 "url": "https://opencollective.com/webpack"
75 "homepage": "https://github.com/webpack/schema-utils",
80 "main": "dist/index.js",
81 "name": "schema-utils",
84 "url": "git+https://github.com/webpack/schema-utils.git"
87 "build": "npm-run-all -p \"build:**\"",
88 "build:code": "cross-env NODE_ENV=production babel src -d dist --copy-files",
89 "build:types": "tsc --declaration --emitDeclarationOnly --outDir declarations && prettier \"declarations/**/*.ts\" --write",
90 "clean": "del-cli dist declarations",
91 "commitlint": "commitlint --from=master",
92 "fix": "npm-run-all fix:js fmt",
93 "fix:js": "npm run lint:js -- --fix",
94 "fmt": "npm run fmt:check -- --write",
95 "fmt:check": "prettier \"{**/*,*}.{js,json,md,yml,css,ts}\" --list-different",
96 "lint": "npm-run-all lint:js lint:types fmt:check",
97 "lint:js": "eslint --cache .",
98 "lint:types": "tsc --pretty --noEmit",
99 "prebuild": "npm run clean",
100 "prepare": "npm run build && husky install",
101 "pretest": "npm run lint",
102 "release": "standard-version",
103 "security": "npm audit --production",
104 "start": "npm run build -- -w",
105 "test": "npm run test:coverage",
106 "test:coverage": "npm run test:only -- --collectCoverageFrom=\"src/**/*.js\" --coverage",
107 "test:only": "cross-env NODE_ENV=test jest",
108 "test:watch": "npm run test:only -- --watch"
110 "types": "declarations/index.d.ts",