use directories for structure

This commit is contained in:
s2
2020-05-26 10:37:57 +02:00
parent 66580d4847
commit ae4aaf2668
1287 changed files with 92093 additions and 13113 deletions

36
node_modules/ajv/package.json generated vendored
View File

@@ -1,8 +1,8 @@
{
"_from": "ajv@^6.5.5",
"_id": "ajv@6.10.2",
"_id": "ajv@6.12.2",
"_inBundle": false,
"_integrity": "sha512-TXtUUEYHuaTEbLZWIKUr5pmBuhDLy+8KYtPYdcV8qC+pOZL+NKqYwvWSRrVXHn+ZmRRAu8vJTAznH7Oag6RVRw==",
"_integrity": "sha512-k+V+hzjm5q/Mr8ef/1Y9goCmlsK4I6Sm74teeyGvFk1XrOsbsKLjEdrvny42CZ+a8sXbk8KWpY/bDwS+FLL2UQ==",
"_location": "/ajv",
"_phantomChildren": {},
"_requested": {
@@ -18,10 +18,10 @@
"_requiredBy": [
"/har-validator"
],
"_resolved": "https://registry.npmjs.org/ajv/-/ajv-6.10.2.tgz",
"_shasum": "d3cea04d6b017b2894ad69040fec8b623eb4bd52",
"_resolved": "https://registry.npmjs.org/ajv/-/ajv-6.12.2.tgz",
"_shasum": "c629c5eced17baf314437918d2da88c99d5958cd",
"_spec": "ajv@^6.5.5",
"_where": "/home/s2/Code/vanillajs-seed/node_modules/har-validator",
"_where": "D:\\Projects\\siag\\vanillajs-seed\\node_modules\\har-validator",
"author": {
"name": "Evgeny Poberezkin"
},
@@ -29,8 +29,12 @@
"url": "https://github.com/epoberezkin/ajv/issues"
},
"bundleDependencies": false,
"collective": {
"type": "opencollective",
"url": "https://opencollective.com/ajv"
},
"dependencies": {
"fast-deep-equal": "^2.0.1",
"fast-deep-equal": "^3.1.1",
"fast-json-stable-stringify": "^2.0.0",
"json-schema-traverse": "^0.4.1",
"uri-js": "^4.2.2"
@@ -44,7 +48,7 @@
"browserify": "^16.2.0",
"chai": "^4.0.1",
"coveralls": "^3.0.1",
"del-cli": "^2.0.0",
"del-cli": "^3.0.0",
"dot": "^1.0.3",
"eslint": "^6.0.0",
"gh-pages-generator": "^0.2.3",
@@ -53,16 +57,16 @@
"js-beautify": "^1.7.3",
"jshint": "^2.10.2",
"json-schema-test": "^2.0.0",
"karma": "^4.0.1",
"karma-chrome-launcher": "^2.2.0",
"karma-mocha": "^1.1.1",
"karma-sauce-launcher": "^2.0.0",
"mocha": "^6.0.0",
"nyc": "^14.0.0",
"karma": "^5.0.0",
"karma-chrome-launcher": "^3.0.0",
"karma-mocha": "^2.0.0",
"karma-sauce-launcher": "^4.1.3",
"mocha": "^7.0.1",
"nyc": "^15.0.0",
"pre-commit": "^1.1.1",
"require-globify": "^1.3.0",
"typescript": "^2.8.3",
"uglify-js": "^3.3.24",
"uglify-js": "^3.6.9",
"watch": "^1.0.0"
},
"files": [
@@ -109,7 +113,7 @@
"lint": "npm run jshint && npm run eslint",
"prepublish": "npm run build && npm run bundle",
"test": "npm run lint && npm run build && npm run test-all",
"test-all": "npm run test-ts && npm run test-cov && if-node-version 10 npm run test-browser",
"test-all": "npm run test-cov && if-node-version 10 npm run test-browser",
"test-browser": "del-cli .browser && npm run bundle && scripts/prepare-tests && npm run test-karma",
"test-cov": "nyc npm run test-spec",
"test-debug": "npm run test-spec -- --inspect-brk",
@@ -121,5 +125,5 @@
},
"tonicExampleFilename": ".tonic_example.js",
"typings": "lib/ajv.d.ts",
"version": "6.10.2"
"version": "6.12.2"
}