package.json 2.5 KB

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