Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
Size: Mime:
{
  "name": "@firebase/app",
  "version": "0.6.15",
  "description": "The primary entrypoint to the Firebase JS SDK",
  "author": "Firebase <firebase-support@google.com> (https://firebase.google.com/)",
  "main": "dist/index.node.cjs.js",
  "browser": "dist/index.esm.js",
  "module": "dist/index.esm.js",
  "react-native": "dist/index.rn.cjs.js",
  "esm2017": "dist/index.esm2017.js",
  "lite": "dist/index.lite.js",
  "lite-esm2017": "dist/index.lite.esm2017.js",
  "files": [
    "dist"
  ],
  "scripts": {
    "lint": "eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'",
    "lint:fix": "eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'",
    "build": "rollup -c",
    "build:deps": "lerna run --scope @firebase/app --include-dependencies build",
    "dev": "rollup -c -w",
    "test": "run-p lint test:all",
    "test:all": "run-p test:browser test:node",
    "test:ci": "node ../../scripts/run_tests_in_ci.js -s test:all",
    "test:browser": "karma start --single-run",
    "test:browser:debug": "karma start --browsers Chrome --auto-watch",
    "test:node": "TS_NODE_FILES=true TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha test/**/*.test.* --config ../../config/mocharc.node.js"
  },
  "license": "Apache-2.0",
  "dependencies": {
    "@firebase/app-types": "0.6.1",
    "@firebase/util": "0.3.4",
    "@firebase/logger": "0.2.6",
    "@firebase/component": "0.2.0",
    "tslib": "^1.11.1",
    "dom-storage": "2.1.0",
    "xmlhttprequest": "1.8.0"
  },
  "devDependencies": {
    "rollup": "2.35.1",
    "@rollup/plugin-json": "4.1.0",
    "rollup-plugin-replace": "2.2.0",
    "rollup-plugin-typescript2": "0.29.0",
    "typescript": "4.0.5"
  },
  "repository": {
    "directory": "packages/app",
    "type": "git",
    "url": "https://github.com/firebase/firebase-js-sdk.git"
  },
  "bugs": {
    "url": "https://github.com/firebase/firebase-js-sdk/issues"
  },
  "typings": "dist/packages/app/index.d.ts",
  "nyc": {
    "extension": [
      ".ts"
    ],
    "reportDir": "./coverage/node"
  }

,"_resolved": "https://registry.npmjs.org/@firebase/app/-/app-0.6.15.tgz"
,"_integrity": "sha512-VfULP09cci4xk+iAU6CB2CUNU/vbpAOoUleDdspXFphV9Yw36anb8RjaHGcN1DRR7LNb7vznNJXHk8FJhC8VWQ=="
,"_from": "@firebase/app@0.6.15"
}