NPM Audit Breaking Changes

This commit is contained in:
Adamas 2019-05-02 21:58:09 +02:00
parent 813bdb9cce
commit 32f225d36f
2 changed files with 15346 additions and 14768 deletions

29998
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -1,58 +1,58 @@
{ {
"name": "anthony-dumas-portfolio", "name": "anthony-dumas-portfolio",
"version": "2.0.0-SNAPSHOT", "version": "2.0.0-SNAPSHOT",
"description": "anthony-dumas-portfolio", "description": "anthony-dumas-portfolio",
"keywords": [ "keywords": [
"sass", "sass",
"bulma", "bulma",
"css", "css",
"start" "start"
], ],
"author": "Anthony Dumas <anthony@dumas.css>", "author": "Anthony Dumas <anthony@dumas.css>",
"repository": { "repository": {
"type": "git", "type": "git",
"url": "git+https://github.com/AdamasFR/CV_Web_Dumas.git" "url": "git+https://github.com/AdamasFR/CV_Web_Dumas.git"
}, },
"license": "MIT", "license": "MIT",
"devDependencies": { "devDependencies": {
"autoprefixer": "^9.5.1", "autoprefixer": "^9.5.1",
"ava": "^0.16.0", "ava": "^1.4.1",
"babel-cli": "^6.26.0", "babel-cli": "^6.26.0",
"babel-preset-env": "^1.7.0", "babel-preset-env": "^1.7.0",
"babel-preset-es2015-ie": "^6.7.0", "babel-preset-es2015-ie": "^6.7.0",
"bulma": "^0.7.2", "bulma": "^0.7.2",
"co-exec": "^1.0", "co-exec": "^1.0",
"codecov": "^1.0.1", "codecov": "^1.0.1",
"ghooks": "^1.2.4", "ghooks": "^1.2.4",
"node-sass": "^4.12.0", "node-sass": "^4.12.0",
"npm-run-all": "^4.1.5", "npm-run-all": "^4.1.5",
"nyc": "^10.0.0", "nyc": "^14.1.0",
"postcss-cli": "^6.1.1", "postcss-cli": "^6.1.1",
"standard": "^8.4.0" "standard": "^8.4.0"
}, },
"scripts": { "scripts": {
"css-deploy": "npm run css-build && npm run css-postcss", "css-deploy": "npm run css-build && npm run css-postcss",
"css-build": "node-sass _sass/main.scss css/main.css", "css-build": "node-sass _sass/main.scss css/main.css",
"css-postcss": "postcss --use autoprefixer --output css/main.css css/main.css", "css-postcss": "postcss --use autoprefixer --output css/main.css css/main.css",
"css-watch": "npm run css-build -- --watch", "css-watch": "npm run css-build -- --watch",
"deploy": "npm run css-deploy && npm run js-build", "deploy": "npm run css-deploy && npm run js-build",
"js-build": "babel _javascript --out-dir lib", "js-build": "babel _javascript --out-dir lib",
"js-watch": "npm run js-build -- --watch", "js-watch": "npm run js-build -- --watch",
"auto-loading": "npx browser-sync start --server --files '*.html' --files 'css/*.css'", "auto-loading": "npx browser-sync start --server --files '*.html' --files 'css/*.css'",
"start": "npm-run-all --parallel css-watch js-watch auto-loading", "start": "npm-run-all --parallel css-watch js-watch auto-loading",
"report-coverage": "nyc report --reporter=lcov > coverage.lcov && codecov", "report-coverage": "nyc report --reporter=lcov > coverage.lcov && codecov",
"standard": "standard index.js", "standard": "standard index.js",
"test": "nyc ./node_modules/.bin/ava -v" "test": "nyc ./node_modules/.bin/ava -v"
}, },
"dependencies": { "dependencies": {
"browser-sync": "^2.26.5", "browser-sync": "^2.26.5",
"global": "^4.3.2", "global": "^4.3.2",
"jquery": "^3.4.1", "jquery": "^3.4.1",
"npx": "^10.2.0" "npx": "^10.2.0"
}, },
"config": { "config": {
"ghooks": { "ghooks": {
"pre-commit": "npm run standard" "pre-commit": "npm run standard"
} }
} }
} }