Galerie und tage
This commit is contained in:
100
node_modules/bin-wrapper/package.json
generated
vendored
100
node_modules/bin-wrapper/package.json
generated
vendored
@@ -1,98 +1,40 @@
|
||||
{
|
||||
"_from": "bin-wrapper@^4.0.0",
|
||||
"_id": "bin-wrapper@4.1.0",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha512-hfRmo7hWIXPkbpi0ZltboCMVrU+0ClXR/JgbCKKjlDjQf6igXa7OwdqNcFWQZPZTgiY7ZpzE3+LjjkLiTN2T7Q==",
|
||||
"_location": "/bin-wrapper",
|
||||
"_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.1",
|
||||
"decompress-response": "3.3.0",
|
||||
"duplexer3": "0.1.4",
|
||||
"ext-name": "5.0.0",
|
||||
"filenamify": "2.1.0",
|
||||
"into-stream": "3.1.0",
|
||||
"is-retry-allowed": "1.2.0",
|
||||
"isurl": "1.0.0",
|
||||
"lowercase-keys": "1.0.1",
|
||||
"mimic-response": "1.0.1",
|
||||
"p-finally": "1.0.0",
|
||||
"safe-buffer": "5.1.2",
|
||||
"timed-out": "4.0.1",
|
||||
"url-to-options": "1.0.1"
|
||||
},
|
||||
"_requested": {
|
||||
"type": "range",
|
||||
"registry": true,
|
||||
"raw": "bin-wrapper@^4.0.0",
|
||||
"name": "bin-wrapper",
|
||||
"escapedName": "bin-wrapper",
|
||||
"rawSpec": "^4.0.0",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "^4.0.0"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/gifsicle",
|
||||
"/mozjpeg",
|
||||
"/optipng-bin"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/bin-wrapper/-/bin-wrapper-4.1.0.tgz",
|
||||
"_shasum": "99348f2cf85031e3ef7efce7e5300aeaae960605",
|
||||
"_spec": "bin-wrapper@^4.0.0",
|
||||
"_where": "/var/www/html/jason/WeihnachtenMelly/node_modules/gifsicle",
|
||||
"name": "bin-wrapper",
|
||||
"version": "3.0.2",
|
||||
"description": "Binary wrapper that makes your programs seamlessly available as local dependencies",
|
||||
"license": "MIT",
|
||||
"repository": "kevva/bin-wrapper",
|
||||
"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": "^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"
|
||||
},
|
||||
"deprecated": false,
|
||||
"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"
|
||||
"node": ">=0.10.0"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "node test/test.js"
|
||||
},
|
||||
"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"
|
||||
"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"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "xo && ava"
|
||||
},
|
||||
"version": "4.1.0"
|
||||
"devDependencies": {
|
||||
"ava": "^0.0.4",
|
||||
"nock": "^2.6.0",
|
||||
"rimraf": "^2.2.8"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user