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

package.json « config « @npmcli « node_modules « npm « deps - github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: b0722db413e5be66fc936d8c05fb59b54007ee8e (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
{
  "name": "@npmcli/config",
  "version": "3.0.0",
  "files": [
    "bin",
    "lib"
  ],
  "main": "lib/index.js",
  "description": "Configuration management for the npm cli",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/npm/config"
  },
  "author": "GitHub Inc.",
  "license": "ISC",
  "scripts": {
    "test": "tap",
    "snap": "tap",
    "preversion": "npm test",
    "postversion": "npm publish",
    "prepublishOnly": "git push origin --follow-tags",
    "lint": "eslint '**/*.js'",
    "postlint": "npm-template-check",
    "lintfix": "npm run lint -- --fix",
    "posttest": "npm run lint",
    "template-copy": "npm-template-copy --force"
  },
  "tap": {
    "check-coverage": true,
    "coverage-map": "map.js"
  },
  "devDependencies": {
    "@npmcli/template-oss": "^2.5.1",
    "tap": "^15.0.4"
  },
  "dependencies": {
    "@npmcli/map-workspaces": "^2.0.0",
    "ini": "^2.0.0",
    "mkdirp-infer-owner": "^2.0.0",
    "nopt": "^5.0.0",
    "read-package-json-fast": "^2.0.3",
    "semver": "^7.3.4",
    "walk-up-path": "^1.0.0"
  },
  "engines": {
    "node": "^12.13.0 || ^14.15.0 || >=16"
  },
  "templateOSS": {
    "version": "2.6.0"
  }
}