package.json 2.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889
  1. {
  2. "_from": "error-ex@^1.3.1",
  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.3.1",
  12. "name": "error-ex",
  13. "escapedName": "error-ex",
  14. "rawSpec": "^1.3.1",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.3.1"
  17. },
  18. "_requiredBy": [
  19. "/cssnano/parse-json",
  20. "/load-json-file/parse-json",
  21. "/parse-json",
  22. "/postcss-load-config/parse-json"
  23. ],
  24. "_resolved": "https://registry.npmjs.org/error-ex/-/error-ex-1.3.2.tgz",
  25. "_shasum": "b4ac40648107fdcdcfae242f428bea8a14d4f1bf",
  26. "_spec": "error-ex@^1.3.1",
  27. "_where": "C:\\Users\\rickh\\Desktop\\js-hw-1\\hw1\\node_modules\\parse-json",
  28. "bugs": {
  29. "url": "https://github.com/qix-/node-error-ex/issues"
  30. },
  31. "bundleDependencies": false,
  32. "dependencies": {
  33. "is-arrayish": "^0.2.1"
  34. },
  35. "deprecated": false,
  36. "description": "Easy error subclassing and stack customization",
  37. "devDependencies": {
  38. "coffee-script": "^1.9.3",
  39. "coveralls": "^2.11.2",
  40. "istanbul": "^0.3.17",
  41. "mocha": "^2.2.5",
  42. "should": "^7.0.1",
  43. "xo": "^0.7.1"
  44. },
  45. "files": [
  46. "index.js"
  47. ],
  48. "homepage": "https://github.com/qix-/node-error-ex#readme",
  49. "keywords": [
  50. "error",
  51. "errors",
  52. "extend",
  53. "extending",
  54. "extension",
  55. "subclass",
  56. "stack",
  57. "custom"
  58. ],
  59. "license": "MIT",
  60. "maintainers": [
  61. {
  62. "name": "Josh Junon",
  63. "email": "i.am.qix@gmail.com",
  64. "url": "github.com/qix-"
  65. },
  66. {
  67. "name": "Sindre Sorhus",
  68. "email": "sindresorhus@gmail.com",
  69. "url": "sindresorhus.com"
  70. }
  71. ],
  72. "name": "error-ex",
  73. "repository": {
  74. "type": "git",
  75. "url": "git+https://github.com/qix-/node-error-ex.git"
  76. },
  77. "scripts": {
  78. "pretest": "xo",
  79. "test": "mocha --compilers coffee:coffee-script/register"
  80. },
  81. "version": "1.3.2",
  82. "xo": {
  83. "rules": {
  84. "operator-linebreak": [
  85. 0
  86. ]
  87. }
  88. }
  89. }