You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

package.json 2.3KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778
  1. {
  2. "_from": "make-error-cause@^1.1.1",
  3. "_id": "make-error-cause@1.2.2",
  4. "_inBundle": false,
  5. "_integrity": "sha1-3wOI/NCzeBbf8KX7gQiTl3fcvJ0=",
  6. "_location": "/make-error-cause",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "make-error-cause@^1.1.1",
  12. "name": "make-error-cause",
  13. "escapedName": "make-error-cause",
  14. "rawSpec": "^1.1.1",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.1.1"
  17. },
  18. "_requiredBy": [
  19. "/gulp-uglify"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/make-error-cause/-/make-error-cause-1.2.2.tgz",
  22. "_shasum": "df0388fcd0b37816dff0a5fb8108939777dcbc9d",
  23. "_spec": "make-error-cause@^1.1.1",
  24. "_where": "C:\\Users\\andre\\Documents\\Ohm\\MSY\\8.Semester\\MDT1_2\\projekt\\code2\\code\\application_liste\\app\\node_modules\\gulp-uglify",
  25. "author": {
  26. "name": "Blake Embrey",
  27. "email": "hello@blakeembrey.com",
  28. "url": "http://blakeembrey.me"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/blakeembrey/make-error-cause/issues"
  32. },
  33. "bundleDependencies": false,
  34. "dependencies": {
  35. "make-error": "^1.2.0"
  36. },
  37. "deprecated": false,
  38. "description": "Make your own nested error types!",
  39. "devDependencies": {
  40. "blue-tape": "^1.0.0",
  41. "istanbul": "1.0.0-alpha.2",
  42. "tap-spec": "^4.1.1",
  43. "ts-node": "^1.1.0",
  44. "tslint": "^3.10.2",
  45. "tslint-config-standard": "^1.0.0",
  46. "typescript": "^2.0.3",
  47. "typings": "^1.3.1"
  48. },
  49. "files": [
  50. "dist/"
  51. ],
  52. "homepage": "https://github.com/blakeembrey/make-error-cause",
  53. "keywords": [
  54. "nested",
  55. "error",
  56. "cause",
  57. "extend",
  58. "inherit",
  59. "custom"
  60. ],
  61. "license": "Apache-2.0",
  62. "main": "dist/index.js",
  63. "name": "make-error-cause",
  64. "repository": {
  65. "type": "git",
  66. "url": "git://github.com/blakeembrey/make-error-cause.git"
  67. },
  68. "scripts": {
  69. "build": "rm -rf dist/ && tsc",
  70. "lint": "tslint \"src/**/*.ts\"",
  71. "prepublish": "typings install && npm run build",
  72. "test": "npm run lint && npm run test-cov",
  73. "test-cov": "ts-node node_modules/istanbul/lib/cli.js cover -e .ts --print none -x \"*.d.ts\" -x \"*.spec.ts\" blue-tape -- \"src/**/*.spec.ts\" | tap-spec",
  74. "test-spec": "ts-node node_modules/blue-tape/bin/blue-tape.js \"src/**/*.spec.ts\" | tap-spec"
  75. },
  76. "typings": "dist/index.d.ts",
  77. "version": "1.2.2"
  78. }