123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172 |
- {
- "_from": "gulp-if@^2.0.2",
- "_id": "[email protected]",
- "_inBundle": false,
- "_integrity": "sha1-pJe351cwBQQcqivIt92jyARE1ik=",
- "_location": "/gulp-if",
- "_phantomChildren": {},
- "_requested": {
- "type": "range",
- "registry": true,
- "raw": "gulp-if@^2.0.2",
- "name": "gulp-if",
- "escapedName": "gulp-if",
- "rawSpec": "^2.0.2",
- "saveSpec": null,
- "fetchSpec": "^2.0.2"
- },
- "_requiredBy": [
- "/fomantic-ui"
- ],
- "_resolved": "https://registry.npmjs.org/gulp-if/-/gulp-if-2.0.2.tgz",
- "_shasum": "a497b7e7573005041caa2bc8b7dda3c80444d629",
- "_spec": "gulp-if@^2.0.2",
- "_where": "D:\\Users\\James\\IdeaProjects\\website-core\\www\\libs\\node_modules\\fomantic-ui",
- "author": {
- "name": "Rob Richardson",
- "url": "http://robrich.org/"
- },
- "bugs": {
- "url": "https://github.com/robrich/gulp-if/issues"
- },
- "bundleDependencies": false,
- "dependencies": {
- "gulp-match": "^1.0.3",
- "ternary-stream": "^2.0.1",
- "through2": "^2.0.1"
- },
- "deprecated": false,
- "description": "Conditionally run a task",
- "devDependencies": {
- "end-of-stream": "^1.1.0",
- "graceful-fs": "^4.1.10",
- "jshint": "^2.9.4",
- "mkdirp": "^0.5.1",
- "mocha": "^3.1.2",
- "rimraf": "^2.5.4",
- "should": "^11.1.1",
- "stream-exhaust": "^1.0.1",
- "vinyl-fs": "^2.4.4"
- },
- "engines": {
- "node": ">= 0.10.0"
- },
- "homepage": "https://github.com/robrich/gulp-if",
- "keywords": [
- "gulpplugin",
- "conditional",
- "if",
- "ternary"
- ],
- "license": "MIT",
- "main": "./index.js",
- "name": "gulp-if",
- "repository": {
- "type": "git",
- "url": "git://github.com/robrich/gulp-if.git"
- },
- "scripts": {
- "test": "mocha && jshint ."
- },
- "version": "2.0.2"
- }
|