File: control

package info (click to toggle)
node-geojson 0.5.0%2B~7946.0.10-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 164 kB
  • sloc: javascript: 639; makefile: 7
file content (30 lines) | stat: -rw-r--r-- 1,151 bytes parent folder | download
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
Source: node-geojson
Section: javascript
Priority: optional
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Yadd <yadd@debian.org>
Build-Depends: debhelper-compat (= 13)
 , dh-nodejs
 , dh-sequence-nodejs
 , mocha <!nocheck>
 , node-expect.js <!nocheck>
 , terser
Standards-Version: 4.6.2
Vcs-Browser: https://salsa.debian.org/js-team/node-geojson
Vcs-Git: https://salsa.debian.org/js-team/node-geojson.git
Homepage: https://github.com/caseycesari/geojson.js
Testsuite: autopkgtest-pkg-nodejs
Rules-Requires-Root: no

Package: node-geojson
Architecture: all
Depends: ${misc:Depends}
Provides: ${nodejs:Provides}
 , libjs-geojson
Description: Node.js library to turn geo data into GeoJSON
 node-geojson permits to turn geo data into GeoJSON (http://geojson.org/).
 The library has one method, parse(), which takes an array of objects (or a
 single object) with geometry data as the first parameter, an object
 consisting of settings for the second parameter, and an optional callback
 function as the third parameter. If a callback is not specified, the
 parse() function returns the GeoJSON output.