| Leo Repp | 58b9f11 | 2021-11-22 11:57:47 +0100 | [diff] [blame^] | 1 | { |
| 2 | "_from": "error@^7.0.0", |
| 3 | "_id": "error@7.2.1", |
| 4 | "_inBundle": false, |
| 5 | "_integrity": "sha512-fo9HBvWnx3NGUKMvMwB/CBCMMrfEJgbDTVDEkPygA3Bdd3lM1OyCd+rbQ8BwnpF6GdVeOLDNmyL4N5Bg80ZvdA==", |
| 6 | "_location": "/error", |
| 7 | "_phantomChildren": {}, |
| 8 | "_requested": { |
| 9 | "type": "range", |
| 10 | "registry": true, |
| 11 | "raw": "error@^7.0.0", |
| 12 | "name": "error", |
| 13 | "escapedName": "error", |
| 14 | "rawSpec": "^7.0.0", |
| 15 | "saveSpec": null, |
| 16 | "fetchSpec": "^7.0.0" |
| 17 | }, |
| 18 | "_requiredBy": [ |
| 19 | "/body" |
| 20 | ], |
| 21 | "_resolved": "https://registry.npmjs.org/error/-/error-7.2.1.tgz", |
| 22 | "_shasum": "eab21a4689b5f684fc83da84a0e390de82d94894", |
| 23 | "_spec": "error@^7.0.0", |
| 24 | "_where": "C:\\Users\\marcr\\Desktop\\KorAp\\Git\\Kalamar\\node_modules\\body", |
| 25 | "author": { |
| 26 | "name": "Raynos", |
| 27 | "email": "raynos2@gmail.com" |
| 28 | }, |
| 29 | "bugs": { |
| 30 | "url": "https://github.com/Raynos/error/issues", |
| 31 | "email": "raynos2@gmail.com" |
| 32 | }, |
| 33 | "bundleDependencies": false, |
| 34 | "contributors": [ |
| 35 | { |
| 36 | "name": "Raynos" |
| 37 | } |
| 38 | ], |
| 39 | "dependencies": { |
| 40 | "string-template": "~0.2.1" |
| 41 | }, |
| 42 | "deprecated": false, |
| 43 | "description": "Custom errors", |
| 44 | "devDependencies": { |
| 45 | "istanbul": "0.3.13", |
| 46 | "tape": "^3.5.0", |
| 47 | "uber-standard": "3.6.4" |
| 48 | }, |
| 49 | "homepage": "https://github.com/Raynos/error", |
| 50 | "keywords": [], |
| 51 | "licenses": [ |
| 52 | { |
| 53 | "type": "MIT", |
| 54 | "url": "http://github.com/Raynos/error/raw/master/LICENSE" |
| 55 | } |
| 56 | ], |
| 57 | "main": "index", |
| 58 | "name": "error", |
| 59 | "repository": { |
| 60 | "type": "git", |
| 61 | "url": "git://github.com/Raynos/error.git" |
| 62 | }, |
| 63 | "scripts": { |
| 64 | "cover": "istanbul cover --report none --print detail ./test/index.js", |
| 65 | "lint": "standard -v .", |
| 66 | "test": "npm run lint && node test/index.js", |
| 67 | "test-browser": "testem-browser ./test/browser/index.js", |
| 68 | "testem": "testem-both -b=./test/browser/index.js", |
| 69 | "travis-test": "istanbul cover ./test/index.js && ((cat coverage/lcov.info | coveralls) || exit 0)", |
| 70 | "view-cover": "istanbul report html && google-chrome ./coverage/index.html" |
| 71 | }, |
| 72 | "testling": { |
| 73 | "files": "test/index.js", |
| 74 | "browsers": [ |
| 75 | "ie/8..latest", |
| 76 | "firefox/16..latest", |
| 77 | "firefox/nightly", |
| 78 | "chrome/22..latest", |
| 79 | "chrome/canary", |
| 80 | "opera/12..latest", |
| 81 | "opera/next", |
| 82 | "safari/5.1..latest", |
| 83 | "ipad/6.0..latest", |
| 84 | "iphone/6.0..latest", |
| 85 | "android-browser/4.2..latest" |
| 86 | ] |
| 87 | }, |
| 88 | "version": "7.2.1" |
| 89 | } |