@espkg/mina2vue
Advanced tools
Comparing version 0.3.2 to 0.4.0
{ | ||
"name": "@espkg/mina2vue", | ||
"version": "0.3.2", | ||
"version": "0.4.0", | ||
"description": "Convert native wxml, wxss eg. to .vue files", | ||
"main": "dist/main.js", | ||
"main": "dist/yu_gong.js", | ||
"directories": { | ||
"src": "src", | ||
"test": "test" | ||
"src": "dist" | ||
}, | ||
"scripts": { | ||
"start": "webpack --mode development -d -w", | ||
"build": "webpack", | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
"dev": "jest --coverage --watchAll", | ||
"start": "tsc -w & NODE_ENV=development rollup -c rollup.config.ts -w", | ||
"build": "tsc && tsc --module commonjs --outDir dist/lib && NODE_ENV=production rollup -c rollup.config.ts", | ||
"test": "jest --coverage" | ||
}, | ||
@@ -21,3 +21,3 @@ "repository": { | ||
"author": "", | ||
"license": "ISC", | ||
"license": "MIT", | ||
"bugs": { | ||
@@ -28,21 +28,25 @@ "url": "https://github.com/espkg/mina2vue/issues" | ||
"dependencies": { | ||
"@babel/generator": "^7.7.4", | ||
"@babel/parser": "^7.7.4", | ||
"@babel/traverse": "^7.7.4", | ||
"@babel/types": "^7.7.4", | ||
"@babel/generator": "^7.8.3", | ||
"@babel/parser": "^7.8.3", | ||
"@babel/traverse": "^7.8.3", | ||
"@babel/types": "^7.8.3", | ||
"htmlparser2": "^4.0.0" | ||
}, | ||
"devDependencies": { | ||
"@babel/core": "^7.7.4", | ||
"@babel/preset-env": "^7.7.4", | ||
"@types/jest": "^24.9.0", | ||
"@typescript-eslint/eslint-plugin": "^2.17.0", | ||
"@typescript-eslint/parser": "^2.17.0", | ||
"babel-eslint": "^10.0.3", | ||
"babel-loader": "^8.0.6", | ||
"eslint": "^6.7.2", | ||
"eslint": "^6.8.0", | ||
"eslint-config-standard": "^14.1.0", | ||
"eslint-plugin-import": "^2.18.2", | ||
"eslint-plugin-node": "^10.0.0", | ||
"eslint-plugin-import": "^2.20.0", | ||
"eslint-plugin-jest": "^23.6.0", | ||
"eslint-plugin-node": "^11.0.0", | ||
"eslint-plugin-promise": "^4.2.1", | ||
"eslint-plugin-standard": "^4.0.1", | ||
"webpack": "^4.41.2", | ||
"webpack-cli": "^3.3.10" | ||
"jest": "^24.9.0", | ||
"rollup": "^1.29.0", | ||
"rollup-plugin-terser": "^5.2.0", | ||
"ts-jest": "^24.3.0", | ||
"typescript": "^3.7.5" | ||
}, | ||
@@ -49,0 +53,0 @@ "files": [ |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Minified code
QualityThis package contains minified code. This may be harmless in some cases where minified code is included in packaged libraries, however packages on npm should not minify code.
Found 1 instance in 1 package
Mixed license
License(Experimental) Package contains multiple licenses.
Found 1 instance in 1 package
No tests
QualityPackage does not have any tests. This is a strong signal of a poorly maintained or low quality package.
Found 1 instance in 1 package
86
0
132579
16
1857
1
Updated@babel/generator@^7.8.3
Updated@babel/parser@^7.8.3
Updated@babel/traverse@^7.8.3
Updated@babel/types@^7.8.3