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,52 +1,13 @@
{
"_args": [
[
"babel-loader@8.1.0",
"/home/henry/Documents/git/Speedtest-tracker-docker/conf/site"
]
"name": "babel-loader",
"version": "8.1.0",
"description": "babel module loader for webpack",
"files": [
"lib"
],
"_development": true,
"_from": "babel-loader@8.1.0",
"_id": "babel-loader@8.1.0",
"_inBundle": false,
"_integrity": "sha512-7q7nC1tYOrqvUrN3LQK4GwSk/TQorZSOlO9C+RZDZpODgyN4ZlCqE5q9cDsyWOliN+aU9B4JX01xK9eJXowJLw==",
"_location": "/babel-loader",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "babel-loader@8.1.0",
"name": "babel-loader",
"escapedName": "babel-loader",
"rawSpec": "8.1.0",
"saveSpec": null,
"fetchSpec": "8.1.0"
},
"_requiredBy": [
"/laravel-mix"
],
"_resolved": "https://registry.npmjs.org/babel-loader/-/babel-loader-8.1.0.tgz",
"_spec": "8.1.0",
"_where": "/home/henry/Documents/git/Speedtest-tracker-docker/conf/site",
"author": {
"name": "Luis Couto",
"email": "hello@luiscouto.pt"
},
"ava": {
"files": [
"test/**/*.test.js",
"!test/fixtures/**/*",
"!test/helpers/**/*"
],
"helpers": [
"**/helpers/**/*"
],
"sources": [
"src/**/*.js"
]
},
"bugs": {
"url": "https://github.com/babel/babel-loader/issues"
"main": "lib/index.js",
"engines": {
"node": ">= 6.9"
},
"dependencies": {
"find-cache-dir": "^2.1.0",
@@ -55,7 +16,10 @@
"pify": "^4.0.1",
"schema-utils": "^2.6.5"
},
"description": "babel module loader for webpack",
"peerDependencies": {
"@babel/core": "^7.0.0",
"webpack": ">=2"
},
"devDependencies": {
"@babel/cli": "^7.2.0",
"@babel/core": "^7.2.0",
@@ -80,13 +44,21 @@
"rimraf": "^3.0.0",
"webpack": "^4.0.0"
},
"engines": {
"node": ">= 6.9"
"scripts": {
"clean": "rimraf lib/",
"build": "babel src/ --out-dir lib/ --copy-files",
"format": "prettier --write --trailing-comma all 'src/**/*.js' 'test/**/*.test.js' 'test/helpers/*.js' && prettier --write --trailing-comma es5 'scripts/*.js'",
"lint": "eslint src test",
"precommit": "lint-staged",
"prepublish": "yarn run clean && yarn run build",
"preversion": "yarn run test",
"test": "yarn run lint && cross-env BABEL_ENV=test yarn run build && yarn run test-only",
"test-only": "nyc ava"
},
"repository": {
"type": "git",
"url": "https://github.com/babel/babel-loader.git"
},
"files": [
"lib"
],
"homepage": "https://github.com/babel/babel-loader",
"keywords": [
"webpack",
"loader",
@@ -95,7 +67,37 @@
"transpiler",
"module"
],
"author": "Luis Couto <hello@luiscouto.pt>",
"license": "MIT",
"bugs": {
"url": "https://github.com/babel/babel-loader/issues"
},
"homepage": "https://github.com/babel/babel-loader",
"nyc": {
"all": true,
"include": [
"src/**/*.js"
],
"reporter": [
"text",
"json"
],
"sourceMap": false,
"instrument": false
},
"ava": {
"files": [
"test/**/*.test.js",
"!test/fixtures/**/*",
"!test/helpers/**/*"
],
"helpers": [
"**/helpers/**/*"
],
"sources": [
"src/**/*.js"
]
},
"lint-staged": {
"scripts/*.js": [
"prettier --trailing-comma es5 --write",
@@ -117,39 +119,5 @@
"node ./scripts/yarn-install.js",
"git add yarn.lock"
]
},
"main": "lib/index.js",
"name": "babel-loader",
"nyc": {
"all": true,
"include": [
"src/**/*.js"
],
"reporter": [
"text",
"json"
],
"sourceMap": false,
"instrument": false
},
"peerDependencies": {
"@babel/core": "^7.0.0",
"webpack": ">=2"
},
"repository": {
"type": "git",
"url": "git+https://github.com/babel/babel-loader.git"
},
"scripts": {
"build": "babel src/ --out-dir lib/ --copy-files",
"clean": "rimraf lib/",
"format": "prettier --write --trailing-comma all 'src/**/*.js' 'test/**/*.test.js' 'test/helpers/*.js' && prettier --write --trailing-comma es5 'scripts/*.js'",
"lint": "eslint src test",
"precommit": "lint-staged",
"prepublish": "yarn run clean && yarn run build",
"preversion": "yarn run test",
"test": "yarn run lint && cross-env BABEL_ENV=test yarn run build && yarn run test-only",
"test-only": "nyc ava"
},
"version": "8.1.0"
}
}