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

package.json « arborist « @npmcli « node_modules - github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: b441ef31e5daf04069d108a5b6a1595e1e03a33d (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
{
  "_from": "@npmcli/arborist@latest",
  "_id": "@npmcli/arborist@0.0.5",
  "_inBundle": false,
  "_integrity": "sha512-7Khg3ORXxDCnp7e/ocjYESUbZMe1aUm0Oc8HbovuvgCigSUT6WHfNh68RyM3nHHmwjz3l/Xepw6XyPjo9da5oA==",
  "_location": "/@npmcli/arborist",
  "_phantomChildren": {},
  "_requested": {
    "type": "tag",
    "registry": true,
    "raw": "@npmcli/arborist@latest",
    "name": "@npmcli/arborist",
    "escapedName": "@npmcli%2farborist",
    "scope": "@npmcli",
    "rawSpec": "latest",
    "saveSpec": null,
    "fetchSpec": "latest"
  },
  "_requiredBy": [
    "#USER",
    "/",
    "/libnpmfund"
  ],
  "_resolved": "https://registry.npmjs.org/@npmcli/arborist/-/arborist-0.0.5.tgz",
  "_shasum": "ed5786186ab25b0dea2c29af86ac0061ddc9232c",
  "_spec": "@npmcli/arborist@latest",
  "_where": "/Users/isaacs/dev/npm/cli",
  "author": {
    "name": "Isaac Z. Schlueter",
    "email": "i@izs.me",
    "url": "http://blog.izs.me/"
  },
  "bugs": {
    "url": "https://github.com/npm/arborist/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "@npmcli/installed-package-contents": "^1.0.5",
    "@npmcli/map-workspaces": "0.0.0-pre.1",
    "@npmcli/name-from-folder": "^1.0.1",
    "@npmcli/run-script": "^1.3.1",
    "bin-links": "^2.1.2",
    "cacache": "^15.0.3",
    "common-ancestor-path": "^1.0.1",
    "json-stringify-nice": "^1.1.1",
    "mkdirp-infer-owner": "^2.0.0",
    "npm-install-checks": "^4.0.0",
    "npm-package-arg": "^8.0.0",
    "npm-pick-manifest": "^6.1.0",
    "pacote": "^11.1.10",
    "parse-conflict-json": "^1.0.0",
    "promise-all-reject-late": "^1.0.0",
    "promise-call-limit": "^1.0.1",
    "read-package-json-fast": "^1.1.0",
    "readdir-scoped-modules": "^1.1.0",
    "semver": "^7.1.2",
    "treeverse": "^1.0.1",
    "walk-up-path": "^1.0.0"
  },
  "deprecated": false,
  "description": "Manage node_modules trees",
  "devDependencies": {
    "minify-registry-metadata": "^2.1.0",
    "mutate-fs": "^2.1.1",
    "require-inject": "^1.4.4",
    "tap": "^14.10.7",
    "tcompare": "^3.0.4"
  },
  "files": [
    "lib/**/*.js"
  ],
  "homepage": "https://github.com/npm/arborist#readme",
  "license": "ISC",
  "main": "lib/index.js",
  "name": "@npmcli/arborist",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/npm/arborist.git"
  },
  "scripts": {
    "postversion": "npm publish",
    "prepublishOnly": "git push origin --follow-tags",
    "preversion": "npm test",
    "snap": "tap",
    "test": "tap",
    "test-proxy": "ARBORIST_TEST_PROXY=1 tap --snapshot"
  },
  "tap": {
    "100": true,
    "node-arg": [
      "--unhandled-rejections=strict"
    ],
    "coverage-map": "map.js",
    "esm": false,
    "timeout": "60"
  },
  "version": "0.0.5"
}