backoffice/node_modules/bin-wrapper/package.json

84 lines
1.9 KiB
JSON

{
"_args": [
[
"bin-wrapper@3.0.2",
"C:\\wamp64\\www\\ilink"
]
],
"_development": true,
"_from": "bin-wrapper@3.0.2",
"_id": "bin-wrapper@3.0.2",
"_inBundle": false,
"_integrity": "sha1-Z9MwYmLksaXy+I7iNGT2plVneus=",
"_location": "/bin-wrapper",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "bin-wrapper@3.0.2",
"name": "bin-wrapper",
"escapedName": "bin-wrapper",
"rawSpec": "3.0.2",
"saveSpec": null,
"fetchSpec": "3.0.2"
},
"_requiredBy": [
"/advpng-bin",
"/gifsicle",
"/jpeg-recompress-bin",
"/jpegoptim-bin",
"/mozjpeg",
"/optipng-bin",
"/pngquant-bin",
"/zopflipng-bin"
],
"_resolved": "https://registry.npmjs.org/bin-wrapper/-/bin-wrapper-3.0.2.tgz",
"_spec": "3.0.2",
"_where": "C:\\wamp64\\www\\ilink",
"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": "^2.0.0",
"bin-version-check": "^2.1.0",
"download": "^4.0.0",
"each-async": "^1.1.1",
"lazy-req": "^1.0.0",
"os-filter-obj": "^1.0.0"
},
"description": "Binary wrapper that makes your programs seamlessly available as local dependencies",
"devDependencies": {
"ava": "^0.0.4",
"nock": "^2.6.0",
"rimraf": "^2.2.8"
},
"engines": {
"node": ">=0.10.0"
},
"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": "node test/test.js"
},
"version": "3.0.2"
}