| { |
| "_from": "error@^7.0.0", |
| "_id": "error@7.2.1", |
| "_inBundle": false, |
| "_integrity": "sha512-fo9HBvWnx3NGUKMvMwB/CBCMMrfEJgbDTVDEkPygA3Bdd3lM1OyCd+rbQ8BwnpF6GdVeOLDNmyL4N5Bg80ZvdA==", |
| "_location": "/error", |
| "_phantomChildren": {}, |
| "_requested": { |
| "type": "range", |
| "registry": true, |
| "raw": "error@^7.0.0", |
| "name": "error", |
| "escapedName": "error", |
| "rawSpec": "^7.0.0", |
| "saveSpec": null, |
| "fetchSpec": "^7.0.0" |
| }, |
| "_requiredBy": [ |
| "/body" |
| ], |
| "_resolved": "https://registry.npmjs.org/error/-/error-7.2.1.tgz", |
| "_shasum": "eab21a4689b5f684fc83da84a0e390de82d94894", |
| "_spec": "error@^7.0.0", |
| "_where": "C:\\Users\\marcr\\Desktop\\KorAp\\Git\\Kalamar\\node_modules\\body", |
| "author": { |
| "name": "Raynos", |
| "email": "raynos2@gmail.com" |
| }, |
| "bugs": { |
| "url": "https://github.com/Raynos/error/issues", |
| "email": "raynos2@gmail.com" |
| }, |
| "bundleDependencies": false, |
| "contributors": [ |
| { |
| "name": "Raynos" |
| } |
| ], |
| "dependencies": { |
| "string-template": "~0.2.1" |
| }, |
| "deprecated": false, |
| "description": "Custom errors", |
| "devDependencies": { |
| "istanbul": "0.3.13", |
| "tape": "^3.5.0", |
| "uber-standard": "3.6.4" |
| }, |
| "homepage": "https://github.com/Raynos/error", |
| "keywords": [], |
| "licenses": [ |
| { |
| "type": "MIT", |
| "url": "http://github.com/Raynos/error/raw/master/LICENSE" |
| } |
| ], |
| "main": "index", |
| "name": "error", |
| "repository": { |
| "type": "git", |
| "url": "git://github.com/Raynos/error.git" |
| }, |
| "scripts": { |
| "cover": "istanbul cover --report none --print detail ./test/index.js", |
| "lint": "standard -v .", |
| "test": "npm run lint && node test/index.js", |
| "test-browser": "testem-browser ./test/browser/index.js", |
| "testem": "testem-both -b=./test/browser/index.js", |
| "travis-test": "istanbul cover ./test/index.js && ((cat coverage/lcov.info | coveralls) || exit 0)", |
| "view-cover": "istanbul report html && google-chrome ./coverage/index.html" |
| }, |
| "testling": { |
| "files": "test/index.js", |
| "browsers": [ |
| "ie/8..latest", |
| "firefox/16..latest", |
| "firefox/nightly", |
| "chrome/22..latest", |
| "chrome/canary", |
| "opera/12..latest", |
| "opera/next", |
| "safari/5.1..latest", |
| "ipad/6.0..latest", |
| "iphone/6.0..latest", |
| "android-browser/4.2..latest" |
| ] |
| }, |
| "version": "7.2.1" |
| } |