fxpio / composer-asset-plugin

NPM/Bower Dependency Manager for Composer
MIT License
893 stars 156 forks source link

Disable devDependencies #254

Closed iAchilles closed 7 years ago

iAchilles commented 7 years ago

Hello! Why does composer-asset-plugin always add VCS repository for each dev-dependency, even if I specify "--no-dev" when run "composer update" ? I don't need any dev-dependencies, but the plugin just ignores that.

iAchilles commented 7 years ago

Composer update taking about 2 hours to download a bunch of development dependencies.

francoispluchino commented 7 years ago

An simple example of your problem that expose your words, please.

iAchilles commented 7 years ago

Take a look on the following composer configuration:

{
    "name": "***",
    "description": "***",
    "minimum-stability": "dev",
    "license": "proprietary",
    "authors": [
        {
            "name": "***",
            "email": "***"
        }
    ],
    "require": {
        "php": ">=5.4.0",
        "yiisoft/yii2": "*",
        "yiisoft/yii2-bootstrap": "*",
        "yiisoft/yii2-swiftmailer": "*",
        "yiisoft/yii2-imagine": "*",
        "yiisoft/yii2-jui": "~2.0.0",
        "piwik/device-detector": "*",
        "sergebezborodov/elog2": "dev-master",
        "bower-asset/selectize": "~0.12.0",
        "creocoder/yii2-nested-sets": "0.9.*",
        "omgdef/yii2-multilingual-behavior": "*",
        "asofter/yii2-imperavi-redactor": "*",
        "yiisoft/yii2-twig": "~2.0.0",
        "danielstjules/stringy": "dev-master",
        "twig/extensions": "*",
        "npm-asset/strophe": "*",
        "npm-asset/tether":"1.3.7",
        "npm-asset/nanoscroller":"0.8.7",
        "bower-asset/jquery-emoji-picker":"*",

        "phpxmlrpc/phpxmlrpc": ">=4.0",

        "kartik-v/yii2-widgets": "*",
        "kartik-v/yii2-datecontrol": "dev-master",
        "kartik-v/yii2-tabs-x": "*",
        "kartik-v/yii2-nav-x": "*",
        "kartik-v/yii2-editable": "*",

        "yiisoft/yii2-redis": "^2.0",
        "ramsey/uuid": "^3.3",
        "lcobucci/jwt": "^3.1",

        "voskobovich/yii2-many-many-behavior": "^3.0",
        "stojg/crop": "*"
    },
    "require-dev": {
        "yiisoft/yii2-codeception": "*",
        "codeception/codeception":"*",
        "codeception/specify":"*",
        "codeception/verify":"*",
        "yiisoft/yii2-debug": "*",
        "yiisoft/yii2-gii": "*",
        "yiisoft/yii2-faker": "*",
        "fzaninotto/faker": "*"
    },
    "config": {
        "process-timeout": 30,
        "secure-http": false
    },
    "extra": {
        "asset-installer-paths": {
            "npm-asset-library": "vendor/npm",
            "bower-asset-library": "vendor/bower"
        }
    }
}

So, I have 5 dependencies which should to be served by CAP:

I run

$ composer update --no-dev --prefer-dist --verbose

and it's where the magic begins...

