forked from daren.hsu/line_push
131 lines
3.6 KiB
JSON
131 lines
3.6 KiB
JSON
{
|
|
"_args": [
|
|
[
|
|
"eslint-loader@4.0.2",
|
|
"/mnt/Foxconn/Digitalent/Deverloper/liff-push_2series"
|
|
]
|
|
],
|
|
"_development": true,
|
|
"_from": "eslint-loader@4.0.2",
|
|
"_id": "eslint-loader@4.0.2",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-EDpXor6lsjtTzZpLUn7KmXs02+nIjGcgees9BYjNkWra3jVq5vVa8IoCKgzT2M7dNNeoMBtaSG83Bd40N3poLw==",
|
|
"_location": "/eslint-loader",
|
|
"_phantomChildren": {
|
|
"big.js": "5.2.2",
|
|
"commondir": "1.0.1",
|
|
"emojis-list": "3.0.0",
|
|
"json5": "2.1.3",
|
|
"p-limit": "2.3.0"
|
|
},
|
|
"_requested": {
|
|
"type": "version",
|
|
"registry": true,
|
|
"raw": "eslint-loader@4.0.2",
|
|
"name": "eslint-loader",
|
|
"escapedName": "eslint-loader",
|
|
"rawSpec": "4.0.2",
|
|
"saveSpec": null,
|
|
"fetchSpec": "4.0.2"
|
|
},
|
|
"_requiredBy": [
|
|
"/@nuxtjs/eslint-module"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/eslint-loader/-/eslint-loader-4.0.2.tgz",
|
|
"_spec": "4.0.2",
|
|
"_where": "/mnt/Foxconn/Digitalent/Deverloper/liff-push_2series",
|
|
"author": {
|
|
"name": "Maxime Thirouin"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/webpack-contrib/eslint-loader/issues"
|
|
},
|
|
"contributors": [
|
|
{
|
|
"name": "Ricardo Gobbo de Souza",
|
|
"email": "ricardogobbosouza@yahoo.com.br"
|
|
}
|
|
],
|
|
"dependencies": {
|
|
"find-cache-dir": "^3.3.1",
|
|
"fs-extra": "^8.1.0",
|
|
"loader-utils": "^2.0.0",
|
|
"object-hash": "^2.0.3",
|
|
"schema-utils": "^2.6.5"
|
|
},
|
|
"description": "A ESlint loader for webpack",
|
|
"devDependencies": {
|
|
"@babel/cli": "^7.8.4",
|
|
"@babel/core": "^7.9.0",
|
|
"@babel/preset-env": "^7.9.0",
|
|
"@commitlint/cli": "^8.3.5",
|
|
"@commitlint/config-conventional": "^8.3.4",
|
|
"@webpack-contrib/defaults": "^6.3.0",
|
|
"@webpack-contrib/eslint-config-webpack": "^3.0.0",
|
|
"babel-eslint": "^10.1.0",
|
|
"babel-jest": "^25.2.6",
|
|
"chokidar": "^3.3.1",
|
|
"commitlint-azure-pipelines-cli": "^1.0.3",
|
|
"cross-env": "^7.0.2",
|
|
"del": "^5.1.0",
|
|
"del-cli": "^3.0.0",
|
|
"eslint": "^6.8.0",
|
|
"eslint-config-prettier": "^6.10.1",
|
|
"eslint-friendly-formatter": "^4.0.1",
|
|
"eslint-plugin-import": "^2.20.2",
|
|
"husky": "^4.2.3",
|
|
"jest": "^25.2.6",
|
|
"jest-junit": "^10.0.0",
|
|
"lint-staged": "^10.1.1",
|
|
"npm-run-all": "^4.1.5",
|
|
"prettier": "^2.0.2",
|
|
"standard-version": "^7.1.0",
|
|
"webpack": "^4.42.1"
|
|
},
|
|
"engines": {
|
|
"node": ">= 10.13.0"
|
|
},
|
|
"files": [
|
|
"dist"
|
|
],
|
|
"homepage": "https://github.com/webpack-contrib/eslint-loader",
|
|
"keywords": [
|
|
"eslint",
|
|
"lint",
|
|
"linter",
|
|
"loader",
|
|
"webpack"
|
|
],
|
|
"license": "MIT",
|
|
"main": "dist/cjs.js",
|
|
"name": "eslint-loader",
|
|
"peerDependencies": {
|
|
"eslint": "^6.0.0 || ^7.0.0",
|
|
"webpack": "^4.0.0 || ^5.0.0"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/webpack-contrib/eslint-loader.git"
|
|
},
|
|
"scripts": {
|
|
"build": "cross-env NODE_ENV=production babel src -d dist --copy-files",
|
|
"clean": "del-cli dist",
|
|
"commitlint": "commitlint --from=master",
|
|
"defaults": "webpack-defaults",
|
|
"lint": "npm-run-all -l -p \"lint:**\"",
|
|
"lint:js": "eslint --cache .",
|
|
"lint:prettier": "prettier \"{**/*,*}.{js,json,md,yml,css,ts}\" --list-different",
|
|
"prebuild": "npm run clean",
|
|
"prepare": "npm run build",
|
|
"pretest": "npm run lint",
|
|
"release": "standard-version",
|
|
"security": "npm audit",
|
|
"start": "npm run build -- -w",
|
|
"test": "npm run test:coverage",
|
|
"test:coverage": "npm run test:only -- --collectCoverageFrom=\"src/**/*.js\" --coverage",
|
|
"test:only": "cross-env NODE_ENV=test jest",
|
|
"test:watch": "npm run test:only -- --watch"
|
|
},
|
|
"version": "4.0.2"
|
|
}
|