Edit File: package.json
{ "_args": [ [ "@google-cloud/projectify@2.1.1", "/home/taswqeshtry/public_html/nodejs" ] ], "_from": "@google-cloud/projectify@2.1.1", "_id": "@google-cloud/projectify@2.1.1", "_inBundle": false, "_integrity": "sha512-+rssMZHnlh0twl122gXY4/aCrk0G1acBqkHFfYddtsqpYXGxA29nj9V5V9SfC+GyOG00l650f6lG9KL+EpFEWQ==", "_location": "/@google-cloud/projectify", "_optional": true, "_phantomChildren": {}, "_requested": { "type": "version", "registry": true, "raw": "@google-cloud/projectify@2.1.1", "name": "@google-cloud/projectify", "escapedName": "@google-cloud%2fprojectify", "scope": "@google-cloud", "rawSpec": "2.1.1", "saveSpec": null, "fetchSpec": "2.1.1" }, "_requiredBy": [ "/@google-cloud/common" ], "_resolved": "https://registry.npmjs.org/@google-cloud/projectify/-/projectify-2.1.1.tgz", "_spec": "2.1.1", "_where": "/home/taswqeshtry/public_html/nodejs", "author": { "name": "Google Inc." }, "bugs": { "url": "https://github.com/googleapis/nodejs-projectify/issues" }, "description": "A simple utility for replacing the projectid token in objects.", "devDependencies": { "@compodoc/compodoc": "^1.1.11", "@types/mocha": "^8.0.0", "@types/node": "^14.0.0", "c8": "^7.1.0", "codecov": "^3.6.5", "gts": "^3.0.0", "linkinator": "^2.0.4", "mocha": "^8.0.0", "typescript": "3.8.3" }, "engines": { "node": ">=10" }, "files": [ "build/src", "!build/src/**/*.map" ], "homepage": "https://github.com/googleapis/nodejs-projectify#readme", "keywords": [], "license": "Apache-2.0", "main": "build/src/index.js", "name": "@google-cloud/projectify", "repository": { "type": "git", "url": "git+https://github.com/googleapis/nodejs-projectify.git" }, "scripts": { "clean": "gts clean", "compile": "tsc -p .", "docs": "compodoc src/", "docs-test": "linkinator docs", "fix": "gts fix", "lint": "gts check", "precompile": "gts clean", "predocs-test": "npm run docs", "prelint": "cd samples; npm link ../; npm install", "prepare": "npm run compile", "presystem-test": "npm run compile", "pretest": "npm run compile", "samples-test": "cd samples/ && npm link ../ && npm test && cd ../", "system-test": "mocha build/system-test", "test": "c8 mocha build/test" }, "types": "build/src/index.d.ts", "version": "2.1.1" }
Back to File Manager