File: control

package info (click to toggle)
node-graphql 16.8.1-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 6,376 kB
  • sloc: javascript: 1,492; sh: 20; makefile: 2
file content (33 lines) | stat: -rw-r--r-- 1,192 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
31
32
33
Source: node-graphql
Section: javascript
Priority: optional
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Pirate Praveen <praveen@debian.org>
Testsuite: autopkgtest-pkg-nodejs
Build-Depends:
 debhelper-compat (= 13)
 , dh-sequence-nodejs
 , chai <!nocheck>
 , mocha <!nocheck>
 , node-babel-core (>= 7.0~)
 , node-babel-preset-env (>= 7.0~)
 , node-typescript
 , node-types-chai
 , node-types-mocha
Standards-Version: 4.6.2
Homepage: https://github.com/graphql/graphql-js
Vcs-Git: https://salsa.debian.org/js-team/node-graphql.git
Vcs-Browser: https://salsa.debian.org/js-team/node-graphql
Rules-Requires-Root: no

Package: node-graphql
Architecture: all
Depends: ${misc:Depends}
Multi-Arch: foreign
Description: JavaScript reference implementation for GraphQL
 GraphQL is a Query Language and Runtime for APIs which can target any service.
 It provides a complete and understandable description of the data in an API,
 gives clients the power to ask for exactly what they need and nothing more,
 makes it easier to evolve APIs over time, and enables powerful developer tools.
 .
 Node.js is an event-based server-side JavaScript engine.