Changeset 59329aa for trip-planner-front/node_modules/har-validator
- Timestamp:
- 11/23/21 14:58:44 (3 years ago)
- Branches:
- master
- Children:
- e29cc2e
- Parents:
- ceaed42
- Location:
- trip-planner-front/node_modules/har-validator
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trip-planner-front/node_modules/har-validator/node_modules/ajv/package.json
rceaed42 r59329aa 1 1 { 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 ] 13 7 ], 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": "/har-validator/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" 32 24 }, 33 "nyc": { 34 "exclude": [ 35 "**/spec/**", 36 "node_modules" 37 ], 38 "reporter": [ 39 "lcov", 40 "text-summary" 41 ] 25 "_requiredBy": [ 26 "/har-validator" 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" 42 33 }, 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",59 34 "bugs": { 60 35 "url": "https://github.com/ajv-validator/ajv/issues" 61 36 }, 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 }, 64 41 "dependencies": { 65 42 "fast-deep-equal": "^3.1.1", … … 68 45 "uri-js": "^4.2.2" 69 46 }, 47 "description": "Another JSON Schema Validator", 70 48 "devDependencies": { 71 49 "ajv-async": "^1.0.0", … … 96 74 "watch": "^1.0.0" 97 75 }, 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 ], 102 83 "funding": { 103 84 "type": "github", 104 85 "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" 106 137 } -
trip-planner-front/node_modules/har-validator/node_modules/json-schema-traverse/package.json
rceaed42 r59329aa 1 1 { 2 "name": "json-schema-traverse", 3 "version": "0.4.1", 4 "description": "Traverse JSON Schema passing each schema object to callback", 5 "main": "index.js", 6 "scripts": { 7 "eslint": "eslint index.js spec", 8 "test-spec": "mocha spec -R spec", 9 "test": "npm run eslint && nyc npm run test-spec" 2 "_args": [ 3 [ 4 "json-schema-traverse@0.4.1", 5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front" 6 ] 7 ], 8 "_development": true, 9 "_from": "json-schema-traverse@0.4.1", 10 "_id": "json-schema-traverse@0.4.1", 11 "_inBundle": false, 12 "_integrity": "sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==", 13 "_location": "/har-validator/json-schema-traverse", 14 "_phantomChildren": {}, 15 "_requested": { 16 "type": "version", 17 "registry": true, 18 "raw": "json-schema-traverse@0.4.1", 19 "name": "json-schema-traverse", 20 "escapedName": "json-schema-traverse", 21 "rawSpec": "0.4.1", 22 "saveSpec": null, 23 "fetchSpec": "0.4.1" 10 24 }, 11 "repository": { 12 "type": "git", 13 "url": "git+https://github.com/epoberezkin/json-schema-traverse.git" 25 "_requiredBy": [ 26 "/har-validator/ajv" 27 ], 28 "_resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz", 29 "_spec": "0.4.1", 30 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front", 31 "author": { 32 "name": "Evgeny Poberezkin" 14 33 }, 15 "keywords": [16 "JSON-Schema",17 "traverse",18 "iterate"19 ],20 "author": "Evgeny Poberezkin",21 "license": "MIT",22 34 "bugs": { 23 35 "url": "https://github.com/epoberezkin/json-schema-traverse/issues" 24 36 }, 25 " homepage": "https://github.com/epoberezkin/json-schema-traverse#readme",37 "description": "Traverse JSON Schema passing each schema object to callback", 26 38 "devDependencies": { 27 39 "coveralls": "^2.13.1", … … 31 43 "pre-commit": "^1.2.2" 32 44 }, 45 "homepage": "https://github.com/epoberezkin/json-schema-traverse#readme", 46 "keywords": [ 47 "JSON-Schema", 48 "traverse", 49 "iterate" 50 ], 51 "license": "MIT", 52 "main": "index.js", 53 "name": "json-schema-traverse", 33 54 "nyc": { 34 55 "exclude": [ … … 40 61 "text-summary" 41 62 ] 42 } 63 }, 64 "repository": { 65 "type": "git", 66 "url": "git+https://github.com/epoberezkin/json-schema-traverse.git" 67 }, 68 "scripts": { 69 "eslint": "eslint index.js spec", 70 "test": "npm run eslint && nyc npm run test-spec", 71 "test-spec": "mocha spec -R spec" 72 }, 73 "version": "0.4.1" 43 74 } -
trip-planner-front/node_modules/har-validator/package.json
rceaed42 r59329aa 1 1 { 2 "version": "5.1.5", 3 "name": "har-validator", 2 "_args": [ 3 [ 4 "har-validator@5.1.5", 5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front" 6 ] 7 ], 8 "_development": true, 9 "_from": "har-validator@5.1.5", 10 "_id": "har-validator@5.1.5", 11 "_inBundle": false, 12 "_integrity": "sha512-nmT2T0lljbxdQZfspsno9hgrG3Uir6Ks5afism62poxqBM6sDnMEuPmzTq8XN0OEwqKLLdh1jQI3qyE66Nzb3w==", 13 "_location": "/har-validator", 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": "har-validator@5.1.5", 23 "name": "har-validator", 24 "escapedName": "har-validator", 25 "rawSpec": "5.1.5", 26 "saveSpec": null, 27 "fetchSpec": "5.1.5" 28 }, 29 "_requiredBy": [ 30 "/request" 31 ], 32 "_resolved": "https://registry.npmjs.org/har-validator/-/har-validator-5.1.5.tgz", 33 "_spec": "5.1.5", 34 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front", 35 "author": { 36 "name": "Ahmad Nassri", 37 "email": "ahmad@ahmadnassri.com", 38 "url": "https://www.ahmadnassri.com/" 39 }, 40 "bugs": { 41 "url": "https://github.com/ahmadnassri/node-har-validator/issues" 42 }, 43 "dependencies": { 44 "ajv": "^6.12.3", 45 "har-schema": "^2.0.0" 46 }, 4 47 "description": "Extremely fast HTTP Archive (HAR) validator using JSON Schema", 5 "author": "Ahmad Nassri <ahmad@ahmadnassri.com> (https://www.ahmadnassri.com/)", 48 "devDependencies": { 49 "tap": "^14.10.8" 50 }, 51 "engines": { 52 "node": ">=6" 53 }, 54 "files": [ 55 "lib" 56 ], 6 57 "homepage": "https://github.com/ahmadnassri/node-har-validator", 7 "repository": {8 "type": "git",9 "url": "https://github.com/ahmadnassri/node-har-validator.git"10 },11 "license": "MIT",12 "main": "lib/promise.js",13 58 "keywords": [ 14 59 "har", … … 20 65 "validator" 21 66 ], 22 "engines": { 23 "node": ">=6" 24 }, 25 "files": [ 26 "lib" 27 ], 28 "bugs": { 29 "url": "https://github.com/ahmadnassri/node-har-validator/issues" 67 "license": "MIT", 68 "main": "lib/promise.js", 69 "name": "har-validator", 70 "repository": { 71 "type": "git", 72 "url": "git+https://github.com/ahmadnassri/node-har-validator.git" 30 73 }, 31 74 "scripts": { … … 34 77 "test:coverage": "tap test --coverage-report=lcov --no-browser" 35 78 }, 36 "devDependencies": { 37 "tap": "^14.10.8" 38 }, 39 "dependencies": { 40 "ajv": "^6.12.3", 41 "har-schema": "^2.0.0" 42 } 79 "version": "5.1.5" 43 80 }
Note:
See TracChangeset
for help on using the changeset viewer.