package.json 2.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394
  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/typescript-estree"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/tsutils/-/tsutils-3.21.0.tgz",
  22. "_shasum": "b48717d394cea6c1e096983eed58e9d61715b623",
  23. "_spec": "tsutils@^3.21.0",
  24. "_where": "H:\\gs_nuxt\\node_modules\\@typescript-eslint\\typescript-estree",
  25. "author": {
  26. "name": "Klaus Meinhardt"
  27. },
  28. "bugs": {
  29. "url": "https://github.com/ajafff/tsutils/issues"
  30. },
  31. "bundleDependencies": false,
  32. "dependencies": {
  33. "tslib": "^1.8.1"
  34. },
  35. "deprecated": false,
  36. "description": "utilities for working with typescript's AST",
  37. "devDependencies": {
  38. "@fimbul/mithotyn": "^0.21.0",
  39. "@fimbul/valtyr": "^0.22.0",
  40. "@fimbul/wotan": "^0.22.0",
  41. "@types/chai": "^4.0.10",
  42. "@types/mocha": "^5.0.0",
  43. "@types/node": "^11.13.0",
  44. "chai": "^4.1.2",
  45. "coveralls": "^3.0.0",
  46. "github-release-from-changelog": "^1.3.0",
  47. "mocha": "^6.0.2",
  48. "npm-run-all": "^4.1.2",
  49. "nyc": "^13.3.0",
  50. "rimraf": "^3.0.2",
  51. "ts-transform-const-enum": "^0.0.1",
  52. "tslint": "^5.8.0",
  53. "tslint-consistent-codestyle": "^1.11.0",
  54. "ttypescript": "^1.5.5",
  55. "typescript": "4.2.0-dev.20201230"
  56. },
  57. "engines": {
  58. "node": ">= 6"
  59. },
  60. "homepage": "https://github.com/ajafff/tsutils#readme",
  61. "keywords": [
  62. "typescript",
  63. "ts",
  64. "ast",
  65. "typeguard",
  66. "utils",
  67. "helper",
  68. "node"
  69. ],
  70. "license": "MIT",
  71. "name": "tsutils",
  72. "peerDependencies": {
  73. "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"
  74. },
  75. "repository": {
  76. "type": "git",
  77. "url": "git+https://github.com/ajafff/tsutils.git"
  78. },
  79. "scripts": {
  80. "compile": "ttsc -p .",
  81. "coverage": "nyc run-s test",
  82. "github-release": "node ./scripts/github-release.js",
  83. "lint": "run-p lint:*",
  84. "lint:tslint": "wotan -m @fimbul/valtyr",
  85. "lint:wotan": "wotan",
  86. "postpublish": "git push origin master --tags && run-s github-release",
  87. "precompile": "rimraf \"{,util,typeguard,test{,/rules}/*.{js,d.ts,js.map}\"",
  88. "prepublishOnly": "run-s verify",
  89. "report-coverage": "cat ./coverage/lcov.info | coveralls",
  90. "test": "mocha test/*Tests.js && tslint --test 'test/rules/**/tslint.json'",
  91. "verify": "run-s compile lint coverage"
  92. },
  93. "version": "3.21.0"
  94. }