package.json 3.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120
  1. {
  2. "_args": [
  3. [
  4. "ts-node@5.0.1",
  5. "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "ts-node@5.0.1",
  10. "_id": "ts-node@5.0.1",
  11. "_inBundle": false,
  12. "_integrity": "sha512-XK7QmDcNHVmZkVtkiwNDWiERRHPyU8nBqZB1+iv2UhOG0q3RQ9HsZ2CMqISlFbxjrYFGfG2mX7bW4dAyxBVzUw==",
  13. "_location": "/ts-node",
  14. "_optional": true,
  15. "_phantomChildren": {
  16. "buffer-from": "1.1.0",
  17. "color-convert": "1.9.2",
  18. "escape-string-regexp": "1.0.5",
  19. "has-flag": "3.0.0"
  20. },
  21. "_requested": {
  22. "type": "version",
  23. "registry": true,
  24. "raw": "ts-node@5.0.1",
  25. "name": "ts-node",
  26. "escapedName": "ts-node",
  27. "rawSpec": "5.0.1",
  28. "saveSpec": null,
  29. "fetchSpec": "5.0.1"
  30. },
  31. "_requiredBy": [
  32. "/"
  33. ],
  34. "_resolved": "https://registry.npmjs.org/ts-node/-/ts-node-5.0.1.tgz",
  35. "_spec": "5.0.1",
  36. "_where": "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI",
  37. "author": {
  38. "name": "Blake Embrey",
  39. "email": "hello@blakeembrey.com",
  40. "url": "http://blakeembrey.me"
  41. },
  42. "bin": {
  43. "ts-node": "dist/bin.js"
  44. },
  45. "bugs": {
  46. "url": "https://github.com/TypeStrong/ts-node/issues"
  47. },
  48. "dependencies": {
  49. "arrify": "^1.0.0",
  50. "chalk": "^2.3.0",
  51. "diff": "^3.1.0",
  52. "make-error": "^1.1.1",
  53. "minimist": "^1.2.0",
  54. "mkdirp": "^0.5.1",
  55. "source-map-support": "^0.5.3",
  56. "yn": "^2.0.0"
  57. },
  58. "description": "TypeScript execution environment and REPL for node",
  59. "devDependencies": {
  60. "@types/arrify": "^1.0.1",
  61. "@types/chai": "^4.0.4",
  62. "@types/diff": "^3.2.1",
  63. "@types/minimist": "^1.2.0",
  64. "@types/mkdirp": "^0.5.0",
  65. "@types/mocha": "^2.2.42",
  66. "@types/node": "^9.4.6",
  67. "@types/proxyquire": "^1.3.28",
  68. "@types/react": "^16.0.2",
  69. "@types/semver": "^5.3.34",
  70. "@types/source-map-support": "^0.4.0",
  71. "@types/yn": "github:types/npm-yn#ca75f6c82940fae6a06fb41d2d37a6aa9b4ea8e9",
  72. "chai": "^4.0.1",
  73. "istanbul": "^0.4.0",
  74. "mocha": "^5.0.1",
  75. "ntypescript": "^1.201507091536.1",
  76. "proxyquire": "^1.7.2",
  77. "react": "^16.0.0",
  78. "rimraf": "^2.5.4",
  79. "semver": "^5.1.0",
  80. "tslint": "^5.0.0",
  81. "tslint-config-standard": "^7.0.0",
  82. "typescript": "^2.7.2"
  83. },
  84. "engines": {
  85. "node": ">=4.2.0"
  86. },
  87. "files": [
  88. "dist/",
  89. "register/",
  90. "LICENSE"
  91. ],
  92. "homepage": "https://github.com/TypeStrong/ts-node",
  93. "keywords": [
  94. "typescript",
  95. "node",
  96. "runtime",
  97. "environment",
  98. "ts",
  99. "compiler"
  100. ],
  101. "license": "MIT",
  102. "main": "dist/index.js",
  103. "name": "ts-node",
  104. "repository": {
  105. "type": "git",
  106. "url": "git://github.com/TypeStrong/ts-node.git"
  107. },
  108. "scripts": {
  109. "build": "npm run clean && npm run tsc",
  110. "clean": "rimraf dist",
  111. "lint": "tslint \"src/**/*.ts\" --project tsconfig.json",
  112. "prepublish": "npm run build",
  113. "test": "npm run build && npm run lint && npm run test-cov",
  114. "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- \"dist/**/*.spec.js\" -R spec --bail",
  115. "test-spec": "mocha dist/**/*.spec.js -R spec --bail",
  116. "tsc": "tsc"
  117. },
  118. "types": "dist/index.d.ts",
  119. "version": "5.0.1"
  120. }