{
"_from": "raven@2.6.3",
"_id": "raven@2.6.3",
"_inBundle": false,
"_integrity": "sha512-bKre7qlDW+y1+G2bUtCuntdDYc8o5v1T233t0vmJfbj8ttGOgLrGRlYB8saelVMW9KUAJNLrhFkAKOwFWFJonw==",
"_location": "/raven",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "raven@2.6.3",
"name": "raven",
"escapedName": "raven",
"rawSpec": "2.6.3",
"saveSpec": null,
"fetchSpec": "2.6.3"
},
"_requiredBy": [
"/@expo/xdl"
],
"_resolved": "https://registry.npmjs.org/raven/-/raven-2.6.3.tgz",
"_shasum": "207475a12809277ef54eaceafe2597ff65262ab4",
"_spec": "raven@2.6.3",
"_where": "/u1/h0/jkinne/public_html/cs499-f2019/code/react-native-project/node_modules/@expo/xdl",
"author": {
"name": "Matt Robenolt",
"email": "matt@ydekproductions.com"
},
"bin": {
"raven": "./bin/raven"
},
"bugs": {
"url": "https://github.com/getsentry/raven-js/issues"
},
"bundleDependencies": false,
"dependencies": {
"cookie": "0.3.1",
"md5": "^2.2.1",
"stack-trace": "0.0.10",
"timed-out": "4.0.1",
"uuid": "3.0.0"
},
"deprecated": false,
"description": "A standalone (Node.js) client for Sentry",
"devDependencies": {
"coffee-script": "~1.10.0",
"connect": "*",
"eslint": "^4.5.0",
"eslint-config-prettier": "^2.3.0",
"express": "*",
"glob": "~3.1.13",
"istanbul": "^0.4.3",
"mocha": "~3.1.2",
"nock": "~9.0.0",
"prettier": "^1.6.1",
"should": "11.2.0",
"sinon": "^3.3.0"
},
"engines": {
"node": ">= 4.0.0"
},
"homepage": "https://github.com/getsentry/raven-js",
"keywords": [
"debugging",
"errors",
"exceptions",
"logging",
"raven",
"sentry"
],
"license": "BSD-2-Clause",
"main": "index.js",
"name": "raven",
"prettier": {
"singleQuote": true,
"bracketSpacing": false,
"printWidth": 90
},
"repository": {
"type": "git",
"url": "git://github.com/getsentry/raven-js.git"
},
"scripts": {
"lint": "eslint .",
"test": "NODE_ENV=test istanbul cover _mocha -- --reporter dot && NODE_ENV=test coffee ./test/run.coffee",
"test-full": "npm run test && cd test/instrumentation && ./run.sh",
"test-mocha": "NODE_ENV=test mocha"
},
"version": "2.6.3"
}