zhangjian
2023-05-30 dabbcc356af21f9f2f88ac69ff07994e6e32e4fc
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
{
  "name": "loader-utils",
  "version": "2.0.4",
  "author": "Tobias Koppers @sokra",
  "description": "utils for webpack loaders",
  "dependencies": {
    "big.js": "^5.2.2",
    "emojis-list": "^3.0.0",
    "json5": "^2.1.2"
  },
  "scripts": {
    "lint": "eslint lib test",
    "pretest": "yarn lint",
    "test": "jest",
    "test:ci": "jest --coverage",
    "release": "yarn test && standard-version"
  },
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/webpack/loader-utils.git"
  },
  "engines": {
    "node": ">=8.9.0"
  },
  "devDependencies": {
    "coveralls": "^3.0.9",
    "eslint": "^6.8.0",
    "eslint-plugin-node": "^11.0.0",
    "eslint-plugin-prettier": "^3.1.2",
    "jest": "^25.1.0",
    "prettier": "^1.19.1",
    "standard-version": "^7.1.0"
  },
  "main": "lib/index.js",
  "files": [
    "lib"
  ]
}