package.json 3.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122
  1. {
  2. "_args": [
  3. [
  4. "tslint@5.9.1",
  5. "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "tslint@5.9.1",
  10. "_id": "tslint@5.9.1",
  11. "_inBundle": false,
  12. "_integrity": "sha1-ElX4ej/1frCw4fDmEKi0dIBGya4=",
  13. "_location": "/tslint",
  14. "_optional": true,
  15. "_phantomChildren": {
  16. "color-convert": "1.9.2",
  17. "escape-string-regexp": "1.0.5",
  18. "has-flag": "3.0.0"
  19. },
  20. "_requested": {
  21. "type": "version",
  22. "registry": true,
  23. "raw": "tslint@5.9.1",
  24. "name": "tslint",
  25. "escapedName": "tslint",
  26. "rawSpec": "5.9.1",
  27. "saveSpec": null,
  28. "fetchSpec": "5.9.1"
  29. },
  30. "_requiredBy": [
  31. "/"
  32. ],
  33. "_resolved": "https://registry.npmjs.org/tslint/-/tslint-5.9.1.tgz",
  34. "_spec": "5.9.1",
  35. "_where": "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI",
  36. "bin": {
  37. "tslint": "./bin/tslint"
  38. },
  39. "bugs": {
  40. "url": "https://github.com/palantir/tslint/issues"
  41. },
  42. "dependencies": {
  43. "babel-code-frame": "^6.22.0",
  44. "builtin-modules": "^1.1.1",
  45. "chalk": "^2.3.0",
  46. "commander": "^2.12.1",
  47. "diff": "^3.2.0",
  48. "glob": "^7.1.1",
  49. "js-yaml": "^3.7.0",
  50. "minimatch": "^3.0.4",
  51. "resolve": "^1.3.2",
  52. "semver": "^5.3.0",
  53. "tslib": "^1.8.0",
  54. "tsutils": "^2.12.1"
  55. },
  56. "description": "An extensible static analysis linter for the TypeScript language",
  57. "devDependencies": {
  58. "@types/babel-code-frame": "^6.20.0",
  59. "@types/chai": "^3.5.0",
  60. "@types/diff": "^3.2.0",
  61. "@types/glob": "^5.0.30",
  62. "@types/js-yaml": "^3.5.31",
  63. "@types/minimatch": "^2.0.29",
  64. "@types/mocha": "^2.2.35",
  65. "@types/node": "^7.0.29",
  66. "@types/resolve": "^0.0.4",
  67. "@types/rimraf": "^2.0.2",
  68. "@types/semver": "^5.3.30",
  69. "chai": "^3.5.0",
  70. "github": "^8.2.1",
  71. "json-stringify-pretty-compact": "^1.0.3",
  72. "mocha": "^3.2.0",
  73. "npm-run-all": "^4.0.2",
  74. "nyc": "^10.2.0",
  75. "rimraf": "^2.5.4",
  76. "ts-node": "^3.3.0",
  77. "tslint": "^5.8.0",
  78. "tslint-test-config-non-relative": "file:test/external/tslint-test-config-non-relative",
  79. "typescript": "~2.6.1"
  80. },
  81. "engines": {
  82. "node": ">=4.8.0"
  83. },
  84. "homepage": "https://github.com/palantir/tslint#readme",
  85. "keywords": [
  86. "cli",
  87. "typescript",
  88. "linter"
  89. ],
  90. "license": "Apache-2.0",
  91. "main": "./lib/index.js",
  92. "name": "tslint",
  93. "peerDependencies": {
  94. "typescript": ">=2.1.0 || >=2.1.0-dev || >=2.2.0-dev || >=2.3.0-dev || >=2.4.0-dev || >=2.5.0-dev || >=2.6.0-dev || >=2.7.0-dev || >=2.8.0-dev"
  95. },
  96. "repository": {
  97. "type": "git",
  98. "url": "git+https://github.com/palantir/tslint.git"
  99. },
  100. "scripts": {
  101. "clean": "npm-run-all -p clean:core clean:test",
  102. "clean:core": "rimraf lib",
  103. "clean:test": "rimraf build && rimraf test/config/node_modules",
  104. "compile": "npm-run-all -p compile:core compile:test -s compile:scripts",
  105. "compile:core": "tsc -p src",
  106. "compile:scripts": "tsc -p scripts",
  107. "compile:test": "tsc -p test",
  108. "coverage": "rimraf coverage .nyc_output && nyc npm test",
  109. "docs": "node scripts/buildDocs.js",
  110. "lint": "npm-run-all -p lint:global lint:from-bin",
  111. "lint:from-bin": "node bin/tslint --project test/tsconfig.json --format stylish",
  112. "lint:global": "tslint --project test/tsconfig.json --format stylish # test includes 'src' too",
  113. "publish:local": "./scripts/npmPublish.sh",
  114. "test": "npm-run-all test:pre -p test:mocha test:rules",
  115. "test:mocha": "mocha --reporter spec --colors \"build/test/**/*Tests.js\"",
  116. "test:pre": "cd ./test/config && npm install --no-save",
  117. "test:rules": "node ./build/test/ruleTestRunner.js",
  118. "verify": "npm-run-all clean compile lint test docs"
  119. },
  120. "typings": "./lib/index.d.ts",
  121. "version": "5.9.1"
  122. }