|
17 | 17 | "node": ">= 4"
|
18 | 18 | },
|
19 | 19 | "scripts": {
|
20 |
| - "_mocha": "mocha \"test/*.js\" --compilers js:babel-register --timeout 60000", |
| 20 | + "_mocha": "mocha \"test/*.js\" --timeout 60000", |
21 | 21 | "clean": "rimraf .nyc_output coverage jsdoc \"test-workspace/{build,test.txt}\"",
|
22 | 22 | "docs": "jsdoc -c jsdoc.json",
|
23 | 23 | "lint": "eslint bin lib scripts test \"test-workspace/tasks/*.js\"",
|
24 | 24 | "pretest": "node scripts/make-slink.js && npm run lint",
|
25 | 25 | "preversion": "npm test",
|
26 | 26 | "postversion": "git push && git push --tags",
|
27 |
| - "test": "nyc npm run _mocha", |
28 |
| - "watch": "npm run _mocha -- --watch --growl", |
| 27 | + "test": "nyc --require babel-register npm run _mocha", |
| 28 | + "watch": "npm run _mocha -- --require babel-register --watch --growl", |
29 | 29 | "codecov": "nyc report -r lcovonly && codecov"
|
30 | 30 | },
|
31 | 31 | "dependencies": {
|
32 |
| - "ansi-styles": "^3.2.0", |
33 |
| - "chalk": "^2.1.0", |
34 |
| - "cross-spawn": "^6.0.4", |
| 32 | + "ansi-styles": "^3.2.1", |
| 33 | + "chalk": "^2.4.1", |
| 34 | + "cross-spawn": "^6.0.5", |
35 | 35 | "memorystream": "^0.3.1",
|
36 | 36 | "minimatch": "^3.0.4",
|
37 | 37 | "read-pkg": "^3.0.0",
|
38 | 38 | "shell-quote": "^1.6.1",
|
39 | 39 | "string.prototype.padend": "^3.0.0"
|
40 | 40 | },
|
41 | 41 | "devDependencies": {
|
42 |
| - "@types/node": "^4.2.20", |
| 42 | + "@types/node": "^4.9.1", |
43 | 43 | "babel-plugin-transform-async-to-generator": "^6.24.1",
|
44 |
| - "babel-preset-power-assert": "^1.0.0", |
| 44 | + "babel-preset-power-assert": "^2.0.0", |
45 | 45 | "babel-register": "^6.26.0",
|
46 |
| - "codecov": "^2.3.0", |
47 |
| - "eslint": "^4.5.0", |
| 46 | + "codecov": "^3.1.0", |
| 47 | + "eslint": "^4.19.1", |
48 | 48 | "eslint-config-mysticatea": "^12.0.0",
|
49 |
| - "fs-extra": "^4.0.2", |
50 |
| - "jsdoc": "^3.5.4", |
51 |
| - "mocha": "^3.5.0", |
52 |
| - "nyc": "^11.1.0", |
53 |
| - "p-queue": "^2.2.0", |
54 |
| - "power-assert": "^1.4.4", |
55 |
| - "rimraf": "^2.6.1", |
56 |
| - "yarn": "^1.2.1" |
| 49 | + "fs-extra": "^7.0.1", |
| 50 | + "mocha": "^5.2.0", |
| 51 | + "nyc": "^11.9.0", |
| 52 | + "p-queue": "^2.4.2", |
| 53 | + "power-assert": "^1.6.1", |
| 54 | + "rimraf": "^2.6.2", |
| 55 | + "yarn": "^1.12.3" |
57 | 56 | },
|
58 | 57 | "repository": "mysticatea/npm-run-all",
|
59 | 58 | "keywords": [
|
|
0 commit comments