imagenarium
Version:
Use to optimize, handler formats and crop images
123 lines (122 loc) • 2.82 kB
JSON
{
"_from": "gulp@^4.0.0",
"_id": "gulp@4.0.0",
"_inBundle": false,
"_integrity": "sha1-lXZsYB2t5Kd+0+eyttwDiBtZY2Y=",
"_location": "/gulp",
"_phantomChildren": {
"ansi-colors": "1.1.0",
"archy": "1.0.0",
"array-sort": "1.0.0",
"color-support": "1.1.3",
"concat-stream": "1.6.2",
"copy-props": "2.0.4",
"fancy-log": "1.3.3",
"gulplog": "1.0.0",
"interpret": "1.2.0",
"isobject": "3.0.1",
"liftoff": "3.1.0",
"matchdep": "2.0.0",
"mute-stdout": "1.0.1",
"pretty-hrtime": "1.0.3",
"replace-homedir": "1.0.0",
"semver-greatest-satisfied-range": "1.1.0",
"v8flags": "3.1.2",
"yargs": "7.1.0"
},
"_requested": {
"type": "range",
"registry": true,
"raw": "gulp@^4.0.0",
"name": "gulp",
"escapedName": "gulp",
"rawSpec": "^4.0.0",
"saveSpec": null,
"fetchSpec": "^4.0.0"
},
"_requiredBy": [
"#DEV:/"
],
"_resolved": "https://registry.npmjs.org/gulp/-/gulp-4.0.0.tgz",
"_shasum": "95766c601dade4a77ed3e7b2b6dc03881b596366",
"_spec": "gulp@^4.0.0",
"_where": "/Users/bitar/Documents/npmPackages/imagenarium/examples/import",
"author": {
"name": "Gulp Team",
"email": "team@gulpjs.com",
"url": "http://gulpjs.com/"
},
"bin": {
"gulp": "./bin/gulp.js"
},
"bugs": {
"url": "https://github.com/gulpjs/gulp/issues"
},
"bundleDependencies": false,
"contributors": [
{
"name": "Eric Schoffstall",
"email": "yo@contra.io"
},
{
"name": "Blaine Bublitz",
"email": "blaine.bublitz@gmail.com"
}
],
"dependencies": {
"glob-watcher": "^5.0.0",
"gulp-cli": "^2.0.0",
"undertaker": "^1.0.0",
"vinyl-fs": "^3.0.0"
},
"deprecated": false,
"description": "The streaming build system.",
"devDependencies": {
"eslint": "^1.7.3",
"eslint-config-gulp": "^2.0.0",
"expect": "^1.20.2",
"istanbul": "^0.4.3",
"istanbul-coveralls": "^1.0.3",
"jscs": "^2.3.5",
"jscs-preset-gulp": "^1.0.0",
"mkdirp": "^0.5.1",
"mocha": "^3.0.0",
"rimraf": "^2.2.5"
},
"engines": {
"node": ">= 0.10"
},
"files": [
"LICENSE",
"index.js",
"bin"
],
"homepage": "http://gulpjs.com",
"keywords": [
"build",
"stream",
"system",
"make",
"tool",
"asset",
"pipeline",
"series",
"parallel",
"streaming"
],
"license": "MIT",
"main": "index.js",
"name": "gulp",
"repository": {
"type": "git",
"url": "git+https://github.com/gulpjs/gulp.git"
},
"scripts": {
"cover": "istanbul cover _mocha --report lcovonly",
"coveralls": "npm run cover && istanbul-coveralls",
"lint": "eslint . && jscs index.js bin/ test/",
"pretest": "npm run lint",
"test": "mocha --async-only"
},
"version": "4.0.0"
}