refactor(Cypress): add nodemodules
This commit is contained in:
28
node_modules/stack-generator/README.md
generated
vendored
Normal file
28
node_modules/stack-generator/README.md
generated
vendored
Normal file
@@ -0,0 +1,28 @@
|
||||
stack-generator
|
||||
===============
|
||||
[](https://travis-ci.org/stacktracejs/stack-generator) [](https://coveralls.io/r/stacktracejs/stack-generator) [](https://opensource.org/licenses/MIT)
|
||||
|
||||
Generate artificial backtrace by walking arguments.callee.caller chain. **Works everywhere except strict-mode**.
|
||||
|
||||
## Usage
|
||||
```
|
||||
StackGenerator.backtrace()
|
||||
|
||||
=> [StackFrame({functionName: 'foo', args: []}), StackFrame(..), StackFrame(..)]
|
||||
```
|
||||
|
||||
## Installation
|
||||
```
|
||||
npm install stack-generator
|
||||
bower install stack-generator
|
||||
https://raw.githubusercontent.com/stacktracejs/stack-generator/master/dist/stack-generator.min.js
|
||||
```
|
||||
|
||||
## Browser Support
|
||||
[](https://saucelabs.com/u/stacktracejs)
|
||||
|
||||
## Contributing
|
||||
Want to be listed as a *Contributor*? Start with the [Contributing Guide](CONTRIBUTING.md)!
|
||||
|
||||
## License
|
||||
This project is licensed to the [Public Domain](http://unlicense.org)
|
Reference in New Issue
Block a user