karma-typescript-agile-preprocessor
Version:
Leverage the power of gulp-typescript for a simple yet powerful Karma preprocessor.
131 lines (130 loc) • 3.28 kB
JSON
{
"_from": "gulp-typescript@latest",
"_id": "gulp-typescript@5.0.1",
"_inBundle": false,
"_integrity": "sha512-YuMMlylyJtUSHG1/wuSVTrZp60k1dMEFKYOvDf7OvbAJWrDtxxD4oZon4ancdWwzjj30ztiidhe4VXJniF0pIQ==",
"_location": "/gulp-typescript",
"_phantomChildren": {
"readable-stream": "2.3.6"
},
"_requested": {
"type": "tag",
"registry": true,
"raw": "gulp-typescript@latest",
"name": "gulp-typescript",
"escapedName": "gulp-typescript",
"rawSpec": "latest",
"saveSpec": null,
"fetchSpec": "latest"
},
"_requiredBy": [
"#USER",
"/"
],
"_resolved": "https://registry.npmjs.org/gulp-typescript/-/gulp-typescript-5.0.1.tgz",
"_shasum": "96c6565a6eb31e08c2aae1c857b1a079e6226d94",
"_spec": "gulp-typescript@latest",
"_where": "/home/ldd/src/git-repos/karma-typescript-agile-preprocessor",
"author": {
"name": "Ivo Gabe de Wolff",
"url": "http://ivogabe.com/"
},
"bugs": {
"url": "https://github.com/ivogabe/gulp-typescript/issues"
},
"bundleDependencies": false,
"contributors": [
{
"name": "Jesper Jonsson",
"email": "jesper.m.jonsson@gmail.com"
},
{
"name": "Shogo Iwano",
"email": "shiwano@gmail.com"
},
{
"name": "Martin Poelstra",
"email": "m.poelstra@spiritit.com"
},
{
"name": "Jakub Olek",
"email": "bukaj.kelo+github@gmail.com"
},
{
"name": "Ilan Frumer",
"email": "IlanFrumer@gmail.com"
},
{
"name": "James Whitney",
"email": "james@whitney.io"
},
{
"name": "Jaroslaw Zalucki",
"email": "mad.jaro@gmail.com"
},
{
"name": "Yui Tanglertsampan",
"email": "yuisu@microsoft.com"
},
{
"name": "Rogier Schouten",
"email": "github@workingcode.ninja"
}
],
"dependencies": {
"ansi-colors": "^3.0.5",
"plugin-error": "^1.0.1",
"source-map": "^0.7.3",
"through2": "^3.0.0",
"vinyl": "^2.1.0",
"vinyl-fs": "^3.0.3"
},
"deprecated": false,
"description": "A typescript compiler for gulp with incremental compilation support.",
"devDependencies": {
"@types/node": "8.5.2",
"@types/plugin-error": "0.1.0",
"@types/through2": "2.0.33",
"@types/vinyl": "2.0.2",
"@types/vinyl-fs": "2.4.9",
"gulp": "^4.0.0",
"gulp-concat": "^2.6.1",
"gulp-diff": "^1.0.0",
"gulp-header": "^2.0.5",
"gulp-plumber": "^1.2.0",
"gulp-sourcemaps": "^2.6.4",
"merge-stream": "^1.0.1",
"rimraf": "^2.6.2",
"typescript": "3.2.1"
},
"engines": {
"node": ">= 8"
},
"homepage": "https://github.com/ivogabe/gulp-typescript",
"keywords": [
"typescript",
"gulpplugin",
"incremental compilation",
"ts",
"tsc",
"compile",
"compiler",
"transpile"
],
"license": "MIT",
"main": "release/main.js",
"name": "gulp-typescript",
"peerDependencies": {
"typescript": "~2.7.1 || >=2.8.0-dev || >=2.9.0-dev || ~3.0.0 || >=3.0.0-dev || >=3.1.0-dev || >= 3.2.0-dev || >= 3.3.0-dev"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ivogabe/gulp-typescript.git"
},
"scripts": {
"test": "gulp"
},
"types": "release/main.d.ts",
"typings": "release/main.d.ts",
"version": "5.0.1"
}