package.json 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990
  1. {
  2. "_from": "tsconfig@^7.0.0",
  3. "_id": "tsconfig@7.0.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-vZXmzPrL+EmC4T/4rVlT2jNVMWCi/O4DIiSj3UHg1OE5kCKbk4mfrXc6dZksLgRM/TZlKnousKH9bbTazUWRRw==",
  6. "_location": "/tsconfig",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "tsconfig@^7.0.0",
  12. "name": "tsconfig",
  13. "escapedName": "tsconfig",
  14. "rawSpec": "^7.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^7.0.0"
  17. },
  18. "_requiredBy": [
  19. "/vue-jest"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/tsconfig/-/tsconfig-7.0.0.tgz",
  22. "_shasum": "84538875a4dc216e5c4a5432b3a4dec3d54e91b7",
  23. "_spec": "tsconfig@^7.0.0",
  24. "_where": "H:\\gs_nuxt\\node_modules\\vue-jest",
  25. "author": {
  26. "name": "Blake Embrey",
  27. "email": "hello@blakeembrey.com",
  28. "url": "http://blakeembrey.me"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/TypeStrong/tsconfig/issues"
  32. },
  33. "bundleDependencies": false,
  34. "contributors": [
  35. {
  36. "name": "basaratali@gmail.com"
  37. }
  38. ],
  39. "dependencies": {
  40. "@types/strip-bom": "^3.0.0",
  41. "@types/strip-json-comments": "0.0.30",
  42. "strip-bom": "^3.0.0",
  43. "strip-json-comments": "^2.0.0"
  44. },
  45. "deprecated": false,
  46. "description": "Resole and parse `tsconfig.json`, replicating to TypeScript's behaviour",
  47. "devDependencies": {
  48. "@types/chai": "^4.0.4",
  49. "@types/mocha": "^2.2.42",
  50. "@types/node": "^8.0.25",
  51. "bluebird": "^3.4.1",
  52. "chai": "^3.0.0",
  53. "istanbul": "^0.4.0",
  54. "mocha": "^3.2.0",
  55. "tslint": "^4.5.1",
  56. "tslint-config-standard": "^4.0.0",
  57. "typescript": "^2.2.1"
  58. },
  59. "files": [
  60. "dist/",
  61. "LICENSE"
  62. ],
  63. "homepage": "https://github.com/TypeStrong/tsconfig",
  64. "keywords": [
  65. "TypeScript",
  66. "compiler",
  67. "config",
  68. "tsconfig",
  69. "json",
  70. "resolve"
  71. ],
  72. "license": "MIT",
  73. "main": "dist/tsconfig.js",
  74. "name": "tsconfig",
  75. "repository": {
  76. "type": "git",
  77. "url": "git+https://github.com/TypeStrong/tsconfig.git"
  78. },
  79. "scripts": {
  80. "build": "npm run build-ts",
  81. "build-ts": "rm -rf dist && tsc",
  82. "lint": "tslint \"src/**/*.ts\"",
  83. "prepublish": "npm run build",
  84. "test": "npm run build && npm run lint && npm run test-cov",
  85. "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- dist/**/*.spec.js -R spec --bail",
  86. "test-spec": "mocha dist/**/*.spec.js -R spec --bail"
  87. },
  88. "typings": "dist/tsconfig.d.ts",
  89. "version": "7.0.0"
  90. }