1 | {
|
---|
2 | "_from": "schema-utils@^4.3.0",
|
---|
3 | "_id": "schema-utils@4.3.0",
|
---|
4 | "_inBundle": false,
|
---|
5 | "_integrity": "sha512-Gf9qqc58SpCA/xdziiHz35F4GNIWYWZrEshUc/G/r5BnLph6xpKuLeoJoQuj5WfBIx/eQLf+hmVPYHaxJu7V2g==",
|
---|
6 | "_location": "/schema-utils",
|
---|
7 | "_phantomChildren": {
|
---|
8 | "fast-deep-equal": "3.1.3",
|
---|
9 | "fast-uri": "3.0.5",
|
---|
10 | "require-from-string": "2.0.2"
|
---|
11 | },
|
---|
12 | "_requested": {
|
---|
13 | "type": "range",
|
---|
14 | "registry": true,
|
---|
15 | "raw": "schema-utils@^4.3.0",
|
---|
16 | "name": "schema-utils",
|
---|
17 | "escapedName": "schema-utils",
|
---|
18 | "rawSpec": "^4.3.0",
|
---|
19 | "saveSpec": null,
|
---|
20 | "fetchSpec": "^4.3.0"
|
---|
21 | },
|
---|
22 | "_requiredBy": [
|
---|
23 | "/terser-webpack-plugin"
|
---|
24 | ],
|
---|
25 | "_resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-4.3.0.tgz",
|
---|
26 | "_shasum": "3b669f04f71ff2dfb5aba7ce2d5a9d79b35622c0",
|
---|
27 | "_spec": "schema-utils@^4.3.0",
|
---|
28 | "_where": "/home/stevetosak/Proekt/IMaps/imaps-frontend/node_modules/terser-webpack-plugin",
|
---|
29 | "author": {
|
---|
30 | "name": "webpack Contrib",
|
---|
31 | "url": "https://github.com/webpack-contrib"
|
---|
32 | },
|
---|
33 | "bugs": {
|
---|
34 | "url": "https://github.com/webpack/schema-utils/issues"
|
---|
35 | },
|
---|
36 | "bundleDependencies": false,
|
---|
37 | "dependencies": {
|
---|
38 | "@types/json-schema": "^7.0.9",
|
---|
39 | "ajv": "^8.9.0",
|
---|
40 | "ajv-formats": "^2.1.1",
|
---|
41 | "ajv-keywords": "^5.1.0"
|
---|
42 | },
|
---|
43 | "deprecated": false,
|
---|
44 | "description": "webpack Validation Utils",
|
---|
45 | "devDependencies": {
|
---|
46 | "@babel/cli": "^7.17.0",
|
---|
47 | "@babel/core": "^7.17.0",
|
---|
48 | "@babel/preset-env": "^7.16.11",
|
---|
49 | "@commitlint/cli": "^17.6.1",
|
---|
50 | "@commitlint/config-conventional": "^16.0.0",
|
---|
51 | "@webpack-contrib/eslint-config-webpack": "^3.0.0",
|
---|
52 | "babel-jest": "^27.4.6",
|
---|
53 | "cross-env": "^7.0.3",
|
---|
54 | "del": "^6.0.0",
|
---|
55 | "del-cli": "^4.0.1",
|
---|
56 | "eslint": "^8.8.0",
|
---|
57 | "eslint-config-prettier": "^8.3.0",
|
---|
58 | "eslint-plugin-import": "^2.25.4",
|
---|
59 | "husky": "^7.0.4",
|
---|
60 | "jest": "^27.4.7",
|
---|
61 | "lint-staged": "^13.2.1",
|
---|
62 | "npm-run-all": "^4.1.5",
|
---|
63 | "prettier": "^2.5.1",
|
---|
64 | "standard-version": "^9.3.2",
|
---|
65 | "typescript": "^4.9.5",
|
---|
66 | "webpack": "^5.97.1"
|
---|
67 | },
|
---|
68 | "engines": {
|
---|
69 | "node": ">= 10.13.0"
|
---|
70 | },
|
---|
71 | "files": [
|
---|
72 | "dist",
|
---|
73 | "declarations"
|
---|
74 | ],
|
---|
75 | "funding": {
|
---|
76 | "type": "opencollective",
|
---|
77 | "url": "https://opencollective.com/webpack"
|
---|
78 | },
|
---|
79 | "homepage": "https://github.com/webpack/schema-utils",
|
---|
80 | "keywords": [
|
---|
81 | "webpack"
|
---|
82 | ],
|
---|
83 | "license": "MIT",
|
---|
84 | "main": "dist/index.js",
|
---|
85 | "name": "schema-utils",
|
---|
86 | "repository": {
|
---|
87 | "type": "git",
|
---|
88 | "url": "git+https://github.com/webpack/schema-utils.git"
|
---|
89 | },
|
---|
90 | "scripts": {
|
---|
91 | "build": "npm-run-all -p \"build:**\"",
|
---|
92 | "build:code": "cross-env NODE_ENV=production babel src -d dist --copy-files",
|
---|
93 | "build:types": "tsc --declaration --emitDeclarationOnly --outDir declarations && prettier \"declarations/**/*.ts\" --write",
|
---|
94 | "clean": "del-cli dist declarations",
|
---|
95 | "commitlint": "commitlint --from=master",
|
---|
96 | "fix": "npm-run-all fix:js fmt",
|
---|
97 | "fix:js": "npm run lint:js -- --fix",
|
---|
98 | "fmt": "npm run fmt:check -- --write",
|
---|
99 | "fmt:check": "prettier \"{**/*,*}.{js,json,md,yml,css,ts}\" --list-different",
|
---|
100 | "lint": "npm-run-all lint:js lint:types fmt:check",
|
---|
101 | "lint:js": "eslint --cache .",
|
---|
102 | "lint:types": "tsc --pretty --noEmit",
|
---|
103 | "prebuild": "npm run clean",
|
---|
104 | "prepare": "npm run build && husky install",
|
---|
105 | "pretest": "npm run lint",
|
---|
106 | "release": "standard-version",
|
---|
107 | "security": "npm audit --production",
|
---|
108 | "start": "npm run build -- -w",
|
---|
109 | "test": "npm run test:coverage",
|
---|
110 | "test:coverage": "npm run test:only -- --collectCoverageFrom=\"src/**/*.js\" --coverage",
|
---|
111 | "test:only": "cross-env NODE_ENV=test jest",
|
---|
112 | "test:watch": "npm run test:only -- --watch"
|
---|
113 | },
|
---|
114 | "types": "declarations/index.d.ts",
|
---|
115 | "version": "4.3.0"
|
---|
116 | }
|
---|