package.json 2.5 KB

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