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

package.json « npm-pick-manifest « node_modules - github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: b3ebc9f8de62ec862a866b2aec0d6acdc7134064 (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": "npm-pick-manifest",
  "version": "7.0.2",
  "description": "Resolves a matching manifest from a package metadata document according to standard npm semver resolution rules.",
  "main": "./lib",
  "files": [
    "bin/",
    "lib/"
  ],
  "scripts": {
    "coverage": "tap",
    "lint": "eslint \"**/*.js\"",
    "test": "tap",
    "posttest": "npm run lint",
    "preversion": "npm test",
    "postversion": "npm publish",
    "prepublishOnly": "git push origin --follow-tags",
    "postlint": "template-oss-check",
    "lintfix": "npm run lint -- --fix",
    "snap": "tap",
    "template-oss-apply": "template-oss-apply --force"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/npm/npm-pick-manifest.git"
  },
  "keywords": [
    "npm",
    "semver",
    "package manager"
  ],
  "author": "GitHub Inc.",
  "license": "ISC",
  "dependencies": {
    "npm-install-checks": "^5.0.0",
    "npm-normalize-package-bin": "^2.0.0",
    "npm-package-arg": "^9.0.0",
    "semver": "^7.3.5"
  },
  "devDependencies": {
    "@npmcli/eslint-config": "^3.0.1",
    "@npmcli/template-oss": "3.2.2",
    "tap": "^16.0.1"
  },
  "tap": {
    "check-coverage": true
  },
  "engines": {
    "node": "^12.13.0 || ^14.15.0 || >=16.0.0"
  },
  "templateOSS": {
    "//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.",
    "version": "3.2.2"
  }
}