{
"_from": "analytics-node@3.3.0",
"_id": "analytics-node@3.3.0",
"_inBundle": false,
"_integrity": "sha512-wxrsmibvZVysy5CfkLItYrYMGbNVXDBccWurz+hgLUg98pbijiS2/QQdRc0SjHWVEqByxReEJ2T2MGhgb4jk3A==",
"_location": "/analytics-node",
"_phantomChildren": {
"follow-redirects": "1.9.0",
"is-buffer": "1.1.6"
},
"_requested": {
"type": "version",
"registry": true,
"raw": "analytics-node@3.3.0",
"name": "analytics-node",
"escapedName": "analytics-node",
"rawSpec": "3.3.0",
"saveSpec": null,
"fetchSpec": "3.3.0"
},
"_requiredBy": [
"/@expo/xdl"
],
"_resolved": "https://registry.npmjs.org/analytics-node/-/analytics-node-3.3.0.tgz",
"_shasum": "7fb4be288c253d00857e840bf9ef642b64313ac0",
"_spec": "analytics-node@3.3.0",
"_where": "/u1/h0/jkinne/public_html/cs499-f2019/code/react-native-project/node_modules/@expo/xdl",
"author": {
"name": "Segment",
"email": "tools+npm@segment.com",
"url": "segment.com"
},
"bin": {
"analytics": "cli.js"
},
"bugs": {
"url": "https://github.com/segmentio/analytics-node/issues"
},
"bundleDependencies": false,
"dependencies": {
"@segment/loosely-validate-event": "^2.0.0",
"axios": "^0.17.1",
"axios-retry": "^3.0.2",
"commander": "^2.9.0",
"lodash.isstring": "^4.0.1",
"md5": "^2.2.1",
"ms": "^2.0.0",
"remove-trailing-slash": "^0.1.0",
"uuid": "^3.2.1"
},
"deprecated": false,
"description": "The hassle-free way to integrate analytics into any Node.js application",
"devDependencies": {
"ava": "^0.25.0",
"basic-auth": "^2.0.0",
"body-parser": "^1.17.1",
"codecov": "^3.0.0",
"delay": "^2.0.0",
"express": "^4.15.2",
"nsp": "^3.1.0",
"nyc": "^11.4.1",
"pify": "^3.0.0",
"sinon": "^5.0.0",
"size-limit": "^0.14.0",
"standard": "^11.0.0"
},
"engines": {
"node": ">=4"
},
"files": [
"index.js",
"cli.js"
],
"homepage": "https://github.com/segmentio/analytics-node#readme",
"keywords": [
"analytics",
"stats",
"segment.io",
"segmentio",
"segment",
"client",
"driver"
],
"license": "MIT",
"name": "analytics-node",
"repository": {
"type": "git",
"url": "git+https://github.com/segmentio/analytics-node.git"
},
"scripts": {
"check-deps": "nsp check",
"prepublish": "npm run check-deps",
"report-coverage": "nyc report --reporter=lcov > coverage.lcov && codecov",
"size": "size-limit",
"test": "standard && nyc ava",
"testci": "standard && nyc ava && npm run size"
},
"size-limit": [
{
"limit": "25 KB",
"path": "index.js"
}
],
"version": "3.3.0"
}