Edit File: package.json
{ "_args": [ [ "@firebase/database-compat@0.1.4", "/home/taswqeshtry/public_html/nodejs" ] ], "_from": "@firebase/database-compat@0.1.4", "_id": "@firebase/database-compat@0.1.4", "_inBundle": false, "_integrity": "sha512-dIJiZLDFF3U+MoEwoPBy7zxWmBUro1KefmwSHlpOoxmPv76tuoPm85NumpW/HmMrtTcTkC2qowtb6NjGE8X7mw==", "_location": "/@firebase/database-compat", "_phantomChildren": { "@firebase/app-types": "0.7.0", "@firebase/util": "1.4.2" }, "_requested": { "type": "version", "registry": true, "raw": "@firebase/database-compat@0.1.4", "name": "@firebase/database-compat", "escapedName": "@firebase%2fdatabase-compat", "scope": "@firebase", "rawSpec": "0.1.4", "saveSpec": null, "fetchSpec": "0.1.4" }, "_requiredBy": [ "/firebase-admin" ], "_resolved": "https://registry.npmjs.org/@firebase/database-compat/-/database-compat-0.1.4.tgz", "_spec": "0.1.4", "_where": "/home/taswqeshtry/public_html/nodejs", "author": { "name": "Firebase", "email": "firebase-support@google.com", "url": "https://firebase.google.com/" }, "browser": "dist/index.esm2017.js", "bugs": { "url": "https://github.com/firebase/firebase-js-sdk/issues" }, "dependencies": { "@firebase/component": "0.5.9", "@firebase/database": "0.12.4", "@firebase/database-types": "0.9.3", "@firebase/logger": "0.3.2", "@firebase/util": "1.4.2", "tslib": "^2.1.0" }, "description": "The Realtime Database component of the Firebase JS SDK.", "devDependencies": { "@firebase/app-compat": "0.1.8" }, "esm5": "dist/index.esm5.js", "exports": { ".": { "node": { "import": "./dist/node-esm/index.js", "require": "./dist/index.js" }, "esm5": "./dist/index.esm5.js", "default": "./dist/index.esm2017.js" }, "./standalone": { "node": "./dist/index.standalone.js" }, "./package.json": "./package.json" }, "files": [ "dist", "standalone/package.json" ], "homepage": "https://github.com/firebase/firebase-js-sdk#readme", "license": "Apache-2.0", "main": "dist/index.js", "module": "dist/index.esm2017.js", "name": "@firebase/database-compat", "peerDependencies": { "@firebase/app-compat": "0.x" }, "repository": { "directory": "packages/database-compat", "type": "git", "url": "git+https://github.com/firebase/firebase-js-sdk.git" }, "scripts": { "add-compat-overloads": "ts-node-script ../../scripts/build/create-overloads.ts -i ../database/dist/public.d.ts -o dist/database-compat/src/index.d.ts -a -r Database:types.FirebaseDatabase -r Query:types.Query -r DatabaseReference:types.Reference -r FirebaseApp:FirebaseAppCompat --moduleToEnhance @firebase/database", "build": "rollup -c rollup.config.js", "build:deps": "lerna run --scope @firebase/database-compat --include-dependencies build", "build:release": "yarn build && yarn add-compat-overloads", "dev": "rollup -c -w", "lint": "eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'", "lint:fix": "eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'", "prettier": "prettier --write '*.js' '*.ts' '@(src|test)/**/*.ts'", "test": "run-p lint test:browser test:node", "test:browser": "karma start --single-run", "test:ci": "node ../../scripts/run_tests_in_ci.js -s test", "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" }, "typings": "dist/database-compat/src/index.d.ts", "version": "0.1.4" }
Back to File Manager