Edit File: package.json
{ "_args": [ [ "@firebase/util@1.4.2", "/home/taswqeshtry/public_html/nodejs" ] ], "_from": "@firebase/util@1.4.2", "_id": "@firebase/util@1.4.2", "_inBundle": false, "_integrity": "sha512-JMiUo+9QE9lMBvEtBjqsOFdmJgObFvi7OL1A0uFGwTmlCI1ZeNPOEBrwXkgTOelVCdiMO15mAebtEyxFuQ6FsA==", "_location": "/@firebase/util", "_phantomChildren": {}, "_requested": { "type": "version", "registry": true, "raw": "@firebase/util@1.4.2", "name": "@firebase/util", "escapedName": "@firebase%2futil", "scope": "@firebase", "rawSpec": "1.4.2", "saveSpec": null, "fetchSpec": "1.4.2" }, "_requiredBy": [ "/@firebase/component", "/@firebase/database", "/@firebase/database-compat", "/@firebase/database-compat/@firebase/database-types" ], "_resolved": "https://registry.npmjs.org/@firebase/util/-/util-1.4.2.tgz", "_spec": "1.4.2", "_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": { "tslib": "^2.1.0" }, "description": "_NOTE: This is specifically tailored for Firebase JS SDK usage, if you are not a member of the Firebase team, please avoid using this package_", "devDependencies": { "rollup": "2.57.0", "rollup-plugin-typescript2": "0.30.0", "typescript": "4.2.2" }, "esm5": "dist/index.esm5.js", "exports": { ".": { "node": { "import": "./dist/node-esm/index.node.esm.js", "require": "./dist/index.node.cjs.js" }, "esm5": "./dist/index.esm5.js", "default": "./dist/index.esm2017.js" }, "./package.json": "./package.json" }, "files": [ "dist" ], "homepage": "https://github.com/firebase/firebase-js-sdk#readme", "license": "Apache-2.0", "main": "dist/index.node.cjs.js", "module": "dist/index.esm2017.js", "name": "@firebase/util", "nyc": { "extension": [ ".ts" ], "reportDir": "./coverage/node" }, "repository": { "directory": "packages/util", "type": "git", "url": "git+https://github.com/firebase/firebase-js-sdk.git" }, "scripts": { "build": "rollup -c", "build:deps": "lerna run --scope @firebase/util --include-dependencies build", "dev": "rollup -c -w", "lint": "eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'", "lint:fix": "eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'", "test": "run-p lint test:all", "test:all": "run-p test:browser test:node", "test:browser": "karma start --single-run", "test:ci": "node ../../scripts/run_tests_in_ci.js -s test:all", "test:node": "TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha test/**/*.test.* --config ../../config/mocharc.node.js" }, "typings": "dist/index.d.ts", "version": "1.4.2" }
Back to File Manager