summaryrefslogtreecommitdiff
path: root/frontend-old/node_modules/@firebase/webchannel-wrapper/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'frontend-old/node_modules/@firebase/webchannel-wrapper/package.json')
-rw-r--r--frontend-old/node_modules/@firebase/webchannel-wrapper/package.json51
1 files changed, 0 insertions, 51 deletions
diff --git a/frontend-old/node_modules/@firebase/webchannel-wrapper/package.json b/frontend-old/node_modules/@firebase/webchannel-wrapper/package.json
deleted file mode 100644
index bddf3ce..0000000
--- a/frontend-old/node_modules/@firebase/webchannel-wrapper/package.json
+++ /dev/null
@@ -1,51 +0,0 @@
-{
- "name": "@firebase/webchannel-wrapper",
- "version": "1.0.5",
- "description": "A wrapper of the webchannel packages from closure-library for use outside of a closure compiled application",
- "author": "Firebase <firebase-support@google.com> (https://firebase.google.com/)",
- "main": "empty.js",
- "exports": {
- "./webchannel-blob": {
- "types": "./dist/webchannel-blob/webchannel_blob_types.d.ts",
- "require": "./dist/webchannel-blob/webchannel_blob_es2018.js",
- "default": "./dist/webchannel-blob/esm/webchannel_blob_es2018.js"
- },
- "./bloom-blob": {
- "types": "./dist/bloom-blob/bloom_blob_types.d.ts",
- "require": "./dist/bloom-blob/bloom_blob_es2018.js",
- "default": "./dist/bloom-blob/esm/bloom_blob_es2018.js"
- },
- "./package.json": "./package.json"
- },
- "files": [
- "dist",
- "bloom-blob/package.json",
- "webchannel-blob/package.json"
- ],
- "scripts": {
- "dev": "watch 'yarn build' src",
- "build": "rollup -c",
- "test": "echo 'No test suite for webchannel-wrapper'",
- "test:ci": "echo 'No test suite for webchannel-wrapper'",
- "trusted-type-check": "tsec -p tsconfig.json --noEmit"
- },
- "license": "Apache-2.0",
- "devDependencies": {
- "closure-net": "git+https://github.com/google/closure-net.git#6f48f578d3e80fe7a85e530a5d95b9351433d135",
- "@rollup/plugin-commonjs": "21.1.0",
- "rollup": "2.79.2",
- "rollup-plugin-copy": "3.5.0",
- "rollup-plugin-sourcemaps": "0.6.3",
- "rollup-plugin-typescript2": "0.36.0",
- "typescript": "5.5.4"
- },
- "repository": {
- "directory": "packages/webchannel-wrapper",
- "type": "git",
- "url": "git+https://github.com/firebase/firebase-js-sdk.git"
- },
- "typings": "./dist/webchannel-blob/webchannel_blob_types.d.ts",
- "bugs": {
- "url": "https://github.com/firebase/firebase-js-sdk/issues"
- }
-}