package.json 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102
  1. {
  2. "_args": [
  3. [
  4. "error-ex@^1.2.0",
  5. "D:\\work\\im\\node_modules\\parse-json"
  6. ]
  7. ],
  8. "_from": "error-ex@>=1.2.0 <2.0.0",
  9. "_id": "error-ex@1.3.0",
  10. "_inCache": true,
  11. "_installable": true,
  12. "_location": "/error-ex",
  13. "_nodeVersion": "4.1.1",
  14. "_npmUser": {
  15. "email": "i.am.qix@gmail.com",
  16. "name": "qix"
  17. },
  18. "_npmVersion": "3.3.6",
  19. "_phantomChildren": {},
  20. "_requested": {
  21. "name": "error-ex",
  22. "raw": "error-ex@^1.2.0",
  23. "rawSpec": "^1.2.0",
  24. "scope": null,
  25. "spec": ">=1.2.0 <2.0.0",
  26. "type": "range"
  27. },
  28. "_requiredBy": [
  29. "/parse-json"
  30. ],
  31. "_resolved": "https://registry.npmjs.org/error-ex/-/error-ex-1.3.0.tgz",
  32. "_shasum": "e67b43f3e82c96ea3a584ffee0b9fc3325d802d9",
  33. "_shrinkwrap": null,
  34. "_spec": "error-ex@^1.2.0",
  35. "_where": "D:\\work\\im\\node_modules\\parse-json",
  36. "bugs": {
  37. "url": "https://github.com/qix-/node-error-ex/issues"
  38. },
  39. "dependencies": {
  40. "is-arrayish": "^0.2.1"
  41. },
  42. "description": "Easy error subclassing and stack customization",
  43. "devDependencies": {
  44. "coffee-script": "^1.9.3",
  45. "coveralls": "^2.11.2",
  46. "istanbul": "^0.3.17",
  47. "mocha": "^2.2.5",
  48. "should": "^7.0.1",
  49. "xo": "^0.7.1"
  50. },
  51. "directories": {},
  52. "dist": {
  53. "shasum": "e67b43f3e82c96ea3a584ffee0b9fc3325d802d9",
  54. "tarball": "https://registry.npmjs.org/error-ex/-/error-ex-1.3.0.tgz"
  55. },
  56. "files": [
  57. "index.js"
  58. ],
  59. "gitHead": "118bb63206f736f2450480e73f9d7d22692ae328",
  60. "homepage": "https://github.com/qix-/node-error-ex#readme",
  61. "keywords": [
  62. "error",
  63. "errors",
  64. "extend",
  65. "extending",
  66. "extension",
  67. "subclass",
  68. "stack",
  69. "custom"
  70. ],
  71. "license": "MIT",
  72. "maintainers": [
  73. {
  74. "email": "i.am.qix@gmail.com",
  75. "name": "qix"
  76. },
  77. {
  78. "email": "sindresorhus@gmail.com",
  79. "name": "sindresorhus"
  80. }
  81. ],
  82. "name": "error-ex",
  83. "optionalDependencies": {},
  84. "readme": "ERROR: No README data found!",
  85. "repository": {
  86. "type": "git",
  87. "url": "git+https://github.com/qix-/node-error-ex.git"
  88. },
  89. "scripts": {
  90. "pretest": "xo",
  91. "test": "mocha --compilers coffee:coffee-script/register"
  92. },
  93. "version": "1.3.0",
  94. "xo": {
  95. "rules": {
  96. "operator-linebreak": [
  97. 0
  98. ]
  99. }
  100. }
  101. }