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/webpack-dev-middleware/node_modules/ajv/package.json

    rceaed42 r59329aa  
    11{
    2   "name": "ajv",
    3   "version": "6.12.6",
    4   "description": "Another JSON Schema Validator",
    5   "main": "lib/ajv.js",
    6   "typings": "lib/ajv.d.ts",
    7   "files": [
    8     "lib/",
    9     "dist/",
    10     "scripts/",
    11     "LICENSE",
    12     ".tonic_example.js"
     2  "_args": [
     3    [
     4      "ajv@6.12.6",
     5      "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
     6    ]
    137  ],
    14   "scripts": {
    15     "eslint": "eslint lib/{compile/,}*.js spec/{**/,}*.js scripts --ignore-pattern spec/JSON-Schema-Test-Suite",
    16     "jshint": "jshint lib/{compile/,}*.js",
    17     "lint": "npm run jshint && npm run eslint",
    18     "test-spec": "mocha spec/{**/,}*.spec.js -R spec",
    19     "test-fast": "AJV_FAST_TEST=true npm run test-spec",
    20     "test-debug": "npm run test-spec -- --inspect-brk",
    21     "test-cov": "nyc npm run test-spec",
    22     "test-ts": "tsc --target ES5 --noImplicitAny --noEmit spec/typescript/index.ts",
    23     "bundle": "del-cli dist && node ./scripts/bundle.js . Ajv pure_getters",
    24     "bundle-beautify": "node ./scripts/bundle.js js-beautify",
    25     "build": "del-cli lib/dotjs/*.js \"!lib/dotjs/index.js\" && node scripts/compile-dots.js",
    26     "test-karma": "karma start",
    27     "test-browser": "del-cli .browser && npm run bundle && scripts/prepare-tests && npm run test-karma",
    28     "test-all": "npm run test-cov && if-node-version 10 npm run test-browser",
    29     "test": "npm run lint && npm run build && npm run test-all",
    30     "prepublish": "npm run build && npm run bundle",
    31     "watch": "watch \"npm run build\" ./lib/dot"
     8  "_development": true,
     9  "_from": "ajv@6.12.6",
     10  "_id": "ajv@6.12.6",
     11  "_inBundle": false,
     12  "_integrity": "sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==",
     13  "_location": "/webpack-dev-middleware/ajv",
     14  "_phantomChildren": {},
     15  "_requested": {
     16    "type": "version",
     17    "registry": true,
     18    "raw": "ajv@6.12.6",
     19    "name": "ajv",
     20    "escapedName": "ajv",
     21    "rawSpec": "6.12.6",
     22    "saveSpec": null,
     23    "fetchSpec": "6.12.6"
    3224  },
    33   "nyc": {
    34     "exclude": [
    35       "**/spec/**",
    36       "node_modules"
    37     ],
    38     "reporter": [
    39       "lcov",
    40       "text-summary"
    41     ]
     25  "_requiredBy": [
     26    "/webpack-dev-middleware/schema-utils"
     27  ],
     28  "_resolved": "https://registry.npmjs.org/ajv/-/ajv-6.12.6.tgz",
     29  "_spec": "6.12.6",
     30  "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
     31  "author": {
     32    "name": "Evgeny Poberezkin"
    4233  },
    43   "repository": {
    44     "type": "git",
    45     "url": "https://github.com/ajv-validator/ajv.git"
    46   },
    47   "keywords": [
    48     "JSON",
    49     "schema",
    50     "validator",
    51     "validation",
    52     "jsonschema",
    53     "json-schema",
    54     "json-schema-validator",
    55     "json-schema-validation"
    56   ],
    57   "author": "Evgeny Poberezkin",
    58   "license": "MIT",
    5934  "bugs": {
    6035    "url": "https://github.com/ajv-validator/ajv/issues"
    6136  },
    62   "homepage": "https://github.com/ajv-validator/ajv",
    63   "tonicExampleFilename": ".tonic_example.js",
     37  "collective": {
     38    "type": "opencollective",
     39    "url": "https://opencollective.com/ajv"
     40  },
    6441  "dependencies": {
    6542    "fast-deep-equal": "^3.1.1",
     
    6845    "uri-js": "^4.2.2"
    6946  },
     47  "description": "Another JSON Schema Validator",
    7048  "devDependencies": {
    7149    "ajv-async": "^1.0.0",
     
    9674    "watch": "^1.0.0"
    9775  },
    98   "collective": {
    99     "type": "opencollective",
    100     "url": "https://opencollective.com/ajv"
    101   },
     76  "files": [
     77    "lib/",
     78    "dist/",
     79    "scripts/",
     80    "LICENSE",
     81    ".tonic_example.js"
     82  ],
    10283  "funding": {
    10384    "type": "github",
    10485    "url": "https://github.com/sponsors/epoberezkin"
    105   }
     86  },
     87  "homepage": "https://github.com/ajv-validator/ajv",
     88  "keywords": [
     89    "JSON",
     90    "schema",
     91    "validator",
     92    "validation",
     93    "jsonschema",
     94    "json-schema",
     95    "json-schema-validator",
     96    "json-schema-validation"
     97  ],
     98  "license": "MIT",
     99  "main": "lib/ajv.js",
     100  "name": "ajv",
     101  "nyc": {
     102    "exclude": [
     103      "**/spec/**",
     104      "node_modules"
     105    ],
     106    "reporter": [
     107      "lcov",
     108      "text-summary"
     109    ]
     110  },
     111  "repository": {
     112    "type": "git",
     113    "url": "git+https://github.com/ajv-validator/ajv.git"
     114  },
     115  "scripts": {
     116    "build": "del-cli lib/dotjs/*.js \"!lib/dotjs/index.js\" && node scripts/compile-dots.js",
     117    "bundle": "del-cli dist && node ./scripts/bundle.js . Ajv pure_getters",
     118    "bundle-beautify": "node ./scripts/bundle.js js-beautify",
     119    "eslint": "eslint lib/{compile/,}*.js spec/{**/,}*.js scripts --ignore-pattern spec/JSON-Schema-Test-Suite",
     120    "jshint": "jshint lib/{compile/,}*.js",
     121    "lint": "npm run jshint && npm run eslint",
     122    "prepublish": "npm run build && npm run bundle",
     123    "test": "npm run lint && npm run build && npm run test-all",
     124    "test-all": "npm run test-cov && if-node-version 10 npm run test-browser",
     125    "test-browser": "del-cli .browser && npm run bundle && scripts/prepare-tests && npm run test-karma",
     126    "test-cov": "nyc npm run test-spec",
     127    "test-debug": "npm run test-spec -- --inspect-brk",
     128    "test-fast": "AJV_FAST_TEST=true npm run test-spec",
     129    "test-karma": "karma start",
     130    "test-spec": "mocha spec/{**/,}*.spec.js -R spec",
     131    "test-ts": "tsc --target ES5 --noImplicitAny --noEmit spec/typescript/index.ts",
     132    "watch": "watch \"npm run build\" ./lib/dot"
     133  },
     134  "tonicExampleFilename": ".tonic_example.js",
     135  "typings": "lib/ajv.d.ts",
     136  "version": "6.12.6"
    106137}
Note: See TracChangeset for help on using the changeset viewer.