mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-05-25 10:01:30 -04:00
91 lines
2.2 KiB
JSON
91 lines
2.2 KiB
JSON
{
|
|
"_from": "raven@^2.4.2",
|
|
"_id": "raven@2.6.4",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-6PQdfC4+DQSFncowthLf+B6Hr0JpPsFBgTVYTAOq7tCmx/kR4SXbeawtPch20+3QfUcQDoJBLjWW1ybvZ4kXTw==",
|
|
"_location": "/raven",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "raven@^2.4.2",
|
|
"name": "raven",
|
|
"escapedName": "raven",
|
|
"rawSpec": "^2.4.2",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^2.4.2"
|
|
},
|
|
"_requiredBy": [
|
|
"/probot"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/raven/-/raven-2.6.4.tgz",
|
|
"_shasum": "458d4a380c8fbb59e0150c655625aaf60c167ea3",
|
|
"_spec": "raven@^2.4.2",
|
|
"_where": "/Users/traceybushman/Documents/FreeCodeCamp/presolver/node_modules/probot",
|
|
"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.3.2"
|
|
},
|
|
"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.4"
|
|
}
|