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

package.json « bin-links « node_modules - github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 950031ddbecebc71712d1b901b5d16d609eb9f60 (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
{
  "_from": "bin-links@latest",
  "_id": "bin-links@2.1.2",
  "_inBundle": false,
  "_integrity": "sha512-mtspzc/umzMiZkIRIVm93WgyT7fFVXX302qswWwlHErBVM8BgAVvB0EVOdzmtrNzs1zIKEE0dE4RR5PwtBfy7g==",
  "_location": "/bin-links",
  "_phantomChildren": {
    "glob": "7.1.4"
  },
  "_requested": {
    "type": "tag",
    "registry": true,
    "raw": "bin-links@latest",
    "name": "bin-links",
    "escapedName": "bin-links",
    "rawSpec": "latest",
    "saveSpec": null,
    "fetchSpec": "latest"
  },
  "_requiredBy": [
    "#USER",
    "/",
    "/@npmcli/arborist"
  ],
  "_resolved": "https://registry.npmjs.org/bin-links/-/bin-links-2.1.2.tgz",
  "_shasum": "110f82e5563caf66c4483c1eb5d84043ef571660",
  "_spec": "bin-links@latest",
  "_where": "/Users/isaacs/dev/npm/cli",
  "bugs": {
    "url": "https://github.com/npm/bin-links/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "cmd-shim": "^4.0.1",
    "mkdirp": "^1.0.3",
    "npm-normalize-package-bin": "^1.0.0",
    "read-cmd-shim": "^2.0.0",
    "rimraf": "^3.0.0",
    "write-file-atomic": "^2.3.0"
  },
  "deprecated": false,
  "description": "JavaScript package binary linker",
  "devDependencies": {
    "require-inject": "^1.4.4",
    "tap": "^14.10.6"
  },
  "engines": {
    "node": ">=10"
  },
  "files": [
    "index.js",
    "lib/*.js"
  ],
  "homepage": "https://github.com/npm/bin-links#readme",
  "keywords": [
    "npm",
    "link",
    "bins"
  ],
  "license": "ISC",
  "main": "index.js",
  "name": "bin-links",
  "repository": {
    "type": "git",
    "url": "git://github.com/npm/bin-links.git"
  },
  "scripts": {
    "postversion": "npm publish",
    "prepublishOnly": "git push --follow-tags",
    "preversion": "npm t",
    "snap": "tap",
    "test": "tap"
  },
  "tap": {
    "check-coverage": true,
    "coverage-map": "map.js"
  },
  "version": "2.1.2"
}