{"maintainers":[{"name":"anonymous","email":"igor.onyshchenko@gmail.com"}],"keywords":["gulp","ngc","angular2","compiler","cli","compiler-cli","angular"],"dist-tags":{"latest":"0.3.3"},"author":{"name":"Igor Onyshchenko","email":"igor.onyshchenko@gmail.com"},"description":"Extremely simple and dummy gulp plugin who wraps @angular/compiler-cli","readme":"## gulp-ngc\n\nExtremely simple and dummy gulp plugin who wraps @angular/compiler-cli\n\n### Angular 5\nAngular 5 has brought breaking changes for this plugin, that is why currently it isn't compatible with this version of Angular\n\n### Usage\nIn order to build your angular2 project with ngc simply pass path to your tsconfig.json file\n\nExample:\n```js\nimport ngc from 'gulp-ngc';\n\ngulp.task('ngc', () => {\n    return ngc('tsconfig.json');\n});\n```\n\nMore useful example:\n```js\nimport gulp from 'gulp';\nimport rollup from 'rollup-stream';\nimport source from 'vinyl-source-stream';\nimport ngc from 'gulp-ngc';\nimport rollupConfig from './rollup-config';\n\ngulp.task('ngc', () => {\n    return ngc('tsconfig.json');\n});\n\ngulp.task('rollup', ['ngc'], () => {\n    return rollup(rollupConfig)\n        .pipe(source('index.js'))\n        .pipe(gulp.dest('./dist'));\n});\n```\n\nUsing NGC options:\n```js\n\ngulp.task('ngc', () => {\n    return ngc('tsconfig.json', {\n         i18nFile: './src/locale/messages.fr.xlf',\n         locale: 'fr',\n         i18nFormat: 'xlf',\n    });\n});\n\n```\n","repository":{"type":"git","url":"git+https://github.com/jolly-roger/gulp-ngc.git"},"bugs":{"url":"https://github.com/jolly-roger/gulp-ngc/issues"},"license":"MIT","versions":{"0.1.0":{"author":{"name":"Igor Onyshchenko","email":"igor.onyshchenko@gmail.com"},"description":"Extremely simple and dummy gulp plugin who wraps @angular/compiler-cli","dependencies":{"@angular/compiler-cli":"^2.4.1","gulp":"^3.9.1","through2":"^2.0.3"},"devDependencies":{"rollup":"^0.38.2"},"engines":{"node":">=4.7.0"},"files":["dist/index.js"],"keywords":["gulp","ngc","angular2","compiler","cli","compiler-cli"],"license":"MIT","main":"dist/index.js","name":"gulp-ngc","repository":{"type":"git","url":"git+https://github.com/jolly-roger/gulp-ngc.git"},"scripts":{"build":"rollup -c rollup-config.js"},"version":"0.1.0","gitHead":"0b4a7a0382a30815aa42a0007699f69bbdc05a2e","bugs":{"url":"https://github.com/jolly-roger/gulp-ngc/issues"},"homepage":"https://github.com/jolly-roger/gulp-ngc#readme","_id":"gulp-ngc@0.1.0","_shasum":"5a6f9a55f1b1645f38d88133e33879240ba071cd","_from":".","_npmVersion":"2.15.11","_nodeVersion":"4.7.0","_npmUser":{"name":"anonymous","email":"igor.onyshchenko@gmail.com"},"dist":{"shasum":"5a6f9a55f1b1645f38d88133e33879240ba071cd","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/gulp-ngc/-/gulp-ngc-0.1.0.tgz","integrity":"sha512-oOIv+JGkfJxUYTRlW0/XTWsS30EkQmIveFXT78UPzHGcTMp1uUxXqWwobhzpFQbb9Spa3bb8QIvRgrezeeNgJQ==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDD0BfIMrXGy8sJapVQuQIpifdYs04pLDxFQGQc4c8PKAIhAMHpWV1q95GMufEcLlwc07tutE0SckgOtuoX9rQo9DIw"}]},"maintainers":[{"name":"anonymous","email":"igor.onyshchenko@gmail.com"}],"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/gulp-ngc-0.1.0.tgz_1482960134613_0.8416980933398008"}},"0.1.1":{"author":{"name":"Igor Onyshchenko","email":"igor.onyshchenko@gmail.com"},"description":"Extremely simple and dummy gulp plugin who wraps @angular/compiler-cli","dependencies":{"@angular/compiler-cli":"^2.4.1","gulp":"^3.9.1","through2":"^2.0.3"},"devDependencies":{"rollup":"^0.38.2"},"engines":{"node":">=4.7.0"},"files":["dist/index.js"],"keywords":["gulp","ngc","angular2","compiler","cli","compiler-cli"],"license":"MIT","main":"dist/index.js","name":"gulp-ngc","repository":{"type":"git","url":"git+https://github.com/jolly-roger/gulp-ngc.git"},"scripts":{"build":"rollup -c rollup-config.js"},"version":"0.1.1","gitHead":"e682a6e46a470945e59e4967c00910350d3973da","bugs":{"url":"https://github.com/jolly-roger/gulp-ngc/issues"},"homepage":"https://github.com/jolly-roger/gulp-ngc#readme","_id":"gulp-ngc@0.1.1","_shasum":"133b024b9eee3c3172f71a494f4bdbdc12753961","_from":".","_npmVersion":"2.15.11","_nodeVersion":"4.7.0","_npmUser":{"name":"anonymous","email":"igor.onyshchenko@gmail.com"},"dist":{"shasum":"133b024b9eee3c3172f71a494f4bdbdc12753961","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/gulp-ngc/-/gulp-ngc-0.1.1.tgz","integrity":"sha512-GUlWbmAKtbY8+JBJAlsbnqfwmZQBFu95mPTbeV8XXAeRtdhWdPzAWM60+AFZVdB4+Tw9kV8/FHI4RmMLdl28Bg==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCLRm/kQo5rgCCRPJ7lREVLX2ryNOoAWahFiluMft3VfAIhAJdTOwGvMHYY5eAHUPU7TcmveEp2KFT1L2SsGBpAlNq4"}]},"maintainers":[{"name":"anonymous","email":"igor.onyshchenko@gmail.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/gulp-ngc-0.1.1.tgz_1482960693462_0.9555230611003935"}},"0.1.2":{"author":{"name":"Igor Onyshchenko","email":"igor.onyshchenko@gmail.com"},"description":"Extremely simple and dummy gulp plugin who wraps @angular/compiler-cli","dependencies":{"@angular/compiler-cli":"^2.4.1","gulp":"^3.9.1","through2":"^2.0.3"},"devDependencies":{"rollup":"^0.38.2"},"engines":{"node":">=4.7.0"},"files":["dist/index.js"],"keywords":["gulp","ngc","angular2","compiler","cli","compiler-cli"],"license":"MIT","main":"dist/index.js","name":"gulp-ngc","repository":{"type":"git","url":"git+https://github.com/jolly-roger/gulp-ngc.git"},"scripts":{"build":"rollup -c rollup-config.js"},"version":"0.1.2","gitHead":"f1c50b84fe3fe58b6c7482937671f027148dbd11","bugs":{"url":"https://github.com/jolly-roger/gulp-ngc/issues"},"homepage":"https://github.com/jolly-roger/gulp-ngc#readme","_id":"gulp-ngc@0.1.2","_shasum":"d7be725d6a39b01e559755991585d81af64e46c6","_from":".","_npmVersion":"3.10.8","_nodeVersion":"6.9.1","_npmUser":{"name":"anonymous","email":"igor.onyshchenko@gmail.com"},"dist":{"shasum":"d7be725d6a39b01e559755991585d81af64e46c6","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/gulp-ngc/-/gulp-ngc-0.1.2.tgz","integrity":"sha512-t7qfOXAYYFrS/yFCPpv7uSkTs4LH05RFz6o2xOKGc7/W70Rs20yiUouVICci5/7Va4mFuLsePJcxjKmWPhXaYw==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCICkBYft7dNqhSi7MCbZQoVh02VPEAAYHPPF+r2hqPpW6AiEAsTGuJarzUZ/P/DVOUhzTNDyNNThRKQ6zBBcsk+RurFc="}]},"maintainers":[{"name":"anonymous","email":"igor.onyshchenko@gmail.com"}],"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/gulp-ngc-0.1.2.tgz_1483015622873_0.6694152834825218"}},"0.2.0":{"author":{"name":"Igor Onyshchenko","email":"igor.onyshchenko@gmail.com"},"description":"Extremely simple and dummy gulp plugin who wraps @angular/compiler-cli","dependencies":{"@angular/compiler-cli":"^2.4.1","gulp":"^3.9.1","gulp-util":"^3.0.8","through2":"^2.0.3"},"devDependencies":{"rollup":"^0.38.2"},"engines":{"node":">=4.7.0"},"files":["dist/index.js"],"keywords":["gulp","ngc","angular2","compiler","cli","compiler-cli"],"license":"MIT","main":"dist/index.js","name":"gulp-ngc","repository":{"type":"git","url":"git+https://github.com/jolly-roger/gulp-ngc.git"},"scripts":{"build":"rollup -c rollup-config.js"},"version":"0.2.0","gitHead":"ae711d47a9b253429598b50bb6defd460a662774","bugs":{"url":"https://github.com/jolly-roger/gulp-ngc/issues"},"homepage":"https://github.com/jolly-roger/gulp-ngc#readme","_id":"gulp-ngc@0.2.0","_shasum":"87b8b61970d0a63456c611bb8273e5635692373e","_from":".","_npmVersion":"3.10.10","_nodeVersion":"6.9.5","_npmUser":{"name":"anonymous","email":"igor.onyshchenko@gmail.com"},"dist":{"shasum":"87b8b61970d0a63456c611bb8273e5635692373e","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/gulp-ngc/-/gulp-ngc-0.2.0.tgz","integrity":"sha512-cMXURuHNiZmob+NwCRTdxJ+bbnR8r9A7OVNLLtRxQxFsH+36KyvY36IoO44oeW4ut663T4gMurngu/I6tEJJKA==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCeyqlfnaYasJFE4szf6G7WTzLzIC8yplPh71Qs//aozgIhAPkf1ZwfaC8XPlRFITQ+k+AU/tc7PM8BnRLmArc9ndLU"}]},"maintainers":[{"name":"anonymous","email":"igor.onyshchenko@gmail.com"}],"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/gulp-ngc-0.2.0.tgz_1487337359533_0.42654198477976024"}},"0.1.3":{"author":{"name":"Igor Onyshchenko","email":"igor.onyshchenko@gmail.com"},"description":"Extremely simple and dummy gulp plugin who wraps @angular/compiler-cli","dependencies":{"@angular/compiler-cli":"^2.4.1 || ^4.0.0","gulp":"^3.9.1","gulp-util":"^3.0.8","through2":"^2.0.3"},"devDependencies":{"rollup":"^0.38.2"},"engines":{"node":">=4.7.0"},"files":["dist/index.js"],"keywords":["gulp","ngc","angular2","compiler","cli","compiler-cli"],"license":"MIT","main":"dist/index.js","name":"gulp-ngc","repository":{"type":"git","url":"git+https://github.com/jolly-roger/gulp-ngc.git"},"scripts":{"build":"rollup -c rollup-config.js"},"version":"0.1.3","gitHead":"bad2dbf25a82001601349c844bc627f3c09233da","bugs":{"url":"https://github.com/jolly-roger/gulp-ngc/issues"},"homepage":"https://github.com/jolly-roger/gulp-ngc#readme","_id":"gulp-ngc@0.1.3","_shasum":"ccd6c2298b0af71079dfd70cd987600b68acbcdb","_from":".","_npmVersion":"3.10.10","_nodeVersion":"6.10.1","_npmUser":{"name":"anonymous","email":"igor.onyshchenko@gmail.com"},"dist":{"shasum":"ccd6c2298b0af71079dfd70cd987600b68acbcdb","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/gulp-ngc/-/gulp-ngc-0.1.3.tgz","integrity":"sha512-YyhgNcFGbANBtCqIjwzuVhUfi3oWUSieOoI1eRnNhkZna440/DIDbZSC4BoyB5ayqChnQ3O+3xZKTDL6GEKaAw==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCUpvr4kQYGzPr/5SIu83mYF9JBPUaUPgLYenBeOhkkygIgMJgvbQDpVIxzUTxBKVgC5O2mnQ3NB8qiP574DVYkCQA="}]},"maintainers":[{"name":"anonymous","email":"igor.onyshchenko@gmail.com"}],"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/gulp-ngc-0.1.3.tgz_1490688134365_0.9875375162810087"}},"0.2.1":{"author":{"name":"Igor Onyshchenko","email":"igor.onyshchenko@gmail.com"},"description":"Extremely simple and dummy gulp plugin who wraps @angular/compiler-cli","dependencies":{"@angular/compiler-cli":"^2.4.1 || ^4.0.0","gulp":"^3.9.1","gulp-util":"^3.0.8","through2":"^2.0.3"},"devDependencies":{"rollup":"^0.38.2"},"engines":{"node":">=4.7.0"},"files":["dist/index.js"],"keywords":["gulp","ngc","angular2","compiler","cli","compiler-cli"],"license":"MIT","main":"dist/index.js","name":"gulp-ngc","repository":{"type":"git","url":"git+https://github.com/jolly-roger/gulp-ngc.git"},"scripts":{"build":"rollup -c rollup-config.js"},"version":"0.2.1","gitHead":"c44c4a326f0ace8c3b7843627639c8dbb126448e","bugs":{"url":"https://github.com/jolly-roger/gulp-ngc/issues"},"homepage":"https://github.com/jolly-roger/gulp-ngc#readme","_id":"gulp-ngc@0.2.1","_shasum":"8a3303faa46b57163156cd53aceeeed5e260128d","_from":".","_npmVersion":"3.10.10","_nodeVersion":"6.10.1","_npmUser":{"name":"anonymous","email":"igor.onyshchenko@gmail.com"},"dist":{"shasum":"8a3303faa46b57163156cd53aceeeed5e260128d","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/gulp-ngc/-/gulp-ngc-0.2.1.tgz","integrity":"sha512-JR/rVbu3+yxdPQjutszCZUSgNt9MENk6FsrE0lz/RBCbm+M0xUbbc/p2o7Gtlm+aIOwmoWJ2JsFz10x/TNam8Q==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCskegFsvn6O8nuveasLahDp3+ftwGgPk88BnmvDQfAHAIhALaAxNfgbI5i5UK3NvVZkIhg0e8mw4inwlrFtAsv5L4h"}]},"maintainers":[{"name":"anonymous","email":"igor.onyshchenko@gmail.com"}],"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/gulp-ngc-0.2.1.tgz_1491903072423_0.7792762950994074"}},"0.3.0":{"author":{"name":"Igor Onyshchenko","email":"igor.onyshchenko@gmail.com"},"description":"Extremely simple and dummy gulp plugin who wraps @angular/compiler-cli","dependencies":{"@angular/compiler-cli":"^2.4.1 || ^4.0.0","gulp":"^3.9.1","gulp-util":"^3.0.8","through2":"^2.0.3"},"devDependencies":{"rollup":"^0.38.2"},"engines":{"node":">=4.7.0"},"files":["dist/index.js"],"keywords":["gulp","ngc","angular2","compiler","cli","compiler-cli"],"license":"MIT","main":"dist/index.js","name":"gulp-ngc","repository":{"type":"git","url":"git+https://github.com/jolly-roger/gulp-ngc.git"},"scripts":{"build":"rollup -c rollup-config.js"},"version":"0.3.0","gitHead":"46709931a470fe6e93b4a1454d70d616bfc70b48","bugs":{"url":"https://github.com/jolly-roger/gulp-ngc/issues"},"homepage":"https://github.com/jolly-roger/gulp-ngc#readme","_id":"gulp-ngc@0.3.0","_shasum":"cae8108f213b35cce592d9eba3be1e4d5dc73197","_from":".","_npmVersion":"3.10.10","_nodeVersion":"6.10.1","_npmUser":{"name":"anonymous","email":"igor.onyshchenko@gmail.com"},"dist":{"shasum":"cae8108f213b35cce592d9eba3be1e4d5dc73197","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/gulp-ngc/-/gulp-ngc-0.3.0.tgz","integrity":"sha512-Pbtw6qqkw/P3upuFwunCI7WN+NJCKzV8ZIYJQKMKbOBOJXwCY472aRXIRdajBslLoMwkQArAvj6Rt2hxOSPYJQ==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDGqo1sBDgRoT56vzWTegkKAAzia1CjDQLXaOD6cQ7Q8AIhAKD04CSW5CDre0TG2CcViplPRNOBC6RIDWD1iki8kra0"}]},"maintainers":[{"name":"anonymous","email":"igor.onyshchenko@gmail.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/gulp-ngc-0.3.0.tgz_1493124410858_0.2582795890048146"}},"0.3.1":{"author":{"name":"Igor Onyshchenko","email":"igor.onyshchenko@gmail.com"},"description":"Extremely simple and dummy gulp plugin who wraps @angular/compiler-cli","dependencies":{"@angular/compiler-cli":">=2.4.1","gulp":">=3.9.1","gulp-util":">=3.0.8","through2":">=2.0.3"},"devDependencies":{"rollup":">=0.38.2"},"engines":{"node":">=4.7.0"},"files":["dist/index.js"],"keywords":["gulp","ngc","angular2","compiler","cli","compiler-cli"],"license":"MIT","main":"dist/index.js","name":"gulp-ngc","repository":{"type":"git","url":"git+https://github.com/jolly-roger/gulp-ngc.git"},"scripts":{"build":"rollup -c rollup-config.js"},"version":"0.3.1","gitHead":"dca83288f5d2ccad44af3e7a754e3f135105c3b5","bugs":{"url":"https://github.com/jolly-roger/gulp-ngc/issues"},"homepage":"https://github.com/jolly-roger/gulp-ngc#readme","_id":"gulp-ngc@0.3.1","_shasum":"9d63ac2806df22ea43710ad5177a111847063e56","_from":".","_npmVersion":"4.6.1","_nodeVersion":"7.10.0","_npmUser":{"name":"anonymous","email":"igor.onyshchenko@gmail.com"},"dist":{"shasum":"9d63ac2806df22ea43710ad5177a111847063e56","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/gulp-ngc/-/gulp-ngc-0.3.1.tgz","integrity":"sha512-pohFwNPmyQxcplAXpnvemamsLbRyqrxk1UovQUlz9vIaFekOVLSXO//GfslH5Pkm6vZPoUXN1rNKG6VJVWOy0g==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDKG0Spp7YhIrNFZXUiuWPK4YkB97ff4g9tJMhq+gJS6gIgLuTJvz21qpiKusRQlJZT1Cy5Fe1Nmcl2KdV0d0tiNuk="}]},"maintainers":[{"name":"anonymous","email":"igor.onyshchenko@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/gulp-ngc-0.3.1.tgz_1497859356971_0.6032220991328359"}},"0.3.2":{"author":{"name":"Igor Onyshchenko","email":"igor.onyshchenko@gmail.com"},"description":"Extremely simple and dummy gulp plugin who wraps @angular/compiler-cli","dependencies":{"@angular/compiler-cli":">=2.4.1","gulp":">=3.9.1","gulp-util":">=3.0.8","through2":">=2.0.3"},"devDependencies":{"rollup":">=0.38.2"},"engines":{"node":">=4.7.0"},"files":["dist/index.js"],"keywords":["gulp","ngc","angular2","compiler","cli","compiler-cli","angular"],"license":"MIT","main":"dist/index.js","name":"gulp-ngc","repository":{"type":"git","url":"git+https://github.com/jolly-roger/gulp-ngc.git"},"scripts":{"build":"rollup -c rollup-config.js"},"version":"0.3.2","gitHead":"20ef5928b87c5004b7ff9e7e52ee04cd09fee972","bugs":{"url":"https://github.com/jolly-roger/gulp-ngc/issues"},"homepage":"https://github.com/jolly-roger/gulp-ngc#readme","_id":"gulp-ngc@0.3.2","_shasum":"fc5d099eeb5e15a6dc64ab233b575c609ef35e5d","_from":".","_npmVersion":"4.6.1","_nodeVersion":"7.10.0","_npmUser":{"name":"anonymous","email":"igor.onyshchenko@gmail.com"},"dist":{"shasum":"fc5d099eeb5e15a6dc64ab233b575c609ef35e5d","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/gulp-ngc/-/gulp-ngc-0.3.2.tgz","integrity":"sha512-1EFJEJb5KKmxd58k9xfqj378tAUzZSSBNot6omD6+Ymure5zEIjPUSav6uv/IcdhsZ2u+b2C8rEmN+J+5/jFRw==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDJpTySD1nbJ4g5r57jzmd0di24ND4fJjX+ozX66p1YoAIhAMNwHCKqAVTLJWVRyp8lgHSsgacPlufUD0uh/wxt1HN0"}]},"maintainers":[{"name":"anonymous","email":"igor.onyshchenko@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/gulp-ngc-0.3.2.tgz_1498132139450_0.09607386053539813"}},"0.3.3":{"author":{"name":"Igor Onyshchenko","email":"igor.onyshchenko@gmail.com"},"description":"Extremely simple and dummy gulp plugin who wraps @angular/compiler-cli","dependencies":{"@angular/compiler-cli":">=2.4.1","gulp":">=3.9.1","gulp-util":">=3.0.8","through2":">=2.0.3"},"devDependencies":{"rollup":">=0.38.2"},"engines":{"node":">=4.7.0"},"files":["dist/index.js"],"keywords":["gulp","ngc","angular2","compiler","cli","compiler-cli","angular"],"license":"MIT","main":"dist/index.js","name":"gulp-ngc","repository":{"type":"git","url":"git+https://github.com/jolly-roger/gulp-ngc.git"},"scripts":{"build":"rollup -c rollup-config.js"},"version":"0.3.3","gitHead":"cb93bd7905be91eafd341f0a0465d93d667f470e","bugs":{"url":"https://github.com/jolly-roger/gulp-ngc/issues"},"homepage":"https://github.com/jolly-roger/gulp-ngc#readme","_id":"gulp-ngc@0.3.3","_npmVersion":"5.5.1","_nodeVersion":"8.8.1","_npmUser":{"name":"anonymous","email":"igor.onyshchenko@gmail.com"},"dist":{"integrity":"sha512-0rqtPTLGteazwsktwt9K5ONtSzFRyOhXDy0U+X/QDZxeWImTWOzakvnHKV9LTqjhQ4yGMyYf9loLM5QKrgCO/Q==","shasum":"0534a763fce52ca7113401c450421c657afe3dbd","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/gulp-ngc/-/gulp-ngc-0.3.3.tgz","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIDO1aXboFCRgOPm9ZichffJtkVhknIULL+kG74vFIT8wAiEA6EFV546tUbdEttp27mbYMmXXfURE4g0ptaH7/4bPVTc="}]},"maintainers":[{"name":"anonymous","email":"igor.onyshchenko@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/gulp-ngc-0.3.3.tgz_1509969510871_0.6371976528316736"}}},"name":"gulp-ngc","time":{"modified":"2022-06-18T17:36:34.309Z","created":"2016-12-28T21:22:15.208Z","0.1.0":"2016-12-28T21:22:15.208Z","0.1.1":"2016-12-28T21:31:35.789Z","0.1.2":"2016-12-29T12:47:03.499Z","0.2.0":"2017-02-17T13:16:00.093Z","0.1.3":"2017-03-28T08:02:14.908Z","0.2.1":"2017-04-11T09:31:13.001Z","0.3.0":"2017-04-25T12:46:52.804Z","0.3.1":"2017-06-19T08:02:37.858Z","0.3.2":"2017-06-22T11:49:00.361Z","0.3.3":"2017-11-06T11:58:31.856Z"},"readmeFilename":"README.md","homepage":"https://github.com/jolly-roger/gulp-ngc#readme"}