update to state of the art
This commit is contained in:
44
node_modules/har-validator/package.json
generated
vendored
44
node_modules/har-validator/package.json
generated
vendored
@@ -1,33 +1,27 @@
|
||||
{
|
||||
"_args": [
|
||||
[
|
||||
"har-validator@5.1.3",
|
||||
"D:\\Projects\\vanillajs-seed"
|
||||
]
|
||||
],
|
||||
"_development": true,
|
||||
"_from": "har-validator@5.1.3",
|
||||
"_id": "har-validator@5.1.3",
|
||||
"_from": "har-validator@~5.1.3",
|
||||
"_id": "har-validator@5.1.5",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha512-sNvOCzEQNr/qrvJgc3UG/kD4QtlHycrzwS+6mfTrrSq97BvaYcPZZI1ZSqGSPR73Cxn4LKTD4PttRwfU7jWq5g==",
|
||||
"_integrity": "sha512-nmT2T0lljbxdQZfspsno9hgrG3Uir6Ks5afism62poxqBM6sDnMEuPmzTq8XN0OEwqKLLdh1jQI3qyE66Nzb3w==",
|
||||
"_location": "/har-validator",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "version",
|
||||
"type": "range",
|
||||
"registry": true,
|
||||
"raw": "har-validator@5.1.3",
|
||||
"raw": "har-validator@~5.1.3",
|
||||
"name": "har-validator",
|
||||
"escapedName": "har-validator",
|
||||
"rawSpec": "5.1.3",
|
||||
"rawSpec": "~5.1.3",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "5.1.3"
|
||||
"fetchSpec": "~5.1.3"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/request"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/har-validator/-/har-validator-5.1.3.tgz",
|
||||
"_spec": "5.1.3",
|
||||
"_where": "D:\\Projects\\vanillajs-seed",
|
||||
"_resolved": "https://registry.npmjs.org/har-validator/-/har-validator-5.1.5.tgz",
|
||||
"_shasum": "1f0803b9f8cb20c0fa13822df1ecddb36bde1efd",
|
||||
"_spec": "har-validator@~5.1.3",
|
||||
"_where": "D:\\Projects\\vanillajs-seed\\node_modules\\request",
|
||||
"author": {
|
||||
"name": "Ahmad Nassri",
|
||||
"email": "ahmad@ahmadnassri.com",
|
||||
@@ -36,13 +30,15 @@
|
||||
"bugs": {
|
||||
"url": "https://github.com/ahmadnassri/node-har-validator/issues"
|
||||
},
|
||||
"bundleDependencies": false,
|
||||
"dependencies": {
|
||||
"ajv": "^6.5.5",
|
||||
"ajv": "^6.12.3",
|
||||
"har-schema": "^2.0.0"
|
||||
},
|
||||
"deprecated": "this library is no longer supported",
|
||||
"description": "Extremely fast HTTP Archive (HAR) validator using JSON Schema",
|
||||
"devDependencies": {
|
||||
"tap": "^12.0.1"
|
||||
"tap": "^14.10.8"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=6"
|
||||
@@ -69,12 +65,8 @@
|
||||
},
|
||||
"scripts": {
|
||||
"lint": "npx run-p lint:*",
|
||||
"lint:deps": "npx updated",
|
||||
"lint:ec": "npx editorconfig-checker .",
|
||||
"lint:js": "npx eslint .",
|
||||
"lint:md": "npx remark --quiet --frail .",
|
||||
"open:coverage": "opener coverage/lcov-report/index.html",
|
||||
"test": "tap test --coverage-report=lcov --no-browser"
|
||||
"test": "tap test --no-coverage",
|
||||
"test:coverage": "tap test --coverage-report=lcov --no-browser"
|
||||
},
|
||||
"version": "5.1.3"
|
||||
"version": "5.1.5"
|
||||
}
|
||||
|
Reference in New Issue
Block a user