Loading composer repositories with package information Warning: Accessing gitlab.woo2.me over http which is an insecure protocol. Updating dependencies
Adding VCS repository bower-asset/jquery Adding VCS repository bower-asset/jquery.inputmask Adding VCS repository bower-asset/punycode
Adding VCS repository bower-asset/yii2-pjax Reading bower.json of bower-asset/jquery (2.1.4) Importing tag 2.1.4 (2.1.4.0) Reading bower.json of bower-asset/jquery (2.1.3) Importing tag 2.1.3 (2.1.3.0) Reading bower.json of bower-asset/jquery (2.1.2) Importing tag 2.1.2 (2.1.2.0) Reading bower.json of bower-asset/jquery (2.1.1) Importing tag 2.1.1 (2.1.1.0) Reading bower.json of bower-asset/jquery (2.1.1-RC2) Importing tag 2.1.1-RC2 (2.1.1.0-RC2) Reading bower.json of bower-asset/jquery (2.1.1-RC1) Importing tag 2.1.1-RC1 (2.1.1.0-RC1) Reading bower.json of bower-asset/jquery (2.1.1-beta1) Importing tag 2.1.1-beta1 (2.1.1.0-beta1) Reading bower.json of bower-asset/jquery (2.1.0) Importing tag 2.1.0 (2.1.0.0) Reading bower.json of bower-asset/jquery (2.1.0-RC1) Importing tag 2.1.0-RC1 (2.1.0.0-RC1) Adding VCS repository bower-asset/sizzle Reading bower.json of bower-asset/jquery (2.1.0-beta3) Importing tag 2.1.0-beta3 (2.1.0.0-beta3) Reading bower.json of bower-asset/jquery (2.1.0-beta2) Importing tag 2.1.0-beta2 (2.1.0.0-beta2) Reading bower.json of bower-asset/jquery (2.1.0-beta1) Importing tag 2.1.0-beta1 (2.1.0.0-beta1) Adding VCS repository bower-asset/requirejs Reading bower.json of bower-asset/jquery (1.11.3) Importing tag 1.11.3 (1.11.3.0) Reading bower.json of bower-asset/jquery (1.11.2) Importing tag 1.11.2 (1.11.2.0) Reading bower.json of bower-asset/jquery (1.11.1) Importing tag 1.11.1 (1.11.1.0) Reading bower.json of bower-asset/jquery (1.11.1-RC2) Importing tag 1.11.1-RC2 (1.11.1.0-RC2) Reading bower.json of bower-asset/jquery (1.11.1-RC1) Importing tag 1.11.1-RC1 (1.11.1.0-RC1) Reading bower.json of bower-asset/jquery (1.11.1-beta1) Importing tag 1.11.1-beta1 (1.11.1.0-beta1) Reading bower.json of bower-asset/jquery (1.11.0) Importing tag 1.11.0 (1.11.0.0) Reading bower.json of bower-asset/jquery (1.11.0-RC1) Importing tag 1.11.0-RC1 (1.11.0.0-RC1) Reading bower.json of bower-asset/jquery (1.11.0-beta3) Importing tag 1.11.0-beta3 (1.11.0.0-beta3) Reading bower.json of bower-asset/jquery (1.11.0-beta2) Importing tag 1.11.0-beta2 (1.11.0.0-beta2) Reading bower.json of bower-asset/jquery (1.11.0-beta1) Importing tag 1.11.0-beta1 (1.11.0.0-beta1) Reading bower.json of bower-asset/jquery.inputmask (3.1.63) Importing tag 3.1.63 (3.1.63.0) Reading bower.json of bower-asset/jquery.inputmask (3.1.62) Importing tag 3.1.62 (3.1.62.0) Reading bower.json of bower-asset/jquery.inputmask (3.1.61) Importing tag 3.1.61 (3.1.61.0) Reading bower.json of bower-asset/jquery.inputmask (3.1.60) Importing tag 3.1.60 (3.1.60.0) Reading bower.json of bower-asset/jquery.inputmask (3.1.59) Importing tag 3.1.59 (3.1.59.0) Reading bower.json of bower-asset/jquery.inputmask (3.1.58) Importing tag 3.1.58 (3.1.58.0) Reading bower.json of bower-asset/jquery.inputmask (3.1.57) Importing tag 3.1.57 (3.1.57.0) Reading bower.json of bower-asset/jquery.inputmask (3.1.56) Importing tag 3.1.56 (3.1.56.0) Reading bower.json of bower-asset/jquery.inputmask (3.1.55) Importing tag 3.1.55 (3.1.55.0) Reading bower.json of bower-asset/jquery.inputmask (3.1.54) Importing tag 3.1.54 (3.1.54.0) Reading bower.json of bower-asset/jquery.inputmask (3.1.53) Importing tag 3.1.53 (3.1.53.0) Reading bower.json of bower-asset/jquery.inputmask (3.1.52) Importing tag 3.1.52 (3.1.52.0) Reading bower.json of bower-asset/jquery.inputmask (3.1.51) Importing tag 3.1.51 (3.1.51.0) Reading bower.json of bower-asset/jquery.inputmask (3.1.50) Importing tag 3.1.50 (3.1.50.0) Reading bower.json of bower-asset/jquery.inputmask (3.1.49) Importing tag 3.1.49 (3.1.49.0) Reading bower.json of bower-asset/jquery.inputmask (3.1.48) Importing tag 3.1.48 (3.1.48.0) Reading bower.json of bower-asset/jquery.inputmask (3.1.47) Importing tag 3.1.47 (3.1.47.0) Reading bower.json of bower-asset/jquery.inputmask (3.1.46) Importing tag 3.1.46 (3.1.46.0) Reading bower.json of bower-asset/jquery.inputmask (3.1.45) Importing tag 3.1.45 (3.1.45.0) Reading bower.json of bower-asset/jquery.inputmask (3.1.44) Importing tag 3.1.44 (3.1.44.0) Reading bower.json of bower-asset/jquery.inputmask (3.1.43) Importing tag 3.1.43 (3.1.43.0) Reading bower.json of bower-asset/jquery.inputmask (3.1.42) Importing tag 3.1.42 (3.1.42.0) Reading bower.json of bower-asset/jquery.inputmask (3.1.41) Importing tag 3.1.41 (3.1.41.0) Reading bower.json of bower-asset/jquery.inputmask (3.1.40) Importing tag 3.1.40 (3.1.40.0) Reading bower.json of bower-asset/jquery.inputmask (3.1.39) Importing tag 3.1.39 (3.1.39.0) Reading bower.json of bower-asset/jquery.inputmask (3.1.38) Importing tag 3.1.38 (3.1.38.0) Reading bower.json of bower-asset/jquery.inputmask (3.1.37) Importing tag 3.1.37 (3.1.37.0) Reading bower.json of bower-asset/jquery.inputmask (3.1.36) Importing tag 3.1.36 (3.1.36.0) Reading bower.json of bower-asset/jquery.inputmask (3.1.35) Importing tag 3.1.35 (3.1.35.0) Reading bower.json of bower-asset/jquery.inputmask (3.1.34) Importing tag 3.1.34 (3.1.34.0) Reading bower.json of bower-asset/jquery.inputmask (3.1.33) Importing tag 3.1.33 (3.1.33.0) Reading bower.json of bower-asset/jquery.inputmask (3.1.32) Importing tag 3.1.32 (3.1.32.0) Reading bower.json of bower-asset/jquery.inputmask (3.1.31) Importing tag 3.1.31 (3.1.31.0) Reading bower.json of bower-asset/jquery.inputmask (3.1.30) Importing tag 3.1.30 (3.1.30.0) Reading bower.json of bower-asset/jquery.inputmask (3.1.29) Importing tag 3.1.29 (3.1.29.0) Reading bower.json of bower-asset/jquery.inputmask (3.1.28) Importing tag 3.1.28 (3.1.28.0) Reading bower.json of bower-asset/jquery.inputmask (3.1.27) Importing tag 3.1.27 (3.1.27.0) Reading bower.json of bower-asset/jquery.inputmask (3.1.26) Importing tag 3.1.26 (3.1.26.0) Reading bower.json of bower-asset/jquery.inputmask (3.1.25) Importing tag 3.1.25 (3.1.25.0) Reading bower.json of bower-asset/jquery.inputmask (3.1.24) Importing tag 3.1.24 (3.1.24.0) Reading bower.json of bower-asset/jquery.inputmask (3.1.23) Importing tag 3.1.23 (3.1.23.0) Reading bower.json of bower-asset/jquery.inputmask (3.1.22) Importing tag 3.1.22 (3.1.22.0) Reading bower.json of bower-asset/jquery.inputmask (3.1.21) Importing tag 3.1.21 (3.1.21.0) Reading bower.json of bower-asset/jquery.inputmask (3.1.15) Importing tag 3.1.15 (3.1.15.0) Reading bower.json of bower-asset/jquery.inputmask (3.1.14) Importing tag 3.1.14 (3.1.14.0) Reading bower.json of bower-asset/jquery.inputmask (3.1.13) Importing tag 3.1.13 (3.1.13.0) Reading bower.json of bower-asset/jquery.inputmask (3.1.12) Importing tag 3.1.12 (3.1.12.0) Reading bower.json of bower-asset/jquery.inputmask (3.1.0) Importing tag 3.1.0 (3.1.0.0) Reading bower.json of bower-asset/punycode (v1.3.2) Importing tag v1.3.2 (1.3.2.0) Reading bower.json of bower-asset/punycode (v1.3.1) Importing tag v1.3.1 (1.3.1.0) Reading bower.json of bower-asset/punycode (v1.3.0) Importing tag v1.3.0 (1.3.0.0) Reading bower.json of bower-asset/yii2-pjax (v2.0.6) Importing tag v2.0.6 (2.0.6.0) Reading bower.json of bower-asset/yii2-pjax (v2.0.5) Importing tag v2.0.5 (2.0.5.0) Reading bower.json of bower-asset/yii2-pjax (v2.0.4) Importing tag v2.0.4 (2.0.4.0) Reading bower.json of bower-asset/yii2-pjax (v2.0.3) Importing tag v2.0.3 (2.0.3.0) Reading bower.json of bower-asset/yii2-pjax (v2.0.2) Importing tag v2.0.2 (2.0.2.0) Reading bower.json of bower-asset/yii2-pjax (v2.0.1) Importing tag v2.0.1 (2.0.1.0) Reading bower.json of bower-asset/sizzle (1.10.16) Importing tag 1.10.16 (1.10.16.0) Reading bower.json of bower-asset/sizzle (1.10.15) Importing tag 1.10.15 (1.10.15.0) Reading bower.json of bower-asset/sizzle (1.10.13) Importing tag 1.10.13 (1.10.13.0) Reading bower.json of bower-asset/sizzle (1.10.19) Importing tag 1.10.19 (1.10.19.0) Reading bower.json of bower-asset/sizzle (1.10.18) Importing tag 1.10.18 (1.10.18.0) Reading bower.json of bower-asset/sizzle (1.10.17) Importing tag 1.10.17 (1.10.17.0) Reading bower.json of bower-asset/sizzle (1.10.14) Importing tag 1.10.14 (1.10.14.0) Reading bower.json of bower-asset/sizzle (1.10.12) Importing tag 1.10.12 (1.10.12.0) Reading bower.json of bower-asset/sizzle (1.10.11) Importing tag 1.10.11 (1.10.11.0) Reading bower.json of bower-asset/sizzle (1.10.10) Importing tag 1.10.10 (1.10.10.0) Reading bower.json of bower-asset/sizzle (1.10.9) Importing tag 1.10.9 (1.10.9.0) Reading bower.json of bower-asset/requirejs (2.1.22) Importing tag 2.1.22 (2.1.22.0) Reading bower.json of bower-asset/requirejs (2.1.21) Importing tag 2.1.21 (2.1.21.0) Reading bower.json of bower-asset/requirejs (2.1.20) Importing tag 2.1.20 (2.1.20.0) Reading bower.json of bower-asset/requirejs (2.1.19) Importing tag 2.1.19 (2.1.19.0) Reading bower.json of bower-asset/requirejs (2.1.18) Importing tag 2.1.18 (2.1.18.0) Reading bower.json of bower-asset/requirejs (2.1.17) Importing tag 2.1.17 (2.1.17.0) Reading bower.json of bower-asset/requirejs (2.1.16) Importing tag 2.1.16 (2.1.16.0) Reading bower.json of bower-asset/requirejs (2.1.15) Importing tag 2.1.15 (2.1.15.0) Reading bower.json of bower-asset/requirejs (2.1.14) Importing tag 2.1.14 (2.1.14.0) Reading bower.json of bower-asset/requirejs (2.1.13) Importing tag 2.1.13 (2.1.13.0) Reading bower.json of bower-asset/requirejs (2.1.12) Importing tag 2.1.12 (2.1.12.0) Reading bower.json of bower-asset/requirejs (2.1.11) Importing tag 2.1.11 (2.1.11.0) Reading bower.json of bower-asset/requirejs (2.1.10) Importing tag 2.1.10 (2.1.10.0) Reading bower.json of bower-asset/requirejs (2.1.9) Importing tag 2.1.9 (2.1.9.0) Reading bower.json of bower-asset/requirejs (2.1.8) Importing tag 2.1.8 (2.1.8.0) Reading bower.json of bower-asset/jquery (3.1.0) Importing tag 3.1.0 (3.1.0.0) Reading bower.json of bower-asset/jquery (3.0.0) Importing tag 3.0.0 (3.0.0.0) Reading bower.json of bower-asset/jquery (3.0.0-RC1) Importing tag 3.0.0-RC1 (3.0.0.0-RC1) Reading bower.json of bower-asset/jquery (3.0.0-beta1) Importing tag 3.0.0-beta1 (3.0.0.0-beta1) Reading bower.json of bower-asset/jquery (3.0.0-alpha1) Importing tag 3.0.0-alpha1 (3.0.0.0-alpha1) Reading bower.json of bower-asset/jquery (2.2.4) Importing tag 2.2.4 (2.2.4.0) Reading bower.json of bower-asset/jquery (2.2.3) Importing tag 2.2.3 (2.2.3.0) Reading bower.json of bower-asset/jquery (2.2.2) Importing tag 2.2.2 (2.2.2.0) Reading bower.json of bower-asset/jquery (2.2.1) Importing tag 2.2.1 (2.2.1.0) Reading bower.json of bower-asset/jquery (2.2.0) Importing tag 2.2.0 (2.2.0.0) Reading bower.json of bower-asset/jquery (2.0.3) Importing tag 2.0.3 (2.0.3.0) Reading bower.json of bower-asset/jquery (2.0.2) Importing tag 2.0.2 (2.0.2.0) Reading bower.json of bower-asset/jquery (2.0.1) Importing tag 2.0.1 (2.0.1.0) Reading bower.json of bower-asset/jquery (2.0.0) Importing tag 2.0.0 (2.0.0.0) Reading bower.json of bower-asset/jquery (2.0.0-beta2) Importing tag 2.0.0-beta2 (2.0.0.0-beta2) Reading bower.json of bower-asset/jquery (2.0.0-beta1) Importing tag 2.0.0-beta1 (2.0.0.0-beta1) Reading bower.json of bower-asset/jquery (2.0.0-beta3) Importing tag 2.0.0-beta3 (2.0.0.0-beta3) Reading bower.json of bower-asset/jquery (1.12.4) Importing tag 1.12.4 (1.12.4.0) Reading bower.json of bower-asset/jquery (1.12.3) Importing tag 1.12.3 (1.12.3.0) Reading bower.json of bower-asset/jquery (1.12.2) Importing tag 1.12.2 (1.12.2.0) Reading bower.json of bower-asset/jquery (1.12.1-patch1) Importing tag 1.12.1-patch1 (1.12.1.0-patch1) Reading bower.json of bower-asset/jquery (1.12.1) Importing tag 1.12.1 (1.12.1.0) Reading bower.json of bower-asset/jquery (1.12.0) Importing tag 1.12.0 (1.12.0.0) Reading bower.json of bower-asset/jquery (1.10.2) Importing tag 1.10.2 (1.10.2.0) Reading bower.json of bower-asset/jquery (1.10.1) Importing tag 1.10.1 (1.10.1.0) Reading bower.json of bower-asset/jquery (1.10.0) Importing tag 1.10.0 (1.10.0.0) Reading bower.json of bower-asset/jquery (1.10.0-beta1) Importing tag 1.10.0-beta1 (1.10.0.0-beta1) Reading bower.json of bower-asset/jquery (1.9.1) Importing tag 1.9.1 (1.9.1.0) Reading bower.json of bower-asset/jquery (1.9.0) Importing tag 1.9.0 (1.9.0.0) Reading bower.json of bower-asset/jquery (1.9.0-RC1) Importing tag 1.9.0-RC1 (1.9.0.0-RC1) Reading bower.json of bower-asset/jquery (1.9.0-beta1) Importing tag 1.9.0-beta1 (1.9.0.0-beta1) Reading bower.json of bower-asset/jquery (1.8.3-patch1) Importing tag 1.8.3-patch1 (1.8.3.0-patch1) Reading bower.json of bower-asset/jquery (1.8.3) Importing tag 1.8.3 (1.8.3.0) Reading bower.json of bower-asset/jquery (1.8.2) Importing tag 1.8.2 (1.8.2.0) Reading bower.json of bower-asset/jquery (1.8.1) Importing tag 1.8.1 (1.8.1.0) Reading bower.json of bower-asset/jquery (1.8.0) Importing tag 1.8.0 (1.8.0.0) Reading bower.json of bower-asset/jquery (1.8-RC1) Importing tag 1.8-RC1 (1.8.0.0-RC1) Reading bower.json of bower-asset/jquery (1.8-beta2) Importing tag 1.8-beta2 (1.8.0.0-beta2) Reading bower.json of bower-asset/jquery (1.8-beta1) Importing tag 1.8-beta1 (1.8.0.0-beta1) Reading bower.json of bower-asset/jquery (1.7.2) Importing tag 1.7.2 (1.7.2.0) Reading bower.json of bower-asset/jquery (1.7.2-RC1) Importing tag 1.7.2-RC1 (1.7.2.0-RC1) Reading bower.json of bower-asset/jquery (1.7.2-beta1) Importing tag 1.7.2-beta1 (1.7.2.0-beta1) Reading bower.json of bower-asset/jquery (1.7.1) Importing tag 1.7.1 (1.7.1.0) Reading bower.json of bower-asset/jquery (1.7.1-RC1) Importing tag 1.7.1-RC1 (1.7.1.0-RC1) Reading bower.json of bower-asset/jquery (1.7.0) Importing tag 1.7.0 (1.7.0.0) Reading bower.json of bower-asset/jquery (1.7-RC2) Importing tag 1.7-RC2 (1.7.0.0-RC2) Reading bower.json of bower-asset/jquery (1.7-RC1) Importing tag 1.7-RC1 (1.7.0.0-RC1) Reading bower.json of bower-asset/jquery (1.7-beta2) Importing tag 1.7-beta2 (1.7.0.0-beta2) Reading bower.json of bower-asset/jquery (1.7-beta1) Importing tag 1.7-beta1 (1.7.0.0-beta1) Reading bower.json of bower-asset/yii2-pjax (v2.0.0) Importing tag v2.0.0 (2.0.0.0) Reading bower.json of bower-asset/jquery.inputmask (3.2.7) Importing tag 3.2.7 (3.2.7.0) Reading bower.json of bower-asset/jquery.inputmask (3.2.6) Importing tag 3.2.6 (3.2.6.0) Reading bower.json of bower-asset/jquery.inputmask (3.2.5) Importing tag 3.2.5 (3.2.5.0) Reading bower.json of bower-asset/jquery.inputmask (3.2.4) Importing tag 3.2.4 (3.2.4.0) Reading bower.json of bower-asset/jquery.inputmask (3.2.3) Importing tag 3.2.3 (3.2.3.0) Reading bower.json of bower-asset/jquery.inputmask (3.2.2) Importing tag 3.2.2 (3.2.2.0) Adding VCS repository bower-asset/bootstrap Reading bower.json of bower-asset/bootstrap (v3.2.0) Importing tag v3.2.0 (3.2.0.0) Reading bower.json of bower-asset/bootstrap (v3.1.1) Importing tag v3.1.1 (3.1.1.0) Reading bower.json of bower-asset/bootstrap (v3.1.0) Importing tag v3.1.0 (3.1.0.0) Reading bower.json of bower-asset/bootstrap (v3.3.7) Importing tag v3.3.7 (3.3.7.0) Reading bower.json of bower-asset/bootstrap (v3.3.6) Importing tag v3.3.6 (3.3.6.0) Reading bower.json of bower-asset/bootstrap (v3.3.5) Importing tag v3.3.5 (3.3.5.0) Reading bower.json of bower-asset/bootstrap (v3.3.4) Importing tag v3.3.4 (3.3.4.0) Reading bower.json of bower-asset/bootstrap (v3.3.2) Importing tag v3.3.2 (3.3.2.0) Reading bower.json of bower-asset/bootstrap (v3.3.1) Importing tag v3.3.1 (3.3.1.0) Reading bower.json of bower-asset/bootstrap (v3.3.0) Importing tag v3.3.0 (3.3.0.0) Adding VCS repository bower-asset/tether Reading bower.json of bower-asset/tether (v1.2.4) Importing tag v1.2.4 (1.2.4.0) Reading bower.json of bower-asset/tether (v1.2.3) Importing tag v1.2.3 (1.2.3.0) Reading bower.json of bower-asset/tether (v1.2.2) Importing tag v1.2.2 (1.2.2.0) Reading bower.json of bower-asset/tether (v1.2.0) Importing tag v1.2.0 (1.2.0.0) Reading bower.json of bower-asset/bootstrap (v4.0.0-alpha.4) Importing tag v4.0.0-alpha.4 (4.0.0.0-alpha4) Reading bower.json of bower-asset/bootstrap (v4.0.0-alpha.3) Importing tag v4.0.0-alpha.3 (4.0.0.0-alpha3) Reading bower.json of bower-asset/bootstrap (v4.0.0-alpha.2) Importing tag v4.0.0-alpha.2 (4.0.0.0-alpha2) Reading bower.json of bower-asset/bootstrap (v4.0.0-alpha1) Importing tag v4.0.0-alpha1 (4.0.0.0-alpha1) Reading bower.json of bower-asset/tether (v1.3.7) Importing tag v1.3.7 (1.3.7.0) Reading bower.json of bower-asset/tether (v1.3.6) Importing tag v1.3.6 (1.3.6.0) Reading bower.json of bower-asset/tether (v1.3.5) Importing tag v1.3.5 (1.3.5.0) Reading bower.json of bower-asset/tether (v1.3.4) Importing tag v1.3.4 (1.3.4.0) Reading bower.json of bower-asset/tether (v1.3.3) Importing tag v1.3.3 (1.3.3.0) Reading bower.json of bower-asset/tether (v1.3.2) Importing tag v1.3.2 (1.3.2.0) Reading bower.json of bower-asset/tether (v1.3.1) Importing tag v1.3.1 (1.3.1.0) Reading bower.json of bower-asset/tether (v1.3.0) Importing tag v1.3.0 (1.3.0.0) Reading bower.json of bower-asset/tether (v1.1.1) Importing tag v1.1.1 (1.1.1.0) Adding VCS repository bower-asset/jquery-ui Reading bower.json of bower-asset/jquery-ui (1.11.4) Importing tag 1.11.4 (1.11.4.0) Reading bower.json of bower-asset/jquery-ui (1.11.3) Importing tag 1.11.3 (1.11.3.0) Reading bower.json of bower-asset/jquery-ui (1.11.2) Importing tag 1.11.2 (1.11.2.0) Reading bower.json of bower-asset/jquery-ui (1.11.1) Importing tag 1.11.1 (1.11.1.0) Reading bower.json of bower-asset/jquery-ui (1.11.0) Importing tag 1.11.0 (1.11.0.0) Reading bower.json of bower-asset/jquery (1.6.4) Importing tag 1.6.4 (1.6.4.0) Reading bower.json of bower-asset/jquery (1.6.4-RC1) Importing tag 1.6.4-RC1 (1.6.4.0-RC1) Reading bower.json of bower-asset/jquery (1.6.3) Importing tag 1.6.3 (1.6.3.0) Reading bower.json of bower-asset/jquery (1.6.3-RC1) Importing tag 1.6.3-RC1 (1.6.3.0-RC1) Reading bower.json of bower-asset/jquery (1.6.2) Importing tag 1.6.2 (1.6.2.0) Reading bower.json of bower-asset/jquery (1.6.2-RC1) Importing tag 1.6.2-RC1 (1.6.2.0-RC1) Reading bower.json of bower-asset/jquery (1.6.1) Importing tag 1.6.1 (1.6.1.0) Reading bower.json of bower-asset/jquery (1.6.1-RC1) Importing tag 1.6.1-RC1 (1.6.1.0-RC1) Reading bower.json of bower-asset/jquery (1.6.0) Importing tag 1.6.0 (1.6.0.0) Reading bower.json of bower-asset/jquery (1.6-RC1) Importing tag 1.6-RC1 (1.6.0.0-RC1) Reading bower.json of bower-asset/jquery (1.6-beta1) Importing tag 1.6-beta1 (1.6.0.0-beta1) Adding VCS repository bower-asset/selectize Reading bower.json of bower-asset/selectize (v0.12.3) Importing tag v0.12.3 (0.12.3.0) Adding VCS repository bower-asset/sifter Adding VCS repository bower-asset/microplugin Reading bower.json of bower-asset/sifter (v0.5.2) Importing tag v0.5.2 (0.5.2.0) Reading bower.json of bower-asset/sifter (v0.5.1) Importing tag v0.5.1 (0.5.1.0) Reading bower.json of bower-asset/sifter (v0.5.0) Importing tag v0.5.0 (0.5.0.0) Reading bower.json of bower-asset/microplugin (v0.0.3) Importing tag v0.0.3 (0.0.3.0) Reading bower.json of bower-asset/microplugin (v0.0.2) Importing tag v0.0.2 (0.0.2.0) Reading bower.json of bower-asset/microplugin (v0.0.1) Importing tag v0.0.1 (0.0.1.0) Reading bower.json of bower-asset/selectize (v0.12.2) Importing tag v0.12.2 (0.12.2.0) Reading bower.json of bower-asset/selectize (v0.12.1) Importing tag v0.12.1 (0.12.1.0) Reading bower.json of bower-asset/sifter (v0.4.5) Importing tag v0.4.5 (0.4.5.0) Reading bower.json of bower-asset/sifter (v0.4.4) Importing tag v0.4.4 (0.4.4.0) Reading bower.json of bower-asset/sifter (v0.4.3) Importing tag v0.4.3 (0.4.3.0) Reading bower.json of bower-asset/sifter (v0.4.2) Importing tag v0.4.2 (0.4.2.0) Reading bower.json of bower-asset/sifter (v0.4.1) Importing tag v0.4.1 (0.4.1.0) Reading bower.json of bower-asset/sifter (v0.4.0) Importing tag v0.4.0 (0.4.0.0) Reading bower.json of bower-asset/selectize (v0.12.0) Importing tag v0.12.0 (0.12.0.0) Adding VCS repository npm-asset/strophe Reading package.json of npm-asset/strophe (v1.2.8) Importing tag v1.2.8 (1.2.8.0) Reading package.json of npm-asset/strophe (v1.2.7) Importing tag v1.2.7 (1.2.7.0) Reading package.json of npm-asset/strophe (v1.2.6) Importing tag v1.2.6 (1.2.6.0) Adding VCS repository npm-asset/phantomjs Adding VCS repository npm-asset/qunit-phantomjs-runner Adding VCS repository npm-asset/adm-zip
Adding VCS repository npm-asset/kew
Adding VCS repository npm-asset/ncp Adding VCS repository npm-asset/npmconf Adding VCS repository npm-asset/mkdirp Adding VCS repository npm-asset/progress Adding VCS repository npm-asset/request Adding VCS repository npm-asset/request-progress Adding VCS repository npm-asset/rimraf
Adding VCS repository npm-asset/which Adding VCS repository npm-asset/fs-extra Adding VCS repository npm-asset/md5
Adding VCS repository npm-asset/extract-zip Adding VCS repository npm-asset/hasha
Reading package.json of npm-asset/phantomjs (v1.9.14) Importing tag v1.9.14 (1.9.14.0) Adding VCS repository npm-asset/config-chain Adding VCS repository npm-asset/inherits
Adding VCS repository npm-asset/ini
Adding VCS repository npm-asset/nopt Adding VCS repository npm-asset/once Adding VCS repository npm-asset/osenv Adding VCS repository npm-asset/semver Adding VCS repository npm-asset/uid-number Adding VCS repository npm-asset/minimist
Adding VCS repository npm-asset/bl
Adding VCS repository npm-asset/caseless Adding VCS repository npm-asset/forever-agent Adding VCS repository npm-asset/qs
Adding VCS repository npm-asset/json-stringify-safe Adding VCS repository npm-asset/mime-types
Adding VCS repository npm-asset/node-uuid Adding VCS repository npm-asset/tunnel-agent Adding VCS repository npm-asset/tough-cookie Adding VCS repository npm-asset/form-data
Adding VCS repository npm-asset/http-signature Adding VCS repository npm-asset/oauth-sign
Adding VCS repository npm-asset/hawk
Adding VCS repository npm-asset/aws-sign2 Adding VCS repository npm-asset/stringstream Adding VCS repository npm-asset/throttleit
Adding VCS repository npm-asset/graceful-fs Adding VCS repository npm-asset/jsonfile
Adding VCS repository npm-asset/path-is-absolute Adding VCS repository npm-asset/klaw
Adding VCS repository npm-asset/charenc Adding VCS repository npm-asset/crypt
Adding VCS repository npm-asset/is-buffer Adding VCS repository npm-asset/concat-stream Adding VCS repository npm-asset/debug
Adding VCS repository npm-asset/yauzl Adding VCS repository npm-asset/is-stream Adding VCS repository npm-asset/pinkie-promise Adding VCS repository npm-asset/extend
Adding VCS repository npm-asset/combined-stream Adding VCS repository npm-asset/isstream
Adding VCS repository npm-asset/is-typedarray Adding VCS repository npm-asset/har-validator Reading package.json of npm-asset/request (v2.67.1) Importing tag v2.67.1 (2.67.1.0) Adding VCS repository npm-asset/is-absolute Adding VCS repository npm-asset/isexe
Reading package.json of npm-asset/which (v1.2.3) Importing tag v1.2.3 (1.2.3.0) Reading package.json of npm-asset/which (v1.2.2) Importing tag v1.2.2 (1.2.2.0) Adding VCS repository npm-asset/proto-list Reading package.json of npm-asset/inherits (v2.0.2) Importing tag v2.0.2 (2.0.2.0) Adding VCS repository npm-asset/abbrev Adding VCS repository npm-asset/wrappy Adding VCS repository npm-asset/os-tmpdir Adding VCS repository npm-asset/os-homedir Reading package.json of npm-asset/semver (2.x-dev) Importing branch 2.x-dev (2.9999999.9999999.9999999-dev) Adding VCS repository npm-asset/readable-stream Reading package.json of npm-asset/bl (0.9.x-dev) Importing branch 0.9.x-dev (0.9.9999999.9999999-dev) Reading package.json of npm-asset/caseless (v0.6.1) Importing tag v0.6.1 (0.6.1.0) Reading package.json of npm-asset/forever-agent (v0.5.3) Importing tag v0.5.3 (0.5.3.0) Reading package.json of npm-asset/forever-agent (v0.5.1) Importing tag v0.5.1 (0.5.1.0) Reading package.json of npm-asset/node-uuid (v1.4.5) Importing tag v1.4.5 (1.4.5.0) Reading package.json of npm-asset/node-uuid (v1.4.4) Importing tag v1.4.4 (1.4.4.0) Reading package.json of npm-asset/node-uuid (v1.4.3-patch1) Importing tag v1.4.3-patch1 (1.4.3.0-patch1) Reading package.json of npm-asset/node-uuid (1.4.x-dev) Importing branch 1.4.x-dev (1.4.9999999.9999999-dev) Adding VCS repository npm-asset/punycode Adding VCS repository npm-asset/mime
Adding VCS repository npm-asset/async Adding VCS repository npm-asset/assert-plus Adding VCS repository npm-asset/asn1
Adding VCS repository npm-asset/ctype Reading package.json of npm-asset/oauth-sign (v0.4.1) Importing tag v0.4.1 (0.4.1.0) Adding VCS repository npm-asset/hoek Adding VCS repository npm-asset/boom Adding VCS repository npm-asset/cryptiles Adding VCS repository npm-asset/sntp
Reading package.json of npm-asset/aws-sign2 (v0.5.1) Importing tag v0.5.1 (0.5.1.0) Adding VCS repository npm-asset/natives Reading package.json of npm-asset/graceful-fs (3.x-dev) Importing branch 3.x-dev (3.9999999.9999999.9999999-dev) Adding VCS repository npm-asset/glob Adding VCS repository npm-asset/typedarray Adding VCS repository npm-asset/fd-slicer Adding VCS repository npm-asset/pinkie
Reading package.json of npm-asset/caseless (v0.11.1) Importing tag v0.11.1 (0.11.1.0) Adding VCS repository npm-asset/mime-db Adding VCS repository npm-asset/jsprim Adding VCS repository npm-asset/sshpk Reading package.json of npm-asset/hawk (3.1.x-dev) Importing branch 3.1.x-dev (3.1.9999999.9999999-dev) Reading package.json of npm-asset/aws-sign2 (v0.6.1) Importing tag v0.6.1 (0.6.1.0) Adding VCS repository npm-asset/delayed-stream Adding VCS repository npm-asset/chalk
Adding VCS repository npm-asset/commander Adding VCS repository npm-asset/is-my-json-valid Adding VCS repository npm-asset/is-relative
Reading package.json of npm-asset/abbrev (v1.0.0) Importing tag v1.0.0 (1.0.0.0) Reading package.json of npm-asset/abbrev (v1.0.1) Importing tag v1.0.1 (1.0.1.0) Reading package.json of npm-asset/abbrev (v1.0.2) Importing tag v1.0.2 (1.0.2.0) Reading package.json of npm-asset/abbrev (v1.0.8) Importing tag v1.0.8 (1.0.8.0) Adding VCS repository npm-asset/string_decoder Adding VCS repository npm-asset/core-util-is
Adding VCS repository npm-asset/isarray
Reading package.json of npm-asset/readable-stream (1.0.x-dev) Importing branch 1.0.x-dev (1.0.9999999.9999999-dev) Reading package.json of npm-asset/combined-stream (v0.0.6) Importing tag v0.0.6 (0.0.6.0) Reading package.json of npm-asset/async (0.9.1) Importing tag 0.9.1 (0.9.1.0) Adding VCS repository npm-asset/inflight Adding VCS repository npm-asset/minimatch Reading package.json of npm-asset/glob (v4.4.1) Importing tag v4.4.1 (4.4.1.0) Reading package.json of npm-asset/glob (4.5.x-dev) Importing branch 4.5.x-dev (4.5.9999999.9999999-dev) Adding VCS repository npm-asset/fs.realpath Reading package.json of npm-asset/glob (v7.0.2) Importing tag v7.0.2 (7.0.2.0) Adding VCS repository npm-asset/process-nextick-args Adding VCS repository npm-asset/util-deprecate
Adding VCS repository npm-asset/pend
Adding VCS repository npm-asset/lodash Adding VCS repository npm-asset/extsprintf Adding VCS repository npm-asset/json-schema Adding VCS repository npm-asset/verror
Adding VCS repository npm-asset/dashdash Adding VCS repository npm-asset/jsbn
Adding VCS repository npm-asset/tweetnacl Adding VCS repository npm-asset/jodid25519 Adding VCS repository npm-asset/ecc-jsbn
Adding VCS repository npm-asset/getpass Adding VCS repository npm-asset/bcrypt-pbkdf Reading package.json of npm-asset/boom (v2.0.1) Importing tag v2.0.1 (2.0.1.0) Adding VCS repository npm-asset/ansi-styles Adding VCS repository npm-asset/escape-string-regexp Adding VCS repository npm-asset/has-ansi
Adding VCS repository npm-asset/strip-ansi Adding VCS repository npm-asset/supports-color Reading package.json of npm-asset/chalk (1.1.3.x-dev) Importing branch 1.1.3.x-dev (1.1.3.9999999-dev) Adding VCS repository npm-asset/graceful-readlink Adding VCS repository npm-asset/generate-function Adding VCS repository npm-asset/generate-object-property Adding VCS repository npm-asset/jsonpointer
Adding VCS repository npm-asset/xtend
Reading package.json of npm-asset/string_decoder (0.10.x-dev) Importing branch 0.10.x-dev (0.10.9999999.9999999-dev) Adding VCS repository npm-asset/brace-expansion Reading package.json of npm-asset/minimatch (v2.0.0-patch0) Importing tag v2.0.0-patch0 (2.0.0.0-patch) Adding VCS repository npm-asset/lru-cache Adding VCS repository npm-asset/sigmund
Reading package.json of npm-asset/process-nextick-args (v1.0.8) Importing tag v1.0.8 (1.0.8.0) Reading package.json of npm-asset/lodash (4.15.0-patch1) Importing tag 4.15.0-patch1 (4.15.0.0-patch1) Reading package.json of npm-asset/lodash (4.14.2-patch1) Importing tag 4.14.2-patch1 (4.14.2.0-patch1) Reading package.json of npm-asset/lodash (4.14.1-patch1) Importing tag 4.14.1-patch1 (4.14.1.0-patch1) Reading package.json of npm-asset/lodash (4.14.0-patch1) Importing tag 4.14.0-patch1 (4.14.0.0-patch1) Reading package.json of npm-asset/lodash (4.13.1-patch1) Importing tag 4.13.1-patch1 (4.13.1.0-patch1) Reading package.json of npm-asset/lodash (4.13.0-patch1) Importing tag 4.13.0-patch1 (4.13.0.0-patch1) Reading package.json of npm-asset/lodash (4.12.1-patch1) Importing tag 4.12.1-patch1 (4.12.1.0-patch1) Reading package.json of npm-asset/lodash (4.12.0-patch1) Importing tag 4.12.0-patch1 (4.12.0.0-patch1) Reading package.json of npm-asset/lodash (4.11.2-patch1) Importing tag 4.11.2-patch1 (4.11.2.0-patch1) Reading package.json of npm-asset/lodash (4.11.1-patch1) Importing tag 4.11.1-patch1 (4.11.1.0-patch1) Reading package.json of npm-asset/lodash (4.11.0-patch1) Importing tag 4.11.0-patch1 (4.11.0.0-patch1) Reading package.json of npm-asset/lodash (4.10.2-patch1) Importing tag 4.10.2-patch1 (4.10.2.0-patch1) Reading package.json of npm-asset/lodash (4.10.1-patch1) Importing tag 4.10.1-patch1 (4.10.1.0-patch1) Reading package.json of npm-asset/lodash (4.10.0-patch1) Importing tag 4.10.0-patch1 (4.10.0.0-patch1) Reading package.json of npm-asset/lodash (4.9.1-patch1) Importing tag 4.9.1-patch1 (4.9.1.0-patch1) Reading package.json of npm-asset/lodash (4.9.0-patch1) Importing tag 4.9.0-patch1 (4.9.0.0-patch1) Reading package.json of npm-asset/lodash (4.8.2-patch1) Importing tag 4.8.2-patch1 (4.8.2.0-patch1) Reading package.json of npm-asset/lodash (4.8.1-patch1) Importing tag 4.8.1-patch1 (4.8.1.0-patch1) Reading package.json of npm-asset/lodash (4.8.0-patch1) Importing tag 4.8.0-patch1 (4.8.0.0-patch1) Reading package.json of npm-asset/ansi-styles (2.2.1.x-dev) Importing branch 2.2.1.x-dev (2.2.1.9999999-dev) Adding VCS repository npm-asset/ansi-regex Adding VCS repository npm-asset/has-flag
Adding VCS repository npm-asset/is-property Adding VCS repository npm-asset/balanced-match Adding VCS repository npm-asset/concat-map
Reading package.json of npm-asset/lru-cache (v2.4.0) Importing tag v2.4.0 (2.4.0.0) Reading package.json of npm-asset/lru-cache (v2.2.3) Importing tag v2.2.3 (2.2.3.0) Reading package.json of npm-asset/jsbn (v1.0.0) Importing tag v1.0.0 (1.0.0.0) Reading package.json of npm-asset/strophe (v1.2.5) Importing tag v1.2.5 (1.2.5.0) Reading package.json of npm-asset/strophe (v1.2.1) Importing tag v1.2.1 (1.2.1.0) Reading package.json of npm-asset/strophe (v1.1.1) Importing tag v1.1.1 (1.1.1.0) Reading package.json of npm-asset/strophe (v1.1.0) Importing tag v1.1.0 (1.1.0.0) Reading package.json of npm-asset/strophe (v1.0.2) Importing tag v1.0.2 (1.0.2.0) Reading package.json of npm-asset/strophe (v1.0.1) Importing tag v1.0.1 (1.0.1.0) Reading package.json of npm-asset/strophe (v1.0.0) Importing tag v1.0.0 (1.0.0.0) Reading package.json of npm-asset/strophe (1.1.2) Importing tag 1.1.2 (1.1.2.0) Reading package.json of npm-asset/strophe (0.9) Importing tag 0.9 (0.9.0.0) Reading package.json of npm-asset/strophe (0.8) Importing tag 0.8 (0.8.0.0) Reading package.json of npm-asset/strophe (dev-SASL-EXTERNAL) Importing branch dev-SASL-EXTERNAL (dev-SASL-EXTERNAL) Reading package.json of npm-asset/strophe (dev-cookies) Importing branch dev-cookies (dev-cookies) Reading package.json of npm-asset/strophe (dev-session-handling) Importing branch dev-session-handling (dev-session-handling) Adding VCS repository npm-asset/tether Adding VCS repository npm-asset/nanoscroller Adding VCS repository npm-asset/css
Adding VCS repository npm-asset/jquery Adding VCS repository npm-asset/css-parse Adding VCS repository npm-asset/css-stringify Adding VCS repository npm-asset/source-map
Adding VCS repository npm-asset/source-map-resolve Adding VCS repository npm-asset/urix
Reading package.json of npm-asset/css (1.6.1) Importing tag 1.6.1 (1.6.1.0) Reading package.json of npm-asset/css (dev-at-rule-linebreak) Importing branch dev-at-rule-linebreak (dev-at-rule-linebreak) Reading package.json of npm-asset/css (dev-parent-scan) Importing branch dev-parent-scan (dev-parent-scan) Adding VCS repository npm-asset/jsdom Adding VCS repository npm-asset/htmlparser Adding VCS repository npm-asset/xmlhttprequest Adding VCS repository npm-asset/location
Adding VCS repository npm-asset/navigator Adding VCS repository npm-asset/contextify Reading package.json of npm-asset/jquery (2.1.0-beta1) Importing tag 2.1.0-beta1 (2.1.0.0-beta1) Reading package.json of npm-asset/jquery (2.0.3) Importing tag 2.0.3 (2.0.3.0) Reading package.json of npm-asset/jquery (2.0.2) Importing tag 2.0.2 (2.0.2.0) Reading package.json of npm-asset/jquery (2.0.1) Importing tag 2.0.1 (2.0.1.0) Reading package.json of npm-asset/jquery (2.0.0) Importing tag 2.0.0 (2.0.0.0) Reading package.json of npm-asset/jquery (2.0.0-beta2) Importing tag 2.0.0-beta2 (2.0.0.0-beta2) Reading package.json of npm-asset/jquery (2.0.0-beta1) Skipped tag 2.0.0-beta1, Undefined index: name Reading package.json of npm-asset/jquery (2.0.0-beta3) Skipped tag 2.0.0-beta3, Circular call to script handler 'fxp.composer.add.vcs.repositories' detected Reading package.json of npm-asset/jquery (1.11.0-beta2) Skipped tag 1.11.0-beta2, Circular call to script handler 'fxp.composer.add.vcs.repositories' detected Reading package.json of npm-asset/jquery (1.11.0-beta1) Skipped tag 1.11.0-beta1, Circular call to script handler 'fxp.composer.add.vcs.repositories' detected Reading package.json of npm-asset/jquery (1.10.2) Skipped tag 1.10.2, Circular call to script handler 'fxp.composer.add.vcs.repositories' detected Reading package.json of npm-asset/jquery (1.10.1) Skipped tag 1.10.1, Circular call to script handler 'fxp.composer.add.vcs.repositories' detected Reading package.json of npm-asset/jquery (1.10.0) Skipped tag 1.10.0, Circular call to script handler 'fxp.composer.add.vcs.repositories' detected Reading package.json of npm-asset/jquery (1.10.0-beta1) Skipped tag 1.10.0-beta1, Circular call to script handler 'fxp.composer.add.vcs.repositories' detected Reading package.json of npm-asset/jquery (1.9.0) Skipped tag 1.9.0, Circular call to script handler 'fxp.composer.add.vcs.repositories' detected Reading package.json of npm-asset/jquery (1.9.0-RC1) Skipped tag 1.9.0-RC1, Circular call to script handler 'fxp.composer.add.vcs.repositories' detected Reading package.json of npm-asset/jquery (1.9.0-beta1) Skipped tag 1.9.0-beta1, Circular call to script handler 'fxp.composer.add.vcs.repositories' detected Reading package.json of npm-asset/jquery (1.8.3-patch1) Skipped tag 1.8.3-patch1, Circular call to script handler 'fxp.composer.add.vcs.repositories' detected Reading package.json of npm-asset/jquery (1.8.1) Skipped tag 1.8.1, Circular call to script handler 'fxp.composer.add.vcs.repositories' detected Reading package.json of npm-asset/jquery (1.8.0) Skipped tag 1.8.0, Circular call to script handler 'fxp.composer.add.vcs.repositories' detected Reading package.json of npm-asset/jquery (1.8-RC1) Skipped tag 1.8-RC1, Circular call to script handler 'fxp.composer.add.vcs.repositories' detected Reading package.json of npm-asset/jquery (1.8-beta2) Skipped tag 1.8-beta2, Circular call to script handler 'fxp.composer.add.vcs.repositories' detected Reading package.json of npm-asset/jquery (1.8-beta1) Skipped tag 1.8-beta1, Circular call to script handler 'fxp.composer.add.vcs.repositories' detected Reading package.json of npm-asset/jquery (1.7.2-RC1) Skipped tag 1.7.2-RC1, Circular call to script handler 'fxp.composer.add.vcs.repositories' detected Reading package.json of npm-asset/jquery (1.7.2-beta1) Skipped tag 1.7.2-beta1, Circular call to script handler 'fxp.composer.add.vcs.repositories' detected Reading package.json of npm-asset/jquery (1.7.1) Skipped tag 1.7.1, Circular call to script handler 'fxp.composer.add.vcs.repositories' detected Reading package.json of npm-asset/jquery (1.7.1-RC1) Skipped tag 1.7.1-RC1, Circular call to script handler 'fxp.composer.add.vcs.repositories' detected Reading package.json of npm-asset/jquery (1.7.0) Skipped tag 1.7.0, Circular call to script handler 'fxp.composer.add.vcs.repositories' detected Reading package.json of npm-asset/jquery (1.7-RC2) Skipped tag 1.7-RC2, Circular call to script handler 'fxp.composer.add.vcs.repositories' detected Reading package.json of npm-asset/jquery (1.7-RC1) Skipped tag 1.7-RC1, Circular call to script handler 'fxp.composer.add.vcs.repositories' detected Reading package.json of npm-asset/jquery (1.7-beta2) Skipped tag 1.7-beta2, Circular call to script handler 'fxp.composer.add.vcs.repositories' detected Reading package.json of npm-asset/jquery (1.7-beta1) Skipped tag 1.7-beta1, Circular call to script handler 'fxp.composer.add.vcs.repositories' detected Reading package.json of npm-asset/jquery (1.6.4) Skipped tag 1.6.4, Circular call to script handler 'fxp.composer.add.vcs.repositories' detected Reading package.json of npm-asset/jquery (1.6.4-RC1) Skipped tag 1.6.4-RC1, Circular call to script handler 'fxp.composer.add.vcs.repositories' detected Reading package.json of npm-asset/jquery (1.6.3-RC1) Skipped tag 1.6.3-RC1, Circular call to script handler 'fxp.composer.add.vcs.repositories' detected Reading package.json of npm-asset/jquery (1.6.2-RC1) Skipped tag 1.6.2-RC1, Circular call to script handler 'fxp.composer.add.vcs.repositories' detected Reading package.json of npm-asset/jquery (1.6.1) Skipped tag 1.6.1, Circular call to script handler 'fxp.composer.add.vcs.repositories' detected Reading package.json of npm-asset/jquery (1.6.1-RC1) Skipped tag 1.6.1-RC1, Circular call to script handler 'fxp.composer.add.vcs.repositories' detected Reading package.json of npm-asset/jquery (1.6.0) Skipped tag 1.6.0, Circular call to script handler 'fxp.composer.add.vcs.repositories' detected Reading package.json of npm-asset/jquery (1.6-RC1) Skipped tag 1.6-RC1, Circular call to script handler 'fxp.composer.add.vcs.repositories' detected Reading package.json of npm-asset/jquery (1.6-beta1) Skipped tag 1.6-beta1, Circular call to script handler 'fxp.composer.add.vcs.repositories' detected Adding VCS repository npm-asset/amdefine Adding VCS repository npm-asset/source-map-url Adding VCS repository npm-asset/atob
Adding VCS repository npm-asset/resolve-url Adding VCS repository npm-asset/cssom
Adding VCS repository npm-asset/cssstyle Adding VCS repository npm-asset/nwmatcher Adding VCS repository npm-asset/htmlparser2 Adding VCS repository npm-asset/parse5
Adding VCS repository npm-asset/browser-request Adding VCS repository npm-asset/xml-name-validator Adding VCS repository npm-asset/acorn-globals
Adding VCS repository npm-asset/acorn
Adding VCS repository npm-asset/escodegen Adding VCS repository npm-asset/browserify Adding VCS repository npm-asset/setimmediate Adding VCS repository npm-asset/symbol-tree Adding VCS repository npm-asset/whatwg-url-compat Adding VCS repository npm-asset/abab
Adding VCS repository npm-asset/webidl-conversions Adding VCS repository npm-asset/sax
Adding VCS repository npm-asset/array-equal Adding VCS repository npm-asset/whatwg-url Adding VCS repository npm-asset/iconv-lite Reading package.json of npm-asset/jsdom (v0.2.14-patch2) Skipped tag v0.2.14-patch2, Circular call to script handler 'fxp.composer.add.vcs.repositories' detected Reading package.json of npm-asset/jsdom (v0.2.13-patch3) Skipped tag v0.2.13-patch3, Circular call to script handler 'fxp.composer.add.vcs.repositories' detected Reading package.json of npm-asset/jsdom (v0.2.13-patch2) Skipped tag v0.2.13-patch2, Circular call to script handler 'fxp.composer.add.vcs.repositories' detected Reading package.json of npm-asset/jsdom (8.1.1) Skipped tag 8.1.1, Circular call to script handler 'fxp.composer.add.vcs.repositories' detected Reading package.json of npm-asset/jsdom (4.5.3) Skipped tag 4.5.3, Circular call to script handler 'fxp.composer.add.vcs.repositories' detected Reading package.json of npm-asset/jsdom (1.0.0-beta.2) Skipped tag 1.0.0-beta.2, Circular call to script handler 'fxp.composer.add.vcs.repositories' detected Reading package.json of npm-asset/jsdom (0.2.14-patch1) Skipped tag 0.2.14-patch1, Circular call to script handler 'fxp.composer.add.vcs.repositories' detected Reading package.json of npm-asset/jsdom (3.x-dev) Skipped branch 3.x-dev, Circular call to script handler 'fxp.composer.add.vcs.repositories' detected Reading package.json of npm-asset/jsdom (4.x-dev) Skipped branch 4.x-dev, Circular call to script handler 'fxp.composer.add.vcs.repositories' detected Reading package.json of npm-asset/htmlparser (v2.0.0) Skipped tag v2.0.0, Circular call to script handler 'fxp.composer.add.vcs.repositories' detected Reading package.json of npm-asset/htmlparser (1.x-dev) Skipped branch 1.x-dev, Circular call to script handler 'fxp.composer.add.vcs.repositories' detected Reading package.json of npm-asset/htmlparser (2.x-dev) Skipped branch 2.x-dev, Circular call to script handler 'fxp.composer.add.vcs.repositories' detected Adding VCS repository npm-asset/bindings Adding VCS repository npm-asset/nan
Adding VCS repository npm-asset/ms Adding VCS repository npm-asset/cookie-jar Adding VCS repository npm-asset/aws-sign
Adding VCS repository npm-asset/lodash.merge Adding VCS repository npm-asset/aws4
Reading package.json of npm-asset/request (v2.74.1) Skipped tag v2.74.1, Circular call to script handler 'fxp.composer.add.vcs.repositories' detected Reading package.json of npm-asset/request (v2.73.1) Skipped tag v2.73.1, Circular call to script handler 'fxp.composer.add.vcs.repositories' detected Reading package.json of npm-asset/request (v2.72.1) Skipped tag v2.72.1, Circular call to script handler 'fxp.composer.add.vcs.repositories' detected Reading package.json of npm-asset/request (v2.71.1) Skipped tag v2.71.1, Circular call to script handler 'fxp.composer.add.vcs.repositories' detected Reading package.json of npm-asset/request (v2.70.1) Skipped tag v2.70.1, Circular call to script handler 'fxp.composer.add.vcs.repositories' detected Reading package.json of npm-asset/request (v2.69.1) Skipped tag v2.69.1, Circular call to script handler 'fxp.composer.add.vcs.repositories' detected Reading package.json of npm-asset/request (v2.68.1) Skipped tag v2.68.1, Circular call to script handler 'fxp.composer.add.vcs.repositories' detected Reading package.json of npm-asset/request (v2.66.1) Skipped tag v2.66.1, Circular call to script handler 'fxp.composer.add.vcs.repositories' detected Reading package.json of npm-asset/request (v2.65.1) Skipped tag v2.65.1, Circular call to script handler 'fxp.composer.add.vcs.repositories' detected Reading package.json of npm-asset/request (v2.64.1) Skipped tag v2.64.1, Circular call to script handler 'fxp.composer.add.vcs.repositories' detected Reading package.json of npm-asset/request (v2.63.1) Skipped tag v2.63.1, Circular call to script handler 'fxp.composer.add.vcs.repositories' detected Reading package.json of npm-asset/request (v2.62.1) Skipped tag v2.62.1, Circular call to script handler 'fxp.composer.add.vcs.repositories' detected Reading package.json of npm-asset/request (v2.61.1) Skipped tag v2.61.1, Circular call to script handler 'fxp.composer.add.vcs.repositories' detected Reading package.json of npm-asset/request (v2.60.1) Skipped tag v2.60.1, Circular call to script handler 'fxp.composer.add.vcs.repositories' detected Reading package.json of npm-asset/request (v2.59.1) Skipped tag v2.59.1, Circular call to script handler 'fxp.composer.add.vcs.repositories' detected Reading package.json of npm-asset/request (v2.58.1) Skipped tag v2.58.1, Circular call to script handler 'fxp.composer.add.vcs.repositories' detected Reading package.json of npm-asset/request (v2.57.1) Skipped tag v2.57.1, Circular call to script handler 'fxp.composer.add.vcs.repositories' detected Reading package.json of npm-asset/request (v2.56.1) Skipped tag v2.56.1, Circular call to script handler 'fxp.composer.add.vcs.repositories' detected Reading package.json of npm-asset/request (v2.55.1) Skipped tag v2.55.1, Circular call to script handler 'fxp.composer.add.vcs.repositories' detected Reading package.json of npm-asset/request (v2.54.1) Skipped tag v2.54.1, Circular call to script handler 'fxp.composer.add.vcs.repositories' detected Reading package.json of npm-asset/request (v2.53.1) Skipped tag v2.53.1, Circular call to script handler 'fxp.composer.add.vcs.repositories' detected Reading package.json of npm-asset/request (v2.52.1) Skipped tag v2.52.1, Circular call to script handler 'fxp.composer.add.vcs.repositories' detected Reading package.json of npm-asset/request (v2.51.1) Skipped tag v2.51.1, Circular call to script handler 'fxp.composer.add.vcs.repositories' detected Reading package.json of npm-asset/request (v2.50.1) Skipped tag v2.50.1, Circular call to script handler 'fxp.composer.add.vcs.repositories' detected Reading package.json of npm-asset/request (v2.49.1) Skipped tag v2.49.1, Circular call to script handler 'fxp.composer.add.vcs.repositories' detected Reading package.json of npm-asset/request (v2.48.1) Skipped tag v2.48.1, Circular call to script handler 'fxp.composer.add.vcs.repositories' detected Reading package.json of npm-asset/request (v2.47.1) Skipped tag v2.47.1, Circular call to script handler 'fxp.composer.add.vcs.repositories' detected Reading package.json of npm-asset/request (v2.46.1) Skipped tag v2.46.1, Circular call to script handler 'fxp.composer.add.vcs.repositories' detected Reading package.json of npm-asset/request (v2.45.1) Skipped tag v2.45.1, Circular call to script handler 'fxp.composer.add.vcs.repositories' detected Reading package.json of npm-asset/request (v2.44.1) Skipped tag v2.44.1, Circular call to script handler 'fxp.composer.add.vcs.repositories' detected Reading package.json of npm-asset/request (v2.43.1) Skipped tag v2.43.1, Circular call to script handler 'fxp.composer.add.vcs.repositories' detected Reading package.json of npm-asset/request (v2.42.1) Skipped tag v2.42.1, Circular call to script handler 'fxp.composer.add.vcs.repositories' detected Reading package.json of npm-asset/request (v2.41.1) Skipped tag v2.41.1, Circular call to script handler 'fxp.composer.add.vcs.repositories' detected Reading package.json of npm-asset/request (v2.40.1) Skipped tag v2.40.1, Circular call to script handler 'fxp.composer.add.vcs.repositories' detected Reading package.json of npm-asset/request (v2.39.1) Skipped tag v2.39.1, Circular call to script handler 'fxp.composer.add.vcs.repositories' detected Reading package.json of npm-asset/request (v2.38.1) Skipped tag v2.38.1, Circular call to script handler 'fxp.composer.add.vcs.repositories' detected Reading package.json of npm-asset/request (v2.37.1) Skipped tag v2.37.1, Circular call to script handler 'fxp.composer.add.vcs.repositories' detected Reading package.json of npm-asset/request (v2.36.1) Skipped tag v2.36.1, Circular call to script handler 'fxp.composer.add.vcs.repositories' detected Reading package.json of npm-asset/request (v2.35.1) Skipped tag v2.35.1, Circular call to script handler 'fxp.composer.add.vcs.repositories' detected Reading package.json of npm-asset/request (v2.34.1) Skipped tag v2.34.1, Circular call to script handler 'fxp.composer.add.vcs.repositories' detected Reading package.json of npm-asset/request (v2.33.1) Skipped tag v2.33.1, Circular call to script handler 'fxp.composer.add.vcs.repositories' detected Reading package.json of npm-asset/request (v2.32.1) Skipped tag v2.32.1, Circular call to script handler 'fxp.composer.add.vcs.repositories' detected Reading package.json of npm-asset/request (v2.31.1) Skipped tag v2.31.1, Circular call to script handler 'fxp.composer.add.vcs.repositories' detected Reading package.json of npm-asset/request (v2.30.1) Skipped tag v2.30.1, Circular call to script handler 'fxp.composer.add.vcs.repositories' detected Reading package.json of npm-asset/request (v2.29.1) Skipped tag v2.29.1, Circular call to script handler 'fxp.composer.add.vcs.repositories' detected Reading package.json of npm-asset/request (v2.28.1) Skipped tag v2.28.1, Circular call to script handler 'fxp.composer.add.vcs.repositories' detected Reading package.json of npm-asset/request (v2.27.1) Skipped tag v2.27.1, Circular call to script handler 'fxp.composer.add.vcs.repositories' detected Reading package.json of npm-asset/request (v2.26.1) Skipped tag v2.26.1, Circular call to script handler 'fxp.composer.add.vcs.repositories' detected Reading package.json of npm-asset/request (v2.25.1) Skipped tag v2.25.1, Circular call to script handler 'fxp.composer.add.vcs.repositories' detected Reading package.json of npm-asset/request (v2.24.1) Skipped tag v2.24.1, Circular call to script handler 'fxp.composer.add.vcs.repositories' detected Reading package.json of npm-asset/request (v2.23.1) Skipped tag v2.23.1, Circular call to script handler 'fxp.composer.add.vcs.repositories' detected Reading package.json of npm-asset/request (v2.22.1) Skipped tag v2.22.1, Circular call to script handler 'fxp.composer.add.vcs.repositories' detected Reading package.json of npm-asset/request (v2.21.1) Skipped tag v2.21.1, Circular call to script handler 'fxp.composer.add.vcs.repositories' detected Reading package.json of npm-asset/request (v2.20.1) Skipped tag v2.20.1, Circular call to script handler 'fxp.composer.add.vcs.repositories' detected Reading package.json of npm-asset/request (v2.19.1) Skipped tag v2.19.1, Circular call to script handler 'fxp.composer.add.vcs.repositories' detected Reading package.json of npm-asset/request (v2.18.1) Skipped tag v2.18.1, Circular call to script handler 'fxp.composer.add.vcs.repositories' detected Reading package.json of npm-asset/request (v2.17.0) Skipped tag v2.17.0, Circular call to script handler 'fxp.composer.add.vcs.repositories' detected Reading package.json of npm-asset/request (3.0.x-dev) Skipped branch 3.0.x-dev, Circular call to script handler 'fxp.composer.add.vcs.repositories' detected Reading package.json of npm-asset/htmlparser (v1.6.4) Skipped tag v1.6.4, Circular call to script handler 'fxp.composer.add.vcs.repositories' detected Reading package.json of npm-asset/htmlparser (v1.6.1) Skipped tag v1.6.1, Circular call to script handler 'fxp.composer.add.vcs.repositories' detected Reading package.json of npm-asset/htmlparser (v1.6.0) Skipped tag v1.6.0, Circular call to script handler 'fxp.composer.add.vcs.repositories' detected Reading package.json of npm-asset/htmlparser (v1.5.0) Skipped tag v1.5.0, Circular call to script handler 'fxp.composer.add.vcs.repositories' detected Reading package.json of npm-asset/htmlparser (v1.4.2) Skipped tag v1.4.2, Circular call to script handler 'fxp.composer.add.vcs.repositories' detected Reading package.json of npm-asset/htmlparser (v1.4.1) Skipped tag v1.4.1, Circular call to script handler 'fxp.composer.add.vcs.repositories' detected Reading package.json of npm-asset/htmlparser (v1.4.0) Skipped tag v1.4.0, Circular call to script handler 'fxp.composer.add.vcs.repositories' detected Reading package.json of npm-asset/htmlparser (v1.3.4) Skipped tag v1.3.4, Circular call to script handler 'fxp.composer.add.vcs.repositories' detected Reading package.json of npm-asset/htmlparser (v1.3.3) Skipped tag v1.3.3, Circular call to script handler 'fxp.composer.add.vcs.repositories' detected Reading package.json of npm-asset/htmlparser (v1.3.2) Skipped tag v1.3.2, Circular call to script handler 'fxp.composer.add.vcs.repositories' detected Reading package.json of npm-asset/htmlparser (v1.3.1) Skipped tag v1.3.1, Circular call to script handler 'fxp.composer.add.vcs.repositories' detected Reading package.json of npm-asset/htmlparser (v1.3.0) Skipped tag v1.3.0, Circular call to script handler 'fxp.composer.add.vcs.repositories' detected Reading package.json of npm-asset/htmlparser (v1.2.0) Skipped tag v1.2.0, Circular call to script handler 'fxp.composer.add.vcs.repositories' detected Reading package.json of npm-asset/htmlparser (v1.1.0) Skipped tag v1.1.0, Circular call to script handler 'fxp.composer.add.vcs.repositories' detected Reading package.json of npm-asset/htmlparser (v1.0.3) Skipped tag v1.0.3, Circular call to script handler 'fxp.composer.add.vcs.repositories' detected Reading package.json of npm-asset/htmlparser (v1.0.2) Skipped tag v1.0.2, Circular call to script handler 'fxp.composer.add.vcs.repositories' detected Reading package.json of npm-asset/htmlparser (v1.0.1) Skipped tag v1.0.1, Circular call to script handler 'fxp.composer.add.vcs.repositories' detected Reading package.json of npm-asset/htmlparser (v1.0.0) Skipped tag v1.0.0, Circular call to script handler 'fxp.composer.add.vcs.repositories' detected Reading package.json of npm-asset/cssstyle (0.2.x-dev) Skipped branch 0.2.x-dev, Circular call to script handler 'fxp.composer.add.vcs.repositories' detected Reading package.json of npm-asset/cssstyle (0.3.x-dev) Skipped branch 0.3.x-dev, Circular call to script handler 'fxp.composer.add.vcs.repositories' detected Adding VCS repository npm-asset/domhandler Adding VCS repository npm-asset/domutils
Adding VCS repository npm-asset/domelementtype Adding VCS repository npm-asset/entities
Reading package.json of npm-asset/parse5 (1.x-dev) Skipped branch 1.x-dev, Circular call to script handler 'fxp.composer.add.vcs.repositories' detected Adding VCS repository npm-asset/estraverse Adding VCS repository npm-asset/esutils
Adding VCS repository npm-asset/esprima Adding VCS repository npm-asset/optionator Adding VCS repository npm-asset/jsonstream Adding VCS repository npm-asset/assert
Adding VCS repository npm-asset/browser-pack Adding VCS repository npm-asset/browser-resolve Adding VCS repository npm-asset/browserify-zlib Adding VCS repository npm-asset/buffer
Adding VCS repository npm-asset/builtins Adding VCS repository npm-asset/commondir Adding VCS repository npm-asset/console-browserify Adding VCS repository npm-asset/constants-browserify Adding VCS repository npm-asset/crypto-browserify
Adding VCS repository npm-asset/deep-equal
Adding VCS repository npm-asset/defined
Adding VCS repository npm-asset/deps-sort Adding VCS repository npm-asset/domain-browser Adding VCS repository npm-asset/duplexer2
Adding VCS repository npm-asset/events
Adding VCS repository npm-asset/has
Adding VCS repository npm-asset/http-browserify Adding VCS repository npm-asset/https-browserify Adding VCS repository npm-asset/insert-module-globals Adding VCS repository npm-asset/labeled-stream-splicer Adding VCS repository npm-asset/module-deps
Adding VCS repository npm-asset/os-browserify Adding VCS repository npm-asset/parents
Adding VCS repository npm-asset/path-browserify Adding VCS repository npm-asset/process
Adding VCS repository npm-asset/querystring-es3 Adding VCS repository npm-asset/read-only-stream Adding VCS repository npm-asset/resolve
Adding VCS repository npm-asset/shallow-copy Adding VCS repository npm-asset/shasum
Adding VCS repository npm-asset/shell-quote Adding VCS repository npm-asset/stream-browserify Adding VCS repository npm-asset/subarg
Adding VCS repository npm-asset/syntax-error Adding VCS repository npm-asset/through2
Adding VCS repository npm-asset/timers-browserify Adding VCS repository npm-asset/tty-browserify
Adding VCS repository npm-asset/url
Adding VCS repository npm-asset/util Adding VCS repository npm-asset/vm-browserify Reading package.json of npm-asset/browserify (9.x-dev) Skipped branch 9.x-dev, Circular call to script handler 'fxp.composer.add.vcs.repositories' detected Adding VCS repository npm-asset/tr46 Reading package.json of npm-asset/whatwg-url-compat (0.6.5-patch1) Skipped tag 0.6.5-patch1, Circular call to script handler 'fxp.composer.add.vcs.repositories' detected Reading package.json of npm-asset/whatwg-url-compat (0.6.4-patch1) Skipped tag 0.6.4-patch1, Circular call to script handler 'fxp.composer.add.vcs.repositories' detected Reading package.json of npm-asset/whatwg-url-compat (0.6.1-patch1) Skipped tag 0.6.1-patch1, Circular call to script handler 'fxp.composer.add.vcs.repositories' detected Reading package.json of npm-asset/sax (v1.2.0) Skipped tag v1.2.0, Circular call to script handler 'fxp.composer.add.vcs.repositories' detected Reading package.json of npm-asset/nan (1.5.x-dev) Skipped branch 1.5.x-dev, Circular call to script handler 'fxp.composer.add.vcs.repositories' detected Reading package.json of npm-asset/cookie-jar (v0.3.1) Skipped tag v0.3.1, Circular call to script handler 'fxp.composer.add.vcs.repositories' detected Reading package.json of npm-asset/oauth-sign (v0.3.1) Skipped tag v0.3.1, Circular call to script handler 'fxp.composer.add.vcs.repositories' detected Adding VCS repository npm-asset/sprintf Reading package.json of npm-asset/http-signature (0.9.x-dev) Skipped branch 0.9.x-dev, Circular call to script handler 'fxp.composer.add.vcs.repositories' detected Reading package.json of npm-asset/forever-agent (v0.3.1) Skipped tag v0.3.1, Circular call to script handler 'fxp.composer.add.vcs.repositories' detected Reading package.json of npm-asset/tunnel-agent (v0.3.1) Skipped tag v0.3.1, Circular call to script handler 'fxp.composer.add.vcs.repositories' detected Adding VCS repository npm-asset/lodash._basecreatecallback Adding VCS repository npm-asset/lodash._basemerge
Adding VCS repository npm-asset/lodash._getarray Adding VCS repository npm-asset/lodash.isobject Adding VCS repository npm-asset/lodash._releasearray Adding VCS repository npm-asset/lodash._slice
Reading package.json of npm-asset/lodash.merge (2.4.2) Skipped tag 2.4.2, Circular call to script handler 'fxp.composer.add.vcs.repositories' detected Reading package.json of npm-asset/caseless (v0.7.1) Skipped tag v0.7.1, Circular call to script handler 'fxp.composer.add.vcs.repositories' detected Reading package.json of npm-asset/oauth-sign (v0.5.1) Skipped tag v0.5.1, Circular call to script handler 'fxp.composer.add.vcs.repositories' detected Reading package.json of npm-asset/caseless (v0.8.1) Skipped tag v0.8.1, Circular call to script handler 'fxp.composer.add.vcs.repositories' detected Reading package.json of npm-asset/oauth-sign (v0.6.1) Skipped tag v0.6.1, Circular call to script handler 'fxp.composer.add.vcs.repositories' detected Adding VCS repository npm-asset/bluebird Adding VCS repository npm-asset/require-directory Reading package.json of npm-asset/aws4 (v1.3.0)
Skipped tag v1.3.0, Circular call to script handler 'fxp.composer.add.vcs.repositories' detected Adding VCS repository npm-asset/asynckit Adding VCS repository npm-asset/dom-serializer Adding VCS repository npm-asset/inline-process-browser Adding VCS repository npm-asset/unreachable-branch-transform Adding VCS repository npm-asset/buffer-shims
Reading package.json of npm-asset/esprima (1.x-dev) Skipped branch 1.x-dev, Circular call to script handler 'fxp.composer.add.vcs.repositories' detected Reading package.json of npm-asset/esprima (1.2.x-dev) Skipped branch 1.2.x-dev, Circular call to script handler 'fxp.composer.add.vcs.repositories' detected Adding VCS repository npm-asset/prelude-ls Adding VCS repository npm-asset/deep-is
Adding VCS repository npm-asset/wordwrap Adding VCS repository npm-asset/type-check Adding VCS repository npm-asset/levn
Adding VCS repository npm-asset/fast-levenshtein Reading package.json of npm-asset/esprima (2.x-dev) Skipped branch 2.x-dev, Circular call to script handler 'fxp.composer.add.vcs.repositories' detected Reading package.json of npm-asset/esprima (2.7.x-dev) Skipped branch 2.7.x-dev, Circular call to script handler 'fxp.composer.add.vcs.repositories' detected Reading package.json of npm-asset/jsonstream (v0.10.2) Skipped tag v0.10.2, Circular call to script handler 'fxp.composer.add.vcs.repositories' detected Reading package.json of npm-asset/jsonstream (v0.10.1) Skipped tag v0.10.1, Circular call to script handler 'fxp.composer.add.vcs.repositories' detected Reading package.json of npm-asset/jsonstream (v0.10.0) Skipped tag v0.10.0, Circular call to script handler 'fxp.composer.add.vcs.repositories' detected Adding VCS repository npm-asset/combine-source-map Adding VCS repository npm-asset/umd
Adding VCS repository npm-asset/pako Adding VCS repository npm-asset/base64-js Adding VCS repository npm-asset/ieee754
Adding VCS repository npm-asset/is-array Reading package.json of npm-asset/concat-stream (v1.4.9) Skipped tag v1.4.9, Circular call to script handler 'fxp.composer.add.vcs.repositories' detected Adding VCS repository npm-asset/date-now Adding VCS repository npm-asset/ripemd160 Adding VCS repository npm-asset/sha.js
Adding VCS repository npm-asset/pbkdf2-compat Adding VCS repository npm-asset/browserify-aes Adding VCS repository npm-asset/browserify-sign Adding VCS repository npm-asset/diffie-hellman Adding VCS repository npm-asset/create-ecdh
Adding VCS repository npm-asset/public-encrypt Adding VCS repository npm-asset/create-hash
Adding VCS repository npm-asset/create-hmac Adding VCS repository npm-asset/randombytes Adding VCS repository npm-asset/pbkdf2
Adding VCS repository npm-asset/browserify-cipher Reading package.json of npm-asset/crypto-browserify (v3.2.3) Skipped tag v3.2.3, Circular call to script handler 'fxp.composer.add.vcs.repositories' detected Reading package.json of npm-asset/crypto-browserify (v3.0.3) Skipped tag v3.0.3, Circular call to script handler 'fxp.composer.add.vcs.repositories' detected Adding VCS repository npm-asset/assert-helpers Reading package.json of npm-asset/glob (v4.1.1) Skipped tag v4.1.1, Circular call to script handler 'fxp.composer.add.vcs.repositories' detected Reading package.json of npm-asset/glob (v4.1.0) Skipped tag v4.1.0, Circular call to script handler 'fxp.composer.add.vcs.repositories' detected Adding VCS repository npm-asset/function-bind Adding VCS repository npm-asset/base64
Adding VCS repository npm-asset/lexical-scope Adding VCS repository npm-asset/through
Adding VCS repository npm-asset/stream-splicer Adding VCS repository npm-asset/detective
Adding VCS repository npm-asset/stream-combiner2 Reading package.json of npm-asset/module-deps (v3.7.9) Skipped tag v3.7.9, Circular call to script handler 'fxp.composer.add.vcs.repositories' detected Adding VCS repository npm-asset/path-platform Reading package.json of npm-asset/querystring-es3 (0.2.0-patch8) Skipped tag 0.2.0-patch8, Circular call to script handler 'fxp.composer.add.vcs.repositories' detected Adding VCS repository npm-asset/readable-wrap Reading package.json of npm-asset/readable-stream (1.1.x-dev) Skipped branch 1.1.x-dev, Circular call to script handler 'fxp.composer.add.vcs.repositories' detected Adding VCS repository npm-asset/json-stable-stringify Adding VCS repository npm-asset/esprima-fb
Reading package.json of npm-asset/through2 (v1.0.1) Skipped tag v1.0.1, Circular call to script handler 'fxp.composer.add.vcs.repositories' detected Reading package.json of npm-asset/through2 (1.0.x-dev) Skipped branch 1.0.x-dev, Circular call to script handler 'fxp.composer.add.vcs.repositories' detected Adding VCS repository npm-asset/querystring Adding VCS repository npm-asset/indexof
Adding VCS repository npm-asset/uglify-js Reading package.json of npm-asset/async (v0.1.23) Skipped tag v0.1.23, Circular call to script handler 'fxp.composer.add.vcs.repositories' detected Reading package.json of npm-asset/async (0.1.24) Skipped tag 0.1.24, Circular call to script handler 'fxp.composer.add.vcs.repositories' detected Adding VCS repository npm-asset/lodash.bind Adding VCS repository npm-asset/lodash.identity Adding VCS repository npm-asset/lodash._setbinddata Adding VCS repository npm-asset/lodash.support
Adding VCS repository npm-asset/lodash.foreach Adding VCS repository npm-asset/lodash.forown Adding VCS repository npm-asset/lodash.isarray Adding VCS repository npm-asset/lodash.isplainobject Adding VCS repository npm-asset/lodash._arraypool
Adding VCS repository npm-asset/lodash._objecttypes Reading package.json of npm-asset/lodash.isobject (2.4.2) Skipped tag 2.4.2, Circular call to script handler 'fxp.composer.add.vcs.repositories' detected Adding VCS repository npm-asset/lodash._maxpoolsize Reading package.json of npm-asset/bluebird (2.x-dev) Skipped branch 2.x-dev, Circular call to script handler 'fxp.composer.add.vcs.repositories' detected Adding VCS repository npm-asset/big-integer Adding VCS repository npm-asset/pseudomap
Adding VCS repository npm-asset/yallist
Reading package.json of npm-asset/dom-serializer (dev-greenkeeper-cheerio-0.21.0) Skipped branch dev-greenkeeper-cheerio-0.21.0, Circular call to script handler 'fxp.composer.add.vcs.repositories' detected Reading package.json of npm-asset/dom-serializer (dev-greenkeeper-lodash-4.15.0) Skipped branch dev-greenkeeper-lodash-4.15.0, Circular call to script handler 'fxp.composer.add.vcs.repositories' detected Adding VCS repository npm-asset/falafel Adding VCS repository npm-asset/esmangle-evaluator Adding VCS repository npm-asset/recast
Reading package.json of npm-asset/fast-levenshtein (1.1.1) Skipped tag 1.1.1, Circular call to script handler 'fxp.composer.add.vcs.repositories' detected Reading package.json of npm-asset/jsonstream (v0.8.4) Skipped tag v0.8.4, Circular call to script handler 'fxp.composer.add.vcs.repositories' detected Adding VCS repository npm-asset/inline-source-map Adding VCS repository npm-asset/convert-source-map Adding VCS repository npm-asset/jsonparse
Reading package.json of npm-asset/jsonstream (v1.0.6) Skipped tag v1.0.6, Circular call to script handler 'fxp.composer.add.vcs.repositories' detected Reading package.json of npm-asset/jsonstream (v1.0.5) Skipped tag v1.0.5, Circular call to script handler 'fxp.composer.add.vcs.repositories' detected Reading package.json of npm-asset/jsonstream (v1.0.4) Skipped tag v1.0.4, Circular call to script handler 'fxp.composer.add.vcs.repositories' detected Reading package.json of npm-asset/pako (0.2.x-dev) Skipped branch 0.2.x-dev, Circular call to script handler 'fxp.composer.add.vcs.repositories' detected Adding VCS repository npm-asset/debuglog Adding VCS repository npm-asset/istanbul Adding VCS repository npm-asset/asn1.js Adding VCS repository npm-asset/asn1.js-rfc3280 Adding VCS repository npm-asset/bn.js
Adding VCS repository npm-asset/elliptic Adding VCS repository npm-asset/pemstrip Adding VCS repository npm-asset/miller-rabin Adding VCS repository npm-asset/parse-asn1
Adding VCS repository npm-asset/browserify-rsa Adding VCS repository npm-asset/cipher-base
Adding VCS repository npm-asset/buffer-xor Adding VCS repository npm-asset/evp_bytestokey Reading package.json of npm-asset/pbkdf2-compat (v3.0.7) Skipped tag v3.0.7, Circular call to script handler 'fxp.composer.add.vcs.repositories' detected Reading package.json of npm-asset/pbkdf2-compat (v3.0.6) Skipped tag v3.0.6, Circular call to script handler 'fxp.composer.add.vcs.repositories' detected Reading package.json of npm-asset/pbkdf2-compat (v3.0.5) Skipped tag v3.0.5, Circular call to script handler 'fxp.composer.add.vcs.repositories' detected Reading package.json of npm-asset/pbkdf2-compat (v3.0.3) Skipped tag v3.0.3, Circular call to script handler 'fxp.composer.add.vcs.repositories' detected Reading package.json of npm-asset/pbkdf2-compat (3.0.4) Skipped tag 3.0.4, Circular call to script handler 'fxp.composer.add.vcs.repositories' detected Adding VCS repository npm-asset/browserify-des Adding VCS repository npm-asset/ansicolors
Adding VCS repository npm-asset/diff
Adding VCS repository npm-asset/esnextguardian Adding VCS repository npm-asset/editions
Adding VCS repository npm-asset/astw
Adding VCS repository npm-asset/lodash.memoize Adding VCS repository npm-asset/duplexer
Adding VCS repository npm-asset/jsonify Adding VCS repository npm-asset/object-keys Adding VCS repository npm-asset/lodash._createwrapper Reading package.json of npm-asset/lodash.bind (2.4.2) Skipped tag 2.4.2, Circular call to script handler 'fxp.composer.add.vcs.repositories' detected Reading package.json of npm-asset/lodash.identity (2.4.2) Skipped tag 2.4.2, Circular call to script handler 'fxp.composer.add.vcs.repositories' detected Adding VCS repository npm-asset/lodash._isnative Adding VCS repository npm-asset/lodash.noop
Reading package.json of npm-asset/lodash.support (2.4.2) Skipped tag 2.4.2, Circular call to script handler 'fxp.composer.add.vcs.repositories' detected Reading package.json of npm-asset/lodash.foreach (2.4.2) Skipped tag 2.4.2, Circular call to script handler 'fxp.composer.add.vcs.repositories' detected Adding VCS repository npm-asset/lodash.keys Reading package.json of npm-asset/lodash.forown (2.4.2) Skipped tag 2.4.2, Circular call to script handler 'fxp.composer.add.vcs.repositories' detected Reading package.json of npm-asset/lodash.isarray (2.4.2) Skipped tag 2.4.2, Circular call to script handler 'fxp.composer.add.vcs.repositories' detected Adding VCS repository npm-asset/lodash._shimisplainobject Reading package.json of npm-asset/lodash.isplainobject (2.4.2) Skipped tag 2.4.2, Circular call to script handler 'fxp.composer.add.vcs.repositories' detected Adding VCS repository npm-asset/get-stdin Reading package.json of npm-asset/strip-ansi (v2.0.2) Skipped tag v2.0.2, Circular call to script handler 'fxp.composer.add.vcs.repositories' detected Adding VCS repository npm-asset/foreach Adding VCS repository npm-asset/private Adding VCS repository npm-asset/ast-types Reading package.json of npm-asset/recast (v0.10.40) Skipped tag v0.10.40, Circular call to script handler 'fxp.composer.add.vcs.repositories' detected Adding VCS repository npm-asset/handlebars Adding VCS repository npm-asset/fileset
Adding VCS repository npm-asset/js-yaml Reading package.json of npm-asset/istanbul (v0.3.12) Skipped tag v0.3.12, Circular call to script handler 'fxp.composer.add.vcs.repositories' detected Adding VCS repository npm-asset/brorand Adding VCS repository npm-asset/hash.js Reading package.json of npm-asset/elliptic (v0.15.16) Skipped tag v0.15.16, Circular call to script handler 'fxp.composer.add.vcs.repositories' detected Reading package.json of npm-asset/parse-asn1 (v1.2.1) Skipped tag v1.2.1, Circular call to script handler 'fxp.composer.add.vcs.repositories' detected Reading package.json of npm-asset/browserify-rsa (v1.2.0) Skipped tag v1.2.0, Circular call to script handler 'fxp.composer.add.vcs.repositories' detected Reading package.json of npm-asset/bn.js (v1.0.1) Skipped tag v1.0.1, Circular call to script handler 'fxp.composer.add.vcs.repositories' detected Reading package.json of npm-asset/bn.js (v1.2.0) Skipped tag v1.2.0, Circular call to script handler 'fxp.composer.add.vcs.repositories' detected Reading package.json of npm-asset/miller-rabin (v2.1.0) Skipped tag v2.1.0, Circular call to script handler 'fxp.composer.add.vcs.repositories' detected Reading package.json of npm-asset/elliptic (v3.0.0) Skipped tag v3.0.0, Circular call to script handler 'fxp.composer.add.vcs.repositories' detected Adding VCS repository npm-asset/des.js Reading package.json of npm-asset/lodash.memoize (3.0.9-patch1) Skipped tag 3.0.9-patch1, Circular call to script handler 'fxp.composer.add.vcs.repositories' detected Reading package.json of npm-asset/lodash.memoize (3.0.8-patch1) Skipped tag 3.0.8-patch1, Circular call to script handler 'fxp.composer.add.vcs.repositories' detected Reading package.json of npm-asset/lodash.memoize (3.0.7-patch1) Skipped tag 3.0.7-patch1, Circular call to script handler 'fxp.composer.add.vcs.repositories' detected Reading package.json of npm-asset/lodash.memoize (3.0.6-patch1) Skipped tag 3.0.6-patch1, Circular call to script handler 'fxp.composer.add.vcs.repositories' detected Reading package.json of npm-asset/lodash.memoize (3.0.5-patch1) Skipped tag 3.0.5-patch1, Circular call to script handler 'fxp.composer.add.vcs.repositories' detected Reading package.json of npm-asset/lodash.memoize (3.0.4-patch1) Skipped tag 3.0.4-patch1, Circular call to script handler 'fxp.composer.add.vcs.repositories' detected Reading package.json of npm-asset/lodash.memoize (3.0.3-patch1) Skipped tag 3.0.3-patch1, Circular call to script handler 'fxp.composer.add.vcs.repositories' detected Adding VCS repository npm-asset/lodash._basebind Adding VCS repository npm-asset/lodash._basecreatewrapper Adding VCS repository npm-asset/lodash.isfunction
Reading package.json of npm-asset/lodash._createwrapper (2.4.2) Skipped tag 2.4.2, Circular call to script handler 'fxp.composer.add.vcs.repositories' detected Reading package.json of npm-asset/lodash.noop (2.4.2) Skipped tag 2.4.2, Circular call to script handler 'fxp.composer.add.vcs.repositories' detected Adding VCS repository npm-asset/lodash._shimkeys Reading package.json of npm-asset/lodash.keys (2.4.2) Skipped tag 2.4.2, Circular call to script handler 'fxp.composer.add.vcs.repositories' detected Adding VCS repository npm-asset/lodash.forin Reading package.json of npm-asset/esprima-fb (12001.1.0) Skipped tag 12001.1.0, Circular call to script handler 'fxp.composer.add.vcs.repositories' detected Reading package.json of npm-asset/esprima-fb (13001.1.0) Skipped tag 13001.1.0, Circular call to script handler 'fxp.composer.add.vcs.repositories' detected Reading package.json of npm-asset/esprima-fb (13001.1001.0) Skipped tag 13001.1001.0, Circular call to script handler 'fxp.composer.add.vcs.repositories' detected Reading package.json of npm-asset/esprima-fb (14001.1.0) Skipped tag 14001.1.0, Circular call to script handler 'fxp.composer.add.vcs.repositories' detected Reading package.json of npm-asset/esprima-fb (15001.1.0) Skipped tag 15001.1.0, Circular call to script handler 'fxp.composer.add.vcs.repositories' detected Reading package.json of npm-asset/esprima-fb (15001.1001.0) Skipped tag 15001.1001.0, Circular call to script handler 'fxp.composer.add.vcs.repositories' detected Reading package.json of npm-asset/esprima (3.0.x-dev) Skipped branch 3.0.x-dev, Circular call to script handler 'fxp.composer.add.vcs.repositories' detected Adding VCS repository npm-asset/optimist Reading package.json of npm-asset/which (1.0.4) Skipped tag 1.0.4, Circular call to script handler 'fxp.composer.add.vcs.repositories' detected Adding VCS repository npm-asset/argparse Adding VCS repository npm-asset/inherit Reading package.json of npm-asset/js-yaml (3.2.0) Skipped tag 3.2.0, Circular call to script handler 'fxp.composer.add.vcs.repositories' detected Reading package.json of npm-asset/esprima (2.0.x-dev) Skipped branch 2.0.x-dev, Circular call to script handler 'fxp.composer.add.vcs.repositories' detected Reading package.json of npm-asset/esprima (2.1.x-dev) Skipped branch 2.1.x-dev, Circular call to script handler 'fxp.composer.add.vcs.repositories' detected Reading package.json of npm-asset/fileset (v0.2.0) Skipped tag v0.2.0, Circular call to script handler 'fxp.composer.add.vcs.repositories' detected Reading package.json of npm-asset/fileset (0.2.x-dev) Skipped branch 0.2.x-dev, Circular call to script handler 'fxp.composer.add.vcs.repositories' detected Reading package.json of npm-asset/esprima (2.4.x-dev) Skipped branch 2.4.x-dev, Circular call to script handler 'fxp.composer.add.vcs.repositories' detected Reading package.json of npm-asset/esprima (2.5.x-dev) Skipped branch 2.5.x-dev, Circular call to script handler 'fxp.composer.add.vcs.repositories' detected Adding VCS repository npm-asset/minimalistic-assert Reading package.json of npm-asset/asn1.js-rfc3280 (v1.0.1) Skipped tag v1.0.1, Circular call to script handler 'fxp.composer.add.vcs.repositories' detected Reading package.json of npm-asset/asn1.js-rfc3280 (v1.0.2) Skipped tag v1.0.2, Circular call to script handler 'fxp.composer.add.vcs.repositories' detected Reading package.json of npm-asset/asn1.js-rfc3280 (v1.0.3) Skipped tag v1.0.3, Circular call to script handler 'fxp.composer.add.vcs.repositories' detected Reading package.json of npm-asset/asn1.js-rfc3280 (v1.0.4) Skipped tag v1.0.4, Circular call to script handler 'fxp.composer.add.vcs.repositories' detected Reading package.json of npm-asset/asn1.js-rfc3280 (v1.0.5) Skipped tag v1.0.5, Circular call to script handler 'fxp.composer.add.vcs.repositories' detected Reading package.json of npm-asset/asn1.js-rfc3280 (v1.0.6) Skipped tag v1.0.6, Circular call to script handler 'fxp.composer.add.vcs.repositories' detected Reading package.json of npm-asset/asn1.js (v4.6.1) Skipped tag v4.6.1, Circular call to script handler 'fxp.composer.add.vcs.repositories' detected Adding VCS repository npm-asset/lodash._basecreate Reading package.json of npm-asset/lodash.isfunction (2.4.2) Skipped tag 2.4.2, Circular call to script handler 'fxp.composer.add.vcs.repositories' detected Reading package.json of npm-asset/lodash.forin (2.4.2) Skipped tag 2.4.2, Circular call to script handler 'fxp.composer.add.vcs.repositories' detected Reading package.json of npm-asset/esprima (1.0.x-dev) Skipped branch 1.0.x-dev, Circular call to script handler 'fxp.composer.add.vcs.repositories' detected Reading package.json of npm-asset/esprima (1.1.x-dev) Skipped branch 1.1.x-dev, Circular call to script handler 'fxp.composer.add.vcs.repositories' detected Reading package.json of npm-asset/optimist (0.3.2) Skipped tag 0.3.2, Circular call to script handler 'fxp.composer.add.vcs.repositories' detected Adding VCS repository npm-asset/uglify-to-browserify Adding VCS repository npm-asset/yargs
Reading package.json of npm-asset/minimatch (0.1.6) Skipped tag 0.1.6, Circular call to script handler 'fxp.composer.add.vcs.repositories' detected Reading package.json of npm-asset/minimatch (0.1.0) Skipped tag 0.1.0, Circular call to script handler 'fxp.composer.add.vcs.repositories' detected Adding VCS repository npm-asset/fast-list Reading package.json of npm-asset/minimatch (0.2.1) Skipped tag 0.2.1, Circular call to script handler 'fxp.composer.add.vcs.repositories' detected Reading package.json of npm-asset/glob (v3.2.2) Skipped tag v3.2.2, Circular call to script handler 'fxp.composer.add.vcs.repositories' detected Reading package.json of npm-asset/glob (v5.0.8) Skipped tag v5.0.8, Circular call to script handler 'fxp.composer.add.vcs.repositories' detected Adding VCS repository npm-asset/underscore Adding VCS repository npm-asset/underscore.string Adding VCS repository npm-asset/sprintf-js
Reading package.json of npm-asset/esprima (2.2.x-dev) Skipped branch 2.2.x-dev, Circular call to script handler 'fxp.composer.add.vcs.repositories' detected Reading package.json of npm-asset/esprima (2.6.x-dev) Skipped branch 2.6.x-dev, Circular call to script handler 'fxp.composer.add.vcs.repositories' detected Reading package.json of npm-asset/lodash._basecreate (2.4.2) Skipped tag 2.4.2, Circular call to script handler 'fxp.composer.add.vcs.repositories' detected Adding VCS repository npm-asset/camelcase Adding VCS repository npm-asset/decamelize Adding VCS repository npm-asset/window-size Adding VCS repository npm-asset/cliui
Reading package.json of npm-asset/inherits (1.x-dev) Skipped branch 1.x-dev, Circular call to script handler 'fxp.composer.add.vcs.repositories' detected Reading package.json of npm-asset/lodash (3.11.0-patch1) Skipped tag 3.11.0-patch1, Circular call to script handler 'fxp.composer.add.vcs.repositories' detected Reading package.json of npm-asset/lodash (3.10.3-patch1) Skipped tag 3.10.3-patch1, Circular call to script handler 'fxp.composer.add.vcs.repositories' detected Reading package.json of npm-asset/lodash (3.10.2-patch1) Skipped tag 3.10.2-patch1, Circular call to script handler 'fxp.composer.add.vcs.repositories' detected Reading package.json of npm-asset/lodash (3.10.1-patch1) Skipped tag 3.10.1-patch1, Circular call to script handler 'fxp.composer.add.vcs.repositories' detected Reading package.json of npm-asset/lodash (3.10.0-patch1) Skipped tag 3.10.0-patch1, Circular call to script handler 'fxp.composer.add.vcs.repositories' detected Reading package.json of npm-asset/lodash (3.9.3-patch1) Skipped tag 3.9.3-patch1, Circular call to script handler 'fxp.composer.add.vcs.repositories' detected Reading package.json of npm-asset/lodash (3.9.2-patch1) Skipped tag 3.9.2-patch1, Circular call to script handler 'fxp.composer.add.vcs.repositories' detected Reading package.json of npm-asset/lodash (3.9.1-patch1) Skipped tag 3.9.1-patch1, Circular call to script handler 'fxp.composer.add.vcs.repositories' detected Reading package.json of npm-asset/lodash (3.9.0-patch1) Skipped tag 3.9.0-patch1, Circular call to script handler 'fxp.composer.add.vcs.repositories' detected Reading package.json of npm-asset/lodash (3.8.2-patch1) Skipped tag 3.8.2-patch1, Circular call to script handler 'fxp.composer.add.vcs.repositories' detected Reading package.json of npm-asset/lodash (3.8.1-patch1) Skipped tag 3.8.1-patch1, Circular call to script handler 'fxp.composer.add.vcs.repositories' detected Reading package.json of npm-asset/lodash (3.8.0-patch1) Skipped tag 3.8.0-patch1, Circular call to script handler 'fxp.composer.add.vcs.repositories' detected Reading package.json of npm-asset/lodash (3.7.4-patch1) Skipped tag 3.7.4-patch1, Circular call to script handler 'fxp.composer.add.vcs.repositories' detected Reading package.json of npm-asset/lodash (3.7.3-patch1) Skipped tag 3.7.3-patch1, Circular call to script handler 'fxp.composer.add.vcs.repositories' detected Reading package.json of npm-asset/lodash (3.7.2-patch1) Skipped tag 3.7.2-patch1, Circular call to script handler 'fxp.composer.add.vcs.repositories' detected Reading package.json of npm-asset/lodash (3.7.1-patch1) Skipped tag 3.7.1-patch1, Circular call to script handler 'fxp.composer.add.vcs.repositories' detected Reading package.json of npm-asset/lodash (3.7.0-patch1) Skipped tag 3.7.0-patch1, Circular call to script handler 'fxp.composer.add.vcs.repositories' detected Reading package.json of npm-asset/lodash (3.6.2-patch1) Skipped tag 3.6.2-patch1, Circular call to script handler 'fxp.composer.add.vcs.repositories' detected Reading package.json of npm-asset/lodash (3.6.1-patch1) Skipped tag 3.6.1-patch1, Circular call to script handler 'fxp.composer.add.vcs.repositories' detected Reading package.json of npm-asset/lodash (3.6.0-patch1) Skipped tag 3.6.0-patch1, Circular call to script handler 'fxp.composer.add.vcs.repositories' detected Reading package.json of npm-asset/lodash (3.5.3-patch1) Skipped tag 3.5.3-patch1, Circular call to script handler 'fxp.composer.add.vcs.repositories' detected Reading package.json of npm-asset/lodash (3.5.2-patch1) Skipped tag 3.5.2-patch1, Circular call to script handler 'fxp.composer.add.vcs.repositories' detected Reading package.json of npm-asset/lodash (3.5.1-patch1) Skipped tag 3.5.1-patch1, Circular call to script handler 'fxp.composer.add.vcs.repositories' detected Reading package.json of npm-asset/lodash (3.5.0-patch1) Skipped tag 3.5.0-patch1, Circular call to script handler 'fxp.composer.add.vcs.repositories' detected Reading package.json of npm-asset/lodash (3.4.4-patch1) Skipped tag 3.4.4-patch1, Circular call to script handler 'fxp.composer.add.vcs.repositories' detected Reading package.json of npm-asset/lodash (3.4.3-patch1) Skipped tag 3.4.3-patch1, Circular call to script handler 'fxp.composer.add.vcs.repositories' detected Reading package.json of npm-asset/lodash (3.4.2-patch1) Skipped tag 3.4.2-patch1, Circular call to script handler 'fxp.composer.add.vcs.repositories' detected Reading package.json of npm-asset/lodash (3.4.1-patch1) Skipped tag 3.4.1-patch1, Circular call to script handler 'fxp.composer.add.vcs.repositories' detected Reading package.json of npm-asset/lodash (3.4.0-patch1) Skipped tag 3.4.0-patch1, Circular call to script handler 'fxp.composer.add.vcs.repositories' detected Reading package.json of npm-asset/lodash (3.3.7-patch1) Skipped tag 3.3.7-patch1, Circular call to script handler 'fxp.composer.add.vcs.repositories' detected Reading package.json of npm-asset/lodash (3.3.6-patch1) Skipped tag 3.3.6-patch1, Circular call to script handler 'fxp.composer.add.vcs.repositories' detected Reading package.json of npm-asset/lodash (3.3.5-patch1) Skipped tag 3.3.5-patch1, Circular call to script handler 'fxp.composer.add.vcs.repositories' detected Reading package.json of npm-asset/lodash (3.3.4-patch1) Skipped tag 3.3.4-patch1, Circular call to script handler 'fxp.composer.add.vcs.repositories' detected Reading package.json of npm-asset/lodash (3.3.3-patch1) Skipped tag 3.3.3-patch1, Circular call to script handler 'fxp.composer.add.vcs.repositories' detected Reading package.json of npm-asset/lodash (3.3.2-patch1) Skipped tag 3.3.2-patch1, Circular call to script handler 'fxp.composer.add.vcs.repositories' detected Reading package.json of npm-asset/lodash (3.3.1-patch1) Skipped tag 3.3.1-patch1, Circular call to script handler 'fxp.composer.add.vcs.repositories' detected Reading package.json of npm-asset/lodash (3.3.0-patch1) Skipped tag 3.3.0-patch1, Circular call to script handler 'fxp.composer.add.vcs.repositories' detected Reading package.json of npm-asset/lodash (3.2.3-patch1) Skipped tag 3.2.3-patch1, Circular call to script handler 'fxp.composer.add.vcs.repositories' detected Reading package.json of npm-asset/lodash (3.2.2-patch1) Skipped tag 3.2.2-patch1, Circular call to script handler 'fxp.composer.add.vcs.repositories' detected Reading package.json of npm-asset/lodash (3.2.1-patch1) Skipped tag 3.2.1-patch1, Circular call to script handler 'fxp.composer.add.vcs.repositories' detected Reading package.json of npm-asset/lodash (3.2.0-patch1) Skipped tag 3.2.0-patch1, Circular call to script handler 'fxp.composer.add.vcs.repositories' detected Reading package.json of npm-asset/lodash (4.7.1-patch1) Skipped tag 4.7.1-patch1, Circular call to script handler 'fxp.composer.add.vcs.repositories' detected Reading package.json of npm-asset/lodash (4.7.0-patch1) Skipped tag 4.7.0-patch1, Circular call to script handler 'fxp.composer.add.vcs.repositories' detected Reading package.json of npm-asset/lodash (4.6.2-patch1) Skipped tag 4.6.2-patch1, Circular call to script handler 'fxp.composer.add.vcs.repositories' detected Reading package.json of npm-asset/lodash (4.6.1-patch1) Skipped tag 4.6.1-patch1, Circular call to script handler 'fxp.composer.add.vcs.repositories' detected Reading package.json of npm-asset/lodash (4.6.0-patch1) Skipped tag 4.6.0-patch1, Circular call to script handler 'fxp.composer.add.vcs.repositories' detected Reading package.json of npm-asset/lodash (4.5.7-patch1) Skipped tag 4.5.7-patch1, Circular call to script handler 'fxp.composer.add.vcs.repositories' detected Reading package.json of npm-asset/lodash (4.5.6-patch1) Skipped tag 4.5.6-patch1, Circular call to script handler 'fxp.composer.add.vcs.repositories' detected Reading package.json of npm-asset/lodash (4.5.5-patch1) Skipped tag 4.5.5-patch1, Circular call to script handler 'fxp.composer.add.vcs.repositories' detected Reading package.json of npm-asset/lodash (4.5.4-patch1) Skipped tag 4.5.4-patch1, Circular call to script handler 'fxp.composer.add.vcs.repositories' detected Reading package.json of npm-asset/lodash (4.5.3-patch1) Skipped tag 4.5.3-patch1, Circular call to script handler 'fxp.composer.add.vcs.repositories' detected Reading package.json of npm-asset/lodash (4.5.2-patch1) Skipped tag 4.5.2-patch1, Circular call to script handler 'fxp.composer.add.vcs.repositories' detected Reading package.json of npm-asset/lodash (4.5.1-patch1) Skipped tag 4.5.1-patch1, Circular call to script handler 'fxp.composer.add.vcs.repositories' detected Reading package.json of npm-asset/lodash (4.5.0-patch1) Skipped tag 4.5.0-patch1, Circular call to script handler 'fxp.composer.add.vcs.repositories' detected Reading package.json of npm-asset/lodash (4.4.3-patch1) Skipped tag 4.4.3-patch1, Circular call to script handler 'fxp.composer.add.vcs.repositories' detected Reading package.json of npm-asset/lodash (4.4.2-patch1) Skipped tag 4.4.2-patch1, Circular call to script handler 'fxp.composer.add.vcs.repositories' detected Reading package.json of npm-asset/lodash (4.4.1-patch1) Skipped tag 4.4.1-patch1, Circular call to script handler 'fxp.composer.add.vcs.repositories' detected Reading package.json of npm-asset/lodash (4.4.0-patch1) Skipped tag 4.4.0-patch1, Circular call to script handler 'fxp.composer.add.vcs.repositories' detected Reading package.json of npm-asset/lodash (4.3.5-patch1) Skipped tag 4.3.5-patch1, Circular call to script handler 'fxp.composer.add.vcs.repositories' detected Reading package.json of npm-asset/lodash (4.3.4-patch1) Skipped tag 4.3.4-patch1, Circular call to script handler 'fxp.composer.add.vcs.repositories' detected Reading package.json of npm-asset/lodash (4.3.3-patch1) Skipped tag 4.3.3-patch1, Circular call to script handler 'fxp.composer.add.vcs.repositories' detected Reading package.json of npm-asset/lodash (4.3.2-patch1) Skipped tag 4.3.2-patch1, Circular call to script handler 'fxp.composer.add.vcs.repositories' detected Reading package.json of npm-asset/lodash (4.3.1-patch1) Skipped tag 4.3.1-patch1, Circular call to script handler 'fxp.composer.add.vcs.repositories' detected Reading package.json of npm-asset/lodash (4.3.0-patch1) Skipped tag 4.3.0-patch1, Circular call to script handler 'fxp.composer.add.vcs.repositories' detected Reading package.json of npm-asset/lodash (4.2.5-patch1) Skipped tag 4.2.5-patch1, Circular call to script handler 'fxp.composer.add.vcs.repositories' detected Reading package.json of npm-asset/lodash (4.2.4-patch1) Skipped tag 4.2.4-patch1, Circular call to script handler 'fxp.composer.add.vcs.repositories' detected Reading package.json of npm-asset/lodash (4.2.3-patch1) Skipped tag 4.2.3-patch1, Circular call to script handler 'fxp.composer.add.vcs.repositories' detected Reading package.json of npm-asset/lodash (4.2.2-patch1) Skipped tag 4.2.2-patch1, Circular call to script handler 'fxp.composer.add.vcs.repositories' detected Reading package.json of npm-asset/lodash (4.2.1-patch1) Skipped tag 4.2.1-patch1, Circular call to script handler 'fxp.composer.add.vcs.repositories' detected Reading package.json of npm-asset/lodash (4.2.0-patch1) Skipped tag 4.2.0-patch1, Circular call to script handler 'fxp.composer.add.vcs.repositories' detected Reading package.json of npm-asset/lodash (4.1.5-patch1) Skipped tag 4.1.5-patch1, Circular call to script handler 'fxp.composer.add.vcs.repositories' detected Reading package.json of npm-asset/lodash (4.1.4-patch1) Skipped tag 4.1.4-patch1, Circular call to script handler 'fxp.composer.add.vcs.repositories' detected Reading package.json of npm-asset/lodash (4.1.3-patch1) Skipped tag 4.1.3-patch1, Circular call to script handler 'fxp.composer.add.vcs.repositories' detected Reading package.json of npm-asset/lodash (4.1.2-patch1) Skipped tag 4.1.2-patch1, Circular call to script handler 'fxp.composer.add.vcs.repositories' detected Reading package.json of npm-asset/lodash (4.1.1-patch1) Skipped tag 4.1.1-patch1, Circular call to script handler 'fxp.composer.add.vcs.repositories' detected Reading package.json of npm-asset/lodash (4.1.0-patch1) Skipped tag 4.1.0-patch1, Circular call to script handler 'fxp.composer.add.vcs.repositories' detected Reading package.json of npm-asset/lodash (4.0.9-patch1) Skipped tag 4.0.9-patch1, Circular call to script handler 'fxp.composer.add.vcs.repositories' detected Reading package.json of npm-asset/lodash (4.0.8-patch1) Skipped tag 4.0.8-patch1, Circular call to script handler 'fxp.composer.add.vcs.repositories' detected Reading package.json of npm-asset/lodash (4.0.7-patch1) Skipped tag 4.0.7-patch1, Circular call to script handler 'fxp.composer.add.vcs.repositories' detected Reading package.json of npm-asset/lodash (4.0.6-patch1) Skipped tag 4.0.6-patch1, Circular call to script handler 'fxp.composer.add.vcs.repositories' detected Reading package.json of npm-asset/lodash (4.0.5-patch1) Skipped tag 4.0.5-patch1, Circular call to script handler 'fxp.composer.add.vcs.repositories' detected Reading package.json of npm-asset/lodash (4.0.4-patch1) Skipped tag 4.0.4-patch1, Circular call to script handler 'fxp.composer.add.vcs.repositories' detected Reading package.json of npm-asset/lodash (4.0.3-patch1) Skipped tag 4.0.3-patch1, Circular call to script handler 'fxp.composer.add.vcs.repositories' detected Reading package.json of npm-asset/lodash (4.0.2-patch1) Skipped tag 4.0.2-patch1, Circular call to script handler 'fxp.composer.add.vcs.repositories' detected Reading package.json of npm-asset/lodash (4.0.1-patch1) Skipped tag 4.0.1-patch1, Circular call to script handler 'fxp.composer.add.vcs.repositories' detected Reading package.json of npm-asset/lodash (4.0.0-patch1) Skipped tag 4.0.0-patch1, Circular call to script handler 'fxp.composer.add.vcs.repositories' detected Adding VCS repository npm-asset/center-align Adding VCS repository npm-asset/right-align Adding VCS repository npm-asset/align-text Adding VCS repository npm-asset/lazy-cache Adding VCS repository npm-asset/kind-of
Adding VCS repository npm-asset/longest Adding VCS repository npm-asset/repeat-string Adding VCS repository bower-asset/jquery-emoji-picker Reading bower.json of bower-asset/jquery-emoji-picker (v0.2.0) Skipped tag v0.2.0, Circular call to script handler 'fxp.composer.add.vcs.repositories' detected Reading bower.json of bower-asset/jquery-emoji-picker (v0.1.3) Skipped tag v0.1.3, Circular call to script handler 'fxp.composer.add.vcs.repositories' detected Reading bower.json of bower-asset/jquery-emoji-picker (v0.1.2) Skipped tag v0.1.2, Circular call to script handler 'fxp.composer.add.vcs.repositories' detected Reading bower.json of bower-asset/jquery-emoji-picker (v0.1.1) Skipped tag v0.1.1, Circular call to script handler 'fxp.composer.add.vcs.repositories' detected Reading bower.json of bower-asset/jquery-emoji-picker (dev-content-editable) Skipped branch dev-content-editable, Circular call to script handler 'fxp.composer.add.vcs.repositories' detected Reading bower.json of bower-asset/jquery-emoji-picker (dev-experimental) Skipped branch dev-experimental, Circular call to script handler 'fxp.composer.add.vcs.repositories' detected Adding VCS repository bower-asset/bootstrap3-dialog Reading bower.json of bower-asset/bootstrap3-dialog (v1.35.3) Skipped tag v1.35.3, Circular call to script handler 'fxp.composer.add.vcs.repositories' detected Reading bower.json of bower-asset/bootstrap3-dialog (v1.35.2) Skipped tag v1.35.2, Circular call to script handler 'fxp.composer.add.vcs.repositories' detected Reading bower.json of bower-asset/bootstrap3-dialog (v1.35.1) Skipped tag v1.35.1, Circular call to script handler 'fxp.composer.add.vcs.repositories' detected Reading bower.json of bower-asset/bootstrap3-dialog (v1.35.0) Skipped tag v1.35.0, Circular call to script handler 'fxp.composer.add.vcs.repositories' detected Reading bower.json of bower-asset/bootstrap3-dialog (v1.34.9) Skipped tag v1.34.9, Circular call to script handler 'fxp.composer.add.vcs.repositories' detected Reading bower.json of bower-asset/bootstrap3-dialog (v1.34.8) Skipped tag v1.34.8, Circular call to script handler 'fxp.composer.add.vcs.repositories' detected Reading bower.json of bower-asset/bootstrap3-dialog (v1.34.7) Skipped tag v1.34.7, Circular call to script handler 'fxp.composer.add.vcs.repositories' detected Reading bower.json of bower-asset/bootstrap3-dialog (v1.34.6) Skipped tag v1.34.6, Circular call to script handler 'fxp.composer.add.vcs.repositories' detected Reading bower.json of bower-asset/bootstrap3-dialog (v1.34.5) Skipped tag v1.34.5, Circular call to script handler 'fxp.composer.add.vcs.repositories' detected Reading bower.json of bower-asset/bootstrap3-dialog (v1.34.4) Skipped tag v1.34.4, Circular call to script handler 'fxp.composer.add.vcs.repositories' detected Reading bower.json of bower-asset/bootstrap3-dialog (v1.34.3) Skipped tag v1.34.3, Circular call to script handler 'fxp.composer.add.vcs.repositories' detected Reading bower.json of bower-asset/bootstrap3-dialog (v1.34.2) Skipped tag v1.34.2, Circular call to script handler 'fxp.composer.add.vcs.repositories' detected Reading bower.json of bower-asset/bootstrap3-dialog (v1.34.1) Skipped tag v1.34.1, Circular call to script handler 'fxp.composer.add.vcs.repositories' detected Reading bower.json of bower-asset/bootstrap3-dialog (v1.34.0) Skipped tag v1.34.0, Circular call to script handler 'fxp.composer.add.vcs.repositories' detected Adding VCS repository bower-asset/typeahead.js Reading bower.json of bower-asset/typeahead.js (v0.10.5) Skipped tag v0.10.5, Circular call to script handler 'fxp.composer.add.vcs.repositories' detected Reading bower.json of bower-asset/typeahead.js (v0.10.4) Skipped tag v0.10.4, Circular call to script handler 'fxp.composer.add.vcs.repositories' detected Reading bower.json of bower-asset/typeahead.js (v0.10.3) Skipped tag v0.10.3, Circular call to script handler 'fxp.composer.add.vcs.repositories' detected Reading bower.json of bower-asset/typeahead.js (v0.10.2) Skipped tag v0.10.2, Circular call to script handler 'fxp.composer.add.vcs.repositories' detected Reading bower.json of bower-asset/typeahead.js (v0.10.1) Skipped tag v0.10.1, Circular call to script handler 'fxp.composer.add.vcs.repositories' detected Reading bower.json of bower-asset/typeahead.js (v0.10.0) Skipped tag v0.10.0, Circular call to script handler 'fxp.composer.add.vcs.repositories' detected Reading bower.json of bower-asset/typeahead.js (v0.11.1) Skipped tag v0.11.1, Circular call to script handler 'fxp.composer.add.vcs.repositories' detected Reading bower.json of bower-asset/typeahead.js (v0.11.0) Skipped tag v0.11.0, Circular call to script handler 'fxp.composer.add.vcs.repositories' detected Dependency resolution completed in 8.609 seconds Analyzed 21611 packages to resolve dependencies Analyzed 365984 rules to resolve dependencies Dependency resolution completed in 0.007 seconds

PHP Warning: proc_open(): fork failed - Cannot allocate memory in phar:///usr/local/bin/composer/vendor/symfony/console/Application.php on line 957

Warning: proc_open(): fork failed - Cannot allocate memory in phar:///usr/local/bin/composer/vendor/symfony/console/Application.php on line 957

[ErrorException]
proc_open(): fork failed - Cannot allocate memory

francoispluchino commented 7 years ago

I see "Circular reference..." Do you use the last version of Composer and the plugin (v1.2.1)?

iAchilles commented 7 years ago

I use the latest of Composer (1.2.1) but the version of CAP was out of date. I've upgraded it, and run "composer update" again. I will share with you results. )

iAchilles commented 7 years ago

thanks for your assistance in resolving this issue. Now it works more faster.