Welcome to mirror list, hosted at ThFree Co, Russian Federation.

package.json « config « workspaces - github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: faeefbd08de49845f71607e3d007e631636cf896 (plain)
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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
{
  "name": "@npmcli/config",
  "version": "6.1.0",
  "files": [
    "bin/",
    "lib/"
  ],
  "main": "lib/index.js",
  "description": "Configuration management for the npm cli",
  "repository": {
    "type": "git",
    "url": "https://github.com/npm/cli.git",
    "directory": "workspaces/config"
  },
  "author": "GitHub Inc.",
  "license": "ISC",
  "scripts": {
    "test": "tap",
    "snap": "tap",
    "lint": "eslint \"**/*.js\"",
    "postlint": "template-oss-check",
    "lintfix": "node ../.. run lint -- --fix",
    "posttest": "node ../.. run lint",
    "template-oss-apply": "template-oss-apply --force"
  },
  "tap": {
    "check-coverage": true,
    "coverage-map": "map.js",
    "nyc-arg": [
      "--exclude",
      "tap-snapshots/**"
    ]
  },
  "devDependencies": {
    "@npmcli/eslint-config": "^4.0.0",
    "@npmcli/template-oss": "4.9.0",
    "tap": "^16.0.1"
  },
  "dependencies": {
    "@npmcli/map-workspaces": "^3.0.0",
    "ini": "^3.0.0",
    "nopt": "^7.0.0",
    "proc-log": "^3.0.0",
    "read-package-json-fast": "^3.0.0",
    "semver": "^7.3.5",
    "walk-up-path": "^1.0.0"
  },
  "engines": {
    "node": "^14.17.0 || ^16.13.0 || >=18.0.0"
  },
  "templateOSS": {
    "//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.",
    "version": "4.9.0"
  }
}