underscore.dep.yml 1.4 KB

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