package.json 2.3 KB

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