biofriction-wp-theme/node_modules/bin-wrapper/package.json

105 lines
2.6 KiB
JSON

{
"_args": [
[
"bin-wrapper@4.1.0",
"/home/vitrubio/Documents/trabajo/elglobusvermell/thegreenballoon/thegreenballoon-fp-gitlab"
]
],
"_development": true,
"_from": "bin-wrapper@4.1.0",
"_id": "bin-wrapper@4.1.0",
"_inBundle": false,
"_integrity": "sha512-hfRmo7hWIXPkbpi0ZltboCMVrU+0ClXR/JgbCKKjlDjQf6igXa7OwdqNcFWQZPZTgiY7ZpzE3+LjjkLiTN2T7Q==",
"_location": "/bin-wrapper",
"_optional": true,
"_phantomChildren": {
"@sindresorhus/is": "0.7.0",
"archive-type": "4.0.0",
"cacheable-request": "2.1.4",
"caw": "2.0.1",
"content-disposition": "0.5.3",
"decompress": "4.2.0",
"decompress-response": "3.3.0",
"duplexer3": "0.1.4",
"ext-name": "5.0.0",
"filenamify": "2.1.0",
"get-stream": "3.0.0",
"into-stream": "3.1.0",
"is-retry-allowed": "1.1.0",
"isurl": "1.0.0",
"lowercase-keys": "1.0.1",
"mimic-response": "1.0.1",
"p-finally": "1.0.0",
"safe-buffer": "5.1.1",
"timed-out": "4.0.1",
"url-to-options": "1.0.1"
},
"_requested": {
"type": "version",
"registry": true,
"raw": "bin-wrapper@4.1.0",
"name": "bin-wrapper",
"escapedName": "bin-wrapper",
"rawSpec": "4.1.0",
"saveSpec": null,
"fetchSpec": "4.1.0"
},
"_requiredBy": [
"/gifsicle",
"/jpegtran-bin",
"/optipng-bin"
],
"_resolved": "https://registry.npmjs.org/bin-wrapper/-/bin-wrapper-4.1.0.tgz",
"_spec": "4.1.0",
"_where": "/home/vitrubio/Documents/trabajo/elglobusvermell/thegreenballoon/thegreenballoon-fp-gitlab",
"author": {
"name": "Kevin Mårtensson",
"email": "kevinmartensson@gmail.com",
"url": "https://github.com/kevva"
},
"bugs": {
"url": "https://github.com/kevva/bin-wrapper/issues"
},
"dependencies": {
"bin-check": "^4.1.0",
"bin-version-check": "^4.0.0",
"download": "^7.1.0",
"import-lazy": "^3.1.0",
"os-filter-obj": "^2.0.0",
"pify": "^4.0.1"
},
"description": "Binary wrapper that makes your programs seamlessly available as local dependencies",
"devDependencies": {
"ava": "*",
"executable": "^4.1.1",
"nock": "^10.0.2",
"path-exists": "^3.0.0",
"rimraf": "^2.6.2",
"tempy": "^0.2.1",
"xo": "*"
},
"engines": {
"node": ">=6"
},
"files": [
"index.js"
],
"homepage": "https://github.com/kevva/bin-wrapper#readme",
"keywords": [
"bin",
"check",
"local",
"wrapper"
],
"license": "MIT",
"name": "bin-wrapper",
"repository": {
"type": "git",
"url": "git+https://github.com/kevva/bin-wrapper.git"
},
"scripts": {
"test": "xo && ava"
},
"version": "4.1.0"
}