Package Exports
- dolor
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (dolor) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
Dolor 
NodeJS version of the Frank project as a wonderful set of helpers for generating random text content like lorem ipsum.
Installation
npm install dolor --saveUsage
var dolor = require('dolor');
dolor.sentence() # returns a single sentence
dolor.sentences(3) # returns 3 individual sentence
dolor.word()
dolor.words(5) # returns 5 individual words
dolor.paragraph()
dolor.paragraphs(10) # returns 10 paragraphs
dolor.date() # returns random instance of Date()
dolor.tweet()
dolor.name() # returns first and last name
dolor.firstName()
dolor.lastName()
dolor.email()
dolor.country() # example: { code: 'NZ', name: 'New Zealand' }