source: trip-planner-front/node_modules/schema-utils/package.json@ 8d391a1

Last change on this file since 8d391a1 was 59329aa, checked in by Ema <ema_spirova@…>, 3 years ago

adding photos

  • Property mode set to 100644
File size: 3.5 KB
Line 
1{
2 "_args": [
3 [
4 "schema-utils@2.7.1",
5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
6 ]
7 ],
8 "_development": true,
9 "_from": "schema-utils@2.7.1",
10 "_id": "schema-utils@2.7.1",
11 "_inBundle": false,
12 "_integrity": "sha512-SHiNtMOUGWBQJwzISiVYKu82GiV4QYGePp3odlY1tuKO7gPtphAT5R/py0fA6xtbgLL/RvtJZnU9b8s0F1q0Xg==",
13 "_location": "/schema-utils",
14 "_phantomChildren": {
15 "fast-deep-equal": "3.1.3",
16 "fast-json-stable-stringify": "2.1.0",
17 "uri-js": "4.4.1"
18 },
19 "_requested": {
20 "type": "version",
21 "registry": true,
22 "raw": "schema-utils@2.7.1",
23 "name": "schema-utils",
24 "escapedName": "schema-utils",
25 "rawSpec": "2.7.1",
26 "saveSpec": null,
27 "fetchSpec": "2.7.1"
28 },
29 "_requiredBy": [
30 "/@jsdevtools/coverage-istanbul-loader",
31 "/babel-loader"
32 ],
33 "_resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-2.7.1.tgz",
34 "_spec": "2.7.1",
35 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
36 "author": {
37 "name": "webpack Contrib",
38 "url": "https://github.com/webpack-contrib"
39 },
40 "bugs": {
41 "url": "https://github.com/webpack/schema-utils/issues"
42 },
43 "dependencies": {
44 "@types/json-schema": "^7.0.5",
45 "ajv": "^6.12.4",
46 "ajv-keywords": "^3.5.2"
47 },
48 "description": "webpack Validation Utils",
49 "devDependencies": {
50 "@babel/cli": "^7.10.5",
51 "@babel/core": "^7.11.4",
52 "@babel/preset-env": "^7.11.0",
53 "@commitlint/cli": "^10.0.0",
54 "@commitlint/config-conventional": "^10.0.0",
55 "@webpack-contrib/defaults": "^6.3.0",
56 "@webpack-contrib/eslint-config-webpack": "^3.0.0",
57 "babel-jest": "^25.5.1",
58 "cross-env": "^6.0.3",
59 "del": "^5.1.0",
60 "del-cli": "^3.0.1",
61 "eslint": "^7.7.0",
62 "eslint-config-prettier": "^6.11.0",
63 "eslint-plugin-import": "^2.22.0",
64 "husky": "^4.2.5",
65 "jest": "^25.5.4",
66 "lint-staged": "^10.2.13",
67 "npm-run-all": "^4.1.5",
68 "prettier": "^1.19.1",
69 "standard-version": "^9.0.0",
70 "typescript": "^4.0.2"
71 },
72 "engines": {
73 "node": ">= 8.9.0"
74 },
75 "files": [
76 "dist",
77 "declarations"
78 ],
79 "funding": {
80 "type": "opencollective",
81 "url": "https://opencollective.com/webpack"
82 },
83 "homepage": "https://github.com/webpack/schema-utils",
84 "keywords": [
85 "webpack"
86 ],
87 "license": "MIT",
88 "main": "dist/index.js",
89 "name": "schema-utils",
90 "repository": {
91 "type": "git",
92 "url": "git+https://github.com/webpack/schema-utils.git"
93 },
94 "scripts": {
95 "build": "npm-run-all -p \"build:**\"",
96 "build:code": "cross-env NODE_ENV=production babel src -d dist --copy-files",
97 "build:types": "tsc --declaration --emitDeclarationOnly --outDir declarations && prettier \"declarations/**/*.ts\" --write",
98 "clean": "del-cli dist declarations",
99 "commitlint": "commitlint --from=master",
100 "defaults": "webpack-defaults",
101 "lint": "npm-run-all -l -p \"lint:**\"",
102 "lint:js": "eslint --cache .",
103 "lint:prettier": "prettier \"{**/*,*}.{js,json,md,yml,css,ts}\" --list-different",
104 "lint:types": "tsc --pretty --noEmit",
105 "prebuild": "npm run clean",
106 "prepare": "npm run build",
107 "pretest": "npm run lint",
108 "release": "standard-version",
109 "security": "npm audit",
110 "start": "npm run build -- -w",
111 "test": "npm run test:coverage",
112 "test:coverage": "npm run test:only -- --collectCoverageFrom=\"src/**/*.js\" --coverage",
113 "test:only": "cross-env NODE_ENV=test jest",
114 "test:watch": "npm run test:only -- --watch"
115 },
116 "types": "declarations/index.d.ts",
117 "version": "2.7.1"
118}
Note: See TracBrowser for help on using the repository browser.