package.json 2.1KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182
  1. {
  2. "_from": "tslint-eslint-rules@^4.1.1",
  3. "_id": "tslint-eslint-rules@4.1.1",
  4. "_inBundle": false,
  5. "_integrity": "sha1-fDDniC8mvCdr/5HSOEl1xp2viLo=",
  6. "_location": "/tslint-eslint-rules",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "tslint-eslint-rules@^4.1.1",
  12. "name": "tslint-eslint-rules",
  13. "escapedName": "tslint-eslint-rules",
  14. "rawSpec": "^4.1.1",
  15. "saveSpec": null,
  16. "fetchSpec": "^4.1.1"
  17. },
  18. "_requiredBy": [
  19. "/@ionic/app-scripts"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/tslint-eslint-rules/-/tslint-eslint-rules-4.1.1.tgz",
  22. "_shasum": "7c30e7882f26bc276bff91d2384975c69daf88ba",
  23. "_spec": "tslint-eslint-rules@^4.1.1",
  24. "_where": "/Users/ericf/ZCWProjects/Shared-Travel-Map/apptest/node_modules/@ionic/app-scripts",
  25. "author": {
  26. "name": "Vitor Buzinaro",
  27. "email": "buzinas@buzinas.com"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/buzinas/tslint-eslint-rules/issues"
  31. },
  32. "bundleDependencies": false,
  33. "dependencies": {
  34. "doctrine": "^0.7.2",
  35. "tslib": "^1.0.0",
  36. "tsutils": "^1.4.0"
  37. },
  38. "deprecated": false,
  39. "description": "Improve your TSLint with the missing ESLint Rules",
  40. "devDependencies": {
  41. "@types/benchmark": "^1.0.30",
  42. "@types/node": "^7.0.12",
  43. "benchmark": "^2.1.3",
  44. "chai": "^3.5.0",
  45. "es6-promise": "^4.0.4",
  46. "gulp": "^3.9.1",
  47. "gulp-sourcemaps": "^1.6.0",
  48. "gulp-spawn-mocha": "^2.2.2",
  49. "gulp-tslint": "^8.0.0",
  50. "gulp-typescript": "^3.1.6",
  51. "tslint": "^5.0.0",
  52. "typescript": "^2.2.0",
  53. "yargs": "^5.0.0"
  54. },
  55. "homepage": "https://github.com/buzinas/tslint-eslint-rules#readme",
  56. "keywords": [
  57. "eslint",
  58. "tslint",
  59. "custom-rules",
  60. "rules",
  61. "stylish",
  62. "lint",
  63. "linting",
  64. "linter",
  65. "tslint-plugin"
  66. ],
  67. "license": "MIT",
  68. "main": "index.js",
  69. "name": "tslint-eslint-rules",
  70. "peerDependencies": {
  71. "tslint": "^5.0.0"
  72. },
  73. "repository": {
  74. "type": "git",
  75. "url": "git+https://github.com/buzinas/tslint-eslint-rules.git"
  76. },
  77. "scripts": {
  78. "test": "gulp test && gulp self-lint"
  79. },
  80. "version": "4.1.1"
  81. }