aboutsummaryrefslogtreecommitdiff
path: root/node_modules/gulp-typescript/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/gulp-typescript/package.json')
-rw-r--r--node_modules/gulp-typescript/package.json147
1 files changed, 147 insertions, 0 deletions
diff --git a/node_modules/gulp-typescript/package.json b/node_modules/gulp-typescript/package.json
new file mode 100644
index 000000000..8845e12c8
--- /dev/null
+++ b/node_modules/gulp-typescript/package.json
@@ -0,0 +1,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"
+}