|
5 | 5 | "main": "lib/artifact-url.js",
|
6 | 6 | "typings": "lib/artifact-url.d.ts",
|
7 | 7 | "scripts": {
|
8 |
| - "test:unit": "mocha --compilers js:babel-core/register -r babel-polyfill --reporter=tap", |
9 |
| - "test:readme": "readme-assert --require ./test/readme.setup.js", |
| 8 | + "test:unit": "mocha -r @babel/register -r @babel/polyfill --reporter=tap", |
| 9 | + "test:readme": "readme-assert --auto --require ./test/readme.setup.js", |
10 | 10 | "test": "npm run test:unit && npm run test:readme",
|
11 | 11 | "build": "tsc",
|
12 | 12 | "prepublish": "npm run build"
|
|
30 | 30 | "homepage": "https://github.com/laat/mvn-dl#readme",
|
31 | 31 | "dependencies": {
|
32 | 32 | "mvn-artifact-filename": "^4.0.0",
|
33 |
| - "node-fetch": "^2.2.0", |
34 |
| - "xml2js": "^0.4.17" |
| 33 | + "node-fetch": "^2.6.0", |
| 34 | + "xml2js": "^0.4.22" |
35 | 35 | },
|
36 | 36 | "devDependencies": {
|
37 |
| - "@types/node": "^10.9.4", |
38 |
| - "@types/node-fetch": "^2.1.2", |
39 |
| - "@types/xml2js": "^0.4.0", |
40 |
| - "babel-polyfill": "^6.26.0", |
| 37 | + "@types/node": "^12.12.14", |
| 38 | + "@types/node-fetch": "^2.5.4", |
| 39 | + "@types/xml2js": "^0.4.5", |
41 | 40 | "chai": "*",
|
42 | 41 | "chai-as-promised": "^7.1.1",
|
43 | 42 | "mocha": "*",
|
44 |
| - "mock-fs": "^4.4.1", |
45 |
| - "nock": "^9.0.14", |
46 |
| - "readme-assert": "^5.0.5", |
47 |
| - "typescript": "^3.0.3" |
| 43 | + "mock-fs": "^4.10.4", |
| 44 | + "nock": "^11.7.0", |
| 45 | + "readme-assert": "^6.0.3", |
| 46 | + "typescript": "^3.7.2" |
48 | 47 | },
|
49 | 48 | "babel": {
|
50 | 49 | "presets": [
|
51 |
| - [ |
52 |
| - "env" |
53 |
| - ] |
| 50 | + "@babel/preset-env" |
54 | 51 | ]
|
55 | 52 | }
|
56 | 53 | }
|
0 commit comments