
­­­­­­­­­­­­­­­­­­
<!DOCTYPE html>
<html>
{
  "_from": "node-loggly-bulk@^2.2.4",
  "_id": "node-loggly-bulk@2.2.5",
  "_inBundle": false,
  "_integrity": "sha512-N6RjZfjqwhAYwT9nM8PFKXpWfaGFaDHnzwj2JBgsNq04xsEZNGMlI+rds90p5/TTkYAS8Ya6tbJChXFRqTSmiA==",
  "_location": "/knex-migrator/node-loggly-bulk",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "node-loggly-bulk@^2.2.4",
    "name": "node-loggly-bulk",
    "escapedName": "node-loggly-bulk",
    "rawSpec": "^2.2.4",
    "saveSpec": null,
    "fetchSpec": "^2.2.4"
  },
  "_requiredBy": [
    "/knex-migrator/bunyan-loggly"
  ],
  "_resolved": "https://registry.npmjs.org/node-loggly-bulk/-/node-loggly-bulk-2.2.5.tgz",
  "_shasum": "6f41136f91b363d1b50612e8be0063859226967e",
  "_spec": "node-loggly-bulk@^2.2.4",
  "_where": "/usr/local/lib/node_modules/knex-migrator/node_modules/bunyan-loggly",
  "author": {
    "name": "Charlie Robbins",
    "email": "charlie.robbins@gmail.com"
  },
  "bugs": {
    "url": "https://github.com/loggly/node-loggly-bulk/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "json-stringify-safe": "5.0.x",
    "moment": "^2.18.1",
    "request": ">=2.76.0 <3.0.0"
  },
  "deprecated": false,
  "description": "A client implementation for Loggly cloud Logging-as-a-Service API",
  "devDependencies": {
    "eslint": "^7.21.0",
    "nock": "^13.0.11",
    "vows": "0.8.3"
  },
  "engines": {
    "node": ">= 0.8.0"
  },
  "homepage": "https://github.com/loggly/node-loggly-bulk#readme",
  "keywords": [
    "cloud computing",
    "api",
    "logging",
    "loggly"
  ],
  "license": "MIT",
  "main": "./lib/loggly",
  "name": "node-loggly-bulk",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/loggly/node-loggly-bulk.git"
  },
  "scripts": {
    "lint": "eslint --max-warnings 0 --ext lib/**/*.js lib/*.js --fix",
    "test": "vows test/*-test.js --spec",
    "test-as-mock": "vows test-as-mock/*-test.js --spec"
  },
  "version": "2.2.5"
}
