@directus/format-title
Advanced tools
Comparing version 9.0.0-rc.51 to 9.0.0-rc.52
{ | ||
"name": "@directus/format-title", | ||
"version": "9.0.0-rc.51", | ||
"description": "Custom string formatter that converts any string into [Title Case](http://www.grammar-monster.com/lessons/capital_letters_title_case.htm)", | ||
"keywords": [ | ||
"title-case", | ||
"title", | ||
"case", | ||
"directus", | ||
"format", | ||
"string", | ||
"articles", | ||
"conjunctions", | ||
"prepositions" | ||
], | ||
"main": "dist/format-title.cjs.js", | ||
"module": "dist/format-title.bundler.js", | ||
"unpkg": "dist/format-title.global.min.js", | ||
"types": "dist/types/index.d.ts", | ||
"files": [ | ||
"dist" | ||
], | ||
"author": "rijkvanzanten <rijkvanzanten@me.com>", | ||
"repository": "directus/format-title", | ||
"license": "MIT", | ||
"engines": { | ||
"node": ">=6.0.0" | ||
}, | ||
"scripts": { | ||
"prebuild": "rimraf dist", | ||
"build": "rollup -c rollup.config.js", | ||
"start": "rollup -c rollup.config.js -w", | ||
"prepublishOnly": "npm run build", | ||
"lint": "eslint \"src/**/*.ts\"" | ||
}, | ||
"devDependencies": { | ||
"rimraf": "^3.0.2", | ||
"rollup": "^2.33.1", | ||
"typescript": "^4.0.5" | ||
}, | ||
"gitHead": "aa15da7c653212ff824c9c85f8fd699b80361c31" | ||
"name": "@directus/format-title", | ||
"version": "9.0.0-rc.52", | ||
"description": "Custom string formatter that converts any string into [Title Case](http://www.grammar-monster.com/lessons/capital_letters_title_case.htm)", | ||
"keywords": [ | ||
"title-case", | ||
"title", | ||
"case", | ||
"directus", | ||
"format", | ||
"string", | ||
"articles", | ||
"conjunctions", | ||
"prepositions" | ||
], | ||
"main": "dist/format-title.cjs.js", | ||
"module": "dist/format-title.bundler.js", | ||
"unpkg": "dist/format-title.global.min.js", | ||
"types": "dist/types/index.d.ts", | ||
"files": [ | ||
"dist" | ||
], | ||
"author": "rijkvanzanten <rijkvanzanten@me.com>", | ||
"repository": "directus/format-title", | ||
"license": "MIT", | ||
"engines": { | ||
"node": ">=6.0.0" | ||
}, | ||
"scripts": { | ||
"prebuild": "rimraf dist", | ||
"build": "rollup -c rollup.config.js", | ||
"start": "rollup -c rollup.config.js -w", | ||
"prepublishOnly": "npm run build" | ||
}, | ||
"devDependencies": { | ||
"@rollup/plugin-commonjs": "^17.1.0", | ||
"@rollup/plugin-json": "^4.1.0", | ||
"@rollup/plugin-node-resolve": "^11.2.0", | ||
"rimraf": "^3.0.2", | ||
"rollup": "^2.33.1", | ||
"rollup-plugin-sourcemaps": "^0.6.3", | ||
"rollup-plugin-terser": "^7.0.2", | ||
"rollup-plugin-typescript2": "^0.30.0", | ||
"typescript": "^4.0.5" | ||
}, | ||
"gitHead": "9b6869e0682de120ab2590ec96f9ba5b535944f4" | ||
} |
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
44045
9