GT2/GT2-iOS/node_modules/raven/package.json

181 lines
5.2 KiB
JSON

{
"_args": [
[
{
"raw": "raven@^2.1.1",
"scope": null,
"escapedName": "raven",
"name": "raven",
"rawSpec": "^2.1.1",
"spec": ">=2.1.1 <3.0.0",
"type": "range"
},
"/Volumes/2009-SSD/GT2/GT2-iOS/node_modules/xdl"
]
],
"_from": "raven@>=2.1.1 <3.0.0",
"_id": "raven@2.4.1",
"_inCache": true,
"_location": "/raven",
"_nodeVersion": "8.9.4",
"_npmOperationalInternal": {
"host": "s3://npm-registry-packages",
"tmp": "tmp/raven_2.4.1_1518177736581_0.9025488744574155"
},
"_npmUser": {
"name": "kamilogorek",
"email": "kamil.ogorek@gmail.com"
},
"_npmVersion": "5.6.0",
"_phantomChildren": {},
"_requested": {
"raw": "raven@^2.1.1",
"scope": null,
"escapedName": "raven",
"name": "raven",
"rawSpec": "^2.1.1",
"spec": ">=2.1.1 <3.0.0",
"type": "range"
},
"_requiredBy": [
"/xdl"
],
"_resolved": "https://registry.npmjs.org/raven/-/raven-2.4.1.tgz",
"_shasum": "7a6a6ff1c42d0a3892308f44c94273e7f88677fd",
"_shrinkwrap": null,
"_spec": "raven@^2.1.1",
"_where": "/Volumes/2009-SSD/GT2/GT2-iOS/node_modules/xdl",
"author": {
"name": "Matt Robenolt",
"email": "matt@ydekproductions.com"
},
"bin": {
"raven": "./bin/raven"
},
"bugs": {
"url": "https://github.com/getsentry/raven-node/issues"
},
"contributors": [
{
"name": "https://github.com/mattrobenolt/raven-node/graphs/contributors"
}
],
"dependencies": {
"cookie": "0.3.1",
"md5": "^2.2.1",
"stack-trace": "0.0.9",
"timed-out": "4.0.1",
"uuid": "3.0.0"
},
"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",
"husky": "^0.14.3",
"istanbul": "^0.4.3",
"lint-staged": "^4.0.4",
"mocha": "~3.1.2",
"nock": "~9.0.0",
"prettier": "^1.6.1",
"should": "11.2.0",
"sinon": "^3.3.0"
},
"directories": {},
"dist": {
"integrity": "sha512-LLLS8bOJC1q33qszBsLaEtEg7X8G8hYLGcKO4s6EifAce2BN6cTRdBXNvwVNv4kNk82YUZYrj53yEbL4kCmjjw==",
"shasum": "7a6a6ff1c42d0a3892308f44c94273e7f88677fd",
"tarball": "https://registry.npmjs.org/raven/-/raven-2.4.1.tgz",
"fileCount": 16,
"unpackedSize": 67074
},
"engines": {
"node": ">= 4.0.0"
},
"gitHead": "56998fdabe473b7d090768c62424e61b1a76157d",
"homepage": "https://github.com/getsentry/raven-node",
"keywords": [
"debugging",
"errors",
"exceptions",
"logging",
"raven",
"sentry"
],
"license": "BSD-2-Clause",
"lint-staged": {
"*.js": [
"prettier --write",
"git add"
]
},
"main": "index.js",
"maintainers": [
{
"name": "benvinegar",
"email": "ben@benv.ca"
},
{
"name": "billyvg",
"email": "npm@mmo.me"
},
{
"name": "haza",
"email": "daniel.griesser.86@gmail.com"
},
{
"name": "jauer",
"email": "account@jauer.org"
},
{
"name": "kamilogorek",
"email": "kamil.ogorek@gmail.com"
},
{
"name": "mattrobenolt",
"email": "m@robenolt.com"
},
{
"name": "maxbittker",
"email": "maxbittker@gmail.com"
},
{
"name": "mitsuhiko",
"email": "armin.ronacher@active-4.com"
},
{
"name": "sentry-bot",
"email": "accounts@sentry.io"
},
{
"name": "zeeg",
"email": "dcramer@gmail.com"
}
],
"name": "raven",
"optionalDependencies": {},
"prettier": {
"singleQuote": true,
"bracketSpacing": false,
"printWidth": 90
},
"readme": "<p align=\"center\">\n <a href=\"https://sentry.io\" target=\"_blank\" align=\"center\">\n <img src=\"https://sentry-brand.storage.googleapis.com/sentry-logo-black.png\" width=\"280\">\n </a>\n <br/>\n <h1>Raven-node - Sentry SDK for Node.js</h1>\n</p>\n\n[![Build Status](https://travis-ci.org/getsentry/raven-node.svg?branch=master)](https://travis-ci.org/getsentry/raven-node)\n\n`raven-node` supports only LTS versions of Node, therefore currently required release is `>= v4.0.0`.\nThe last known working version for `v0.10` and `v0.12` is `raven-node@2.1.2`.\nPlease use this version if you need to support those releases of Node.\n\nTo see up-to-date Node.js LTS Release Schedule, go to https://github.com/nodejs/LTS.\n\n## Resources\n\n* [Documentation](https://docs.getsentry.com/hosted/clients/node/)\n* [Bug Tracker](https://github.com/getsentry/raven-node/issues)\n* [IRC](irc://chat.freenode.net/sentry) (chat.freenode.net, #sentry)\n",
"readmeFilename": "README.md",
"repository": {
"type": "git",
"url": "git://github.com/getsentry/raven-node.git"
},
"scripts": {
"lint": "node_modules/eslint/bin/eslint.js .",
"precommit": "lint-staged",
"pretest": "npm install && npm run lint",
"test": "NODE_ENV=test istanbul cover _mocha -- --reporter dot && NODE_ENV=test node_modules/coffee-script/bin/coffee ./test/run.coffee",
"test-full": "npm run test && cd test/instrumentation && ./run.sh",
"test-mocha": "NODE_ENV=test mocha"
},
"version": "2.4.1"
}