diff -Nru node-memory-fs-0.5.0/debian/changelog node-memory-fs-0.5.0+~0.3.3/debian/changelog --- node-memory-fs-0.5.0/debian/changelog 2020-12-26 17:14:59.000000000 +0000 +++ node-memory-fs-0.5.0+~0.3.3/debian/changelog 2021-12-28 19:48:54.000000000 +0000 @@ -1,3 +1,13 @@ +node-memory-fs (0.5.0+~0.3.3-1) unstable; urgency=medium + + * Team upload + * Fix GitHub tags regex + * Update standards version to 4.6.0, no changes needed. + * Fix filenamemangle + * Embed typescript declarations and repack + + -- Yadd Tue, 28 Dec 2021 20:48:54 +0100 + node-memory-fs (0.5.0-1) unstable; urgency=medium * Team upload diff -Nru node-memory-fs-0.5.0/debian/control node-memory-fs-0.5.0+~0.3.3/debian/control --- node-memory-fs-0.5.0/debian/control 2020-12-26 17:08:04.000000000 +0000 +++ node-memory-fs-0.5.0+~0.3.3/debian/control 2021-12-28 19:48:03.000000000 +0000 @@ -10,7 +10,7 @@ , node-errno , node-readable-stream , node-should -Standards-Version: 4.5.1 +Standards-Version: 4.6.0 Vcs-Browser: https://salsa.debian.org/js-team/node-memory-fs Vcs-Git: https://salsa.debian.org/js-team/node-memory-fs.git Homepage: https://github.com/webpack/memory-fs @@ -22,6 +22,7 @@ Depends: ${misc:Depends} , node-errno , node-readable-stream +Provides: ${nodejs:Provides} Description: simple in-memory filesystem It holds data in a javascript object. . diff -Nru node-memory-fs-0.5.0/debian/copyright node-memory-fs-0.5.0+~0.3.3/debian/copyright --- node-memory-fs-0.5.0/debian/copyright 2020-12-26 17:02:16.000000000 +0000 +++ node-memory-fs-0.5.0+~0.3.3/debian/copyright 2021-12-28 19:48:04.000000000 +0000 @@ -2,6 +2,7 @@ Upstream-Name: memory-fs Upstream-Contact: https://github.com/webpack/memory-fs/issues Source: https://github.com/webpack/memory-fs + https://registry.npmjs.org/@types/memory-fs Files: * Copyright: 2012-2014 Tobias Koppers @sokra @@ -11,6 +12,10 @@ Copyright: 2017 Pirate Praveen 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 diff -Nru node-memory-fs-0.5.0/debian/gbp.conf node-memory-fs-0.5.0+~0.3.3/debian/gbp.conf --- node-memory-fs-0.5.0/debian/gbp.conf 2020-03-01 11:04:34.000000000 +0000 +++ node-memory-fs-0.5.0+~0.3.3/debian/gbp.conf 2021-12-28 19:48:04.000000000 +0000 @@ -1,5 +1,6 @@ [DEFAULT] -pristine-tar = True +pristine-tar=True +component=['types-memory-fs'] [import-orig] -filter = [ '.gitignore', '.travis.yml', '.git*' ] +filter=[ '.gitignore', '.travis.yml', '.git*' ] diff -Nru node-memory-fs-0.5.0/debian/nodejs/root_modules node-memory-fs-0.5.0+~0.3.3/debian/nodejs/root_modules --- node-memory-fs-0.5.0/debian/nodejs/root_modules 1970-01-01 00:00:00.000000000 +0000 +++ node-memory-fs-0.5.0+~0.3.3/debian/nodejs/root_modules 2021-12-28 19:48:02.000000000 +0000 @@ -0,0 +1 @@ +* \ No newline at end of file diff -Nru node-memory-fs-0.5.0/debian/source/lintian-overrides node-memory-fs-0.5.0+~0.3.3/debian/source/lintian-overrides --- node-memory-fs-0.5.0/debian/source/lintian-overrides 1970-01-01 00:00:00.000000000 +0000 +++ node-memory-fs-0.5.0+~0.3.3/debian/source/lintian-overrides 2021-12-28 19:48:04.000000000 +0000 @@ -0,0 +1,2 @@ +# Generic types-* path +add-component-copyright types-* diff -Nru node-memory-fs-0.5.0/debian/watch node-memory-fs-0.5.0+~0.3.3/debian/watch --- node-memory-fs-0.5.0/debian/watch 2020-12-26 17:02:16.000000000 +0000 +++ node-memory-fs-0.5.0+~0.3.3/debian/watch 2021-12-28 19:48:13.000000000 +0000 @@ -1,5 +1,10 @@ version=4 opts=\ dversionmangle=auto,\ -filenamemangle=s/.*\/v?([\d\.-]+)\.tar\.gz/node-memory-fs-$1.tar.gz/ \ - https://github.com/webpack/memory-fs/tags .*/archive/v?([\d\.]+).tar.gz +filenamemangle=s/.*?(\d[\d\.-]*@ARCHIVE_EXT@)/node-memory-fs-$1/ \ + https://github.com/webpack/memory-fs/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-memory-fs,ctype=nodejs,pgpmode=none,filenamemangle=s/^.*?(\d[\d\.-]*@ARCHIVE_EXT@)/node-types-memory-fs-$1/" \ + https://registry.npmjs.org/@types/memory-fs https://registry.npmjs.org/@types/memory-fs/-/memory-fs-([\d\.]+)@ARCHIVE_EXT@ group diff -Nru node-memory-fs-0.5.0/types-memory-fs/index.d.ts node-memory-fs-0.5.0+~0.3.3/types-memory-fs/index.d.ts --- node-memory-fs-0.5.0/types-memory-fs/index.d.ts 1970-01-01 00:00:00.000000000 +0000 +++ node-memory-fs-0.5.0+~0.3.3/types-memory-fs/index.d.ts 2021-03-25 20:32:01.000000000 +0000 @@ -0,0 +1,86 @@ +// Type definitions for memory-fs 0.3.0 +// Project: https://github.com/webpack/memory-fs +// Definitions by: e-cloud +// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped +// TypeScript Version: 3.7 + +/// + +declare class MemoryFileSystem { + data: any; + + constructor(data?: any); + + meta(_path: string): any; + + existsSync(_path: string): boolean; + + statSync(_path: string): { + isFile: () => boolean; + isDirectory: () => boolean; + isBlockDevice: () => boolean; + isCharacterDevice: () => boolean; + isSymbolicLink: () => boolean; + isFIFO: () => boolean; + isSocket: () => boolean; + }; + + readFileSync(_path: string, encoding?: string): any; + + readdirSync(_path: string): string[]; + + mkdirpSync(_path: string): void; + + mkdirSync(_path: string): void; + + _remove(_path: string, name: string, testFn: ((part: string) => boolean)): void; + + rmdirSync(_path: string): void; + + unlinkSync(_path: string): void; + + readlinkSync(_path: string): string; + + writeFileSync(_path: string, content: string | Buffer, encoding?: string): void; + + createReadStream( + path: string, options?: { + start: number; + end: number; + } + ): any; + + createWriteStream(path: string, options?: any): any; + + exists(path: string, callback: (isExist: boolean) => void): void; + + writeFile(path: string, content: string | Buffer, callback: (err: Error | undefined) => void): void; + + writeFile(path: string, content: string | Buffer, encoding: string, callback: (err: Error | undefined) => void): void; + + join(path: string, request: string): string; + + pathToArray(path: string): string[]; + + normalize(path: string): string; + + stat(path: string, callback: (err: Error | null, result?: any) => void): void; + + readdir(path: string, callback: (err: Error | null, result?: any) => void): void; + + mkdirp(path: string, callback: (err: Error | null, result?: any) => void): void; + + rmdir(path: string, callback: (err: Error | null, result?: any) => void): void; + + unlink(path: string, callback: (err: Error | null, result?: any) => void): void; + + readlink(path: string, callback: (err: Error | null, result?: any) => void): void; + + mkdir(path: string, callback: (err: Error | null) => void): void; + mkdir(path: string, optArg: {}, callback: (err: Error | null, result?: any) => void): void; + + readFile(path: string, callback: (err: Error | null, result?: any) => void): void; + readFile(path: string, optArg: {}, callback: (err: Error | null, result?: any) => void): void; +} + +export = MemoryFileSystem; diff -Nru node-memory-fs-0.5.0/types-memory-fs/lib/join.d.ts node-memory-fs-0.5.0+~0.3.3/types-memory-fs/lib/join.d.ts --- node-memory-fs-0.5.0/types-memory-fs/lib/join.d.ts 1970-01-01 00:00:00.000000000 +0000 +++ node-memory-fs-0.5.0+~0.3.3/types-memory-fs/lib/join.d.ts 2021-03-25 20:32:01.000000000 +0000 @@ -0,0 +1,3 @@ +declare function join(path: string, request: string): string; + +export = join; diff -Nru node-memory-fs-0.5.0/types-memory-fs/lib/normalize.d.ts node-memory-fs-0.5.0+~0.3.3/types-memory-fs/lib/normalize.d.ts --- node-memory-fs-0.5.0/types-memory-fs/lib/normalize.d.ts 1970-01-01 00:00:00.000000000 +0000 +++ node-memory-fs-0.5.0+~0.3.3/types-memory-fs/lib/normalize.d.ts 2021-03-25 20:32:01.000000000 +0000 @@ -0,0 +1,3 @@ +declare function normalize(path: string): string; + +export = normalize; diff -Nru node-memory-fs-0.5.0/types-memory-fs/LICENSE node-memory-fs-0.5.0+~0.3.3/types-memory-fs/LICENSE --- node-memory-fs-0.5.0/types-memory-fs/LICENSE 1970-01-01 00:00:00.000000000 +0000 +++ node-memory-fs-0.5.0+~0.3.3/types-memory-fs/LICENSE 2021-03-25 20:32:01.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-memory-fs-0.5.0/types-memory-fs/package.json node-memory-fs-0.5.0+~0.3.3/types-memory-fs/package.json --- node-memory-fs-0.5.0/types-memory-fs/package.json 1970-01-01 00:00:00.000000000 +0000 +++ node-memory-fs-0.5.0+~0.3.3/types-memory-fs/package.json 2021-03-25 20:32:01.000000000 +0000 @@ -0,0 +1,26 @@ +{ + "name": "@types/memory-fs", + "version": "0.3.3", + "description": "TypeScript definitions for memory-fs", + "license": "MIT", + "contributors": [ + { + "name": "e-cloud", + "url": "https://github.com/e-cloud", + "githubUsername": "e-cloud" + } + ], + "main": "", + "types": "index.d.ts", + "repository": { + "type": "git", + "url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git", + "directory": "types/memory-fs" + }, + "scripts": {}, + "dependencies": { + "@types/node": "*" + }, + "typesPublisherContentHash": "7245c6e3b00d3767bea10053864bee67180357e3fab318ffe913f80f5e46acc8", + "typeScriptVersion": "3.7" +} \ No newline at end of file diff -Nru node-memory-fs-0.5.0/types-memory-fs/README.md node-memory-fs-0.5.0+~0.3.3/types-memory-fs/README.md --- node-memory-fs-0.5.0/types-memory-fs/README.md 1970-01-01 00:00:00.000000000 +0000 +++ node-memory-fs-0.5.0+~0.3.3/types-memory-fs/README.md 2021-03-25 20:32:01.000000000 +0000 @@ -0,0 +1,16 @@ +# Installation +> `npm install --save @types/memory-fs` + +# Summary +This package contains type definitions for memory-fs (https://github.com/webpack/memory-fs). + +# Details +Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/memory-fs. + +### Additional Details + * Last updated: Thu, 25 Mar 2021 20:32:01 GMT + * Dependencies: [@types/node](https://npmjs.com/package/@types/node) + * Global values: none + +# Credits +These definitions were written by [e-cloud](https://github.com/e-cloud).