UNPKG

google-big-query-labels

Version:

Encode strings so they are compatible with google big query labels.

35 lines (34 loc) 804 B
{ "name": "google-big-query-labels", "version": "1.1.3", "description": "Encode strings so they are compatible with google big query labels.", "main": "src/index.js", "scripts": { "test": "mocha test/**/*.spec.js" }, "repository": { "type": "git", "url": "git+https://github.com/maxgurewitz/google-big-query-labels.git" }, "keywords": [ "google", "big", "query", "label", "labels" ], "author": "Max Gurewitz", "license": "MIT", "bugs": { "url": "https://github.com/maxgurewitz/google-big-query-labels/issues" }, "homepage": "https://github.com/maxgurewitz/google-big-query-labels#readme", "dependencies": { "big-integer": "^1.6.31" }, "devDependencies": { "chai": "^4.1.2", "mocha": "^5.2.0", "uuid": "^3.2.1" } }