@textlint/config-loader
Advanced tools
Comparing version 0.12.0 to 12.3.0
133
package.json
{ | ||
"name": "@textlint/config-loader", | ||
"version": "0.12.0", | ||
"description": "Config loader for textlint. .textlintrc loader", | ||
"keywords": [ | ||
"textlint" | ||
], | ||
"homepage": "https://github.com/textlint/editor/tree/master/packages/@textlint/config-loader/", | ||
"bugs": { | ||
"url": "https://github.com/textlint/editor/issues" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/textlint/editor.git" | ||
}, | ||
"license": "MIT", | ||
"author": "azu", | ||
"sideEffects": false, | ||
"main": "lib/index.js", | ||
"module": "module/index.js", | ||
"types": "lib/index.d.ts", | ||
"directories": { | ||
"lib": "lib", | ||
"test": "test" | ||
}, | ||
"files": [ | ||
"bin/", | ||
"lib/", | ||
"module" | ||
], | ||
"scripts": { | ||
"build": "tsc -p . && tsc --project ./tsconfig.module.json", | ||
"clean": "rimraf lib/ module/", | ||
"prettier": "prettier --write \"**/*.{js,jsx,ts,tsx,css}\"", | ||
"prepublish": "npm run --if-present build", | ||
"test": "mocha \"test/**/*.ts\"", | ||
"watch": "tsc -p . --watch" | ||
}, | ||
"prettier": { | ||
"printWidth": 120, | ||
"singleQuote": false, | ||
"tabWidth": 4, | ||
"trailingComma": "none" | ||
}, | ||
"dependencies": { | ||
"@textlint/kernel": "^12.0.0", | ||
"@textlint/module-interop": "^12.0.0", | ||
"@textlint/types": "^12.0.0", | ||
"@textlint/utils": "^12.0.0", | ||
"debug": "^4.3.1", | ||
"rc-config-loader": "^4.0.0", | ||
"try-resolve": "^1.0.1" | ||
}, | ||
"devDependencies": { | ||
"@types/mocha": "^8.2.0", | ||
"@types/node": "^15.6.0", | ||
"mocha": "^8.4.0", | ||
"prettier": "^2.3.0", | ||
"rimraf": "^3.0.2", | ||
"ts-node": "^9.1.1", | ||
"ts-node-test-register": "^9.0.1", | ||
"typescript": "^4.1.3" | ||
}, | ||
"publishConfig": { | ||
"access": "public" | ||
}, | ||
"gitHead": "75abe354d1e1d26708bc222ca781467939d3c2ce" | ||
"name": "@textlint/config-loader", | ||
"version": "12.3.0", | ||
"description": "Config loader for textlint. .textlintrc loader", | ||
"keywords": [ | ||
"textlint" | ||
], | ||
"homepage": "https://github.com/textlint/editor/tree/master/packages/@textlint/config-loader/", | ||
"bugs": { | ||
"url": "https://github.com/textlint/editor/issues" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/textlint/editor.git" | ||
}, | ||
"license": "MIT", | ||
"author": "azu", | ||
"sideEffects": false, | ||
"main": "lib/src/index.js", | ||
"module": "module/src/index.js", | ||
"types": "lib/src/index.d.ts", | ||
"directories": { | ||
"lib": "lib", | ||
"test": "test" | ||
}, | ||
"files": [ | ||
"bin/", | ||
"lib/", | ||
"module" | ||
], | ||
"scripts": { | ||
"build": "tsc -p . && tsc --project ./tsconfig.module.json", | ||
"clean": "rimraf lib/ module/", | ||
"prettier": "prettier --write \"**/*.{js,jsx,ts,tsx,css}\"", | ||
"prepublish": "npm run --if-present build", | ||
"test": "mocha \"test/**/*.ts\"", | ||
"updateSnapshot": "UPDATE_SNAPSHOT=1 npm test", | ||
"watch": "tsc -p . --watch" | ||
}, | ||
"prettier": { | ||
"printWidth": 120, | ||
"singleQuote": false, | ||
"tabWidth": 4, | ||
"trailingComma": "none" | ||
}, | ||
"dependencies": { | ||
"@textlint/kernel": "^12.3.0", | ||
"@textlint/module-interop": "^12.3.0", | ||
"@textlint/types": "^12.3.0", | ||
"@textlint/utils": "^12.3.0", | ||
"debug": "^4.3.1", | ||
"rc-config-loader": "^4.0.0", | ||
"try-resolve": "^1.0.1" | ||
}, | ||
"devDependencies": { | ||
"@types/mocha": "^9.1.1", | ||
"@types/node": "^18.11.17", | ||
"mocha": "^10.2.0", | ||
"prettier": "^2.3.0", | ||
"rimraf": "^3.0.2", | ||
"ts-node": "^10.9.1", | ||
"ts-node-test-register": "^10.0.0", | ||
"typescript": "~4.9.4" | ||
}, | ||
"publishConfig": { | ||
"access": "public" | ||
}, | ||
"gitHead": "cd49cd21ecce9f8e0469a84a5fc354c55d9617f2" | ||
} |
# @textlint/config-loader | ||
Config loader for textlint. .textlintrc loader | ||
Config loader for textlint. It is `.textlintrc` loader | ||
@@ -5,0 +5,0 @@ ## Install |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Dynamic require
Supply chain riskDynamic require can indicate the package is performing dangerous or unsafe dynamic code execution.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
219549
93
1
0
2098
1
Updated@textlint/kernel@^12.3.0
Updated@textlint/types@^12.3.0
Updated@textlint/utils@^12.3.0