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

package.json « installed-package-contents « @npmcli « node_modules - github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 009cf2adda1dc86d13b7412e5e99f33b0fb6a34f (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
{
  "_from": "@npmcli/installed-package-contents@^1.0.5",
  "_id": "@npmcli/installed-package-contents@1.0.5",
  "_inBundle": false,
  "_integrity": "sha512-aKIwguaaqb6ViwSOFytniGvLPb9SMCUm39TgM3SfUo7n0TxUMbwoXfpwyvQ4blm10lzbAwTsvjr7QZ85LvTi4A==",
  "_location": "/@npmcli/installed-package-contents",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "@npmcli/installed-package-contents@^1.0.5",
    "name": "@npmcli/installed-package-contents",
    "escapedName": "@npmcli%2finstalled-package-contents",
    "scope": "@npmcli",
    "rawSpec": "^1.0.5",
    "saveSpec": null,
    "fetchSpec": "^1.0.5"
  },
  "_requiredBy": [
    "/@npmcli/arborist",
    "/pacote"
  ],
  "_resolved": "https://registry.npmjs.org/@npmcli/installed-package-contents/-/installed-package-contents-1.0.5.tgz",
  "_shasum": "cc78565e55d9f14d46acf46a96f70934e516fa3d",
  "_spec": "@npmcli/installed-package-contents@^1.0.5",
  "_where": "/Users/isaacs/dev/npm/cli/node_modules/@npmcli/arborist",
  "author": {
    "name": "Isaac Z. Schlueter",
    "email": "i@izs.me",
    "url": "https://izs.me"
  },
  "bin": {
    "installed-package-contents": "index.js"
  },
  "bugs": {
    "url": "https://github.com/npm/installed-package-contents/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "npm-bundled": "^1.1.1",
    "npm-normalize-package-bin": "^1.0.1",
    "read-package-json-fast": "^1.1.1",
    "readdir-scoped-modules": "^1.1.0"
  },
  "deprecated": false,
  "description": "Get the list of files installed in a package in node_modules, including bundled dependencies",
  "devDependencies": {
    "tap": "^14.10.4"
  },
  "engines": {
    "node": ">= 10"
  },
  "files": [
    "index.js"
  ],
  "homepage": "https://github.com/npm/installed-package-contents#readme",
  "license": "ISC",
  "main": "index.js",
  "name": "@npmcli/installed-package-contents",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/npm/installed-package-contents.git"
  },
  "scripts": {
    "postpublish": "git push origin --follow-tags",
    "postversion": "npm publish",
    "preversion": "npm test",
    "snap": "tap",
    "test": "tap"
  },
  "tap": {
    "check-coverage": true
  },
  "version": "1.0.5"
}