package.json 2.4 KB

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