{"maintainers":[{"name":"lozinsky","email":"jingle@live.ru"}],"keywords":["typescript","babel","jest","preprocessor","typescript-babel-jest","tests"],"dist-tags":{"latest":"1.0.3"},"author":{"name":"Pavel Lozinsky","email":"lozinsky@protonmail.com","url":"http://github.com/lozinsky"},"description":"Transpile TS to ES6 to ES5","readme":"[![Build Status](https://img.shields.io/travis/lozinsky/typescript-babel-jest/master.svg?style=flat-square)](https://travis-ci.org/lozinsky/typescript-babel-jest)\n[![npm version](https://img.shields.io/npm/v/typescript-babel-jest.svg?style=flat-square)](https://www.npmjs.com/package/typescript-babel-jest)\n[![Dependencies Status](https://david-dm.org/lozinsky/typescript-babel-jest/status.svg?style=flat-square)](https://david-dm.org/lozinsky/typescript-babel-jest)\n[![DevDependencies Status](https://david-dm.org/lozinsky/typescript-babel-jest/dev-status.svg?style=flat-square)](https://david-dm.org/lozinsky/typescript-babel-jest?type=dev)\n\n# typescript-babel-jest\n\nPreprocessor for typescript projects in which the ```tsconfig.json``` is similar to that:\n\n```json\n{\n    \"compilerOptions\": {\n        \"target\": \"ES6\",\n        \"module\": \"ES6\"\n    }\n}\n```\n\n## Usage\n\nTo use this in your project, run:\n\n```sh\nnpm i typescript-babel-jest -D\n```\n\nModify your project's ```package.json``` so that the jest section looks something like:\n\n```json\n{\n    \"scripts\": {\n        \"test\": \"jest --no-cache\"\n    },\n    \"jest\": {\n        \"transform\": {\n            \"^.+\\\\.(ts|tsx)$\": \"typescript-babel-jest\"\n        },\n        \"moduleFileExtensions\": [\n            \"ts\",\n            \"tsx\",\n            \"js\"\n        ],\n        \"testRegex\": \"/__tests__/.*\\\\.test\\\\.(ts|tsx)$\"\n    }\n}\n```\n\nJust run ```npm test```, enjoy!\n\n## Quick start to run tests (only if you're working on this package)\n\n```sh\ngit clone https://github.com/lozinsky/typescript-babel-jest.git\ncd typescript-babel-jest\nnpm i\nnpm test\n```","repository":{"type":"git","url":"git+https://github.com/lozinsky/typescript-babel-jest.git"},"bugs":{"url":"https://github.com/lozinsky/typescript-babel-jest/issues"},"license":"MIT","versions":{"0.1.2":{"name":"typescript-babel-jest","version":"0.1.2","description":"TS to ES6 to ES5","main":"index.js","author":{"name":"Pavel Lozinsky","email":"jingle@live.com","url":"http://github.com/lozinsky"},"license":"ISC","keywords":["typescript","babel","jest","preprocesor","test"],"repository":{"type":"git","url":"git+https://github.com/lozinsky/typescript-babel-jest.git"},"homepage":"https://github.com/lozinsky/typescript-babel-jest#readme","dependencies":{"app-root-path":"^2.0.1","babel-jest":"^15.0.0","typescript":"^2.0.2"},"gitHead":"b70ff04cbc20e80b9410801c2af4adb2d1873fda","bugs":{"url":"https://github.com/lozinsky/typescript-babel-jest/issues"},"_id":"typescript-babel-jest@0.1.2","scripts":{},"_shasum":"d2bd1bff93f1a3781c61325f2ec0bbe9b2162361","_from":".","_npmVersion":"3.10.6","_nodeVersion":"6.3.0","_npmUser":{"name":"lozinsky","email":"jingle@live.ru"},"dist":{"shasum":"d2bd1bff93f1a3781c61325f2ec0bbe9b2162361","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/typescript-babel-jest/-/typescript-babel-jest-0.1.2.tgz"},"maintainers":[{"name":"lozinsky","email":"jingle@live.ru"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/typescript-babel-jest-0.1.2.tgz_1473953621092_0.4451913023367524"},"directories":{}},"0.1.3":{"name":"typescript-babel-jest","version":"0.1.3","description":"TS to ES6 to ES5","main":"index.js","author":{"name":"Pavel Lozinsky","email":"jingle@live.com","url":"http://github.com/lozinsky"},"license":"MIT","keywords":["typescript","babel","jest","preprocesor","test"],"repository":{"type":"git","url":"git+https://github.com/lozinsky/typescript-babel-jest.git"},"homepage":"https://github.com/lozinsky/typescript-babel-jest#readme","scripts":{"init":"sh ./misc/test-init.sh","test":"jest --no-cache","clean":"sh ./misc/test-rm.sh"},"jest":{"testRegex":"/__tests__/.*\\.(js)$","moduleFileExtensions":["js"]},"dependencies":{"app-root-path":"^2.0.1","babel-jest":"^15.0.0","typescript":"^2.0.2"},"devDependencies":{"@types/jest":"^0.9.31","@types/react":"^0.14.35","babel-core":"^6.14.0","babel-plugin-transform-runtime":"^6.15.0","babel-preset-es2015":"^6.14.0","babel-preset-react":"^6.11.1","babel-preset-stage-0":"^6.5.0","eslint":"^3.5.0","eslint-plugin-node":"^2.0.0","react":"^15.3.1","react-test-renderer":"^15.3.2"},"gitHead":"67b5bfe1b81f65c96967b1bc06dd4c8046823332","bugs":{"url":"https://github.com/lozinsky/typescript-babel-jest/issues"},"_id":"typescript-babel-jest@0.1.3","_shasum":"38ae8afc8939ff492c4454896f5cdf22de445476","_from":".","_npmVersion":"3.10.6","_nodeVersion":"6.3.0","_npmUser":{"name":"lozinsky","email":"jingle@live.ru"},"dist":{"shasum":"38ae8afc8939ff492c4454896f5cdf22de445476","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/typescript-babel-jest/-/typescript-babel-jest-0.1.3.tgz"},"maintainers":[{"name":"lozinsky","email":"jingle@live.ru"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/typescript-babel-jest-0.1.3.tgz_1474322811404_0.9821475415956229"},"directories":{}},"0.1.4":{"name":"typescript-babel-jest","version":"0.1.4","description":"TS to ES6 to ES5","main":"index.js","author":{"name":"Pavel Lozinsky","email":"jingle@live.com","url":"http://github.com/lozinsky"},"license":"MIT","keywords":["typescript","babel","jest","preprocesor","test"],"repository":{"type":"git","url":"git+https://github.com/lozinsky/typescript-babel-jest.git"},"homepage":"https://github.com/lozinsky/typescript-babel-jest#readme","scripts":{"init":"sh ./misc/test-init.sh","jest":"jest --no-cache","test":"npm run init && npm run jest && npm run clean","clean":"sh ./misc/test-rm.sh"},"jest":{"testRegex":"/__tests__/.*\\.(js)$","moduleFileExtensions":["js"]},"dependencies":{"app-root-path":"^2.0.1","babel-jest":"^15.0.0","typescript":"^2.0.2"},"devDependencies":{"@types/jest":"^0.9.31","@types/react":"^0.14.35","babel-core":"^6.14.0","babel-plugin-transform-runtime":"^6.15.0","babel-preset-es2015":"^6.14.0","babel-preset-react":"^6.11.1","babel-preset-stage-0":"^6.5.0","eslint":"^3.5.0","eslint-plugin-node":"^2.0.0","react":"^15.3.1","react-test-renderer":"^15.3.2"},"gitHead":"4eaa866668abb5816c76897856947bb961e9fd54","bugs":{"url":"https://github.com/lozinsky/typescript-babel-jest/issues"},"_id":"typescript-babel-jest@0.1.4","_shasum":"1644f0fb38b8cf3822fbef6578623cae9376c82f","_from":".","_npmVersion":"3.10.3","_nodeVersion":"6.5.0","_npmUser":{"name":"lozinsky","email":"jingle@live.ru"},"dist":{"shasum":"1644f0fb38b8cf3822fbef6578623cae9376c82f","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/typescript-babel-jest/-/typescript-babel-jest-0.1.4.tgz"},"maintainers":[{"name":"lozinsky","email":"jingle@live.ru"}],"_npmOperationalInternal":{"host":"packages-16-east.internal.npmjs.com","tmp":"tmp/typescript-babel-jest-0.1.4.tgz_1474360929072_0.2838323393370956"},"directories":{}},"0.1.5":{"name":"typescript-babel-jest","version":"0.1.5","description":"TS to ES6 to ES5","main":"index.js","author":{"name":"Pavel Lozinsky","email":"jingle@live.com","url":"http://github.com/lozinsky"},"license":"MIT","keywords":["typescript","babel","jest","preprocesor","typescript-babel-jest","tests"],"repository":{"type":"git","url":"git+https://github.com/lozinsky/typescript-babel-jest.git"},"homepage":"https://github.com/lozinsky/typescript-babel-jest","engines":{"node":">=4"},"files":["index.js"],"scripts":{"start":"babel source --presets babel-preset-es2015 --out-file index.js","prestart":"npm run clean","test":"jest --no-cache","pretest":"npm start && sh ./misc/test-init.sh","posttest":"npm run clean && sh ./misc/test-rm.sh","clean":"rm -f ./index.js","travis":"npm run lint && npm test","lint":"eslint source/* examples/* --ext .js","prepublish":"npm start"},"jest":{"testRegex":"/__tests__/.*\\.(js)$","moduleFileExtensions":["js"]},"dependencies":{"app-root-path":"^2.0.1","babel-jest":"^15.0.0","typescript":"^2.0.2"},"devDependencies":{"@types/jest":"^0.9.31","@types/react":"^0.14.35","babel-cli":"^6.14.0","babel-core":"^6.14.0","babel-plugin-transform-runtime":"^6.15.0","babel-preset-es2015":"^6.14.0","babel-preset-react":"^6.11.1","babel-preset-stage-0":"^6.5.0","eslint":"^3.5.0","eslint-plugin-node":"^2.0.0","react":"^15.3.1","react-test-renderer":"^15.3.2"},"gitHead":"e360436da70a9098a7c7b5f3a29438b0dfe4df44","bugs":{"url":"https://github.com/lozinsky/typescript-babel-jest/issues"},"_id":"typescript-babel-jest@0.1.5","_shasum":"65278153b1119768887c8d5820e80d5e783704ff","_from":".","_npmVersion":"3.10.6","_nodeVersion":"6.3.0","_npmUser":{"name":"lozinsky","email":"jingle@live.ru"},"dist":{"shasum":"65278153b1119768887c8d5820e80d5e783704ff","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/typescript-babel-jest/-/typescript-babel-jest-0.1.5.tgz"},"maintainers":[{"name":"lozinsky","email":"jingle@live.ru"}],"_npmOperationalInternal":{"host":"packages-16-east.internal.npmjs.com","tmp":"tmp/typescript-babel-jest-0.1.5.tgz_1474411118284_0.32151787518523633"},"directories":{}},"0.1.6":{"name":"typescript-babel-jest","version":"0.1.6","description":"Transpile TS to ES6 to ES5","main":"index.js","author":{"name":"Pavel Lozinsky","email":"jingle@live.com","url":"http://github.com/lozinsky"},"license":"MIT","keywords":["typescript","babel","jest","preprocesor","typescript-babel-jest","tests"],"repository":{"type":"git","url":"git+https://github.com/lozinsky/typescript-babel-jest.git"},"homepage":"https://github.com/lozinsky/typescript-babel-jest","engines":{"node":">=4"},"files":["index.js"],"scripts":{"start":"babel source --presets babel-preset-es2015 --out-file index.js","prestart":"npm run clean","test":"jest --config .jestrc --no-cache","pretest":"npm start && sh ./misc/test-init.sh","posttest":"npm run clean && sh ./misc/test-clean.sh","clean":"rm -f ./index.js","travis":"npm run lint && npm test","lint":"eslint source/* examples/* --ext .js","prepublish":"npm start"},"dependencies":{"app-root-path":"^2.0.1","babel-jest":"^15.0.0","typescript":"^2.0.3"},"devDependencies":{"@types/jest":"^0.9.31","@types/react":"^0.14.35","babel-cli":"^6.14.0","babel-core":"^6.14.0","babel-plugin-transform-runtime":"^6.15.0","babel-preset-es2015":"^6.14.0","babel-preset-react":"^6.11.1","babel-preset-stage-0":"^6.5.0","eslint":"^3.5.0","eslint-plugin-node":"^2.0.0","react":"^15.3.1","react-test-renderer":"^15.3.2"},"gitHead":"4913361d7c3e6b33c4aa4238831806903eea14a1","bugs":{"url":"https://github.com/lozinsky/typescript-babel-jest/issues"},"_id":"typescript-babel-jest@0.1.6","_shasum":"27fa0e7d5a69c45a2d3f88db2bc1407f4322127a","_from":".","_npmVersion":"3.10.6","_nodeVersion":"6.3.0","_npmUser":{"name":"lozinsky","email":"jingle@live.ru"},"dist":{"shasum":"27fa0e7d5a69c45a2d3f88db2bc1407f4322127a","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/typescript-babel-jest/-/typescript-babel-jest-0.1.6.tgz"},"maintainers":[{"name":"lozinsky","email":"jingle@live.ru"}],"_npmOperationalInternal":{"host":"packages-16-east.internal.npmjs.com","tmp":"tmp/typescript-babel-jest-0.1.6.tgz_1475089405609_0.8851407715119421"},"directories":{}},"0.1.7":{"name":"typescript-babel-jest","version":"0.1.7","description":"Transpile TS to ES6 to ES5","main":"index.js","author":{"name":"Pavel Lozinsky","email":"jingle@live.com","url":"http://github.com/lozinsky"},"license":"MIT","keywords":["typescript","babel","jest","preprocesor","typescript-babel-jest","tests"],"repository":{"type":"git","url":"git+https://github.com/lozinsky/typescript-babel-jest.git"},"homepage":"https://github.com/lozinsky/typescript-babel-jest","engines":{"node":">=4"},"files":["index.js"],"scripts":{"start":"babel source --presets babel-preset-es2015 --out-file index.js","prestart":"npm run clean","test":"jest --config .jestrc --no-cache","pretest":"npm start && sh ./misc/test-init.sh","posttest":"npm run clean && sh ./misc/test-clean.sh","clean":"rm -f ./index.js","travis":"npm run lint && npm test","lint":"eslint source/* examples/* --ext .js","prepublish":"npm start"},"dependencies":{"app-root-path":"^2.0.1","babel-jest":"^15.0.0","typescript":"^2.0.3"},"devDependencies":{"@types/jest":"^0.9.31","@types/react":"^0.14.35","babel-cli":"^6.14.0","babel-core":"^6.14.0","babel-plugin-transform-runtime":"^6.15.0","babel-preset-es2015":"^6.14.0","babel-preset-react":"^6.11.1","babel-preset-stage-0":"^6.5.0","eslint":"^3.5.0","eslint-plugin-node":"^2.0.0","react":"^15.3.1","react-test-renderer":"^15.3.2"},"gitHead":"602aa32fb143fb007ba716fee13fda9c51da5389","bugs":{"url":"https://github.com/lozinsky/typescript-babel-jest/issues"},"_id":"typescript-babel-jest@0.1.7","_shasum":"96fd0b8e9bd18d8427b5dc2c7c98b3c25f496ae3","_from":".","_npmVersion":"3.10.6","_nodeVersion":"6.3.0","_npmUser":{"name":"lozinsky","email":"jingle@live.ru"},"dist":{"shasum":"96fd0b8e9bd18d8427b5dc2c7c98b3c25f496ae3","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/typescript-babel-jest/-/typescript-babel-jest-0.1.7.tgz"},"maintainers":[{"name":"lozinsky","email":"jingle@live.ru"}],"_npmOperationalInternal":{"host":"packages-16-east.internal.npmjs.com","tmp":"tmp/typescript-babel-jest-0.1.7.tgz_1475090635719_0.2391914005856961"},"directories":{}},"0.1.8":{"name":"typescript-babel-jest","version":"0.1.8","description":"Transpile TS to ES6 to ES5","main":"index.js","author":{"name":"Pavel Lozinsky","email":"jingle@live.com","url":"http://github.com/lozinsky"},"license":"MIT","keywords":["typescript","babel","jest","preprocesor","typescript-babel-jest","tests"],"repository":{"type":"git","url":"git+https://github.com/lozinsky/typescript-babel-jest.git"},"homepage":"https://github.com/lozinsky/typescript-babel-jest","engines":{"node":">=4"},"files":["index.js"],"scripts":{"start":"babel source --presets babel-preset-es2015 --out-file index.js","prestart":"npm run clean","test":"jest --config .jestrc --no-cache","pretest":"npm start && sh ./misc/test-init.sh","posttest":"npm run clean && sh ./misc/test-clean.sh","clean":"rm -f ./index.js","travis":"npm run lint && npm test","lint":"eslint source/* examples/* --ext .js","prepublish":"npm start"},"dependencies":{"app-root-path":"^2.0.1","babel-jest":"^17.0.0","typescript":"^2.1.1"},"devDependencies":{"@types/jest":"^15.1.32","@types/react":"^0.14.47","babel-cli":"^6.18.0","babel-core":"^6.18.2","babel-plugin-transform-runtime":"^6.15.0","babel-preset-es2015":"^6.18.0","babel-preset-react":"^6.16.0","babel-preset-stage-0":"^6.16.0","eslint":"^3.10.0","eslint-plugin-node":"^3.0.3","react":"^15.3.2","react-test-renderer":"^15.3.2"},"gitHead":"234de0a5832f85061115655959339e7ee055663c","bugs":{"url":"https://github.com/lozinsky/typescript-babel-jest/issues"},"_id":"typescript-babel-jest@0.1.8","_shasum":"87d30d4a30afa31f3f011cc851104dfcdf60804a","_from":".","_npmVersion":"3.10.3","_nodeVersion":"6.7.0","_npmUser":{"name":"lozinsky","email":"jingle@live.ru"},"dist":{"shasum":"87d30d4a30afa31f3f011cc851104dfcdf60804a","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/typescript-babel-jest/-/typescript-babel-jest-0.1.8.tgz"},"maintainers":[{"name":"lozinsky","email":"jingle@live.ru"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/typescript-babel-jest-0.1.8.tgz_1479144120215_0.3510326505638659"},"directories":{}},"1.0.1":{"name":"typescript-babel-jest","version":"1.0.1","description":"Transpile TS to ES6 to ES5","main":"index.js","author":{"name":"Pavel Lozinsky","email":"jingle@live.com","url":"http://github.com/lozinsky"},"license":"MIT","keywords":["typescript","babel","jest","preprocesor","typescript-babel-jest","tests"],"repository":{"type":"git","url":"git+https://github.com/lozinsky/typescript-babel-jest.git"},"homepage":"https://github.com/lozinsky/typescript-babel-jest","engines":{"node":">=4"},"files":["index.js"],"scripts":{"start":"babel source --presets babel-preset-es2015 --out-file index.js","prestart":"npm run clean","test":"node node_modules/jest-cli/bin/jest --config .jestrc --no-cache","pretest":"npm start && sh ./misc/test-init.sh","posttest":"npm run clean && sh ./misc/test-clean.sh","clean":"rm -f ./index.js","travis":"npm run lint && npm test","lint":"eslint source/* examples/* --ext .js","prepublish":"npm start"},"dependencies":{"app-root-path":"2.0.1","babel-jest":"18.0.0","typescript":"2.1.6"},"devDependencies":{"@types/jest":"18.1.1","@types/react":"15.0.9","babel-cli":"6.22.2","babel-core":"6.22.1","babel-plugin-transform-runtime":"6.22.0","babel-preset-es2015":"6.22.0","babel-preset-react":"6.22.0","babel-preset-stage-0":"6.22.0","eslint":"3.15.0","eslint-plugin-node":"4.0.1","jest-cli":"18.1.0","react":"15.4.2","react-test-renderer":"15.4.2"},"gitHead":"257e0055a83e00e2b87d38468cb6abfed52acdf8","bugs":{"url":"https://github.com/lozinsky/typescript-babel-jest/issues"},"_id":"typescript-babel-jest@1.0.1","_shasum":"813f6e223d86177d6e78cc5b07b56c19950263ec","_from":".","_npmVersion":"4.1.2","_nodeVersion":"7.5.0","_npmUser":{"name":"lozinsky","email":"jingle@live.ru"},"dist":{"shasum":"813f6e223d86177d6e78cc5b07b56c19950263ec","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/typescript-babel-jest/-/typescript-babel-jest-1.0.1.tgz"},"maintainers":[{"name":"lozinsky","email":"jingle@live.ru"}],"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/typescript-babel-jest-1.0.1.tgz_1486833473838_0.4059539088048041"},"directories":{}},"1.0.2":{"name":"typescript-babel-jest","version":"1.0.2","description":"Transpile TS to ES6 to ES5","main":"index.js","author":{"name":"Pavel Lozinsky","email":"lozinsky@protonmail.com","url":"http://github.com/lozinsky"},"license":"MIT","keywords":["typescript","babel","jest","preprocesor","typescript-babel-jest","tests"],"repository":{"type":"git","url":"git+https://github.com/lozinsky/typescript-babel-jest.git"},"homepage":"https://github.com/lozinsky/typescript-babel-jest","engines":{"node":">=4"},"files":["index.js"],"scripts":{"start":"babel source --out-file index.js --no-comments","prestart":"npm run clean","test":"node node_modules/jest-cli/bin/jest --config .jestrc --no-cache","pretest":"npm start && sh ./tests/helpers/test-init.sh","posttest":"npm run clean && sh ./tests/helpers/test-clean.sh","clean":"rm -f ./index.js","travis":"npm run lint && npm test","lint":"eslint source/* examples/* --ext .js","prepublish":"npm start"},"dependencies":{"app-root-path":"2.0.1","babel-jest":"19.0.0","typescript":"2.2.1"},"devDependencies":{"@types/jest":"18.1.1","@types/react":"15.0.14","babel-cli":"6.23.0","babel-core":"6.23.1","babel-plugin-add-module-exports":"0.2.1","babel-plugin-transform-runtime":"6.23.0","babel-preset-es2015":"6.22.0","babel-preset-react":"6.23.0","babel-preset-stage-0":"6.22.0","eslint":"3.15.0","eslint-config-airbnb-base":"11.1.1","eslint-plugin-import":"2.2.0","eslint-plugin-node":"4.0.1","jest-cli":"19.0.2","react":"15.4.2","react-test-renderer":"15.4.2"},"gitHead":"c4dfadea591098011b78c79b2ee291e14f553585","bugs":{"url":"https://github.com/lozinsky/typescript-babel-jest/issues"},"_id":"typescript-babel-jest@1.0.2","_shasum":"e18589b45760d89afb9b6ae4959b09ce65a70a17","_from":".","_npmVersion":"4.1.2","_nodeVersion":"7.5.0","_npmUser":{"name":"lozinsky","email":"lozinsky@protonmail.com"},"dist":{"shasum":"e18589b45760d89afb9b6ae4959b09ce65a70a17","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/typescript-babel-jest/-/typescript-babel-jest-1.0.2.tgz"},"maintainers":[{"name":"lozinsky","email":"jingle@live.ru"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/typescript-babel-jest-1.0.2.tgz_1488647954596_0.31636025640182197"},"directories":{}},"1.0.3":{"name":"typescript-babel-jest","version":"1.0.3","description":"Transpile TS to ES6 to ES5","main":"index.js","author":{"name":"Pavel Lozinsky","email":"lozinsky@protonmail.com","url":"http://github.com/lozinsky"},"license":"MIT","keywords":["typescript","babel","jest","preprocessor","typescript-babel-jest","tests"],"repository":{"type":"git","url":"git+https://github.com/lozinsky/typescript-babel-jest.git"},"homepage":"https://github.com/lozinsky/typescript-babel-jest","engines":{"node":">=4"},"files":["index.js"],"scripts":{"start":"babel source --out-file index.js --no-comments","prestart":"npm run clean","test":"node node_modules/jest-cli/bin/jest --config .jestrc --no-cache","pretest":"npm start && sh ./tests/helpers/test-init.sh","posttest":"npm run clean && sh ./tests/helpers/test-clean.sh","clean":"rm -f ./index.js","travis":"npm run lint && npm test","lint":"eslint source/* examples/* --ext .js","prepublish":"npm start"},"dependencies":{"app-root-path":"2.0.1","babel-jest":"19.0.0","typescript":"2.2.2"},"devDependencies":{"@types/jest":"19.2.2","@types/react":"15.0.21","babel-cli":"6.24.0","babel-core":"6.24.0","babel-plugin-add-module-exports":"0.2.1","babel-plugin-transform-runtime":"6.23.0","babel-preset-es2015":"6.24.0","babel-preset-react":"6.23.0","babel-preset-stage-0":"6.22.0","eslint":"3.15.0","eslint-config-airbnb-base":"11.1.1","eslint-plugin-import":"2.2.0","eslint-plugin-node":"4.0.1","jest-cli":"19.0.2","react":"15.4.2","react-test-renderer":"15.4.2"},"gitHead":"d388fbfde22175953e13e02a248f30a1a7a627e8","bugs":{"url":"https://github.com/lozinsky/typescript-babel-jest/issues"},"_id":"typescript-babel-jest@1.0.3","_shasum":"c2f33736ec9e78334d5213fa68c19be530ec9ef3","_from":".","_npmVersion":"4.1.2","_nodeVersion":"7.5.0","_npmUser":{"name":"lozinsky","email":"lozinsky@protonmail.com"},"dist":{"shasum":"c2f33736ec9e78334d5213fa68c19be530ec9ef3","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/typescript-babel-jest/-/typescript-babel-jest-1.0.3.tgz"},"maintainers":[{"name":"lozinsky","email":"jingle@live.ru"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/typescript-babel-jest-1.0.3.tgz_1491264115837_0.30687409872189164"},"directories":{}}},"name":"typescript-babel-jest","time":{"modified":"2017-04-04T00:01:57.660Z","created":"2016-09-15T13:47:22.788Z","1.0.0":"2016-09-15T13:47:22.788Z","0.1.0":"2016-09-15T13:48:11.930Z","0.1.1":"2016-09-15T14:58:44.408Z","0.1.2":"2016-09-15T15:33:41.313Z","0.1.3":"2016-09-19T22:06:51.646Z","0.1.4":"2016-09-20T08:42:11.117Z","0.1.5":"2016-09-20T22:38:41.718Z","0.1.6":"2016-09-28T19:03:26.233Z","0.1.7":"2016-09-28T19:23:56.363Z","0.1.8":"2016-11-14T17:22:02.122Z","1.0.1":"2017-02-11T17:17:54.482Z","1.0.2":"2017-03-04T17:19:16.633Z","1.0.3":"2017-04-04T00:01:57.660Z"},"readmeFilename":"README.md","homepage":"https://github.com/lozinsky/typescript-babel-jest"}