Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.

119 lines
3.4KB

  1. {
  2. "_from": "ts-node",
  3. "_id": "ts-node@8.10.1",
  4. "_inBundle": false,
  5. "_integrity": "sha512-bdNz1L4ekHiJul6SHtZWs1ujEKERJnHs4HxN7rjTyyVOFf3HaJ6sLqe6aPG62XTzAB/63pKRh5jTSWL0D7bsvw==",
  6. "_location": "/ts-node",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "tag",
  10. "registry": true,
  11. "raw": "ts-node",
  12. "name": "ts-node",
  13. "escapedName": "ts-node",
  14. "rawSpec": "",
  15. "saveSpec": null,
  16. "fetchSpec": "latest"
  17. },
  18. "_requiredBy": [
  19. "#DEV:/",
  20. "#USER"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/ts-node/-/ts-node-8.10.1.tgz",
  23. "_shasum": "77da0366ff8afbe733596361d2df9a60fc9c9bd3",
  24. "_spec": "ts-node",
  25. "_where": "/home/cziermann/git/papoh",
  26. "author": {
  27. "name": "Blake Embrey",
  28. "email": "hello@blakeembrey.com",
  29. "url": "http://blakeembrey.me"
  30. },
  31. "bin": {
  32. "ts-node": "dist/bin.js",
  33. "ts-script": "dist/bin-script-deprecated.js",
  34. "ts-node-script": "dist/bin-script.js",
  35. "ts-node-transpile-only": "dist/bin-transpile.js"
  36. },
  37. "bugs": {
  38. "url": "https://github.com/TypeStrong/ts-node/issues"
  39. },
  40. "bundleDependencies": false,
  41. "dependencies": {
  42. "arg": "^4.1.0",
  43. "diff": "^4.0.1",
  44. "make-error": "^1.1.1",
  45. "source-map-support": "^0.5.17",
  46. "yn": "3.1.1"
  47. },
  48. "deprecated": false,
  49. "description": "TypeScript execution environment and REPL for node.js, with source map support",
  50. "devDependencies": {
  51. "@types/chai": "^4.0.4",
  52. "@types/diff": "^4.0.2",
  53. "@types/mocha": "^5.2.7",
  54. "@types/node": "^13.13.1",
  55. "@types/proxyquire": "^1.3.28",
  56. "@types/react": "^16.0.2",
  57. "@types/semver": "^7.1.0",
  58. "@types/source-map-support": "^0.5.0",
  59. "axios": "^0.19.0",
  60. "chai": "^4.0.1",
  61. "istanbul": "^0.4.0",
  62. "mocha": "^6.2.2",
  63. "ntypescript": "^1.201507091536.1",
  64. "proxyquire": "^2.0.0",
  65. "react": "^16.0.0",
  66. "rimraf": "^3.0.0",
  67. "semver": "^7.1.3",
  68. "tslint": "^6.1.0",
  69. "tslint-config-standard": "^9.0.0",
  70. "typescript": "^3.7.2",
  71. "typescript-json-schema": "^0.42.0"
  72. },
  73. "engines": {
  74. "node": ">=6.0.0"
  75. },
  76. "files": [
  77. "dist/",
  78. "dist-raw/",
  79. "register/",
  80. "esm.mjs",
  81. "LICENSE",
  82. "tsconfig.schema.json",
  83. "tsconfig.schemastore-schema.json"
  84. ],
  85. "homepage": "https://github.com/TypeStrong/ts-node",
  86. "keywords": [
  87. "typescript",
  88. "node",
  89. "runtime",
  90. "environment",
  91. "ts",
  92. "compiler"
  93. ],
  94. "license": "MIT",
  95. "main": "dist/index.js",
  96. "name": "ts-node",
  97. "peerDependencies": {
  98. "typescript": ">=2.7"
  99. },
  100. "repository": {
  101. "type": "git",
  102. "url": "git://github.com/TypeStrong/ts-node.git"
  103. },
  104. "scripts": {
  105. "build": "npm run clean && npm run build-tsc && npm run build-configSchema",
  106. "build-configSchema": "typescript-json-schema --topRef --refs --validationKeywords allOf --out tsconfig.schema.json tsconfig.json TsConfigSchema && node --require ./register ./scripts/create-merged-schema",
  107. "build-tsc": "tsc",
  108. "clean": "rimraf dist && rimraf tsconfig.schema.json && rimraf tsconfig.schemastore-schema.json",
  109. "lint": "tslint \"src/**/*.ts\" --project tsconfig.json",
  110. "lint-fix": "tslint \"src/**/*.ts\" --project tsconfig.json --fix",
  111. "prepare": "npm run build",
  112. "test": "npm run build && npm run lint && npm run test-cov",
  113. "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- \"dist/**/*.spec.js\" -R spec --bail",
  114. "test-spec": "mocha dist/**/*.spec.js -R spec --bail"
  115. },
  116. "types": "dist/index.d.ts",
  117. "version": "8.10.1"
  118. }