blob: d90a8d2df4b6f213f95ec5aa14d4667748bb4417 [file] [log] [blame]
{
"_args": [
[
"loggly@1.1.1",
"/Users/scottyaslan/Development/nifi-fds/target"
]
],
"_development": true,
"_from": "loggly@1.1.1",
"_id": "loggly@1.1.1",
"_inBundle": false,
"_integrity": "sha1-Cg/B0/o6XsRP3HuJe+uipGlc6+4=",
"_location": "/loggly",
"_optional": true,
"_phantomChildren": {
"asynckit": "0.4.0",
"aws4": "1.7.0",
"chalk": "1.1.3",
"combined-stream": "1.0.6",
"commander": "2.15.1",
"core-util-is": "1.0.2",
"extend": "3.0.1",
"forever-agent": "0.6.1",
"inherits": "2.0.3",
"is-my-json-valid": "2.17.2",
"is-typedarray": "1.0.0",
"isarray": "1.0.0",
"isstream": "0.1.2",
"json-stringify-safe": "5.0.1",
"jsprim": "1.4.1",
"mime-types": "2.1.18",
"oauth-sign": "0.8.2",
"pinkie-promise": "2.0.1",
"safe-buffer": "5.1.2",
"sshpk": "1.14.1",
"stringstream": "0.0.6",
"tough-cookie": "2.3.4",
"util-deprecate": "1.0.2"
},
"_requested": {
"type": "version",
"registry": true,
"raw": "loggly@1.1.1",
"name": "loggly",
"escapedName": "loggly",
"rawSpec": "1.1.1",
"saveSpec": null,
"fetchSpec": "1.1.1"
},
"_requiredBy": [
"/log4js"
],
"_resolved": "https://registry.npmjs.org/loggly/-/loggly-1.1.1.tgz",
"_spec": "1.1.1",
"_where": "/Users/scottyaslan/Development/nifi-fds/target",
"author": {
"name": "Charlie Robbins",
"email": "charlie.robbins@gmail.com"
},
"bugs": {
"url": "https://github.com/winstonjs/node-loggly/issues"
},
"dependencies": {
"json-stringify-safe": "5.0.x",
"request": "2.75.x",
"timespan": "2.3.x"
},
"description": "A client implementation for Loggly cloud Logging-as-a-Service API",
"devDependencies": {
"common-style": "^3.1.0",
"vows": "0.8.x"
},
"engines": {
"node": ">= 0.8.0"
},
"homepage": "https://github.com/winstonjs/node-loggly#readme",
"keywords": [
"cloud computing",
"api",
"logging",
"loggly"
],
"license": "MIT",
"main": "./lib/loggly",
"name": "loggly",
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/winstonjs/node-loggly.git"
},
"scripts": {
"pretest": "common lib/**/*.js lib/*.js test/helpers.js",
"test": "vows test/*-test.js --spec"
},
"version": "1.1.1"
}