1.49.0 • Published 3 months ago

dreamtime v1.49.0

Weekly downloads
6
License
ISC
Repository
github
Last release
3 months ago

dreamtime

Causality violation for JavaScript. Executing programs before functions are written (think cucumber in js)

Dreamtime Functions

PROCEDURE: First Order Functions

First order functions describe a procedure completed by second order functions.

  • specify order of operations
  • it feels like they exist to debug flow control

TASK: Second Order Functions

Second order functions follow good conventions for managing fulfillment of the task they are charged with.

  • There is a single new Promise instance here and heavy reliance on async functions

UTILITY: Third Order Functions

Third order functions do the dirty work, they don't even receive arguments in an object, they get a standard comma separated deal with it set.

  • get simple arguments (ex: function(url, timeout){ / dirty work / })

Todo

  • if module directory changes update the package.json name field

References

https://github.com/fantasyui-com/tarnation

Example

const dreamtime = require('dreamtime');

const program = dreamtime()

  .downloadHtml('http://trackthis.link')
  .htmlQuery('head > script[url]')
  .downloadUrls()
  .extractObjects('ObjectExpression')

console.log(program)
1.49.0

3 months ago

1.48.0

3 months ago

1.47.0

4 months ago

1.44.0

7 months ago

1.46.0

6 months ago

1.45.0

6 months ago

1.43.0

10 months ago

1.38.0

2 years ago

1.39.0

2 years ago

1.40.0

2 years ago

1.42.0

1 year ago

1.41.0

1 year ago

1.36.0

2 years ago

1.37.0

2 years ago

1.35.0

2 years ago

1.34.0

2 years ago

1.33.0

2 years ago

1.32.0

2 years ago

1.31.0

2 years ago

1.30.0

5 years ago

1.29.0

5 years ago

1.28.0

5 years ago

1.27.0

5 years ago

1.26.0

5 years ago

1.25.0

5 years ago

1.24.0

5 years ago

1.23.0

5 years ago

1.22.0

5 years ago

1.21.0

5 years ago

1.20.0

5 years ago

1.19.0

5 years ago

1.18.0

5 years ago

1.17.0

5 years ago

1.16.0

5 years ago

1.14.0

5 years ago

1.13.0

5 years ago

1.12.0

5 years ago

1.11.0

5 years ago

1.10.0

5 years ago

1.9.0

5 years ago

1.8.0

5 years ago

1.7.0

5 years ago

1.6.0

5 years ago

1.5.0

5 years ago

1.4.0

5 years ago

1.3.0

5 years ago

1.2.0

5 years ago

1.1.0

5 years ago