Security News
38% of CISOs Fear They’re Not Moving Fast Enough on AI
CISOs are racing to adopt AI for cybersecurity, but hurdles in budgets and governance may leave some falling behind in the fight against cyber threats.
@yuheiy/aozora-lorem
Advanced tools
The fake text generator using Aozora Bunko. This makes better "ここにテキストが入ります".
Inspired by faker.js.
npm install @yuheiy/aozora-lorem
const pug = require('pug')
const { loadBook } = require('@yuheiy/aozora-lorem')
loadBook('https://www.aozora.gr.jp/cards/000081/files/456_15050.html').then(
({ lorem }) => {
const html = pug.render('p= lorem.paragraph()', { lorem })
// "<p>「おっかさんは、ぼくをゆるして下さるだろうか。」</p>"
},
)
loadBook(url)
Load data from Aozora Bunko and returns an instance of book
. Specify the URL of the book's XHTML file as an argument.
const { loadBook } = require('@yuheiy/aozora-lorem')
loadBook('https://www.aozora.gr.jp/cards/000081/files/456_15050.html').then(
(book) => {
book.lorem.paragraph()
},
)
book.lorem.content
An array containig all of the content.
book.content
// [
// "一、午后の授業",
// "「ではみなさんは、そういうふうに川だと云われたり、乳の流れたあとだと云われたりしていたこのぼんやりと白いものがほんとうは何かご承知ですか。」先生は、黒板に吊した大きな黒い星座の図の、上から下へ白くけぶった銀河帯のようなところを指しながら、みんなに問をかけました。",
// "カムパネルラが手をあげました。それから四五人手をあげました。ジョバンニも手をあげようとして、急いでそのままやめました。たしかにあれがみんな星だと、いつか雑誌で読んだのでしたが、このごろはジョバンニはまるで毎日教室でもねむく、本を読むひまも読む本もないので、なんだかどんなこともよくわからないという気持ちがするのでした。",
// ...
// ]
book.lorem.paragraph()
Returens a paragraph at random.
book.lorem.paragraph()
// "「いま誰もいないでわかりません。あしたにして下さい。」"
book.lorem.paragraphs(lines = random(1, content.length))
Returns paragraphs of the specified number of lines at random. By default the number of lines is random.
book.lorem.paragraphs(3)
// [
// "ジョバンニが云いました。",
// "「銀河ステーションで、もらったんだ。君もらわなかったの。」",
// "「ああ、ぼく銀河ステーションを通ったろうか。いまぼくたちの居るとこ、ここだろう。」"
// ]
The license for this software is MIT.
FAQs
The fake text generator using Aozora Bunko.
The npm package @yuheiy/aozora-lorem receives a total of 0 weekly downloads. As such, @yuheiy/aozora-lorem popularity was classified as not popular.
We found that @yuheiy/aozora-lorem demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
CISOs are racing to adopt AI for cybersecurity, but hurdles in budgets and governance may leave some falling behind in the fight against cyber threats.
Research
Security News
Socket researchers uncovered a backdoored typosquat of BoltDB in the Go ecosystem, exploiting Go Module Proxy caching to persist undetected for years.
Security News
Company News
Socket is joining TC54 to help develop standards for software supply chain security, contributing to the evolution of SBOMs, CycloneDX, and Package URL specifications.