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

package.json « map-workspaces « @npmcli « node_modules - github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 3ee1fac643c0e64c56afdd35b03562351adcd13e (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
{
  "_from": "@npmcli/map-workspaces@0.0.0-pre.1",
  "_id": "@npmcli/map-workspaces@0.0.0-pre.1",
  "_inBundle": false,
  "_integrity": "sha512-IovEVdr17hW/Stt0kpPjz1r0ZxRX3RGah7ww3tQpi5NtyOapJwbUffWuWETyQkOjud5soC45mnjOOBtfTggtng==",
  "_location": "/@npmcli/map-workspaces",
  "_phantomChildren": {
    "fs.realpath": "1.0.0",
    "inflight": "1.0.6",
    "inherits": "2.0.4",
    "minimatch": "3.0.4",
    "once": "1.4.0",
    "path-is-absolute": "1.0.1"
  },
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "@npmcli/map-workspaces@0.0.0-pre.1",
    "name": "@npmcli/map-workspaces",
    "escapedName": "@npmcli%2fmap-workspaces",
    "scope": "@npmcli",
    "rawSpec": "0.0.0-pre.1",
    "saveSpec": null,
    "fetchSpec": "0.0.0-pre.1"
  },
  "_requiredBy": [
    "/@npmcli/arborist"
  ],
  "_resolved": "https://registry.npmjs.org/@npmcli/map-workspaces/-/map-workspaces-0.0.0-pre.1.tgz",
  "_shasum": "b2c38d9a78bf38e799f66d14453e7c9b72928132",
  "_spec": "@npmcli/map-workspaces@0.0.0-pre.1",
  "_where": "/Users/isaacs/dev/npm/cli/node_modules/@npmcli/arborist",
  "author": {
    "name": "npm Inc.",
    "email": "support@npmjs.com"
  },
  "bugs": {
    "url": "https://github.com/npm/map-workspaces/issues"
  },
  "bundleDependencies": false,
  "contributors": [
    {
      "name": "Ruy Adorno",
      "url": "https://ruyadorno.com"
    }
  ],
  "dependencies": {
    "@npmcli/name-from-folder": "^1.0.1",
    "glob": "^7.1.6",
    "minimatch": "^3.0.4",
    "read-package-json-fast": "^1.1.3"
  },
  "deprecated": false,
  "description": "Retrieves a name:pathname Map for a given workspaces config",
  "devDependencies": {
    "require-inject": "^1.4.4",
    "standard": "^14.3.1",
    "tap": "^14.10.7"
  },
  "files": [
    "index.js"
  ],
  "homepage": "https://github.com/npm/map-workspaces#readme",
  "keywords": [
    "npm",
    "npmcli",
    "libnpm",
    "cli",
    "workspaces",
    "map-workspaces"
  ],
  "license": "ISC",
  "name": "@npmcli/map-workspaces",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/npm/map-workspaces.git"
  },
  "scripts": {
    "lint": "standard",
    "postversion": "npm publish",
    "prepublishOnly": "git push origin --follow-tags",
    "preversion": "npm test",
    "snap": "tap test*.js",
    "test": "tap test*.js"
  },
  "standard": {
    "ignore": [
      "/tap-snapshots/"
    ]
  },
  "tap": {
    "check-coverage": true
  },
  "version": "0.0.0-pre.1"
}