package.json 2.6 KB

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