File: RxJS-All.nuspec

package info (click to toggle)
node-rx 4.1.0%2Bdfsg1-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 8,992 kB
  • sloc: javascript: 57,049; sh: 43; makefile: 5
file content (35 lines) | stat: -rw-r--r-- 1,806 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
<?xml version="1.0"?>
<package>
  <metadata>
    <id>RxJS-All</id>
    <title>Reactive Extensions for JavaScript - All Libraries</title>
    <!-- Automatically updated by build, keeping fixed dev build number here in case of local build -->
    <version>$version$</version>
    <authors>Microsoft Corporation</authors>
    <description>Reactive Extensions for JavaScript libraries.</description>
    <projectUrl>http://rx.codeplex.com</projectUrl>
    <iconUrl>http://go.microsoft.com/fwlink/?LinkId=261274</iconUrl>
    <requireLicenseAcceptance>true</requireLicenseAcceptance>
    <licenseUrl>http://www.apache.org/licenses/LICENSE-2.0.html</licenseUrl>
    <language>en-US</language>
    <tags>Rx RxJS Reactive Extensions Observable</tags>
    <dependencies>
      <!-- Automatically updated by build, keeping fixed dev build number here in case of local build -->
      <dependency id="RxJS-Main" version="$version$" />
      <dependency id="RxJS-Aggregates" version="$version$" />
      <dependency id="RxJS-Binding" version="$version$" />
      <dependency id="RxJS-Coincidence" version="$version$" />
      <dependency id="RxJS-JoinPatterns" version="$version$" />
      <dependency id="RxJS-Time" version="$version$" />
      <dependency id="RxJS-Experimental" version="$version$" />
      <dependency id="RxJS-Testing" version="$version$" />
      <dependency id="RxJS-VirtualTime" version="$version$" />
    </dependencies>
  </metadata>
  <files>
    <file src="..\..\dist\rx.all.js" target="content\Scripts\rx.all.js" />
    <file src="..\..\dist\rx.all.compat.js" target="content\Scripts\rx.all.compat.js" />
    <file src="..\..\ts\rx.all.d.ts" target="content\Scripts\rx.all.d.ts" />
    <file src="..\..\ts\rx.all.es6.d.ts" target="content\Scripts\rx.all.es6.d.ts" />
  </files>
</package>