@textlint/utils
Advanced tools
Comparing version 12.2.3 to 12.3.0
export { normalizeTextlintPresetSubRuleKey, normalizeTextlintRuleKey, normalizeTextlintRulePresetKey, normalizeTextlintPluginKey, normalizeTextlintFilterRuleKey, normalizeTextlintKeyPath, } from "./KeyPath/TextlintKeyPath"; | ||
export { TextlintPackageNamePrefix } from "./KeyPath/TextlintPackagePrefix"; | ||
//# sourceMappingURL=index.d.ts.map |
@@ -12,1 +12,2 @@ /** | ||
export declare const removePrefixFromPackageName: (prefixList: string[], packageName: string) => string; | ||
//# sourceMappingURL=KeyPathUtil.d.ts.map |
@@ -38,1 +38,2 @@ /** | ||
export declare const normalizeTextlintPluginKey: (name: string) => string; | ||
//# sourceMappingURL=TextlintKeyPath.d.ts.map |
@@ -14,1 +14,2 @@ /** | ||
}; | ||
//# sourceMappingURL=TextlintPackagePrefix.d.ts.map |
export { normalizeTextlintPresetSubRuleKey, normalizeTextlintRuleKey, normalizeTextlintRulePresetKey, normalizeTextlintPluginKey, normalizeTextlintFilterRuleKey, normalizeTextlintKeyPath, } from "./KeyPath/TextlintKeyPath"; | ||
export { TextlintPackageNamePrefix } from "./KeyPath/TextlintPackagePrefix"; | ||
//# sourceMappingURL=index.d.ts.map |
@@ -12,1 +12,2 @@ /** | ||
export declare const removePrefixFromPackageName: (prefixList: string[], packageName: string) => string; | ||
//# sourceMappingURL=KeyPathUtil.d.ts.map |
@@ -38,1 +38,2 @@ /** | ||
export declare const normalizeTextlintPluginKey: (name: string) => string; | ||
//# sourceMappingURL=TextlintKeyPath.d.ts.map |
@@ -14,1 +14,2 @@ /** | ||
}; | ||
//# sourceMappingURL=TextlintPackagePrefix.d.ts.map |
118
package.json
{ | ||
"name": "@textlint/utils", | ||
"version": "12.2.3", | ||
"description": "textlint internal utils.", | ||
"keywords": [ | ||
"internal", | ||
"utils" | ||
], | ||
"homepage": "https://github.com/textlint/textlint/tree/master/packages/utils/", | ||
"bugs": { | ||
"url": "https://github.com/textlint/textlint/issues" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/textlint/textlint.git" | ||
}, | ||
"license": "MIT", | ||
"author": "azu", | ||
"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/", | ||
"src/", | ||
"!*.tsbuildinfo" | ||
], | ||
"scripts": { | ||
"build": "tsc -b && tsc -b tsconfig.module.json", | ||
"clean": "rimraf lib/ module/", | ||
"prettier": "prettier --write \"**/*.{js,jsx,ts,tsx,css}\"", | ||
"prepack": "npm run --if-present build", | ||
"test": "mocha \"test/**/*.ts\"", | ||
"watch": "tsc -b --watch" | ||
}, | ||
"prettier": { | ||
"printWidth": 120, | ||
"singleQuote": false, | ||
"tabWidth": 4 | ||
}, | ||
"devDependencies": { | ||
"@types/mocha": "^9.1.1", | ||
"@types/node": "^18.11.9", | ||
"cross-env": "^7.0.3", | ||
"mocha": "^10.1.0", | ||
"prettier": "^2.7.1", | ||
"rimraf": "^3.0.2", | ||
"ts-node": "^10.9.1", | ||
"ts-node-test-register": "^10.0.0", | ||
"typescript": "^4.8.3" | ||
}, | ||
"publishConfig": { | ||
"access": "public" | ||
}, | ||
"gitHead": "a91d149faf3a745a472a035131e995cc5ec77898" | ||
"name": "@textlint/utils", | ||
"version": "12.3.0", | ||
"description": "textlint internal utils.", | ||
"keywords": [ | ||
"internal", | ||
"utils" | ||
], | ||
"homepage": "https://github.com/textlint/textlint/tree/master/packages/utils/", | ||
"bugs": { | ||
"url": "https://github.com/textlint/textlint/issues" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/textlint/textlint.git" | ||
}, | ||
"license": "MIT", | ||
"author": "azu", | ||
"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/", | ||
"src/", | ||
"!*.tsbuildinfo" | ||
], | ||
"scripts": { | ||
"build": "tsc -b && tsc -b tsconfig.module.json", | ||
"clean": "rimraf lib/ module/", | ||
"prettier": "prettier --write \"**/*.{js,jsx,ts,tsx,css}\"", | ||
"prepack": "npm run --if-present build", | ||
"test": "mocha \"test/**/*.ts\"", | ||
"watch": "tsc -b --watch" | ||
}, | ||
"prettier": { | ||
"printWidth": 120, | ||
"singleQuote": false, | ||
"tabWidth": 4 | ||
}, | ||
"devDependencies": { | ||
"@types/mocha": "^9.1.1", | ||
"@types/node": "^18.11.17", | ||
"cross-env": "^7.0.3", | ||
"mocha": "^10.2.0", | ||
"prettier": "^2.7.1", | ||
"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" | ||
} |
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
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
33155
39