summaryrefslogtreecommitdiff
path: root/deps/npm/node_modules/@npmcli/config/package.json
blob: eebb8d23e914db2f845d2338f1761f103a3db9f8 (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
{
  "name": "@npmcli/config",
  "version": "1.2.4",
  "files": [
    "lib"
  ],
  "main": "lib/index.js",
  "description": "Configuration management for the npm cli",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/npm/config"
  },
  "author": "Isaac Z. Schlueter <i@izs.me> (https://izs.me)",
  "license": "ISC",
  "scripts": {
    "test": "tap",
    "snap": "tap",
    "preversion": "npm test",
    "postversion": "npm publish",
    "prepublishOnly": "git push origin --follow-tags"
  },
  "tap": {
    "check-coverage": true,
    "coverage-map": "map.js"
  },
  "devDependencies": {
    "tap": "^14.10.8"
  },
  "dependencies": {
    "ini": "^1.3.5",
    "mkdirp-infer-owner": "^2.0.0",
    "nopt": "^5.0.0",
    "semver": "^7.3.4",
    "walk-up-path": "^1.0.0"
  },
  "engines": {
    "node": ">=10"
  }
}