package.json 2.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596
  1. {
  2. "_from": "tsutils@^3.21.0",
  3. "_id": "tsutils@3.21.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-mHKK3iUXL+3UF6xL5k0PEhKRUBKPBCv/+RkEOpjRWxxx27KKRBmmA60A9pgOUvMi8GKhRMPEmjBRPzs2W7O1OA==",
  6. "_location": "/tsutils",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "tsutils@^3.21.0",
  12. "name": "tsutils",
  13. "escapedName": "tsutils",
  14. "rawSpec": "^3.21.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^3.21.0"
  17. },
  18. "_requiredBy": [
  19. "/@typescript-eslint/eslint-plugin",
  20. "/@typescript-eslint/typescript-estree",
  21. "/eslint-plugin-testing-library/@typescript-eslint/typescript-estree"
  22. ],
  23. "_resolved": "https://registry.npmjs.org/tsutils/-/tsutils-3.21.0.tgz",
  24. "_shasum": "b48717d394cea6c1e096983eed58e9d61715b623",
  25. "_spec": "tsutils@^3.21.0",
  26. "_where": "C:\\Users\\rickh\\Desktop\\js-hw-1\\hw1\\node_modules\\@typescript-eslint\\eslint-plugin",
  27. "author": {
  28. "name": "Klaus Meinhardt"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/ajafff/tsutils/issues"
  32. },
  33. "bundleDependencies": false,
  34. "dependencies": {
  35. "tslib": "^1.8.1"
  36. },
  37. "deprecated": false,
  38. "description": "utilities for working with typescript's AST",
  39. "devDependencies": {
  40. "@fimbul/mithotyn": "^0.21.0",
  41. "@fimbul/valtyr": "^0.22.0",
  42. "@fimbul/wotan": "^0.22.0",
  43. "@types/chai": "^4.0.10",
  44. "@types/mocha": "^5.0.0",
  45. "@types/node": "^11.13.0",
  46. "chai": "^4.1.2",
  47. "coveralls": "^3.0.0",
  48. "github-release-from-changelog": "^1.3.0",
  49. "mocha": "^6.0.2",
  50. "npm-run-all": "^4.1.2",
  51. "nyc": "^13.3.0",
  52. "rimraf": "^3.0.2",
  53. "ts-transform-const-enum": "^0.0.1",
  54. "tslint": "^5.8.0",
  55. "tslint-consistent-codestyle": "^1.11.0",
  56. "ttypescript": "^1.5.5",
  57. "typescript": "4.2.0-dev.20201230"
  58. },
  59. "engines": {
  60. "node": ">= 6"
  61. },
  62. "homepage": "https://github.com/ajafff/tsutils#readme",
  63. "keywords": [
  64. "typescript",
  65. "ts",
  66. "ast",
  67. "typeguard",
  68. "utils",
  69. "helper",
  70. "node"
  71. ],
  72. "license": "MIT",
  73. "name": "tsutils",
  74. "peerDependencies": {
  75. "typescript": ">=2.8.0 || >= 3.2.0-dev || >= 3.3.0-dev || >= 3.4.0-dev || >= 3.5.0-dev || >= 3.6.0-dev || >= 3.6.0-beta || >= 3.7.0-dev || >= 3.7.0-beta"
  76. },
  77. "repository": {
  78. "type": "git",
  79. "url": "git+https://github.com/ajafff/tsutils.git"
  80. },
  81. "scripts": {
  82. "compile": "ttsc -p .",
  83. "coverage": "nyc run-s test",
  84. "github-release": "node ./scripts/github-release.js",
  85. "lint": "run-p lint:*",
  86. "lint:tslint": "wotan -m @fimbul/valtyr",
  87. "lint:wotan": "wotan",
  88. "postpublish": "git push origin master --tags && run-s github-release",
  89. "precompile": "rimraf \"{,util,typeguard,test{,/rules}/*.{js,d.ts,js.map}\"",
  90. "prepublishOnly": "run-s verify",
  91. "report-coverage": "cat ./coverage/lcov.info | coveralls",
  92. "test": "mocha test/*Tests.js && tslint --test 'test/rules/**/tslint.json'",
  93. "verify": "run-s compile lint coverage"
  94. },
  95. "version": "3.21.0"
  96. }