package.json 1.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  1. {
  2. "_args": [
  3. [
  4. "err-code@1.1.2",
  5. "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "err-code@1.1.2",
  10. "_id": "err-code@1.1.2",
  11. "_inBundle": false,
  12. "_integrity": "sha1-BuARbTAo9q70gGhJ6w6mp0iuaWA=",
  13. "_location": "/err-code",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "err-code@1.1.2",
  19. "name": "err-code",
  20. "escapedName": "err-code",
  21. "rawSpec": "1.1.2",
  22. "saveSpec": null,
  23. "fetchSpec": "1.1.2"
  24. },
  25. "_requiredBy": [
  26. "/promise-retry"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/err-code/-/err-code-1.1.2.tgz",
  29. "_spec": "1.1.2",
  30. "_where": "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI",
  31. "author": {
  32. "name": "IndigoUnited",
  33. "email": "hello@indigounited.com",
  34. "url": "http://indigounited.com"
  35. },
  36. "bugs": {
  37. "url": "https://github.com/IndigoUnited/js-err-code/issues/"
  38. },
  39. "description": "Create an error with a code",
  40. "devDependencies": {
  41. "@satazor/eslint-config": "^3.0.0",
  42. "browserify": "^14.0.0",
  43. "eslint": "^3.0.0",
  44. "expect.js": "^0.3.1",
  45. "mocha": "^3.0.2"
  46. },
  47. "homepage": "https://github.com/IndigoUnited/js-err-code#readme",
  48. "keywords": [
  49. "error",
  50. "err",
  51. "code",
  52. "properties",
  53. "property"
  54. ],
  55. "license": "MIT",
  56. "main": "index.js",
  57. "name": "err-code",
  58. "repository": {
  59. "type": "git",
  60. "url": "git://github.com/IndigoUnited/js-err-code.git"
  61. },
  62. "scripts": {
  63. "browserify": "browserify -s err-code index.js > index.umd.js",
  64. "lint": "eslint '{*.js,test/**/*.js}' --ignore-pattern *.umd.js",
  65. "test": "mocha --bail"
  66. },
  67. "version": "1.1.2"
  68. }