Comparing version 0.0.1-beta.1 to 0.5.5-beta.1
113
package.json
{ | ||
"name": "esthetic", | ||
"version": "0.0.1-beta.1", | ||
"description": "", | ||
"main": "index.js", | ||
"keywords": [], | ||
"author": "", | ||
"license": "ISC", | ||
"version": "0.5.5-beta.1", | ||
"license": "MIT", | ||
"author": "ΝΙΚΟΛΑΣ ΣΑΒΒΙΔΗΣ <n.savvidis@gmx.com>", | ||
"description": "Æsthetic ~ Language beautification support for multiple languages with the Sparser lexing algorithm", | ||
"keywords": [ | ||
"esthetic", | ||
"formatting", | ||
"prettify", | ||
"beautify", | ||
"beautification", | ||
"liquid", | ||
"html", | ||
"css", | ||
"shopify", | ||
"liquify", | ||
"format", | ||
"formatter", | ||
"prettydiff", | ||
"prettier", | ||
"sparser" | ||
], | ||
"engines": { | ||
"pnpm": ">=4", | ||
"node": ">=12" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/panoply/esthetic" | ||
}, | ||
"bugs": { | ||
"url": "https://github.com/panoply/esthetic/issues" | ||
}, | ||
"types": "./index.d.ts", | ||
"main": "./index.js", | ||
"module": "./index.mjs", | ||
"exports": { | ||
"types": "./index.d.ts", | ||
"require": "./index.js", | ||
"import": "./index.mjs" | ||
}, | ||
"ava": { | ||
"extensions": [ | ||
"mjs" | ||
], | ||
"timeout": "3s", | ||
"cache": false | ||
}, | ||
"prettier": "@liquify/prettier-config", | ||
"eslintConfig": { | ||
"root": true, | ||
"ignorePatterns": [ | ||
"index.js", | ||
"index.mjs", | ||
"**/node_modules/*" | ||
], | ||
"extends": [ | ||
"@liquify/eslint-config" | ||
], | ||
"rules": { | ||
"no-lone-blocks": "off", | ||
"no-unmodified-loop-condition": "off", | ||
"no-unused-vars": "off", | ||
"@typescript-eslint/no-unused-vars": [ | ||
"error" | ||
], | ||
"operator-linebreak": [ | ||
"error", | ||
"after", | ||
{ | ||
"overrides": { | ||
"?": "before", | ||
":": "before", | ||
"&&": "after", | ||
"||": "after", | ||
"+": "before" | ||
} | ||
} | ||
] | ||
} | ||
}, | ||
"devDependencies": { | ||
"@liquify/ava": "^0.0.6", | ||
"@liquify/eslint-config": "^1.1.0", | ||
"@liquify/liquid-language-specs": "^0.1.7", | ||
"@liquify/prettier-config": "^1.0.1", | ||
"@types/benchmark": "^2.1.2", | ||
"ava": "^5.1.0", | ||
"benchmark": "^2.1.4", | ||
"terser": "^5.16.1", | ||
"tsup": "^6.5.0", | ||
"type-fest": "^3.4.0" | ||
}, | ||
"dependencies": { | ||
"ansis": "^1.5.5" | ||
}, | ||
"scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
"dev": "tsup --watch", | ||
"build": "tsup --minify-identifiers --minify-whitespace && terser index.js -o index.js && terser index.mjs --module -o index.mjs && gzip-size index.mjs --include-original", | ||
"specs": "node ./scripts/specs.cjs", | ||
"pack": "cd versions; pnpm pack ../ && cd ..", | ||
"release": "pnpm -w release --pkg $npm_package_name", | ||
"test": "ava tests/**/*.test.mjs --serial", | ||
"tests": "tests -t cases,rules,units", | ||
"test:dev": "ava tests/dev.test.mjs --watch", | ||
"test:units": "ava tests/units/*.test.mjs ---", | ||
"test:rules": "ava tests/rules/*.test.mjs ---", | ||
"test:cases": "ava tests/cases/*.test.mjs ---" | ||
} | ||
} |
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
Mixed license
License(Experimental) Package contains multiple licenses.
Found 1 instance in 1 package
Empty package
Supply chain riskPackage does not contain any code. It may be removed, is name squatting, or the result of a faulty package publish.
Found 1 instance in 1 package
No README
QualityPackage does not have a README. This may indicate a failed publish or a low quality package.
Found 1 instance in 1 package
No contributors or author data
MaintenancePackage does not specify a list of contributors or an author in package.json.
Found 1 instance in 1 package
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
Found 1 instance in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
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
953778
23
27116
0
2
0
996
0
1
10
1
+ Addedansis@^1.5.5
+ Addedansis@1.5.6(transitive)