package.json 2.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091
  1. {
  2. "_args": [
  3. [
  4. "tsutils@2.27.1",
  5. "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "tsutils@2.27.1",
  10. "_id": "tsutils@2.27.1",
  11. "_inBundle": false,
  12. "_integrity": "sha512-AE/7uzp32MmaHvNNFES85hhUDHFdFZp6OAiZcd6y4ZKKIg6orJTm8keYWBhIhrJQH3a4LzNKat7ZPXZt5aTf6w==",
  13. "_location": "/tsutils",
  14. "_optional": true,
  15. "_phantomChildren": {},
  16. "_requested": {
  17. "type": "version",
  18. "registry": true,
  19. "raw": "tsutils@2.27.1",
  20. "name": "tsutils",
  21. "escapedName": "tsutils",
  22. "rawSpec": "2.27.1",
  23. "saveSpec": null,
  24. "fetchSpec": "2.27.1"
  25. },
  26. "_requiredBy": [
  27. "/tslint"
  28. ],
  29. "_resolved": "https://registry.npmjs.org/tsutils/-/tsutils-2.27.1.tgz",
  30. "_spec": "2.27.1",
  31. "_where": "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI",
  32. "author": {
  33. "name": "Klaus Meinhardt"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/ajafff/tsutils/issues"
  37. },
  38. "dependencies": {
  39. "tslib": "^1.8.1"
  40. },
  41. "description": "utilities for working with typescript's AST",
  42. "devDependencies": {
  43. "@fimbul/valtyr": "^0.8.0",
  44. "@fimbul/wotan": "^0.8.0",
  45. "@types/chai": "^4.0.10",
  46. "@types/mocha": "^5.0.0",
  47. "@types/node": "^10.0.3",
  48. "chai": "^4.1.2",
  49. "coveralls": "^3.0.0",
  50. "github-release-from-changelog": "^1.3.0",
  51. "mocha": "^5.0.0",
  52. "npm-run-all": "^4.1.2",
  53. "nyc": "^11.4.1",
  54. "tslint": "^5.8.0",
  55. "tslint-consistent-codestyle": "^1.11.0",
  56. "typescript": "^2.9.0-dev.20180502"
  57. },
  58. "homepage": "https://github.com/ajafff/tsutils#readme",
  59. "keywords": [
  60. "typescript",
  61. "ts",
  62. "ast",
  63. "typeguard",
  64. "utils",
  65. "helper",
  66. "node"
  67. ],
  68. "license": "MIT",
  69. "name": "tsutils",
  70. "peerDependencies": {
  71. "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 || >=2.9.0-dev || >= 3.0.0-dev"
  72. },
  73. "repository": {
  74. "type": "git",
  75. "url": "git+https://github.com/ajafff/tsutils.git"
  76. },
  77. "scripts": {
  78. "compile": "rm -rf {,util,typeguard,test/**}/*.js; tsc -p .",
  79. "coverage": "nyc npm test",
  80. "github-release": "GITHUB_TOKEN=$(cat ~/github_token.txt) github-release-from-changelog",
  81. "lint": "run-p lint:*",
  82. "lint:tslint": "wotan -m @fimbul/valtyr",
  83. "lint:wotan": "wotan",
  84. "postpublish": "git push origin master --tags; npm run github-release",
  85. "prepublishOnly": "npm run verify",
  86. "report-coverage": "cat ./coverage/lcov.info | coveralls",
  87. "test": "mocha test/*Tests.js && tslint --test 'test/rules/**/tslint.json'",
  88. "verify": "run-s compile lint coverage"
  89. },
  90. "version": "2.27.1"
  91. }