root / HServer / 00.Server / 00.Program / node_modules / bluebird / README.md
이력 | 보기 | 이력해설 | 다운로드 (2.65 KB)
1 | 39 | HKM | <a href="http://promisesaplus.com/"> |
---|---|---|---|
2 | <img src="http://promisesaplus.com/assets/logo-small.png" alt="Promises/A+ logo" |
||
3 | title="Promises/A+ 1.1 compliant" align="right" /> |
||
4 | </a> |
||
5 | [](https://travis-ci.org/petkaantonov/bluebird) |
||
6 | [](http://petkaantonov.github.io/bluebird/coverage/debug/index.html) |
||
7 | |||
8 | **Got a question?** Join us on [stackoverflow](http://stackoverflow.com/questions/tagged/bluebird), the [mailing list](https://groups.google.com/forum/#!forum/bluebird-js) or chat on [IRC](https://webchat.freenode.net/?channels=#promises) |
||
9 | |||
10 | # Introduction |
||
11 | |||
12 | Bluebird is a fully featured promise library with focus on innovative features and performance |
||
13 | |||
14 | See the [**bluebird website**](http://bluebirdjs.com/docs/getting-started.html) for further documentation, references and instructions. See the [**API reference**](http://bluebirdjs.com/docs/api-reference.html) here. |
||
15 | |||
16 | For bluebird 2.x documentation and files, see the [2.x tree](https://github.com/petkaantonov/bluebird/tree/2.x). |
||
17 | |||
18 | # Questions and issues |
||
19 | |||
20 | The [github issue tracker](https://github.com/petkaantonov/bluebird/issues) is **_only_** for bug reports and feature requests. Anything else, such as questions for help in using the library, should be posted in [StackOverflow](http://stackoverflow.com/questions/tagged/bluebird) under tags `promise` and `bluebird`. |
||
21 | |||
22 | |||
23 | |||
24 | ## Thanks |
||
25 | |||
26 | Thanks to BrowserStack for providing us with a free account which lets us support old browsers like IE8. |
||
27 | |||
28 | # License |
||
29 | |||
30 | The MIT License (MIT) |
||
31 | |||
32 | Copyright (c) 2013-2017 Petka Antonov |
||
33 | |||
34 | Permission is hereby granted, free of charge, to any person obtaining a copy |
||
35 | of this software and associated documentation files (the "Software"), to deal |
||
36 | in the Software without restriction, including without limitation the rights |
||
37 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell |
||
38 | copies of the Software, and to permit persons to whom the Software is |
||
39 | furnished to do so, subject to the following conditions: |
||
40 | |||
41 | The above copyright notice and this permission notice shall be included in |
||
42 | all copies or substantial portions of the Software. |
||
43 | |||
44 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR |
||
45 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, |
||
46 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE |
||
47 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER |
||
48 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, |
||
49 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN |
||
50 | THE SOFTWARE. |