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: b690ae22ca78aee666eee0369d7dfc2b684ab15b (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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
{
  "_from": "npm-pick-manifest@^6.1.0",
  "_id": "npm-pick-manifest@6.1.0",
  "_inBundle": false,
  "_integrity": "sha512-ygs4k6f54ZxJXrzT0x34NybRlLeZ4+6nECAIbr2i0foTnijtS1TJiyzpqtuUAJOps/hO0tNDr8fRV5g+BtRlTw==",
  "_location": "/npm-pick-manifest",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "npm-pick-manifest@^6.1.0",
    "name": "npm-pick-manifest",
    "escapedName": "npm-pick-manifest",
    "rawSpec": "^6.1.0",
    "saveSpec": null,
    "fetchSpec": "^6.1.0"
  },
  "_requiredBy": [
    "/",
    "/@npmcli/arborist",
    "/@npmcli/git",
    "/pacote"
  ],
  "_resolved": "https://registry.npmjs.org/npm-pick-manifest/-/npm-pick-manifest-6.1.0.tgz",
  "_shasum": "2befed87b0fce956790f62d32afb56d7539c022a",
  "_spec": "npm-pick-manifest@^6.1.0",
  "_where": "/Users/isaacs/dev/npm/cli",
  "author": {
    "name": "Kat Marchán",
    "email": "kzm@sykosomatic.org"
  },
  "bugs": {
    "url": "https://github.com/npm/npm-pick-manifest/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "npm-install-checks": "^4.0.0",
    "npm-package-arg": "^8.0.0",
    "semver": "^7.0.0"
  },
  "deprecated": false,
  "description": "Resolves a matching manifest from a package metadata document according to standard npm semver resolution rules.",
  "devDependencies": {
    "standard": "^14.3.1",
    "standard-version": "^7.0.1",
    "tap": "^14.10.2"
  },
  "files": [
    "*.js"
  ],
  "homepage": "https://github.com/npm/npm-pick-manifest#readme",
  "keywords": [
    "npm",
    "semver",
    "package manager"
  ],
  "license": "ISC",
  "main": "index.js",
  "name": "npm-pick-manifest",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/npm/npm-pick-manifest.git"
  },
  "scripts": {
    "coverage": "tap",
    "lint": "standard",
    "postrelease": "npm publish",
    "posttest": "npm run lint",
    "prepublishOnly": "git push --follow-tags",
    "prerelease": "npm t",
    "release": "standard-version -s",
    "test": "tap"
  },
  "tap": {
    "check-coverage": true
  },
  "version": "6.1.0"
}