You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

package.json 2.0KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586
  1. {
  2. "_from": "error-ex@^1.2.0",
  3. "_id": "error-ex@1.3.2",
  4. "_inBundle": false,
  5. "_integrity": "sha512-7dFHNmqeFSEt2ZBsCriorKnn3Z2pj+fd9kmI6QoWw4//DL+icEBfc0U7qJCisqrTsKTjw4fNFy2pW9OqStD84g==",
  6. "_location": "/error-ex",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "error-ex@^1.2.0",
  12. "name": "error-ex",
  13. "escapedName": "error-ex",
  14. "rawSpec": "^1.2.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.2.0"
  17. },
  18. "_requiredBy": [
  19. "/parse-json"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/error-ex/-/error-ex-1.3.2.tgz",
  22. "_shasum": "b4ac40648107fdcdcfae242f428bea8a14d4f1bf",
  23. "_spec": "error-ex@^1.2.0",
  24. "_where": "C:\\Users\\andre\\Documents\\Ohm\\MSY\\8.Semester\\MDT1_2\\projekt\\code2\\code\\application_liste\\app\\node_modules\\parse-json",
  25. "bugs": {
  26. "url": "https://github.com/qix-/node-error-ex/issues"
  27. },
  28. "bundleDependencies": false,
  29. "dependencies": {
  30. "is-arrayish": "^0.2.1"
  31. },
  32. "deprecated": false,
  33. "description": "Easy error subclassing and stack customization",
  34. "devDependencies": {
  35. "coffee-script": "^1.9.3",
  36. "coveralls": "^2.11.2",
  37. "istanbul": "^0.3.17",
  38. "mocha": "^2.2.5",
  39. "should": "^7.0.1",
  40. "xo": "^0.7.1"
  41. },
  42. "files": [
  43. "index.js"
  44. ],
  45. "homepage": "https://github.com/qix-/node-error-ex#readme",
  46. "keywords": [
  47. "error",
  48. "errors",
  49. "extend",
  50. "extending",
  51. "extension",
  52. "subclass",
  53. "stack",
  54. "custom"
  55. ],
  56. "license": "MIT",
  57. "maintainers": [
  58. {
  59. "name": "Josh Junon",
  60. "email": "i.am.qix@gmail.com",
  61. "url": "github.com/qix-"
  62. },
  63. {
  64. "name": "Sindre Sorhus",
  65. "email": "sindresorhus@gmail.com",
  66. "url": "sindresorhus.com"
  67. }
  68. ],
  69. "name": "error-ex",
  70. "repository": {
  71. "type": "git",
  72. "url": "git+https://github.com/qix-/node-error-ex.git"
  73. },
  74. "scripts": {
  75. "pretest": "xo",
  76. "test": "mocha --compilers coffee:coffee-script/register"
  77. },
  78. "version": "1.3.2",
  79. "xo": {
  80. "rules": {
  81. "operator-linebreak": [
  82. 0
  83. ]
  84. }
  85. }
  86. }