|
Last change
on this file was 9af201e, checked in by MBK <marija.karapandzova@…>, 11 days ago |
|
Fix frontend appearance
|
-
Property mode
set to
100644
|
|
File size:
1.5 KB
|
| Line | |
|---|
| 1 | {
|
|---|
| 2 | "name": "@humanwhocodes/config-array",
|
|---|
| 3 | "version": "0.13.0",
|
|---|
| 4 | "description": "Glob-based configuration matching.",
|
|---|
| 5 | "author": "Nicholas C. Zakas",
|
|---|
| 6 | "main": "api.js",
|
|---|
| 7 | "files": [
|
|---|
| 8 | "api.js",
|
|---|
| 9 | "LICENSE",
|
|---|
| 10 | "README.md"
|
|---|
| 11 | ],
|
|---|
| 12 | "repository": {
|
|---|
| 13 | "type": "git",
|
|---|
| 14 | "url": "git+https://github.com/humanwhocodes/config-array.git"
|
|---|
| 15 | },
|
|---|
| 16 | "bugs": {
|
|---|
| 17 | "url": "https://github.com/humanwhocodes/config-array/issues"
|
|---|
| 18 | },
|
|---|
| 19 | "homepage": "https://github.com/humanwhocodes/config-array#readme",
|
|---|
| 20 | "scripts": {
|
|---|
| 21 | "build": "rollup -c",
|
|---|
| 22 | "format": "nitpik",
|
|---|
| 23 | "lint": "eslint *.config.js src/*.js tests/*.js",
|
|---|
| 24 | "lint:fix": "eslint --fix *.config.js src/*.js tests/*.js",
|
|---|
| 25 | "prepublish": "npm run build",
|
|---|
| 26 | "test:coverage": "nyc --include src/*.js npm run test",
|
|---|
| 27 | "test": "mocha -r esm tests/ --recursive"
|
|---|
| 28 | },
|
|---|
| 29 | "gitHooks": {
|
|---|
| 30 | "pre-commit": "lint-staged"
|
|---|
| 31 | },
|
|---|
| 32 | "lint-staged": {
|
|---|
| 33 | "*.js": [
|
|---|
| 34 | "eslint --fix --ignore-pattern '!.eslintrc.js'"
|
|---|
| 35 | ]
|
|---|
| 36 | },
|
|---|
| 37 | "keywords": [
|
|---|
| 38 | "configuration",
|
|---|
| 39 | "configarray",
|
|---|
| 40 | "config file"
|
|---|
| 41 | ],
|
|---|
| 42 | "license": "Apache-2.0",
|
|---|
| 43 | "engines": {
|
|---|
| 44 | "node": ">=10.10.0"
|
|---|
| 45 | },
|
|---|
| 46 | "dependencies": {
|
|---|
| 47 | "@humanwhocodes/object-schema": "^2.0.3",
|
|---|
| 48 | "debug": "^4.3.1",
|
|---|
| 49 | "minimatch": "^3.0.5"
|
|---|
| 50 | },
|
|---|
| 51 | "devDependencies": {
|
|---|
| 52 | "@nitpik/javascript": "0.4.0",
|
|---|
| 53 | "@nitpik/node": "0.0.5",
|
|---|
| 54 | "chai": "4.3.10",
|
|---|
| 55 | "eslint": "8.52.0",
|
|---|
| 56 | "esm": "3.2.25",
|
|---|
| 57 | "lint-staged": "15.0.2",
|
|---|
| 58 | "mocha": "6.2.3",
|
|---|
| 59 | "nyc": "15.1.0",
|
|---|
| 60 | "rollup": "3.28.1",
|
|---|
| 61 | "yorkie": "2.0.0"
|
|---|
| 62 | }
|
|---|
| 63 | }
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.