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
|
{
"_from": "bin-links@1.1.3",
"_id": "bin-links@1.1.3",
"_inBundle": false,
"_integrity": "sha512-TEwmH4PHU/D009stP+fkkazMJgkBNCv60z01lQ/Mn8E6+ThHoD03svMnBVuCowwXo2nP2qKyKZxKxp58OHRzxw==",
"_location": "/bin-links",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "bin-links@1.1.3",
"name": "bin-links",
"escapedName": "bin-links",
"rawSpec": "1.1.3",
"saveSpec": null,
"fetchSpec": "1.1.3"
},
"_requiredBy": [
"#USER",
"/",
"/libcipm",
"/libnpm"
],
"_resolved": "https://registry.npmjs.org/bin-links/-/bin-links-1.1.3.tgz",
"_shasum": "702fd59552703727313bc624bdbc4c0d3431c2ca",
"_spec": "bin-links@1.1.3",
"_where": "/Users/isaacs/dev/npm/cli",
"author": {
"name": "Mike Sherov"
},
"bugs": {
"url": "https://github.com/npm/bin-links/issues"
},
"bundleDependencies": false,
"dependencies": {
"bluebird": "^3.5.3",
"cmd-shim": "^3.0.0",
"gentle-fs": "^2.0.1",
"graceful-fs": "^4.1.15",
"write-file-atomic": "^2.3.0"
},
"deprecated": false,
"description": "JavaScript package binary linker",
"devDependencies": {
"mkdirp": "^0.5.1",
"nyc": "^13.1.0",
"rimraf": "^2.6.3",
"standard": "^10.0.3",
"standard-version": "^4.4.0",
"tap": "^12.1.3",
"weallbehave": "^1.2.0",
"weallcontribute": "^1.0.8"
},
"files": [
"index.js"
],
"homepage": "https://github.com/npm/bin-links#readme",
"keywords": [
"npm",
"gentle",
"fs"
],
"license": "Artistic-2.0",
"main": "index.js",
"name": "bin-links",
"repository": {
"type": "git",
"url": "git://github.com/npm/bin-links.git"
},
"scripts": {
"postrelease": "npm publish && git push --follow-tags",
"prerelease": "npm t",
"pretest": "standard",
"release": "standard-version -s",
"test": "tap -J --nyc-arg=--all --coverage test/*.js",
"update-coc": "weallbehave -o . && git add CODE_OF_CONDUCT.md && git commit -m 'docs(coc): updated CODE_OF_CONDUCT.md'",
"update-contrib": "weallcontribute -o . && git add CONTRIBUTING.md && git commit -m 'docs(contributing): updated CONTRIBUTING.md'"
},
"version": "1.1.3"
}
|