| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116 |
- {
- "_from": "gulp-cli",
- "_id": "gulp-cli@2.0.1",
- "_inBundle": false,
- "_integrity": "sha512-RxujJJdN8/O6IW2nPugl7YazhmrIEjmiVfPKrWt68r71UCaLKS71Hp0gpKT+F6qOUFtr7KqtifDKaAJPRVvMYQ==",
- "_location": "/gulp-cli",
- "_phantomChildren": {},
- "_requested": {
- "type": "tag",
- "registry": true,
- "raw": "gulp-cli",
- "name": "gulp-cli",
- "escapedName": "gulp-cli",
- "rawSpec": "",
- "saveSpec": null,
- "fetchSpec": "latest"
- },
- "_requiredBy": [
- "#DEV:/",
- "#USER"
- ],
- "_resolved": "https://registry.npmjs.org/gulp-cli/-/gulp-cli-2.0.1.tgz",
- "_shasum": "7847e220cb3662f2be8a6d572bf14e17be5a994b",
- "_spec": "gulp-cli",
- "_where": "/srv/http/mmap_sarrebourg/user/themes/basic",
- "author": {
- "name": "Gulp Team",
- "email": "team@gulpjs.com",
- "url": "http://gulpjs.com/"
- },
- "bin": {
- "gulp": "bin/gulp.js"
- },
- "bugs": {
- "url": "https://github.com/gulpjs/gulp-cli/issues"
- },
- "bundleDependencies": false,
- "contributors": [],
- "dependencies": {
- "ansi-colors": "^1.0.1",
- "archy": "^1.0.0",
- "array-sort": "^1.0.0",
- "color-support": "^1.1.3",
- "concat-stream": "^1.6.0",
- "copy-props": "^2.0.1",
- "fancy-log": "^1.3.2",
- "gulplog": "^1.0.0",
- "interpret": "^1.1.0",
- "isobject": "^3.0.1",
- "liftoff": "^2.5.0",
- "matchdep": "^2.0.0",
- "mute-stdout": "^1.0.0",
- "pretty-hrtime": "^1.0.0",
- "replace-homedir": "^1.0.0",
- "semver-greatest-satisfied-range": "^1.1.0",
- "v8flags": "^3.0.1",
- "yargs": "^7.1.0"
- },
- "deprecated": false,
- "description": "Command line interface for gulp",
- "devDependencies": {
- "babel-preset-es2015": "^6.5.0",
- "babel-register": "^6.5.1",
- "coveralls": "^2.7.0",
- "eslint": "^1.7.3",
- "eslint-config-gulp": "^2.0.0",
- "expect": "^1.20.2",
- "gulp": "^4.0.0",
- "gulp-test-tools": "^0.6.1",
- "jscs": "^3.0.7",
- "jscs-preset-gulp": "^1.0.0",
- "marked-man": "^0.2.1",
- "mocha": "^3.2.0",
- "nyc": "^11.4.1",
- "rimraf": "^2.6.1"
- },
- "engines": {
- "node": ">= 0.10"
- },
- "files": [
- "index.js",
- "lib",
- "bin",
- "completion",
- "gulp.1"
- ],
- "homepage": "http://gulpjs.com",
- "keywords": [
- "build",
- "stream",
- "system",
- "make",
- "tool",
- "asset",
- "pipeline"
- ],
- "license": "MIT",
- "main": "index.js",
- "man": [
- "gulp.1"
- ],
- "name": "gulp-cli",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/gulpjs/gulp-cli.git"
- },
- "scripts": {
- "cover": "nyc --reporter=lcov --reporter=text-summary npm test",
- "coveralls": "nyc --reporter=text-lcov npm test | coveralls",
- "lint": "eslint . && jscs index.js bin/ lib/ test/",
- "prepublish": "marked-man --name gulp docs/CLI.md > gulp.1",
- "pretest": "npm run lint",
- "test": "mocha --async-only --timeout 5000 test/lib test"
- },
- "version": "2.0.1"
- }
|