{ "_from": "raven@^2.6.4", "_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.6.4", "name": "raven", "escapedName": "raven", "rawSpec": "^2.6.4", "saveSpec": null, "fetchSpec": "^2.6.4" }, "_requiredBy": [ "/" ], "_resolved": "https://registry.npmjs.org/raven/-/raven-2.6.4.tgz", "_shasum": "458d4a380c8fbb59e0150c655625aaf60c167ea3", "_spec": "raven@^2.6.4", "_where": "/home/ab/workspace/TypeMark", "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" }