|
7 | 7 | "author": "Tobias Koppers @sokra",
|
8 | 8 | "homepage": "https://github.com/webpack-contrib/raw-loader",
|
9 | 9 | "bugs": "https://github.com/webpack-contrib/raw-loader/issues",
|
| 10 | + "funding": { |
| 11 | + "type": "opencollective", |
| 12 | + "url": "https://opencollective.com/webpack" |
| 13 | + }, |
10 | 14 | "main": "dist/cjs.js",
|
11 | 15 | "engines": {
|
12 |
| - "node": ">= 8.9.0" |
| 16 | + "node": ">= 10.13.0" |
13 | 17 | },
|
14 | 18 | "scripts": {
|
15 | 19 | "start": "npm run build -- -w",
|
16 |
| - "prebuild": "npm run clean", |
17 |
| - "build": "cross-env NODE_ENV=production babel src -d dist --ignore \"src/**/*.test.js\" --copy-files", |
18 | 20 | "clean": "del-cli dist",
|
| 21 | + "prebuild": "npm run clean", |
| 22 | + "build": "cross-env NODE_ENV=production babel src -d dist --copy-files", |
19 | 23 | "commitlint": "commitlint --from=master",
|
20 |
| - "lint:prettier": "prettier \"{**/*,*}.{js,json,md,yml,css}\" --list-different", |
21 |
| - "lint:js": "eslint --cache src test", |
22 |
| - "lint": "npm-run-all -l -p \"lint:**\"", |
23 |
| - "prepare": "npm run build", |
24 |
| - "release": "standard-version", |
25 | 24 | "security": "npm audit",
|
| 25 | + "lint:prettier": "prettier \"{**/*,*}.{js,json,md,yml,css,ts}\" --list-different", |
| 26 | + "lint:js": "eslint --cache .", |
| 27 | + "lint": "npm-run-all -l -p \"lint:**\"", |
26 | 28 | "test:only": "cross-env NODE_ENV=test jest",
|
27 |
| - "test:watch": "cross-env NODE_ENV=test jest --watch", |
28 |
| - "test:coverage": "cross-env NODE_ENV=test jest --collectCoverageFrom=\"src/**/*.js\" --coverage", |
| 29 | + "test:watch": "npm run test:only -- --watch", |
| 30 | + "test:coverage": "npm run test:only -- --collectCoverageFrom=\"src/**/*.js\" --coverage", |
29 | 31 | "pretest": "npm run lint",
|
30 |
| - "test": "cross-env NODE_ENV=test npm run test:coverage", |
| 32 | + "test": "npm run test:coverage", |
| 33 | + "prepare": "npm run build", |
| 34 | + "release": "standard-version", |
31 | 35 | "defaults": "webpack-defaults"
|
32 | 36 | },
|
33 | 37 | "files": [
|
34 |
| - "dist/" |
| 38 | + "dist" |
35 | 39 | ],
|
36 | 40 | "peerDependencies": {
|
37 |
| - "webpack": "^4.3.0" |
| 41 | + "webpack": "^4.0.0 || ^5.0.0" |
38 | 42 | },
|
39 | 43 | "dependencies": {
|
40 |
| - "loader-utils": "^1.1.0", |
41 |
| - "schema-utils": "^2.0.1" |
| 44 | + "loader-utils": "^1.2.3", |
| 45 | + "schema-utils": "^2.5.0" |
42 | 46 | },
|
43 | 47 | "devDependencies": {
|
44 |
| - "@babel/cli": "^7.5.5", |
45 |
| - "@babel/core": "^7.5.5", |
46 |
| - "@babel/preset-env": "^7.5.5", |
47 |
| - "@commitlint/cli": "^8.1.0", |
48 |
| - "@commitlint/config-conventional": "^8.1.0", |
49 |
| - "@webpack-contrib/defaults": "^5.0.2", |
| 48 | + "@babel/cli": "^7.7.4", |
| 49 | + "@babel/core": "^7.7.4", |
| 50 | + "@babel/preset-env": "^7.7.4", |
| 51 | + "@commitlint/cli": "^8.2.0", |
| 52 | + "@commitlint/config-conventional": "^8.2.0", |
| 53 | + "@webpack-contrib/defaults": "^6.2.0", |
50 | 54 | "@webpack-contrib/eslint-config-webpack": "^3.0.0",
|
51 |
| - "babel-jest": "^24.8.0", |
| 55 | + "babel-jest": "^24.9.0", |
52 | 56 | "commitlint-azure-pipelines-cli": "^1.0.2",
|
53 |
| - "cross-env": "^5.2.0", |
54 |
| - "del": "^5.0.0", |
55 |
| - "del-cli": "^2.0.0", |
56 |
| - "eslint": "^6.0.1", |
57 |
| - "eslint-config-prettier": "^6.0.0", |
58 |
| - "eslint-plugin-import": "^2.18.0", |
59 |
| - "eslint-plugin-prettier": "^3.1.0", |
60 |
| - "husky": "^3.0.0", |
61 |
| - "jest": "^24.8.0", |
62 |
| - "jest-junit": "^6.4.0", |
63 |
| - "lint-staged": "^9.2.0", |
64 |
| - "memory-fs": "^0.4.1", |
| 57 | + "cross-env": "^6.0.3", |
| 58 | + "del": "^5.1.0", |
| 59 | + "del-cli": "^3.0.0", |
| 60 | + "eslint": "^6.7.1", |
| 61 | + "eslint-config-prettier": "^6.7.0", |
| 62 | + "eslint-plugin-import": "^2.18.2", |
| 63 | + "eslint-plugin-prettier": "^3.1.1", |
| 64 | + "husky": "^3.1.0", |
| 65 | + "jest": "^24.9.0", |
| 66 | + "jest-junit": "^9.0.0", |
| 67 | + "lint-staged": "^9.4.3", |
| 68 | + "memfs": "^2.16.1", |
65 | 69 | "npm-run-all": "^4.1.5",
|
66 |
| - "prettier": "^1.18.2", |
67 |
| - "standard-version": "^6.0.1", |
68 |
| - "webpack": "^4.36.1" |
| 70 | + "prettier": "^1.19.1", |
| 71 | + "standard-version": "^7.0.1", |
| 72 | + "webpack": "^4.41.2" |
69 | 73 | },
|
70 | 74 | "keywords": [
|
71 | 75 | "webpack"
|
|
0 commit comments