@inst/vscode-bin-darwin
Version:
BINARY ONLY - VSCode binary deployment for macOS
87 lines (86 loc) • 3.11 kB
JSON
{
"_args": [
[
{
"raw": "is-binary-path@https://registry.npmjs.org/is-binary-path/-/is-binary-path-1.0.1.tgz",
"scope": null,
"escapedName": "is-binary-path",
"name": "is-binary-path",
"rawSpec": "https://registry.npmjs.org/is-binary-path/-/is-binary-path-1.0.1.tgz",
"spec": "https://registry.npmjs.org/is-binary-path/-/is-binary-path-1.0.1.tgz",
"type": "remote"
},
"/Users/code/tfs/agent3/_work/2/s"
]
],
"_from": "is-binary-path@>=1.0.0 <2.0.0",
"_id": "is-binary-path@1.0.1",
"_inCache": true,
"_location": "/is-binary-path",
"_phantomChildren": {},
"_requested": {
"raw": "is-binary-path@https://registry.npmjs.org/is-binary-path/-/is-binary-path-1.0.1.tgz",
"scope": null,
"escapedName": "is-binary-path",
"name": "is-binary-path",
"rawSpec": "https://registry.npmjs.org/is-binary-path/-/is-binary-path-1.0.1.tgz",
"spec": "https://registry.npmjs.org/is-binary-path/-/is-binary-path-1.0.1.tgz",
"type": "remote"
},
"_requiredBy": [
"/",
"/chokidar"
],
"_resolved": "https://registry.npmjs.org/is-binary-path/-/is-binary-path-1.0.1.tgz",
"_shasum": "75f16642b480f187a711c814161fd3a4a7655898",
"_shrinkwrap": null,
"_spec": "is-binary-path@https://registry.npmjs.org/is-binary-path/-/is-binary-path-1.0.1.tgz",
"_where": "/Users/code/tfs/agent3/_work/2/s",
"author": {
"name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com",
"url": "sindresorhus.com"
},
"bugs": {
"url": "https://github.com/sindresorhus/is-binary-path/issues"
},
"dependencies": {
"binary-extensions": "^1.0.0"
},
"description": "Check if a filepath is a binary file",
"devDependencies": {
"ava": "0.0.4"
},
"engines": {
"node": ">=0.10.0"
},
"files": [
"index.js"
],
"homepage": "https://github.com/sindresorhus/is-binary-path#readme",
"keywords": [
"bin",
"binary",
"ext",
"extensions",
"extension",
"file",
"path",
"check",
"detect",
"is"
],
"license": "MIT",
"name": "is-binary-path",
"optionalDependencies": {},
"readme": "# is-binary-path [](https://travis-ci.org/sindresorhus/is-binary-path)\n\n> Check if a filepath is a binary file\n\n\n## Install\n\n```\n$ npm install --save is-binary-path\n```\n\n\n## Usage\n\n```js\nvar isBinaryPath = require('is-binary-path');\n\nisBinaryPath('src/unicorn.png');\n//=> true\n\nisBinaryPath('src/unicorn.txt');\n//=> false\n```\n\n\n## Related\n\n- [`binary-extensions`](https://github.com/sindresorhus/binary-extensions) - List of binary file extensions\n- [`is-text-path`](https://github.com/sindresorhus/is-text-path) - Check if a filepath is a text file\n\n\n## License\n\nMIT © [Sindre Sorhus](http://sindresorhus.com)\n",
"readmeFilename": "readme.md",
"repository": {
"type": "git",
"url": "git+https://github.com/sindresorhus/is-binary-path.git"
},
"scripts": {
"test": "node test.js"
},
"version": "1.0.1"
}