From: Andrey Kutejko Date: Sun, 15 Apr 2018 21:21:49 +0000 (+0200) Subject: use jquery from npm X-Git-Tag: 0.6~18 X-Git-Url: https://git.andy128k.dev/?a=commitdiff_plain;h=6e575b3116f1c14bab021e3095dbc419680186d2;p=ipf.git use jquery from npm --- diff --git a/composer.json b/composer.json index e563502..d213fdf 100644 --- a/composer.json +++ b/composer.json @@ -24,11 +24,11 @@ "andy128k/pegp": "0.1.*@dev", "andy128k/routeexpression": "dev-master", "andy128k/ipf-legacy-template": "dev-master", - "bower-asset/jquery": "~2", "bower-asset/jquery-ui": "~1", "bower-asset/TableDnD": "dev-master", "bower-asset/jqueryui-timepicker-addon": "dev-master", - "bower-asset/tinymce-dist": "~4.1" + "bower-asset/tinymce-dist": "~4.1", + "npm-asset/jquery": "~2" }, "require-dev": { "phpunit/phpunit": "4.4.*" diff --git a/composer.lock b/composer.lock index 62e7c8e..ceac993 100644 --- a/composer.lock +++ b/composer.lock @@ -1,10 +1,10 @@ { "_readme": [ "This file locks the dependencies of your project to a known state", - "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file", + "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "71d3b77fb8f02b910c3394b968ee56ad", + "content-hash": "31569304ec8f7b6cc8527629bc040b76", "packages": [ { "name": "andy128k/ipf-legacy-template", @@ -873,6 +873,77 @@ ], "time": "2017-07-24T09:37:08+00:00" }, + { + "name": "npm-asset/jquery", + "version": "2.2.4", + "dist": { + "type": "tar", + "url": "https://registry.npmjs.org/jquery/-/jquery-2.2.4.tgz", + "reference": null, + "shasum": "2c89d6889b5eac522a7eea32c14521559c6cbf02" + }, + "require-dev": { + "npm-asset/commitplease": "2.0.0", + "npm-asset/core-js": "0.9.17", + "npm-asset/grunt": "0.4.5", + "npm-asset/grunt-babel": "5.0.1", + "npm-asset/grunt-cli": "0.1.13", + "npm-asset/grunt-compare-size": "0.4.0", + "npm-asset/grunt-contrib-jshint": "0.11.2", + "npm-asset/grunt-contrib-uglify": "0.9.2", + "npm-asset/grunt-contrib-watch": "0.6.1", + "npm-asset/grunt-git-authors": "2.0.1", + "npm-asset/grunt-jscs": "2.1.0", + "npm-asset/grunt-jsonlint": "1.0.4", + "npm-asset/grunt-npmcopy": "0.1.0", + "npm-asset/gzip-js": "0.3.2", + "npm-asset/jsdom": "5.6.1", + "npm-asset/load-grunt-tasks": "1.0.0", + "npm-asset/qunit-assert-step": "1.0.3", + "npm-asset/qunitjs": "1.17.1", + "npm-asset/requirejs": "2.1.17", + "npm-asset/sinon": "1.10.3", + "npm-asset/sizzle": "2.2.1", + "npm-asset/strip-json-comments": "1.0.3", + "npm-asset/testswarm": "1.1.0", + "npm-asset/win-spawn": "2.0.0" + }, + "type": "npm-asset-library", + "extra": { + "npm-asset-bugs": { + "url": "https://github.com/jquery/jquery/issues" + }, + "npm-asset-main": "dist/jquery.js", + "npm-asset-directories": [], + "npm-asset-repository": { + "type": "git", + "url": "git+https://github.com/jquery/jquery.git" + }, + "npm-asset-scripts": { + "build": "npm install && grunt", + "start": "grunt watch", + "test": "grunt && grunt test" + } + }, + "license": [ + "MIT" + ], + "authors": [ + { + "name": "jQuery Foundation and other contributors", + "url": "https://github.com/jquery/jquery/blob/2.2.4/AUTHORS.txt" + } + ], + "description": "JavaScript library for DOM operations", + "homepage": "http://jquery.com", + "keywords": [ + "browser", + "javascript", + "jquery", + "library" + ], + "time": "2016-05-20T17:26:07+00:00" + }, { "name": "pear/archive_tar", "version": "1.3.16",