File: RxJS-JoinPatterns.nuspec

package info (click to toggle)
node-rx 4.1.0%2Bdfsg1-1
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 8,984 kB
  • ctags: 3,878
  • sloc: sh: 45; makefile: 8
file content (27 lines) | stat: -rw-r--r-- 1,442 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
<?xml version="1.0"?>
<package>
  <metadata>
    <id>RxJS-JoinPatterns</id>
    <title>Reactive Extensions for JavaScript - Join Patterns</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 library with join patterns event processing query operations.</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$" />
    </dependencies>
  </metadata>
  <files>
    <file src="..\..\dist\rx.joinpatterns.js" target="content\Scripts\rx.joinpatterns.js" />
    <file src="..\..\dist\rx.joinpatterns.min.js" target="content\Scripts\rx.joinpatterns.min.js" />
    <file src="..\..\ts\rx.joinpatterns.d.ts" target="content\Scripts\rx.joinpatterns.d.ts" />
    <file src="..\..\ts\rx.joinpatterns.es6.d.ts" target="content\Scripts\rx.joinpatterns.es6.d.ts" />
  </files>
</package>