-
Notifications
You must be signed in to change notification settings - Fork 101
build: make ci testing conditional on engines field in package.json, move configs to Node 12 #1418
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from 8 commits
ed8a40b
2072db2
98cd940
78a56fb
2d42385
09f5fef
a88db8c
a358ebe
4903790
8688cbd
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,73 @@ | ||
| { | ||
| "name": "@google-cloud/dlp", | ||
| "description": "DLP API client for Node.js", | ||
| "version": "3.1.0", | ||
| "license": "Apache-2.0", | ||
| "author": "Google Inc", | ||
| "engines": { | ||
| "node": ">=10.0.0" | ||
| }, | ||
| "repository": "googleapis/nodejs-dlp", | ||
| "main": "build/src/index.js", | ||
| "files": [ | ||
| "build/protos", | ||
| "build/src" | ||
| ], | ||
| "keywords": [ | ||
| "google apis client", | ||
| "google api client", | ||
| "google apis", | ||
| "google api", | ||
| "google", | ||
| "google cloud platform", | ||
| "google cloud", | ||
| "cloud", | ||
| "google dlp", | ||
| "dlp", | ||
| "DLP API" | ||
| ], | ||
| "scripts": { | ||
| "test": "c8 mocha build/test", | ||
| "samples-test": "cd samples/ && npm link ../ && npm install && npm test && cd ../", | ||
| "system-test": "mocha build/system-test", | ||
| "docs": "jsdoc -c .jsdoc.js", | ||
| "lint": "gts check", | ||
| "fix": "gts fix", | ||
| "docs-test": "linkinator docs", | ||
| "clean": "gts clean", | ||
| "compile": "tsc -p . && cp -r protos build/", | ||
| "compile-protos": "compileProtos src", | ||
| "predocs-test": "npm run docs", | ||
| "prepare": "npm run compile-protos && npm run compile", | ||
| "prelint": "cd samples; npm link ../; npm install", | ||
| "precompile": "gts clean", | ||
| "api-extractor": "api-extractor run --local", | ||
| "api-documenter": "api-documenter yaml --input-folder=temp" | ||
| }, | ||
| "dependencies": { | ||
| "google-gax": "^2.9.2", | ||
| "protobufjs": "^6.8.0" | ||
| }, | ||
| "devDependencies": { | ||
| "@types/mocha": "^8.0.0", | ||
| "@types/node": "^12.0.0", | ||
| "@types/sinon": "^9.0.0", | ||
| "c8": "^7.0.0", | ||
| "gts": "^2.0.0", | ||
| "jsdoc": "^3.5.5", | ||
| "jsdoc-fresh": "^1.0.1", | ||
| "jsdoc-region-tag": "^1.0.2", | ||
| "linkinator": "^2.0.0", | ||
| "mocha": "^8.0.0", | ||
| "null-loader": "^4.0.0", | ||
| "pack-n-play": "^1.0.0-2", | ||
| "sinon": "^10.0.0", | ||
| "ts-loader": "^8.0.0", | ||
| "typescript": "^3.8.3", | ||
| "webpack": "^5.0.0", | ||
| "webpack-cli": "^4.0.0", | ||
| "@microsoft/api-documenter": "^7.8.10", | ||
| "@microsoft/api-extractor": "^7.8.10" | ||
| } | ||
| } | ||
|
|
||
|
bcoe marked this conversation as resolved.
Outdated
|
||
Uh oh!
There was an error while loading. Please reload this page.