[ticket/15980] update pkg.json and lock files

PHPBB3-15980
This commit is contained in:
hanakin 2019-03-10 10:30:04 -10:00
parent f95c323881
commit 3ab6d04dec
2 changed files with 13621 additions and 13343 deletions

26848
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -1,53 +1,67 @@
{ {
"name": "phpbb", "name": "phpbb",
"version": "3.3.0-dev", "version": "3.3.0-dev",
"description": "phpBB Forum Software application", "description": "phpBB Forum Software application",
"main": " ", "main": " ",
"directories": { "directories": {
"doc": "docs" "doc": "docs"
}, },
"scripts": { "xo": {
"test": "echo \"Error: no test specified\" && exit 1" "rules": {
}, "quote-props": [
"repository": { "error",
"type": "git", "always"
"url": "git+https://github.com/phpbb/phpbb.git" ]
}, },
"browserslist": [ "env": {
"> 1%", "es6": true,
"last 2 versions" "browser": true,
], "node": true,
"keywords": [ "jquery": true
"phpBB", }
"phpbb", },
"forum", "scripts": {
"php", "test": "echo \"Error: no test specified\" && exit 1"
"software", },
"community" "repository": {
], "type": "git",
"author": "", "url": "git+https://github.com/phpbb/phpbb.git"
"license": "GPL-2.0", },
"bugs": { "browserslist": [
"url": "https://tracker.phpbb.com" "> 1%",
}, "last 2 versions"
"homepage": "https://www.phpbb.com", ],
"devDependencies": { "keywords": [
"acorn": "6.1.1", "phpBB",
"braces": "2.3.1", "phpbb",
"del": "^3.0.0", "forum",
"gulp": "4.0.0", "php",
"gulp-autoprefixer": "^4.0.0", "software",
"gulp-cssnano": "^2.1.2", "community"
"gulp-postcss": "^7.0.0", ],
"gulp-rename": "^1.2.2", "author": "",
"gulp-sass": "^3.1.0", "license": "GPL-2.0",
"gulp-sourcemaps": "^2.6.1", "bugs": {
"gulp-stylefmt": "^1.1.0", "url": "https://tracker.phpbb.com"
"postcss-import": "^11.0.0", },
"postcss-pxtorem": "^4.0.1", "homepage": "https://www.phpbb.com",
"postcss-sorting": "^3.0.2", "devDependencies": {
"stylelint": "9.10.1", "acorn": "^6.1.1",
"stylelint-order": "2.0.0", "braces": "^2.3.1",
"xo": "0.24.0" "del": "^3.0.0",
} "gulp": "^4.0.0",
"gulp-autoprefixer": "^4.0.0",
"gulp-cssnano": "^2.1.2",
"gulp-postcss": "^7.0.0",
"gulp-rename": "^1.2.2",
"gulp-sass": "^3.1.0",
"gulp-sourcemaps": "^2.6.1",
"gulp-stylefmt": "^1.1.0",
"postcss-import": "^11.0.0",
"postcss-pxtorem": "^4.0.1",
"postcss-sorting": "^3.0.2",
"stylelint": "^9.10.1",
"stylelint-order": "^2.0.0",
"xo": "^0.24.0"
}
} }