134 lines
4.2 KiB
JSON
134 lines
4.2 KiB
JSON
|
{
|
||
|
"_from": "influx@5.5.2",
|
||
|
"_id": "influx@5.5.2",
|
||
|
"_inBundle": false,
|
||
|
"_integrity": "sha512-N/UxWa/N2rf3fRyBjqlRobtTbIMOBR+yQIoX0Wme3d3qBxgYWfhTVKC7ph6245ZGbLyW1x4OEyKohgP4SddkTA==",
|
||
|
"_location": "/influx",
|
||
|
"_phantomChildren": {},
|
||
|
"_requested": {
|
||
|
"type": "version",
|
||
|
"registry": true,
|
||
|
"raw": "influx@5.5.2",
|
||
|
"name": "influx",
|
||
|
"escapedName": "influx",
|
||
|
"rawSpec": "5.5.2",
|
||
|
"saveSpec": null,
|
||
|
"fetchSpec": "5.5.2"
|
||
|
},
|
||
|
"_requiredBy": [
|
||
|
"/node-red-contrib-influxdb"
|
||
|
],
|
||
|
"_resolved": "https://registry.npmjs.org/influx/-/influx-5.5.2.tgz",
|
||
|
"_shasum": "4bd8614120b8d2d8fb55753e213d08e7e9f867ec",
|
||
|
"_spec": "influx@5.5.2",
|
||
|
"_where": "/data/node_modules/node-red-contrib-influxdb",
|
||
|
"bugs": {
|
||
|
"url": "https://github.com/node-influx/node-influx/issues"
|
||
|
},
|
||
|
"bundleDependencies": false,
|
||
|
"contributors": [
|
||
|
{
|
||
|
"name": "Ben Evans",
|
||
|
"email": "ben@bensbit.co.uk",
|
||
|
"url": "http://bensbit.co.uk"
|
||
|
},
|
||
|
{
|
||
|
"name": "Connor Peet",
|
||
|
"email": "connor@peet.io"
|
||
|
},
|
||
|
{
|
||
|
"name": "Steffen Konerow",
|
||
|
"email": "steffen@nrg-media.de",
|
||
|
"url": "http://www.nrg-media.de"
|
||
|
}
|
||
|
],
|
||
|
"deprecated": false,
|
||
|
"description": "InfluxDB Client",
|
||
|
"devDependencies": {
|
||
|
"@types/chai": "4.2.0",
|
||
|
"@types/freeport": "1.0.21",
|
||
|
"@types/mocha": "5.2.7",
|
||
|
"@types/node": "12.7.1",
|
||
|
"@types/sinon": "7.0.13",
|
||
|
"@types/sinon-chai": "3.2.3",
|
||
|
"@typescript-eslint/eslint-plugin": "1.13.0",
|
||
|
"@typescript-eslint/parser": "1.13.0",
|
||
|
"awesome-typescript-loader": "5.2.1",
|
||
|
"chai": "4.2.0",
|
||
|
"coveralls": "3.0.6",
|
||
|
"esdoc": "1.1.0",
|
||
|
"esdoc-standard-plugin": "1.0.0",
|
||
|
"eslint": "5.16.0",
|
||
|
"eslint-config-xo": "0.26.0",
|
||
|
"eslint-config-xo-typescript": "0.14.0",
|
||
|
"freeport": "1.0.5",
|
||
|
"istanbul": "0.4.5",
|
||
|
"json-loader": "0.5.7",
|
||
|
"karma": "4.2.0",
|
||
|
"karma-chrome-launcher": "3.0.0",
|
||
|
"karma-mocha": "1.3.0",
|
||
|
"karma-mocha-reporter": "2.2.5",
|
||
|
"karma-sauce-launcher": "2.0.2",
|
||
|
"karma-sourcemap-loader": "0.3.7",
|
||
|
"karma-webpack": "4.0.2",
|
||
|
"lodash": "4.17.15",
|
||
|
"mocha": "6.2.0",
|
||
|
"node-fetch": "2.6.0",
|
||
|
"npm-run-all": "4.1.5",
|
||
|
"open-cli": "5.0.0",
|
||
|
"prettier": "1.18.2",
|
||
|
"semantic-release": "15.13.19",
|
||
|
"sinon": "7.4.1",
|
||
|
"sinon-chai": "3.3.0",
|
||
|
"stream-http": "github:node-influx/stream-http",
|
||
|
"ts-node": "8.3.0",
|
||
|
"typescript": "3.5.3",
|
||
|
"webpack": "4.39.2"
|
||
|
},
|
||
|
"eslintConfig": {
|
||
|
"extends": [
|
||
|
"xo",
|
||
|
"xo-typescript"
|
||
|
],
|
||
|
"rules": {
|
||
|
"@typescript-eslint/interface-name-prefix": false,
|
||
|
"@typescript-eslint/camelcase": "warn"
|
||
|
}
|
||
|
},
|
||
|
"homepage": "https://github.com/node-influx/node-influx#readme",
|
||
|
"keywords": [
|
||
|
"influx",
|
||
|
"influxdb",
|
||
|
"time",
|
||
|
"series",
|
||
|
"client",
|
||
|
"db"
|
||
|
],
|
||
|
"license": "MIT",
|
||
|
"main": "./lib/src/index.js",
|
||
|
"name": "influx",
|
||
|
"repository": {
|
||
|
"type": "git",
|
||
|
"url": "git+https://github.com/node-influx/node-influx.git"
|
||
|
},
|
||
|
"scripts": {
|
||
|
"build:dist": "npm run clean && tsc && cp -R test/fixture lib/test",
|
||
|
"build:doc": "npm run clean && tsc -m es2015 -t es6 --moduleResolution node && esdoc -c esdoc.json",
|
||
|
"clean": "rm -rf coverage doc lib",
|
||
|
"fmt": "prettier --single-quote --trailing-comma all --print-width 100 --write \"{src,test,examples}/**/*.ts\" && npm run test:lint -- --fix",
|
||
|
"prepare": "npm run clean && tsc -d",
|
||
|
"semantic-release": "semantic-release",
|
||
|
"test": "npm-run-all --parallel test:lint test:unit test:integrate",
|
||
|
"test:browser": "karma start test/karma.conf.js",
|
||
|
"test:cover": "npm run build:dist && istanbul cover _mocha -- lib/test/unit/*.test.js && open-cli coverage/lcov-report/index.html",
|
||
|
"test:integrate": "mocha --require ts-node/register --timeout 20000 test/integrate/*.test.ts",
|
||
|
"test:lint": "eslint . --ext .ts",
|
||
|
"test:sauce": "SAUCE=1 karma start test/karma.conf.js",
|
||
|
"test:travis": "npm-run-all clean test:lint test:sauce test:integrate build:dist && istanbul cover _mocha --report lcovonly -- lib/test/unit/*.test.js",
|
||
|
"test:unit": "mocha --require ts-node/register test/unit/*.test.ts",
|
||
|
"test:watch": "mocha -R min --watch --require ts-node/register test/unit/*.test.ts"
|
||
|
},
|
||
|
"typings": "./lib/src/index",
|
||
|
"version": "5.5.2"
|
||
|
}
|