initial add

This commit is contained in:
Jonathan Ouellette
2022-09-27 14:10:30 -07:00
parent 91fd8a50a9
commit 580e90f6a2
3941 changed files with 954648 additions and 19 deletions

View File

@ -0,0 +1,18 @@
<?xml version="1.0"?>
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>jQuery</id>
<version>1.10.2</version>
<title>jQuery</title>
<authors>jQuery Foundation,Inc.</authors>
<owners>jQuery Foundation,Inc.</owners>
<licenseUrl>http://jquery.org/license</licenseUrl>
<projectUrl>http://jquery.com/</projectUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>jQuery is a new kind of JavaScript Library.
jQuery is a fast and concise JavaScript Library that simplifies HTML document traversing, event handling, animating, and Ajax interactions for rapid web development. jQuery is designed to change the way that you write JavaScript.
NOTE: This package is maintained on behalf of the library owners by the NuGet Community Packages project at http://nugetpackages.codeplex.com/</description>
<language>en-US</language>
<tags>jQuery</tags>
</metadata>
</package>