Source: node-nock Section: javascript Priority: optional Maintainer: Debian Javascript Maintainers Uploaders: Manas kashyap , Pirate Praveen , Andrius Merkys Testsuite: autopkgtest-pkg-nodejs Build-Depends: debhelper-compat (= 13) , dh-sequence-nodejs , chai , mocha , node-debug , node-form-data , node-got , node-isexe , node-json-stringify-safe , node-lodash , node-lodash-packages , node-propagate , node-proxyquire , node-rimraf , node-semver , node-sinon , node-sinon-chai Standards-Version: 4.6.1 Homepage: https://github.com/nock/nock Vcs-Git: https://salsa.debian.org/js-team/node-nock.git Vcs-Browser: https://salsa.debian.org/js-team/node-nock Rules-Requires-Root: no Package: node-nock Architecture: all Depends: ${misc:Depends} , node-debug (>= 4.1.0) , node-json-stringify-safe , node-lodash , node-lodash-packages , node-propagate Multi-Arch: foreign Description: Nock is an HTTP mocking and expectations library for Node.js Nock can be used to test modules that perform HTTP requests in isolation. For instance, if a module performs HTTP requests to a CouchDB server or makesi HTTP requests to the Amazon API, you can test that module in isolation. . Node.js is an event-based server-side JavaScript engine.