{
"_from": "bin-links@1.1.8",
"_id": "bin-links@1.1.8",
"_inBundle": false,
"_integrity": "sha512-KgmVfx+QqggqP9dA3iIc5pA4T1qEEEL+hOhOhNPaUm77OTrJoOXE/C05SJLNJe6m/2wUK7F1tDSou7n5TfCDzQ==",
"_location": "/npm/bin-links",
"_phantomChildren": {},
"_requested": {
"escapedName": "bin-links",
"fetchSpec": "1.1.8",
"name": "bin-links",
"raw": "bin-links@1.1.8",
"rawSpec": "1.1.8",
"registry": true,
"saveSpec": null,
"type": "version"
},
"_requiredBy": [
"#USER",
"/npm",
"/npm/libcipm",
"/npm/libnpm"
],
"_resolved": "https://registry.npmjs.org/bin-links/-/bin-links-1.1.8.tgz",
"_shasum": "bd39aadab5dc4bdac222a07df5baf1af745b2228",
"_shrinkwrap": null,
"_spec": "bin-links@1.1.8",
"_where": "/Users/claudiahdz/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.3.0",
"graceful-fs": "^4.1.15",
"npm-normalize-package-bin": "^1.0.0",
"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"
},
"files": [
"index.js"
],
"homepage": "https://github.com/npm/bin-links#readme",
"keywords": [
"fs",
"gentle",
"npm"
],
"license": "Artistic-2.0",
"main": "index.js",
"name": "bin-links",
"optionalDependencies": {},
"publishConfig": {
"tag": "legacy"
},
"readme": "# bin-links [](https://npm.im/bin-links) [](https://npm.im/bin-links) [](https://travis-ci.org/npm/bin-links) [](https://ci.appveyor.com/project/npm/bin-links) [](https://coveralls.io/github/npm/bin-links?branch=latest)\n\n[`bin-links`](https://github.com/npm/bin-links) is a standalone library that links\nbinaries and man pages for Javascript packages\n\n## Install\n\n`$ npm install bin-links`\n\n## Table of Contents\n\n* [Example](#example)\n* [Features](#features)\n* [Contributing](#contributing)\n* [API](#api)\n * [`binLinks`](#binLinks)\n\n### Example\n\n```javascript\n// todo\n```\n\n### Features\n\n* Links bin files listed under the `bin` property of pkg to the node_modules/.bin\ndirectory of the installing environment.\n* Links man files listed under the `man` property of pkg to the share/man directory\nof the provided optional directory prefix.\n\n### Contributing\n\nThe npm team enthusiastically welcomes contributions and project participation!\nThere's a bunch of things you can do if you want to contribute! The [Contributor\nGuide](CONTRIBUTING.md) has all the information you need for everything from\nreporting bugs to contributing entire new features. Please don't hesitate to\njump in if you'd like to, or even ask us questions if something isn't clear.\n\n### API\n\n#### <a name=\"binLinks\"></a> `> binLinks(pkg, folder, global, opts, cb)`\n\n##### Example\n\n```javascript\nbinLinks(pkg, folder, global, opts, cb)\n```",
"readmeFilename": "README.md",
"repository": {
"type": "git",
"url": "git://github.com/npm/bin-links.git"
},
"scripts": {
"postrelease": "npm publish && git push --follow-tags",
"posttest": "standard",
"prerelease": "npm t",
"release": "standard-version -s",
"test": "tap -J --nyc-arg=--all --coverage test/*.js --100"
},
"version": "1.1.8"
}