package.json 2.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495
  1. {
  2. "_args": [
  3. [
  4. "tsconfig@7.0.0",
  5. "/Users/lihai/jolijoli/pad_spa"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "tsconfig@7.0.0",
  10. "_id": "tsconfig@7.0.0",
  11. "_inBundle": false,
  12. "_integrity": "sha1-hFOIdaTcIW5cSlQys6Tew9VOkbc=",
  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.npm.taobao.org/tsconfig/download/tsconfig-7.0.0.tgz",
  29. "_spec": "7.0.0",
  30. "_where": "/Users/lihai/jolijoli/pad_spa",
  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. }