76 lines
1.8 KiB
JSON
76 lines
1.8 KiB
JSON
{
|
|
"_from": "bin-wrapper@^3.0.0",
|
|
"_id": "bin-wrapper@3.0.2",
|
|
"_inBundle": false,
|
|
"_integrity": "sha1-Z9MwYmLksaXy+I7iNGT2plVneus=",
|
|
"_location": "/bin-wrapper",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "bin-wrapper@^3.0.0",
|
|
"name": "bin-wrapper",
|
|
"escapedName": "bin-wrapper",
|
|
"rawSpec": "^3.0.0",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^3.0.0"
|
|
},
|
|
"_requiredBy": [
|
|
"/gifsicle",
|
|
"/mozjpeg",
|
|
"/optipng-bin",
|
|
"/pngquant-bin"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/bin-wrapper/-/bin-wrapper-3.0.2.tgz",
|
|
"_shasum": "67d3306262e4b1a5f2f88ee23464f6a655677aeb",
|
|
"_spec": "bin-wrapper@^3.0.0",
|
|
"_where": "D:\\developments\\teaser-inertia\\nova-components\\NovaLeader\\node_modules\\gifsicle",
|
|
"author": {
|
|
"name": "Kevin Mårtensson",
|
|
"email": "kevinmartensson@gmail.com",
|
|
"url": "https://github.com/kevva"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/kevva/bin-wrapper/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"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"
|
|
},
|
|
"deprecated": false,
|
|
"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"
|
|
}
|