Ignore:
Timestamp:
11/23/21 14:58:44 (3 years ago)
Author:
Ema <ema_spirova@…>
Branches:
master
Children:
e29cc2e
Parents:
ceaed42
Message:

adding photos

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trip-planner-front/node_modules/ajv/package.json

    rceaed42 r59329aa  
    11{
    2   "name": "ajv",
    3   "version": "8.6.2",
    4   "description": "Another JSON Schema Validator",
    5   "main": "dist/ajv.js",
    6   "types": "dist/ajv.d.ts",
    7   "files": [
    8     "lib/",
    9     "dist/",
    10     ".runkit_example.js"
     2  "_args": [
     3    [
     4      "ajv@8.6.2",
     5      "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
     6    ]
    117  ],
    12   "scripts": {
    13     "eslint": "eslint \"lib/**/*.ts\" \"spec/**/*.*s\" scripts --ignore-pattern spec/JSON-Schema-Test-Suite",
    14     "prettier:write": "prettier --write \"./**/*.{json,yaml,js,ts}\"",
    15     "prettier:check": "prettier --list-different \"./**/*.{json,yaml,js,ts}\"",
    16     "test-spec": "cross-env TS_NODE_PROJECT=spec/tsconfig.json mocha -r ts-node/register \"spec/**/*.spec.{ts,js}\" -R dot -g \\(.recursiveRef.with.no..recursiveAnchor\\|.dynamicRef.with.no..dynamicAnchor\\).in.the.initial.target.schema.resource -i",
    17     "test-codegen": "nyc cross-env TS_NODE_PROJECT=spec/tsconfig.json mocha -r ts-node/register 'spec/codegen.spec.ts' -R spec",
    18     "test-debug": "npm run test-spec -- --inspect-brk",
    19     "test-cov": "nyc npm run test-spec",
    20     "bundle": "rm -rf bundle && rollup -c",
    21     "build": "rm -rf dist && tsc && cp -r lib/refs dist && rm dist/refs/json-schema-2019-09/index.ts && rm dist/refs/json-schema-2020-12/index.ts && rm dist/refs/jtd-schema.ts",
    22     "json-tests": "rm -rf spec/_json/*.js && node scripts/jsontests",
    23     "test-karma": "karma start",
    24     "test-browser": "rm -rf .browser && npm run bundle && scripts/prepare-tests && karma start",
    25     "test-all": "npm run test-cov && if-node-version 12 npm run test-browser",
    26     "test": "npm run json-tests && npm run prettier:check && npm run eslint && npm link && npm link ajv && npm run test-cov",
    27     "test-ci": "AJV_FULL_TEST=true npm test",
    28     "prepublish": "npm run build",
    29     "benchmark": "npm i && npm run build && npm link && cd ./benchmark && npm link ajv && npm i && node ./jtd",
    30     "docs:dev": "./scripts/prepare-site && vuepress dev docs",
    31     "docs:build": "./scripts/prepare-site && vuepress build docs"
     8  "_development": true,
     9  "_from": "ajv@8.6.2",
     10  "_id": "ajv@8.6.2",
     11  "_inBundle": false,
     12  "_integrity": "sha512-9807RlWAgT564wT+DjeyU5OFMPjmzxVobvDFmNAhY+5zD6A2ly3jDp6sgnfyDtlIQ+7H97oc/DGCzzfu9rjw9w==",
     13  "_location": "/ajv",
     14  "_phantomChildren": {},
     15  "_requested": {
     16    "type": "version",
     17    "registry": true,
     18    "raw": "ajv@8.6.2",
     19    "name": "ajv",
     20    "escapedName": "ajv",
     21    "rawSpec": "8.6.2",
     22    "saveSpec": null,
     23    "fetchSpec": "8.6.2"
    3224  },
    33   "nyc": {
    34     "exclude": [
    35       "**/spec/**",
    36       "node_modules"
    37     ],
    38     "reporter": [
    39       "lcov",
    40       "text-summary"
    41     ]
     25  "_requiredBy": [
     26    "/@angular-devkit/core",
     27    "/ajv-formats"
     28  ],
     29  "_resolved": "https://registry.npmjs.org/ajv/-/ajv-8.6.2.tgz",
     30  "_spec": "8.6.2",
     31  "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
     32  "author": {
     33    "name": "Evgeny Poberezkin"
    4234  },
    43   "repository": "ajv-validator/ajv",
    44   "keywords": [
    45     "JSON",
    46     "schema",
    47     "validator",
    48     "validation",
    49     "jsonschema",
    50     "json-schema",
    51     "json-schema-validator",
    52     "json-schema-validation"
    53   ],
    54   "author": "Evgeny Poberezkin",
    55   "license": "MIT",
    56   "bugs": "https://github.com/ajv-validator/ajv/issues",
    57   "homepage": "https://ajv.js.org",
    58   "runkitExampleFilename": ".runkit_example.js",
     35  "bugs": {
     36    "url": "https://github.com/ajv-validator/ajv/issues"
     37  },
     38  "collective": {
     39    "type": "opencollective",
     40    "url": "https://opencollective.com/ajv"
     41  },
    5942  "dependencies": {
    6043    "fast-deep-equal": "^3.1.1",
     
    6346    "uri-js": "^4.2.2"
    6447  },
     48  "description": "Another JSON Schema Validator",
    6549  "devDependencies": {
    6650    "@ajv-validator/config": "^0.3.0",
     
    10488    "vuepress": "^1.8.2"
    10589  },
    106   "collective": {
    107     "type": "opencollective",
    108     "url": "https://opencollective.com/ajv"
    109   },
     90  "files": [
     91    "lib/",
     92    "dist/",
     93    ".runkit_example.js"
     94  ],
    11095  "funding": {
    11196    "type": "github",
    11297    "url": "https://github.com/sponsors/epoberezkin"
    11398  },
    114   "prettier": "@ajv-validator/config/prettierrc.json",
     99  "homepage": "https://ajv.js.org",
    115100  "husky": {
    116101    "hooks": {
     
    118103    }
    119104  },
     105  "keywords": [
     106    "JSON",
     107    "schema",
     108    "validator",
     109    "validation",
     110    "jsonschema",
     111    "json-schema",
     112    "json-schema-validator",
     113    "json-schema-validation"
     114  ],
     115  "license": "MIT",
    120116  "lint-staged": {
    121117    "*.{json,yaml,js,ts}": "prettier --write"
    122   }
     118  },
     119  "main": "dist/ajv.js",
     120  "name": "ajv",
     121  "nyc": {
     122    "exclude": [
     123      "**/spec/**",
     124      "node_modules"
     125    ],
     126    "reporter": [
     127      "lcov",
     128      "text-summary"
     129    ]
     130  },
     131  "prettier": "@ajv-validator/config/prettierrc.json",
     132  "repository": {
     133    "type": "git",
     134    "url": "git+https://github.com/ajv-validator/ajv.git"
     135  },
     136  "runkitExampleFilename": ".runkit_example.js",
     137  "scripts": {
     138    "benchmark": "npm i && npm run build && npm link && cd ./benchmark && npm link ajv && npm i && node ./jtd",
     139    "build": "rm -rf dist && tsc && cp -r lib/refs dist && rm dist/refs/json-schema-2019-09/index.ts && rm dist/refs/json-schema-2020-12/index.ts && rm dist/refs/jtd-schema.ts",
     140    "bundle": "rm -rf bundle && rollup -c",
     141    "docs:build": "./scripts/prepare-site && vuepress build docs",
     142    "docs:dev": "./scripts/prepare-site && vuepress dev docs",
     143    "eslint": "eslint \"lib/**/*.ts\" \"spec/**/*.*s\" scripts --ignore-pattern spec/JSON-Schema-Test-Suite",
     144    "json-tests": "rm -rf spec/_json/*.js && node scripts/jsontests",
     145    "prepublish": "npm run build",
     146    "prettier:check": "prettier --list-different \"./**/*.{json,yaml,js,ts}\"",
     147    "prettier:write": "prettier --write \"./**/*.{json,yaml,js,ts}\"",
     148    "test": "npm run json-tests && npm run prettier:check && npm run eslint && npm link && npm link ajv && npm run test-cov",
     149    "test-all": "npm run test-cov && if-node-version 12 npm run test-browser",
     150    "test-browser": "rm -rf .browser && npm run bundle && scripts/prepare-tests && karma start",
     151    "test-ci": "AJV_FULL_TEST=true npm test",
     152    "test-codegen": "nyc cross-env TS_NODE_PROJECT=spec/tsconfig.json mocha -r ts-node/register 'spec/codegen.spec.ts' -R spec",
     153    "test-cov": "nyc npm run test-spec",
     154    "test-debug": "npm run test-spec -- --inspect-brk",
     155    "test-karma": "karma start",
     156    "test-spec": "cross-env TS_NODE_PROJECT=spec/tsconfig.json mocha -r ts-node/register \"spec/**/*.spec.{ts,js}\" -R dot -g \\(.recursiveRef.with.no..recursiveAnchor\\|.dynamicRef.with.no..dynamicAnchor\\).in.the.initial.target.schema.resource -i"
     157  },
     158  "types": "dist/ajv.d.ts",
     159  "version": "8.6.2"
    123160}
Note: See TracChangeset for help on using the changeset viewer.