| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192 |
- {
- "_args": [
- [
- "error@7.2.1",
- "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI"
- ]
- ],
- "_from": "error@7.2.1",
- "_id": "error@7.2.1",
- "_inBundle": false,
- "_integrity": "sha512-fo9HBvWnx3NGUKMvMwB/CBCMMrfEJgbDTVDEkPygA3Bdd3lM1OyCd+rbQ8BwnpF6GdVeOLDNmyL4N5Bg80ZvdA==",
- "_location": "/error",
- "_phantomChildren": {},
- "_requested": {
- "type": "version",
- "registry": true,
- "raw": "error@7.2.1",
- "name": "error",
- "escapedName": "error",
- "rawSpec": "7.2.1",
- "saveSpec": null,
- "fetchSpec": "7.2.1"
- },
- "_requiredBy": [
- "/body"
- ],
- "_resolved": "https://registry.npmjs.org/error/-/error-7.2.1.tgz",
- "_spec": "7.2.1",
- "_where": "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI",
- "author": {
- "name": "Raynos",
- "email": "raynos2@gmail.com"
- },
- "bugs": {
- "url": "https://github.com/Raynos/error/issues",
- "email": "raynos2@gmail.com"
- },
- "contributors": [
- {
- "name": "Raynos"
- }
- ],
- "dependencies": {
- "string-template": "~0.2.1"
- },
- "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"
- }
|