npm install

This commit is contained in:
Henry Whitaker
2021-03-07 09:24:01 +00:00
parent 974384db8a
commit 2219b0213c
2674 changed files with 278065 additions and 156050 deletions

View File

@@ -1,45 +1,25 @@
{
"_args": [
[
"schema-utils@0.4.7",
"/home/henry/Documents/git/Speedtest-tracker-docker/conf/site"
]
"name": "schema-utils",
"version": "0.4.7",
"description": "webpack Validation Utils",
"main": "src/index.js",
"files": [
"src"
],
"_development": true,
"_from": "schema-utils@0.4.7",
"_id": "schema-utils@0.4.7",
"_inBundle": false,
"_integrity": "sha512-v/iwU6wvwGK8HbU9yi3/nhGzP0yGSuhQMzL6ySiec1FSrZZDkhm4noOSWzrNFo/jEc+SJY6jRTwuwbSXJPDUnQ==",
"_location": "/extract-text-webpack-plugin/schema-utils",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "schema-utils@0.4.7",
"name": "schema-utils",
"escapedName": "schema-utils",
"rawSpec": "0.4.7",
"saveSpec": null,
"fetchSpec": "0.4.7"
"engines": {
"node": ">= 4"
},
"_requiredBy": [
"/extract-text-webpack-plugin"
],
"_resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-0.4.7.tgz",
"_spec": "0.4.7",
"_where": "/home/henry/Documents/git/Speedtest-tracker-docker/conf/site",
"author": {
"name": "webpack Contrib",
"url": "https://github.com/webpack-contrib"
},
"bugs": {
"url": "https://github.com/webpack-contrib/schema-utils/issues"
"scripts": {
"lint": "eslint --cache src test",
"test": "jest --env node --verbose --coverage",
"clean": "del-cli coverage",
"commits": "commitlint --from $(git rev-list --tags --max-count=1)",
"release": "npm run commits && standard-version"
},
"dependencies": {
"ajv": "^6.1.0",
"ajv-keywords": "^3.1.0"
},
"description": "webpack Validation Utils",
"devDependencies": {
"@commitlint/cli": "^7.0.0",
"@commitlint/config-conventional": "^7.0.0",
@@ -52,26 +32,9 @@
"prettier": "^1.0.0",
"standard-version": "^4.0.0"
},
"engines": {
"node": ">= 4"
},
"files": [
"src"
],
"author": "webpack Contrib (https://github.com/webpack-contrib)",
"bugs": "https://github.com/webpack-contrib/schema-utils/issues",
"homepage": "https://github.com/webpack-contrib/schema-utils",
"license": "MIT",
"main": "src/index.js",
"name": "schema-utils",
"repository": {
"type": "git",
"url": "git+https://github.com/webpack-contrib/schema-utils.git"
},
"scripts": {
"clean": "del-cli coverage",
"commits": "commitlint --from $(git rev-list --tags --max-count=1)",
"lint": "eslint --cache src test",
"release": "npm run commits && standard-version",
"test": "jest --env node --verbose --coverage"
},
"version": "0.4.7"
"repository": "https://github.com/webpack-contrib/schema-utils",
"license": "MIT"
}

View File

@@ -1,41 +1,35 @@
{
"_args": [
[
"extract-text-webpack-plugin@4.0.0-beta.0",
"/home/henry/Documents/git/Speedtest-tracker-docker/conf/site"
]
"name": "extract-text-webpack-plugin",
"version": "4.0.0-beta.0",
"author": "Tobias Koppers @sokra",
"description": "Extract text from bundle into a file.",
"license": "MIT",
"main": "dist/cjs.js",
"files": [
"dist"
],
"_development": true,
"_from": "extract-text-webpack-plugin@4.0.0-beta.0",
"_id": "extract-text-webpack-plugin@4.0.0-beta.0",
"_inBundle": false,
"_integrity": "sha512-Hypkn9jUTnFr0DpekNam53X47tXn3ucY08BQumv7kdGgeVUBLq3DJHJTi6HNxv4jl9W+Skxjz9+RnK0sJyqqjA==",
"_location": "/extract-text-webpack-plugin",
"_phantomChildren": {
"ajv": "6.12.0",
"ajv-keywords": "3.4.1"
},
"_requested": {
"type": "version",
"registry": true,
"raw": "extract-text-webpack-plugin@4.0.0-beta.0",
"name": "extract-text-webpack-plugin",
"escapedName": "extract-text-webpack-plugin",
"rawSpec": "4.0.0-beta.0",
"saveSpec": null,
"fetchSpec": "4.0.0-beta.0"
},
"_requiredBy": [
"/laravel-mix"
],
"_resolved": "https://registry.npmjs.org/extract-text-webpack-plugin/-/extract-text-webpack-plugin-4.0.0-beta.0.tgz",
"_spec": "4.0.0-beta.0",
"_where": "/home/henry/Documents/git/Speedtest-tracker-docker/conf/site",
"author": {
"name": "Tobias Koppers @sokra"
},
"bugs": {
"url": "https://github.com/webpack-contrib/extract-text-webpack-plugin/issues"
"scripts": {
"start": "npm run build -- -w",
"build": "cross-env NODE_ENV=production babel src -d dist --ignore 'src/**/*.test.js' --copy-files",
"clean": "del-cli dist",
"commitlint": "commitlint",
"commitmsg": "commitlint -e $GIT_PARAMS",
"lint": "eslint --cache src test",
"ci:lint:commits": "commitlint --from=${CIRCLE_BRANCH} --to=${CIRCLE_SHA1}",
"lint-staged": "lint-staged",
"prebuild": "npm run clean",
"prepare": "npm run build",
"release": "standard-version",
"release:ci": "conventional-github-releaser -p angular",
"release:validate": "commitlint --from=$(git describe --tags --abbrev=0) --to=$(git rev-parse HEAD)",
"security": "nsp check",
"test": "jest",
"test:watch": "jest --watch",
"test:coverage": "jest --collectCoverageFrom='src/**/*.js' --coverage",
"ci:lint": "npm run lint && npm run security",
"ci:test": "npm run test -- --runInBand",
"ci:coverage": "npm run test:coverage -- --runInBand",
"defaults": "webpack-defaults"
},
"dependencies": {
"async": "^2.4.1",
@@ -43,7 +37,6 @@
"schema-utils": "^0.4.5",
"webpack-sources": "^1.1.0"
},
"description": "Extract text from bundle into a file.",
"devDependencies": {
"@commitlint/cli": "^5.2.8",
"@commitlint/config-angular": "^5.1.1",
@@ -78,52 +71,20 @@
"engines": {
"node": ">= 6.9.0 || >= 8.9.0"
},
"files": [
"dist"
],
"homepage": "https://github.com/webpack-contrib/extract-text-webpack-plugin",
"jest": {
"testEnvironment": "node"
"peerDependencies": {
"webpack": "^3.0.0 || ^4.0.0"
},
"license": "MIT",
"homepage": "https://github.com/webpack-contrib/extract-text-webpack-plugin",
"repository": "https://github.com/webpack-contrib/extract-text-webpack-plugin",
"bugs": "https://github.com/webpack-contrib/extract-text-webpack-plugin/issues",
"pre-commit": "lint-staged",
"lint-staged": {
"*.js": [
"eslint --fix",
"git add"
]
},
"main": "dist/cjs.js",
"name": "extract-text-webpack-plugin",
"peerDependencies": {
"webpack": "^3.0.0 || ^4.0.0"
},
"pre-commit": "lint-staged",
"repository": {
"type": "git",
"url": "git+https://github.com/webpack-contrib/extract-text-webpack-plugin.git"
},
"scripts": {
"build": "cross-env NODE_ENV=production babel src -d dist --ignore 'src/**/*.test.js' --copy-files",
"ci:coverage": "npm run test:coverage -- --runInBand",
"ci:lint": "npm run lint && npm run security",
"ci:lint:commits": "commitlint --from=${CIRCLE_BRANCH} --to=${CIRCLE_SHA1}",
"ci:test": "npm run test -- --runInBand",
"clean": "del-cli dist",
"commitlint": "commitlint",
"commitmsg": "commitlint -e $GIT_PARAMS",
"defaults": "webpack-defaults",
"lint": "eslint --cache src test",
"lint-staged": "lint-staged",
"prebuild": "npm run clean",
"prepare": "npm run build",
"release": "standard-version",
"release:ci": "conventional-github-releaser -p angular",
"release:validate": "commitlint --from=$(git describe --tags --abbrev=0) --to=$(git rev-parse HEAD)",
"security": "nsp check",
"start": "npm run build -- -w",
"test": "jest",
"test:coverage": "jest --collectCoverageFrom='src/**/*.js' --coverage",
"test:watch": "jest --watch"
},
"version": "4.0.0-beta.0"
"jest": {
"testEnvironment": "node"
}
}