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

package.json « pacote « node_modules - github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 480536ac494d3270a8b5df5e2d2df9428a3ab15b (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
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
{
  "_from": "pacote@latest",
  "_id": "pacote@11.1.10",
  "_inBundle": false,
  "_integrity": "sha512-xJSSSxcHLo1CZJESvIZ2hbC5/5WP2oDHeUeTV2FvVDPOZG7+ixbxnV0n3TkdaUqlbC0RwnwMQ3wkJ/YywYM0Cg==",
  "_location": "/pacote",
  "_phantomChildren": {
    "glob": "7.1.4"
  },
  "_requested": {
    "type": "tag",
    "registry": true,
    "raw": "pacote@latest",
    "name": "pacote",
    "escapedName": "pacote",
    "rawSpec": "latest",
    "saveSpec": null,
    "fetchSpec": "latest"
  },
  "_requiredBy": [
    "#USER",
    "/",
    "/@npmcli/arborist",
    "/libnpmpack"
  ],
  "_resolved": "https://registry.npmjs.org/pacote/-/pacote-11.1.10.tgz",
  "_shasum": "cbd56a5a60c9cf472bc8ea7ba87112d749655dd4",
  "_spec": "pacote@latest",
  "_where": "/Users/isaacs/dev/npm/cli",
  "author": {
    "name": "Isaac Z. Schlueter",
    "email": "i@izs.me",
    "url": "https://izs.me"
  },
  "bin": {
    "pacote": "lib/bin.js"
  },
  "bugs": {
    "url": "https://github.com/npm/pacote/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "@npmcli/git": "^2.0.1",
    "@npmcli/installed-package-contents": "^1.0.5",
    "@npmcli/promise-spawn": "^1.2.0",
    "@npmcli/run-script": "^1.3.0",
    "cacache": "^15.0.3",
    "chownr": "^2.0.0",
    "fs-minipass": "^2.1.0",
    "infer-owner": "^1.0.4",
    "minipass": "^3.1.3",
    "mkdirp": "^1.0.3",
    "npm-package-arg": "^8.0.1",
    "npm-packlist": "^2.1.0",
    "npm-pick-manifest": "^6.0.0",
    "npm-registry-fetch": "^8.0.3",
    "promise-retry": "^1.1.1",
    "read-package-json-fast": "^1.1.3",
    "rimraf": "^3.0.2",
    "ssri": "^8.0.0",
    "tar": "^6.0.1"
  },
  "deprecated": false,
  "description": "JavaScript package downloader",
  "devDependencies": {
    "mutate-fs": "^2.1.1",
    "npm-registry-mock": "^1.3.1",
    "require-inject": "^1.4.4",
    "tap": "^14.10.6"
  },
  "engines": {
    "node": ">=10"
  },
  "files": [
    "lib/**/*.js"
  ],
  "homepage": "https://github.com/npm/pacote#readme",
  "keywords": [
    "packages",
    "npm",
    "git"
  ],
  "license": "ISC",
  "main": "lib/index.js",
  "name": "pacote",
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/npm/pacote.git"
  },
  "scripts": {
    "postpublish": "git push origin --follow-tags",
    "postversion": "npm publish",
    "preversion": "npm test",
    "snap": "tap",
    "test": "tap"
  },
  "tap": {
    "timeout": 300,
    "check-coverage": true,
    "coverage-map": "map.js",
    "esm": false
  },
  "version": "11.1.10"
}