|
31 | 31 | "scripts": {
|
32 | 32 | "changelog": "github_changelog_generator --no-issues --header-label='# Changelog' --future-release=v$npm_config_future_release && sed -i '' -e :a -e '$d;N;2,4ba' -e 'P;D' CHANGELOG.md",
|
33 | 33 | "coverage": "nyc --reporter=html --reporter=text npm test",
|
34 |
| - "lint": "eslint src test && jscs src test", |
| 34 | + "lint": "eslint src test", |
35 | 35 | "prepublish": "npm run transpile",
|
36 | 36 | "test": "NODE_ENV=test mocha $npm_package_options_mocha",
|
37 | 37 | "testdocker": "docker-compose run --rm sut",
|
38 | 38 | "transpile": "rm -rf dist/* && babel src --out-dir dist/src && babel test --out-dir dist/test && cp package.json dist/",
|
39 | 39 | "version": "npm run changelog --future-release=$npm_package_version && npm run transpile && git add -A CHANGELOG.md dist"
|
40 | 40 | },
|
41 | 41 | "dependencies": {
|
42 |
| - "bluebird": "^3.3.5", |
43 |
| - "debugnyan": "0.0.2", |
44 |
| - "google-libphonenumber": "^1.0.20", |
45 |
| - "lodash": "^4.12.0", |
46 |
| - "qs": "^6.2.0", |
47 |
| - "request": "^2.72.0", |
| 42 | + "bluebird": "^3.4.6", |
| 43 | + "debugnyan": "^1.0.0", |
| 44 | + "google-libphonenumber": "^2.0.2", |
| 45 | + "lodash": "^4.16.2", |
| 46 | + "qs": "^6.2.1", |
| 47 | + "request": "^2.75.0", |
48 | 48 | "request-debug": "^0.2.0",
|
49 | 49 | "standard-http-error": "^2.0.0",
|
50 |
| - "urijs": "^1.18.0", |
| 50 | + "urijs": "^1.18.2", |
51 | 51 | "url-escape-tag": "^1.0.0",
|
52 |
| - "validator": "^5.2.0", |
53 |
| - "validator.js": "^2.0.0", |
54 |
| - "validator.js-asserts": "^3.0.0" |
| 52 | + "validator": "^6.0.0", |
| 53 | + "validator.js": "^2.0.3", |
| 54 | + "validator.js-asserts": "^3.0.1" |
55 | 55 | },
|
56 | 56 | "devDependencies": {
|
57 |
| - "babel-cli": "^6.8.0", |
58 |
| - "babel-eslint": "^6.0.4", |
| 57 | + "babel-cli": "^6.14.0", |
| 58 | + "babel-eslint": "^7.0.0", |
59 | 59 | "babel-plugin-transform-async-to-module-method": "^6.8.0",
|
60 | 60 | "babel-preset-es2015-node4": "^2.1.0",
|
61 |
| - "babel-preset-stage-1": "^6.3.13", |
62 |
| - "babel-register": "^6.8.0", |
63 |
| - "eslint": "^2.10.2", |
64 |
| - "eslint-config-seegno": "^4.0.0", |
65 |
| - "eslint-plugin-babel": "^3.2.0", |
66 |
| - "eslint-plugin-sort-class-members": "^1.0.1", |
67 |
| - "isparta": "^4.0.0", |
68 |
| - "mocha": "^2.3.4", |
| 61 | + "babel-preset-stage-1": "^6.13.0", |
| 62 | + "babel-register": "^6.14.0", |
| 63 | + "eslint": "^3.6.1", |
| 64 | + "eslint-config-seegno": "^6.0.0", |
| 65 | + "mocha": "^3.1.0", |
69 | 66 | "nock": "^8.0.0",
|
70 |
| - "nyc": "^6.4.4", |
| 67 | + "nyc": "^8.3.0", |
71 | 68 | "pre-commit": "^1.1.3",
|
72 |
| - "should": "^8.3.1" |
| 69 | + "should": "^11.1.0" |
73 | 70 | },
|
74 | 71 | "engines": {
|
75 | 72 | "node": ">=4"
|
|
0 commit comments