diff -Nru node-source-map-support-0.5.19+ds/debian/changelog node-source-map-support-0.5.19+ds+~0.5.3/debian/changelog --- node-source-map-support-0.5.19+ds/debian/changelog 2020-12-05 16:49:32.000000000 +0000 +++ node-source-map-support-0.5.19+ds+~0.5.3/debian/changelog 2020-12-06 08:00:29.000000000 +0000 @@ -1,3 +1,10 @@ +node-source-map-support (0.5.19+ds+~0.5.3-1) unstable; urgency=medium + + * Team upload + * Embed typescript definitions and repack + + -- Xavier Guimard Sun, 06 Dec 2020 09:00:29 +0100 + node-source-map-support (0.5.19+ds-4) unstable; urgency=medium * Team upload diff -Nru node-source-map-support-0.5.19+ds/debian/control node-source-map-support-0.5.19+ds+~0.5.3/debian/control --- node-source-map-support-0.5.19+ds/debian/control 2020-12-05 16:47:50.000000000 +0000 +++ node-source-map-support-0.5.19+ds+~0.5.3/debian/control 2020-12-06 07:59:21.000000000 +0000 @@ -22,6 +22,7 @@ Depends: ${misc:Depends}, nodejs, node-source-map +Provides: ${nodejs:Provides} Description: Fixes stack traces for files with source maps This module uses source-map to replace the paths and line numbers of source-mapped files with their original counterparts in the real diff -Nru node-source-map-support-0.5.19+ds/debian/copyright node-source-map-support-0.5.19+ds+~0.5.3/debian/copyright --- node-source-map-support-0.5.19+ds/debian/copyright 2020-12-05 16:47:50.000000000 +0000 +++ node-source-map-support-0.5.19+ds+~0.5.3/debian/copyright 2020-12-06 07:59:40.000000000 +0000 @@ -2,6 +2,7 @@ Upstream-Name: source-map-support Upstream-Contact: https://github.com/evanw/node-source-map-support/issues Source: https://github.com/evanw/node-source-map-support + https://registry.npmjs.org/@types/source-map-support Files-Excluded: browser-source-map-support.js *-test Files: * @@ -19,6 +20,10 @@ Griffin Yourick License: Expat +Files: types-*/* +Copyright: Microsoft Corporation +License: Expat + License: Expat Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files @@ -39,4 +44,3 @@ ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - diff -Nru node-source-map-support-0.5.19+ds/debian/gbp.conf node-source-map-support-0.5.19+ds+~0.5.3/debian/gbp.conf --- node-source-map-support-0.5.19+ds/debian/gbp.conf 2020-01-29 16:41:58.000000000 +0000 +++ node-source-map-support-0.5.19+ds+~0.5.3/debian/gbp.conf 2020-12-06 07:58:48.000000000 +0000 @@ -1,5 +1,6 @@ [DEFAULT] -pristine-tar = True +pristine-tar=True +component=['types-source-map-support'] [import-orig] -filter = [ '.gitignore', '.travis.yml', '.git*' ] +filter=[ '.gitignore', '.travis.yml', '.git*' ] diff -Nru node-source-map-support-0.5.19+ds/debian/nodejs/root_modules node-source-map-support-0.5.19+ds+~0.5.3/debian/nodejs/root_modules --- node-source-map-support-0.5.19+ds/debian/nodejs/root_modules 1970-01-01 00:00:00.000000000 +0000 +++ node-source-map-support-0.5.19+ds+~0.5.3/debian/nodejs/root_modules 2020-12-06 07:58:55.000000000 +0000 @@ -0,0 +1 @@ +* \ No newline at end of file diff -Nru node-source-map-support-0.5.19+ds/debian/watch node-source-map-support-0.5.19+ds+~0.5.3/debian/watch --- node-source-map-support-0.5.19+ds/debian/watch 2020-01-29 16:41:58.000000000 +0000 +++ node-source-map-support-0.5.19+ds+~0.5.3/debian/watch 2020-12-06 07:59:07.000000000 +0000 @@ -3,4 +3,9 @@ repacksuffix=+ds,\ dversionmangle=s/\+(debian|dfsg|ds|deb)(\.\d+)?$//,\ filenamemangle=s/.*\/v?([\d\.-]+)\.tar\.gz/node-source-map-support-$1.tar.gz/ \ - https://github.com/evanw/node-source-map-support/tags .*/archive/v?([\d.]+).tar.gz + https://github.com/evanw/node-source-map-support/tags .*/archive/v?([\d.]+).tar.gz group + +# It is not recommended use npmregistry. Please investigate more. +# Take a look at https://wiki.debian.org/debian/watch/ +opts="searchmode=plain,component=types-source-map-support,ctype=nodejs,pgpmode=none" \ + https://registry.npmjs.org/@types/source-map-support https://registry.npmjs.org/@types/source-map-support/-/source-map-support-([\d\.]+)@ARCHIVE_EXT@ group diff -Nru node-source-map-support-0.5.19+ds/types-source-map-support/index.d.ts node-source-map-support-0.5.19+ds+~0.5.3/types-source-map-support/index.d.ts --- node-source-map-support-0.5.19+ds/types-source-map-support/index.d.ts 1970-01-01 00:00:00.000000000 +0000 +++ node-source-map-support-0.5.19+ds+~0.5.3/types-source-map-support/index.d.ts 2020-08-22 21:49:50.000000000 +0000 @@ -0,0 +1,52 @@ +// Type definitions for source-map-support 0.5 +// Project: https://github.com/evanw/node-source-map-support +// Definitions by: Bart van der Schoor +// Jason Cheatham +// Alcedo Nathaniel De Guzman Jr +// Griffin Yourick +// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped + +import { RawSourceMap } from 'source-map'; + +/** + * Output of retrieveSourceMap(). + * From source-map-support: + * The map field may be either a string or the parsed JSON object (i.e., + * it must be a valid argument to the SourceMapConsumer constructor). + */ +export interface UrlAndMap { + url: string; + map: string | RawSourceMap; +} + +/** + * Options to install(). + */ +export interface Options { + handleUncaughtExceptions?: boolean; + hookRequire?: boolean; + emptyCacheBetweenOperations?: boolean; + environment?: 'auto' | 'browser' | 'node'; + overrideRetrieveFile?: boolean; + overrideRetrieveSourceMap?: boolean; + retrieveFile?(path: string): string; + retrieveSourceMap?(source: string): UrlAndMap | null; +} + +export interface Position { + source: string; + line: number; + column: number; +} + +export function wrapCallSite(frame: any /* StackFrame */): any /* StackFrame */; +export function getErrorSource(error: Error): string | null; +export function mapSourcePosition(position: Position): Position; +export function retrieveSourceMap(source: string): UrlAndMap | null; +export function resetRetrieveHandlers(): void; + +/** + * Install SourceMap support. + * @param options Can be used to e.g. disable uncaughtException handler. + */ +export function install(options?: Options): void; diff -Nru node-source-map-support-0.5.19+ds/types-source-map-support/LICENSE node-source-map-support-0.5.19+ds+~0.5.3/types-source-map-support/LICENSE --- node-source-map-support-0.5.19+ds/types-source-map-support/LICENSE 1970-01-01 00:00:00.000000000 +0000 +++ node-source-map-support-0.5.19+ds+~0.5.3/types-source-map-support/LICENSE 2020-08-22 21:49:50.000000000 +0000 @@ -0,0 +1,21 @@ + MIT License + + Copyright (c) Microsoft Corporation. + + Permission is hereby granted, free of charge, to any person obtaining a copy + of this software and associated documentation files (the "Software"), to deal + in the Software without restriction, including without limitation the rights + to use, copy, modify, merge, publish, distribute, sublicense, and/or sell + copies of the Software, and to permit persons to whom the Software is + furnished to do so, subject to the following conditions: + + The above copyright notice and this permission notice shall be included in all + copies or substantial portions of the Software. + + THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE + AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, + OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE + SOFTWARE diff -Nru node-source-map-support-0.5.19+ds/types-source-map-support/package.json node-source-map-support-0.5.19+ds+~0.5.3/types-source-map-support/package.json --- node-source-map-support-0.5.19+ds/types-source-map-support/package.json 1970-01-01 00:00:00.000000000 +0000 +++ node-source-map-support-0.5.19+ds+~0.5.3/types-source-map-support/package.json 2020-08-22 21:49:50.000000000 +0000 @@ -0,0 +1,41 @@ +{ + "name": "@types/source-map-support", + "version": "0.5.3", + "description": "TypeScript definitions for source-map-support", + "license": "MIT", + "contributors": [ + { + "name": "Bart van der Schoor", + "url": "https://github.com/Bartvds", + "githubUsername": "Bartvds" + }, + { + "name": "Jason Cheatham", + "url": "https://github.com/jason0x43", + "githubUsername": "jason0x43" + }, + { + "name": "Alcedo Nathaniel De Guzman Jr", + "url": "https://github.com/natealcedo", + "githubUsername": "natealcedo" + }, + { + "name": "Griffin Yourick", + "url": "https://github.com/tough-griff", + "githubUsername": "tough-griff" + } + ], + "main": "", + "types": "index.d.ts", + "repository": { + "type": "git", + "url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git", + "directory": "types/source-map-support" + }, + "scripts": {}, + "dependencies": { + "source-map": "^0.6.0" + }, + "typesPublisherContentHash": "9c04358a277492ed5d16d03ccf753569bb5b54e4f1d40e23f774dace0c952709", + "typeScriptVersion": "3.1" +} \ No newline at end of file diff -Nru node-source-map-support-0.5.19+ds/types-source-map-support/README.md node-source-map-support-0.5.19+ds+~0.5.3/types-source-map-support/README.md --- node-source-map-support-0.5.19+ds/types-source-map-support/README.md 1970-01-01 00:00:00.000000000 +0000 +++ node-source-map-support-0.5.19+ds+~0.5.3/types-source-map-support/README.md 2020-08-22 21:49:50.000000000 +0000 @@ -0,0 +1,16 @@ +# Installation +> `npm install --save @types/source-map-support` + +# Summary +This package contains type definitions for source-map-support (https://github.com/evanw/node-source-map-support). + +# Details +Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/source-map-support. + +### Additional Details + * Last updated: Sat, 22 Aug 2020 21:49:50 GMT + * Dependencies: [@types/source-map](https://npmjs.com/package/@types/source-map) + * Global values: none + +# Credits +These definitions were written by [Bart van der Schoor](https://github.com/Bartvds), [Jason Cheatham](https://github.com/jason0x43), [Alcedo Nathaniel De Guzman Jr](https://github.com/natealcedo), and [Griffin Yourick](https://github.com/tough-griff). diff -Nru node-source-map-support-0.5.19+ds/types-source-map-support/register.d.ts node-source-map-support-0.5.19+ds+~0.5.3/types-source-map-support/register.d.ts --- node-source-map-support-0.5.19+ds/types-source-map-support/register.d.ts 1970-01-01 00:00:00.000000000 +0000 +++ node-source-map-support-0.5.19+ds+~0.5.3/types-source-map-support/register.d.ts 2020-08-22 21:49:50.000000000 +0000 @@ -0,0 +1,7 @@ +// tslint:disable:no-useless-files + +// For following usage: +// import 'source-map-support/register' +// Instead of: +// import sourceMapSupport from 'source-map-support' +// sourceMapSupport.install()