@chinachu/aribts
Advanced tools
Comparing version 1.3.5-mirakurun.12 to 1.3.5-mirakurun.13
export import TsStream = require("./stream"); | ||
export import TsStreamLite = require("./stream_lite"); | ||
export * as TsCrc32 from "@chinachu/napi-ts-crc32"; | ||
export * as TsCrc32 from "./crc32"; | ||
export import TsChar = require("./char"); | ||
@@ -5,0 +5,0 @@ export import TsDate = require("./date"); |
@@ -6,3 +6,3 @@ "use strict"; | ||
exports.TsStreamLite = require("./stream_lite"); | ||
exports.TsCrc32 = require("@chinachu/napi-ts-crc32"); | ||
exports.TsCrc32 = require("./crc32"); | ||
exports.TsChar = require("./char"); | ||
@@ -9,0 +9,0 @@ exports.TsDate = require("./date"); |
"use strict"; | ||
const TsCrc32 = require("@chinachu/napi-ts-crc32"); | ||
const TsCrc32 = require("../crc32"); | ||
const TsReader = require("../reader"); | ||
@@ -4,0 +4,0 @@ const TsDescriptors = require("../descriptors"); |
"use strict"; | ||
const TsCrc32 = require("@chinachu/napi-ts-crc32"); | ||
const TsCrc32 = require("../crc32"); | ||
const TsReader = require("../reader"); | ||
@@ -4,0 +4,0 @@ const TsDescriptors = require("../descriptors"); |
"use strict"; | ||
const TsCrc32 = require("@chinachu/napi-ts-crc32"); | ||
const TsCrc32 = require("../crc32"); | ||
const TsReader = require("../reader"); | ||
@@ -4,0 +4,0 @@ const TsDescriptors = require("../descriptors"); |
"use strict"; | ||
const TsCrc32 = require("@chinachu/napi-ts-crc32"); | ||
const TsCrc32 = require("../crc32"); | ||
const TsReader = require("../reader"); | ||
@@ -4,0 +4,0 @@ const TsDescriptorCompatibility = require("../descriptor/compatibility"); |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.decode = void 0; | ||
const napi_ts_crc32_1 = require("@chinachu/napi-ts-crc32"); | ||
const crc32_1 = require("../crc32"); | ||
const TsReader = require("../reader"); | ||
const TsDescriptors = require("../descriptors"); | ||
function decode(buffer) { | ||
if ((0, napi_ts_crc32_1.calc)(buffer) !== 0) | ||
if ((0, crc32_1.calc)(buffer) !== 0) | ||
return null; | ||
@@ -10,0 +10,0 @@ const reader = new TsReader(buffer); |
"use strict"; | ||
const TsCrc32 = require("@chinachu/napi-ts-crc32"); | ||
const TsCrc32 = require("../crc32"); | ||
const TsReader = require("../reader"); | ||
@@ -4,0 +4,0 @@ const TsDescriptors = require("../descriptors"); |
"use strict"; | ||
const TsCrc32 = require("@chinachu/napi-ts-crc32"); | ||
const TsCrc32 = require("../crc32"); | ||
const TsReader = require("../reader"); | ||
@@ -4,0 +4,0 @@ const TsWriter = require("../writer"); |
"use strict"; | ||
const TsCrc32 = require("@chinachu/napi-ts-crc32"); | ||
const TsCrc32 = require("../crc32"); | ||
const TsReader = require("../reader"); | ||
@@ -4,0 +4,0 @@ const TsDescriptors = require("../descriptors"); |
"use strict"; | ||
const TsCrc32 = require("@chinachu/napi-ts-crc32"); | ||
const TsCrc32 = require("../crc32"); | ||
const TsReader = require("../reader"); | ||
@@ -4,0 +4,0 @@ const TsDescriptors = require("../descriptors"); |
"use strict"; | ||
const TsCrc32 = require("@chinachu/napi-ts-crc32"); | ||
const TsCrc32 = require("../crc32"); | ||
const TsReader = require("../reader"); | ||
@@ -4,0 +4,0 @@ const TsDescriptors = require("../descriptors"); |
"use strict"; | ||
const TsCrc32 = require("@chinachu/napi-ts-crc32"); | ||
const TsCrc32 = require("../crc32"); | ||
const TsReader = require("../reader"); | ||
@@ -4,0 +4,0 @@ const TsDescriptors = require("../descriptors"); |
"use strict"; | ||
const TsCrc32 = require("@chinachu/napi-ts-crc32"); | ||
const TsCrc32 = require("../crc32"); | ||
const TsReader = require("../reader"); | ||
@@ -4,0 +4,0 @@ const TsDescriptors = require("../descriptors"); |
{ | ||
"name": "@chinachu/aribts", | ||
"version": "1.3.5-mirakurun.12", | ||
"version": "1.3.5-mirakurun.13", | ||
"description": "MPEG-2 TS Stream Tool for node", | ||
@@ -20,3 +20,2 @@ "main": "lib/index.js", | ||
"dependencies": { | ||
"@chinachu/napi-ts-crc32": "file:./packages/napi-ts-crc32", | ||
"@node-rs/crc32": "^1.2.1", | ||
@@ -27,2 +26,5 @@ "bindings": "^1.5.0", | ||
}, | ||
"optionalDependencies": { | ||
"@chinachu/napi-ts-crc32": "file:./packages/napi-ts-crc32" | ||
}, | ||
"devDependencies": { | ||
@@ -29,0 +31,0 @@ "@types/bindings": "^1.5.1", |
@@ -12,12 +12,8 @@ { | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/Chinachu/node-aribts.git" | ||
}, | ||
"author": "kanreisa", | ||
"license": "MIT", | ||
"gypfile": true, | ||
"devDependencies": { | ||
"aribts": "^1.3.5" | ||
} | ||
}, | ||
"gypfile": true | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
897198
429
16688