dotfiles/.vscode/extensions/vscodevim.vim-0.2.0/node_modules/sync-exec/package.json
Cyryl Płotnicki 280bcab25f VSCode update
2016-09-24 13:12:34 +02:00

82 lines
2 KiB
JSON

{
"_args": [
[
"sync-exec@~0.6.x",
"/Volumes/Source/vim/node_modules/copy-paste"
]
],
"_from": "sync-exec@>=0.6.0 <0.7.0",
"_id": "sync-exec@0.6.2",
"_inCache": true,
"_installable": true,
"_location": "/sync-exec",
"_nodeVersion": "0.12.7",
"_npmUser": {
"email": "gvarsanyi@gmail.com",
"name": "gvarsanyi"
},
"_npmVersion": "2.11.3",
"_phantomChildren": {},
"_requested": {
"name": "sync-exec",
"raw": "sync-exec@~0.6.x",
"rawSpec": "~0.6.x",
"scope": null,
"spec": ">=0.6.0 <0.7.0",
"type": "range"
},
"_requiredBy": [
"/copy-paste"
],
"_resolved": "https://registry.npmjs.org/sync-exec/-/sync-exec-0.6.2.tgz",
"_shasum": "717d22cc53f0ce1def5594362f3a89a2ebb91105",
"_shrinkwrap": null,
"_spec": "sync-exec@~0.6.x",
"_where": "/Volumes/Source/vim/node_modules/copy-paste",
"author": {
"name": "Greg Varsanyi"
},
"bugs": {
"url": "https://github.com/gvarsanyi/sync-exec/issues"
},
"dependencies": {},
"description": "Synchronous exec with status code support. Requires no external dependencies, no need for node-gyp compilations etc.",
"devDependencies": {
"coffee-script": "^1.9.3"
},
"directories": {},
"dist": {
"shasum": "717d22cc53f0ce1def5594362f3a89a2ebb91105",
"tarball": "https://registry.npmjs.org/sync-exec/-/sync-exec-0.6.2.tgz"
},
"gitHead": "ecbbeee5d1ff8d2df8b9f234d8098d1dbd64ba08",
"homepage": "https://github.com/gvarsanyi/sync-exec",
"keywords": [
"exec",
"execSync",
"fs",
"sync",
"synchronous",
"status code",
"status"
],
"license": "MIT",
"main": "js/sync-exec.js",
"maintainers": [
{
"email": "gvarsanyi@gmail.com",
"name": "gvarsanyi"
}
],
"name": "sync-exec",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git://github.com/gvarsanyi/sync-exec.git"
},
"scripts": {
"test": "make test"
},
"version": "0.6.2"
}