aboutsummaryrefslogtreecommitdiff
path: root/node_modules/gulp-typescript/package.json
blob: 8845e12c857414979420f7a4cc9b5cd91c0f8d7d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
{
  "_args": [
    [
      {
        "raw": "gulp-typescript@^3.0.2",
        "scope": null,
        "escapedName": "gulp-typescript",
        "name": "gulp-typescript",
        "rawSpec": "^3.0.2",
        "spec": ">=3.0.2 <4.0.0",
        "type": "range"
      },
      "/home/dold/repos/taler/wallet-webex"
    ]
  ],
  "_from": "gulp-typescript@>=3.0.2 <4.0.0",
  "_id": "gulp-typescript@3.0.2",
  "_inCache": true,
  "_location": "/gulp-typescript",
  "_nodeVersion": "6.2.0",
  "_npmOperationalInternal": {
    "host": "packages-12-west.internal.npmjs.com",
    "tmp": "tmp/gulp-typescript-3.0.2.tgz_1475354011112_0.3127239129971713"
  },
  "_npmUser": {
    "name": "ivogabe",
    "email": "ivogabe@ivogabe.nl"
  },
  "_npmVersion": "3.8.9",
  "_phantomChildren": {},
  "_requested": {
    "raw": "gulp-typescript@^3.0.2",
    "scope": null,
    "escapedName": "gulp-typescript",
    "name": "gulp-typescript",
    "rawSpec": "^3.0.2",
    "spec": ">=3.0.2 <4.0.0",
    "type": "range"
  },
  "_requiredBy": [
    "#DEV:/"
  ],
  "_resolved": "https://registry.npmjs.org/gulp-typescript/-/gulp-typescript-3.0.2.tgz",
  "_shasum": "684cfd75d0df0647514e8679d4f9f34b28df1da5",
  "_shrinkwrap": null,
  "_spec": "gulp-typescript@^3.0.2",
  "_where": "/home/dold/repos/taler/wallet-webex",
  "author": {
    "name": "Ivo Gabe de Wolff",
    "url": "http://ivogabe.com/"
  },
  "bugs": {
    "url": "https://github.com/ivogabe/gulp-typescript/issues"
  },
  "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"
    }
  ],
  "dependencies": {
    "gulp-util": "~3.0.7",
    "source-map": "~0.5.3",
    "through2": "~2.0.1",
    "vinyl-fs": "~2.4.3"
  },
  "description": "A typescript compiler for gulp with incremental compilation support.",
  "devDependencies": {
    "gulp": "~3.9.1",
    "gulp-concat": "~2.6.0",
    "gulp-diff": "~1.0.0",
    "gulp-header": "~1.7.1",
    "gulp-plumber": "~1.1.0",
    "gulp-sourcemaps": "~1.6.0",
    "merge-stream": "~1.0.0",
    "rimraf": "~2.5.2",
    "typescript": "2.0.3"
  },
  "directories": {},
  "dist": {
    "shasum": "684cfd75d0df0647514e8679d4f9f34b28df1da5",
    "tarball": "https://registry.npmjs.org/gulp-typescript/-/gulp-typescript-3.0.2.tgz"
  },
  "gitHead": "dc2103c51839138e40b5542fcf351c609df86de3",
  "homepage": "https://github.com/ivogabe/gulp-typescript",
  "keywords": [
    "typescript",
    "gulpplugin",
    "incremental compilation",
    "ts",
    "tsc",
    "compile",
    "compiler",
    "transpile"
  ],
  "license": "MIT",
  "main": "release/main.js",
  "maintainers": [
    {
      "name": "ivogabe",
      "email": "ivogabe@ivogabe.nl"
    }
  ],
  "name": "gulp-typescript",
  "optionalDependencies": {},
  "peerDependencies": {
    "typescript": "~2.0.3 || >=2.0.0-dev || >=2.1.0-dev"
  },
  "readme": "ERROR: No README data found!",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ivogabe/gulp-typescript.git"
  },
  "scripts": {
    "test": "gulp"
  },
  "typings": "release/main.d.ts",
  "version": "3.0.2"
}