"Fossies" - the Fresh Open Source Software Archive

Member "moment-2.29.4/Moment.js.nuspec" (6 Jul 2022, 1488 Bytes) of package /linux/www/moment-2.29.4.tar.gz:


As a special service "Fossies" has tried to format the requested text file into HTML format (style: standard) with prefixed line numbers. Alternatively you can here view or download the uninterpreted source code file. See also the latest Fossies "Diffs" side-by-side code changes report for "Moment.js.nuspec": 2.29.3_vs_2.29.4.

    1 <?xml version="1.0"?>
    2 <package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
    3     <metadata>
    4         <id>Moment.js</id>
    5         <version>2.29.4</version>
    6         <authors>Tim Wood, Iskren Chernev, Moment.js contributors</authors>
    7         <owners>Cory Deppen, Iskren Chernev</owners>
    8         <description>A lightweight JavaScript date library for parsing, manipulating, and formatting dates.</description>
    9         <releaseNotes>
   10             * Release Apr 17, 2022
   11               * [#5995](https://github.com/moment/moment/pull/5995) [bugfix] Remove const usage
   12               * [#5990](https://github.com/moment/moment/pull/5990) misc: fix advisory link
   13         </releaseNotes>
   14         <projectUrl>http://momentjs.com/</projectUrl>
   15         <iconUrl>http://pbs.twimg.com/profile_images/482670411402858496/Xrtdc94q_normal.png</iconUrl>
   16         <licenseUrl>https://raw.github.com/timrwood/moment/master/LICENSE</licenseUrl>
   17         <tags>JavaScript date time browser node.js</tags>
   18   </metadata>
   19   <files>
   20       <file src="moment.js" target="Content\Scripts" />
   21       <file src="min/moment.min.js" target="Content\Scripts" />
   22       <file src="min/moment.min.js.map" target="Content\Scripts" />
   23       <file src="min/moment-with-locales.js" target="Content\Scripts" />
   24       <file src="min/moment-with-locales.min.js" target="Content\Scripts" />
   25       <file src="min/moment-with-locales.min.js.map" target="Content\Scripts" />
   26   </files>
   27 </package>