object-inspect.dep.yml 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. ---
  2. name: object-inspect
  3. version: 1.11.0
  4. type: npm
  5. summary: string representations of objects in node and the browser
  6. homepage: https://github.com/inspect-js/object-inspect
  7. license: mit
  8. licenses:
  9. - sources: LICENSE
  10. text: |
  11. MIT License
  12. Copyright (c) 2013 James Halliday
  13. Permission is hereby granted, free of charge, to any person obtaining a copy
  14. of this software and associated documentation files (the "Software"), to deal
  15. in the Software without restriction, including without limitation the rights
  16. to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
  17. copies of the Software, and to permit persons to whom the Software is
  18. furnished to do so, subject to the following conditions:
  19. The above copyright notice and this permission notice shall be included in all
  20. copies or substantial portions of the Software.
  21. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  22. IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  23. FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
  24. AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
  25. LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
  26. OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
  27. SOFTWARE.
  28. - sources: readme.markdown
  29. text: |-
  30. MIT
  31. [1]: https://npmjs.org/package/object-inspect
  32. [2]: https://versionbadg.es/inspect-js/object-inspect.svg
  33. [5]: https://david-dm.org/inspect-js/object-inspect.svg
  34. [6]: https://david-dm.org/inspect-js/object-inspect
  35. [7]: https://david-dm.org/inspect-js/object-inspect/dev-status.svg
  36. [8]: https://david-dm.org/inspect-js/object-inspect#info=devDependencies
  37. [11]: https://nodei.co/npm/object-inspect.png?downloads=true&stars=true
  38. [license-image]: https://img.shields.io/npm/l/object-inspect.svg
  39. [license-url]: LICENSE
  40. [downloads-image]: https://img.shields.io/npm/dm/object-inspect.svg
  41. [downloads-url]: https://npm-stat.com/charts.html?package=object-inspect
  42. [codecov-image]: https://codecov.io/gh/inspect-js/object-inspect/branch/main/graphs/badge.svg
  43. [codecov-url]: https://app.codecov.io/gh/inspect-js/object-inspect/
  44. [actions-image]: https://img.shields.io/endpoint?url=https://github-actions-badge-u3jn4tfpocch.runkit.sh/inspect-js/object-inspect
  45. [actions-url]: https://github.com/inspect-js/object-inspect/actions
  46. notices: []