has.dep.yml 1.3 KB

123456789101112131415161718192021222324252627282930313233
  1. ---
  2. name: has
  3. version: 1.0.3
  4. type: npm
  5. summary: Object.prototype.hasOwnProperty.call shortcut
  6. homepage: https://github.com/tarruda/has
  7. license: mit
  8. licenses:
  9. - sources: LICENSE-MIT
  10. text: |
  11. Copyright (c) 2013 Thiago de Arruda
  12. Permission is hereby granted, free of charge, to any person
  13. obtaining a copy of this software and associated documentation
  14. files (the "Software"), to deal in the Software without
  15. restriction, including without limitation the rights to use,
  16. copy, modify, merge, publish, distribute, sublicense, and/or sell
  17. copies of the Software, and to permit persons to whom the
  18. Software is furnished to do so, subject to the following
  19. conditions:
  20. The above copyright notice and this permission notice shall be
  21. included in all copies or substantial portions of the Software.
  22. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
  23. EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
  24. OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
  25. NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
  26. HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
  27. WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
  28. FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
  29. OTHER DEALINGS IN THE SOFTWARE.
  30. notices: []