summaryrefslogtreecommitdiff
path: root/frontend-old/node_modules/@firebase/storage/package.json
diff options
context:
space:
mode:
authoraltaf-creator <dev@altafcreator.com>2025-11-09 11:15:19 +0800
committeraltaf-creator <dev@altafcreator.com>2025-11-09 11:15:19 +0800
commit8eff962cab608341a6f2fedc640a0e32d96f26e2 (patch)
tree05534d1a720ddc3691d346c69b4972555820a061 /frontend-old/node_modules/@firebase/storage/package.json
pain
Diffstat (limited to 'frontend-old/node_modules/@firebase/storage/package.json')
-rw-r--r--frontend-old/node_modules/@firebase/storage/package.json77
1 files changed, 77 insertions, 0 deletions
diff --git a/frontend-old/node_modules/@firebase/storage/package.json b/frontend-old/node_modules/@firebase/storage/package.json
new file mode 100644
index 0000000..d0b4b75
--- /dev/null
+++ b/frontend-old/node_modules/@firebase/storage/package.json
@@ -0,0 +1,77 @@
+{
+ "name": "@firebase/storage",
+ "version": "0.14.0",
+ "description": "",
+ "author": "Firebase <firebase-support@google.com> (https://firebase.google.com/)",
+ "main": "dist/index.node.cjs.js",
+ "module": "dist/index.esm.js",
+ "browser": "dist/index.esm.js",
+ "exports": {
+ ".": {
+ "types": "./dist/storage-public.d.ts",
+ "node": {
+ "import": "./dist/node-esm/index.node.esm.js",
+ "default": "./dist/index.node.cjs.js"
+ },
+ "browser": {
+ "require": "./dist/index.cjs.js",
+ "import": "./dist/index.esm.js"
+ },
+ "default": "./dist/index.esm.js"
+ },
+ "./package.json": "./package.json"
+ },
+ "files": [
+ "dist"
+ ],
+ "scripts": {
+ "bundle": "rollup -c",
+ "lint": "eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'",
+ "lint:fix": "eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'",
+ "build": "rollup -c rollup.config.js && yarn api-report",
+ "build:deps": "lerna run --scope @firebase/storage --include-dependencies build",
+ "dev": "rollup -c -w",
+ "test": "run-p --npm-path npm test:browser test:node lint",
+ "test:all": "run-p --npm-path npm test:browser test:node",
+ "test:ci": "node ../../scripts/run_tests_in_ci.js -s test:all",
+ "test:browser:unit": "karma start --unit",
+ "test:browser:integration": "karma start --integration",
+ "test:browser": "karma start",
+ "test:node": "TS_NODE_FILES=true TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file src/index.node.ts --config ../../config/mocharc.node.js",
+ "test:debug": "karma start --browser=Chrome",
+ "trusted-type-check": "tsec -p tsconfig.json --noEmit",
+ "prettier": "prettier --write 'src/**/*.ts' 'test/**/*.ts'",
+ "api-report": "api-extractor run --local --verbose && ts-node-script ../../repo-scripts/prune-dts/prune-dts.ts --input dist/storage-public.d.ts --output dist/storage-public.d.ts",
+ "typings:public": "node ../../scripts/build/use_typings.js ./dist/storage-public.d.ts"
+ },
+ "license": "Apache-2.0",
+ "dependencies": {
+ "@firebase/util": "1.13.0",
+ "@firebase/component": "0.7.0",
+ "tslib": "^2.1.0"
+ },
+ "peerDependencies": {
+ "@firebase/app": "0.x"
+ },
+ "devDependencies": {
+ "@firebase/app": "0.14.0",
+ "@firebase/auth": "1.11.0",
+ "rollup": "2.79.2",
+ "@rollup/plugin-alias": "5.1.1",
+ "@rollup/plugin-json": "6.1.0",
+ "rollup-plugin-typescript2": "0.36.0",
+ "typescript": "5.5.4"
+ },
+ "repository": {
+ "directory": "packages/storage",
+ "type": "git",
+ "url": "git+https://github.com/firebase/firebase-js-sdk.git"
+ },
+ "bugs": {
+ "url": "https://github.com/firebase/firebase-js-sdk/issues"
+ },
+ "typings": "./dist/storage-public.d.ts",
+ "engines": {
+ "node": ">=20.0.0"
+ }
+}