fix(dependencies): update
This commit is contained in:
		
							
								
								
									
										302
									
								
								package-lock.json
									
									
									
										generated
									
									
									
								
							
							
						
						
									
										302
									
								
								package-lock.json
									
									
									
										generated
									
									
									
								
							| @@ -4,59 +4,94 @@ | |||||||
|   "lockfileVersion": 1, |   "lockfileVersion": 1, | ||||||
|   "requires": true, |   "requires": true, | ||||||
|   "dependencies": { |   "dependencies": { | ||||||
|     "@pushrocks/smartfile": { |     "@gitzone/tsbuild": { | ||||||
|       "version": "6.0.3", |       "version": "2.0.21", | ||||||
|       "resolved": "https://registry.npmjs.org/@pushrocks/smartfile/-/smartfile-6.0.3.tgz", |       "resolved": "https://registry.npmjs.org/@gitzone/tsbuild/-/tsbuild-2.0.21.tgz", | ||||||
|       "integrity": "sha512-oYnLQzY/R6kVNerbWY4WwnPvdxXldrzMPWcB9j0aAdSDSqGwBEO1/ZFTQuNzN5MmPopoYmJrc06ZmI6dm4OJmw==", |       "integrity": "sha512-MAKfqnhf+42twSzXziRoBCu+sW61+2Rvc5qXxpEb594Fpnsj28cZ1VIEckSmiAkoBSiCnoU+2/qea2ycwWMBTg==", | ||||||
|       "requires": { |       "requires": { | ||||||
|  |         "@pushrocks/smartfile": "^6.0.3", | ||||||
|  |         "@pushrocks/smartlog": "^2.0.1", | ||||||
|  |         "@pushrocks/smartpath": "^4.0.1", | ||||||
|         "@pushrocks/smartpromise": "^2.0.5", |         "@pushrocks/smartpromise": "^2.0.5", | ||||||
|         "@pushrocks/smartrequest": "^1.0.15", |         "typescript": "^2.9.2" | ||||||
|         "@types/fs-extra": "^5.0.3", |  | ||||||
|         "@types/vinyl": "^2.0.2", |  | ||||||
|         "fs-extra": "^6.0.1", |  | ||||||
|         "glob": "^7.1.2", |  | ||||||
|         "js-yaml": "^3.10.0", |  | ||||||
|         "smartpath": "^3.2.8", |  | ||||||
|         "vinyl-file": "^3.0.0" |  | ||||||
|       }, |       }, | ||||||
|       "dependencies": { |       "dependencies": { | ||||||
|         "@types/fs-extra": { |         "typescript": { | ||||||
|           "version": "5.0.4", |           "version": "2.9.2", | ||||||
|           "resolved": "https://registry.npmjs.org/@types/fs-extra/-/fs-extra-5.0.4.tgz", |           "resolved": "https://registry.npmjs.org/typescript/-/typescript-2.9.2.tgz", | ||||||
|           "integrity": "sha512-DsknoBvD8s+RFfSGjmERJ7ZOP1HI0UZRA3FSI+Zakhrc/Gy26YQsLI+m5V5DHxroHRJqCDLKJp7Hixn8zyaF7g==", |           "integrity": "sha512-Gr4p6nFNaoufRIY4NMdpQRNmgxVIGMs4Fcu/ujdYk3nAZqk7supzBE9idmvfZIlH/Cuj//dvi+019qEue9lV0w==" | ||||||
|           "requires": { |  | ||||||
|             "@types/node": "*" |  | ||||||
|           } |  | ||||||
|         }, |  | ||||||
|         "fs-extra": { |  | ||||||
|           "version": "6.0.1", |  | ||||||
|           "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-6.0.1.tgz", |  | ||||||
|           "integrity": "sha512-GnyIkKhhzXZUWFCaJzvyDLEEgDkPfb4/TPvJCJVuS8MWZgoSsErf++QpiAlDnKFcqhRlm+tIOcencCjyJE6ZCA==", |  | ||||||
|           "requires": { |  | ||||||
|             "graceful-fs": "^4.1.2", |  | ||||||
|             "jsonfile": "^4.0.0", |  | ||||||
|             "universalify": "^0.1.0" |  | ||||||
|           } |  | ||||||
|         } |         } | ||||||
|       } |       } | ||||||
|     }, |     }, | ||||||
|  |     "@pushrocks/smartfile": { | ||||||
|  |       "version": "6.0.6", | ||||||
|  |       "resolved": "https://registry.npmjs.org/@pushrocks/smartfile/-/smartfile-6.0.6.tgz", | ||||||
|  |       "integrity": "sha512-vA1+yS6n0kuBZ+Bl30rxOCYvgIj0mo9g303cUpOZR0I781iQVWHcBKRC05FaGDxJD1HuYdvbSK+7vlrzZjVcMw==", | ||||||
|  |       "requires": { | ||||||
|  |         "@pushrocks/smartpath": "^4.0.1", | ||||||
|  |         "@pushrocks/smartpromise": "^2.0.5", | ||||||
|  |         "@pushrocks/smartrequest": "^1.1.12", | ||||||
|  |         "@types/fs-extra": "^5.0.4", | ||||||
|  |         "@types/vinyl": "^2.0.2", | ||||||
|  |         "fs-extra": "^7.0.0", | ||||||
|  |         "glob": "^7.1.2", | ||||||
|  |         "js-yaml": "^3.10.0", | ||||||
|  |         "vinyl-file": "^3.0.0" | ||||||
|  |       } | ||||||
|  |     }, | ||||||
|  |     "@pushrocks/smartlog": { | ||||||
|  |       "version": "2.0.1", | ||||||
|  |       "resolved": "https://registry.npmjs.org/@pushrocks/smartlog/-/smartlog-2.0.1.tgz", | ||||||
|  |       "integrity": "sha512-GtsDTGIUF3VuWPyF8FV5dF31ZCEIcaJ56ZlvJsWxjnyJq57X25mk5/K0QAaRE9IIeHg6fORcukFomb5C+AOQrg==", | ||||||
|  |       "requires": { | ||||||
|  |         "@pushrocks/smartlog-interfaces": "^1.0.9" | ||||||
|  |       } | ||||||
|  |     }, | ||||||
|  |     "@pushrocks/smartlog-interfaces": { | ||||||
|  |       "version": "1.0.9", | ||||||
|  |       "resolved": "https://registry.npmjs.org/@pushrocks/smartlog-interfaces/-/smartlog-interfaces-1.0.9.tgz", | ||||||
|  |       "integrity": "sha512-0qwpomrRN0kFjmhR9m1iHYXoISoNuXtRP0Wr+JtkYyURLwKHMaW8Xoznf8MzXJptRfqufJi3Fxh5HodpPrIZUA==" | ||||||
|  |     }, | ||||||
|  |     "@pushrocks/smartpath": { | ||||||
|  |       "version": "4.0.1", | ||||||
|  |       "resolved": "https://registry.npmjs.org/@pushrocks/smartpath/-/smartpath-4.0.1.tgz", | ||||||
|  |       "integrity": "sha512-MaI0+uLQPCr2V3WGnbdgb0pWa9xkWyrP4qYcbsHIjeismGLbn9s3jmP/HIXU8LkgzRgaVb+BJxmZJHOwl32DyA==" | ||||||
|  |     }, | ||||||
|     "@pushrocks/smartpromise": { |     "@pushrocks/smartpromise": { | ||||||
|       "version": "2.0.5", |       "version": "2.0.5", | ||||||
|       "resolved": "https://registry.npmjs.org/@pushrocks/smartpromise/-/smartpromise-2.0.5.tgz", |       "resolved": "https://registry.npmjs.org/@pushrocks/smartpromise/-/smartpromise-2.0.5.tgz", | ||||||
|       "integrity": "sha512-9j/chLtIiNkR0MDw7Mpxg9slxAVvAQwUZuiaPYX5KpHdKxQaHLI1VZ8IN0vPhwlfgNO4i4vGXV0wB8BvSDj03g==" |       "integrity": "sha512-9j/chLtIiNkR0MDw7Mpxg9slxAVvAQwUZuiaPYX5KpHdKxQaHLI1VZ8IN0vPhwlfgNO4i4vGXV0wB8BvSDj03g==" | ||||||
|     }, |     }, | ||||||
|     "@pushrocks/smartrequest": { |     "@pushrocks/smartrequest": { | ||||||
|       "version": "1.0.15", |       "version": "1.1.12", | ||||||
|       "resolved": "https://registry.npmjs.org/@pushrocks/smartrequest/-/smartrequest-1.0.15.tgz", |       "resolved": "https://registry.npmjs.org/@pushrocks/smartrequest/-/smartrequest-1.1.12.tgz", | ||||||
|       "integrity": "sha512-nM+ctwMOs3gPJvw3cGouBimKQxCM93bnmv2+Jk9cbT29/UVVI/UjIdAU3OnUYFpzq496/QUAQD0kNsmYNkqmhQ==", |       "integrity": "sha512-8vDpYUADkbJFdxDcHQJyJBpc66+cvsRAJdQ6SwMirz5cIeWNlLSR/PVrdGQ94z5tSusf4mwnODk2Ai9smN6XSA==", | ||||||
|       "requires": { |       "requires": { | ||||||
|         "smartq": "^1.1.1" |         "@pushrocks/smartpromise": "^2.0.5", | ||||||
|  |         "@types/form-data": "^2.2.1", | ||||||
|  |         "form-data": "^2.3.2" | ||||||
|  |       } | ||||||
|  |     }, | ||||||
|  |     "@types/form-data": { | ||||||
|  |       "version": "2.2.1", | ||||||
|  |       "resolved": "https://registry.npmjs.org/@types/form-data/-/form-data-2.2.1.tgz", | ||||||
|  |       "integrity": "sha512-JAMFhOaHIciYVh8fb5/83nmuO/AHwmto+Hq7a9y8FzLDcC1KCU344XDOMEmahnrTFlHjgh4L0WJFczNIX2GxnQ==", | ||||||
|  |       "requires": { | ||||||
|  |         "@types/node": "*" | ||||||
|  |       } | ||||||
|  |     }, | ||||||
|  |     "@types/fs-extra": { | ||||||
|  |       "version": "5.0.4", | ||||||
|  |       "resolved": "https://registry.npmjs.org/@types/fs-extra/-/fs-extra-5.0.4.tgz", | ||||||
|  |       "integrity": "sha512-DsknoBvD8s+RFfSGjmERJ7ZOP1HI0UZRA3FSI+Zakhrc/Gy26YQsLI+m5V5DHxroHRJqCDLKJp7Hixn8zyaF7g==", | ||||||
|  |       "requires": { | ||||||
|  |         "@types/node": "*" | ||||||
|       } |       } | ||||||
|     }, |     }, | ||||||
|     "@types/node": { |     "@types/node": { | ||||||
|       "version": "10.5.1", |       "version": "10.5.7", | ||||||
|       "resolved": "https://registry.npmjs.org/@types/node/-/node-10.5.1.tgz", |       "resolved": "https://registry.npmjs.org/@types/node/-/node-10.5.7.tgz", | ||||||
|       "integrity": "sha512-AFLl1IALIuyt6oK4AYZsgWVJ/5rnyzQWud7IebaZWWV3YmgtPZkQmYio9R5Ze/2pdd7XfqF5bP+hWS11mAKoOQ==" |       "integrity": "sha512-VkKcfuitP+Nc/TaTFH0B8qNmn+6NbI6crLkQonbedViVz7O2w8QV/GERPlkJ4bg42VGHiEWa31CoTOPs1q6z1w==" | ||||||
|     }, |     }, | ||||||
|     "@types/vinyl": { |     "@types/vinyl": { | ||||||
|       "version": "2.0.2", |       "version": "2.0.2", | ||||||
| @@ -79,6 +114,11 @@ | |||||||
|       "resolved": "https://registry.npmjs.org/arrify/-/arrify-1.0.1.tgz", |       "resolved": "https://registry.npmjs.org/arrify/-/arrify-1.0.1.tgz", | ||||||
|       "integrity": "sha1-iYUI2iIm84DfkEcoRWhJwVAaSw0=" |       "integrity": "sha1-iYUI2iIm84DfkEcoRWhJwVAaSw0=" | ||||||
|     }, |     }, | ||||||
|  |     "asynckit": { | ||||||
|  |       "version": "0.4.0", | ||||||
|  |       "resolved": "https://registry.npmjs.org/asynckit/-/asynckit-0.4.0.tgz", | ||||||
|  |       "integrity": "sha1-x57Zf380y48robyXkLzDZkdLS3k=" | ||||||
|  |     }, | ||||||
|     "balanced-match": { |     "balanced-match": { | ||||||
|       "version": "1.0.0", |       "version": "1.0.0", | ||||||
|       "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.0.tgz", |       "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.0.tgz", | ||||||
| @@ -99,9 +139,9 @@ | |||||||
|       "integrity": "sha512-c5mRlguI/Pe2dSZmpER62rSCu0ryKmWddzRYsuXc50U2/g8jMOulc31VZMa4mYx31U5xsmSOpDCgH88Vl9cDGQ==" |       "integrity": "sha512-c5mRlguI/Pe2dSZmpER62rSCu0ryKmWddzRYsuXc50U2/g8jMOulc31VZMa4mYx31U5xsmSOpDCgH88Vl9cDGQ==" | ||||||
|     }, |     }, | ||||||
|     "clone": { |     "clone": { | ||||||
|       "version": "2.1.1", |       "version": "2.1.2", | ||||||
|       "resolved": "https://registry.npmjs.org/clone/-/clone-2.1.1.tgz", |       "resolved": "https://registry.npmjs.org/clone/-/clone-2.1.2.tgz", | ||||||
|       "integrity": "sha1-0hfR6WERjjrJpLi7oyhVU79kfNs=" |       "integrity": "sha1-G39Ln1kfHo+DZwQBYANFoCiHQ18=" | ||||||
|     }, |     }, | ||||||
|     "clone-buffer": { |     "clone-buffer": { | ||||||
|       "version": "1.0.0", |       "version": "1.0.0", | ||||||
| @@ -123,6 +163,14 @@ | |||||||
|         "readable-stream": "^2.3.5" |         "readable-stream": "^2.3.5" | ||||||
|       } |       } | ||||||
|     }, |     }, | ||||||
|  |     "combined-stream": { | ||||||
|  |       "version": "1.0.6", | ||||||
|  |       "resolved": "https://registry.npmjs.org/combined-stream/-/combined-stream-1.0.6.tgz", | ||||||
|  |       "integrity": "sha1-cj599ugBrFYTETp+RFqbactjKBg=", | ||||||
|  |       "requires": { | ||||||
|  |         "delayed-stream": "~1.0.0" | ||||||
|  |       } | ||||||
|  |     }, | ||||||
|     "concat-map": { |     "concat-map": { | ||||||
|       "version": "0.0.1", |       "version": "0.0.1", | ||||||
|       "resolved": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz", |       "resolved": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz", | ||||||
| @@ -133,46 +181,20 @@ | |||||||
|       "resolved": "https://registry.npmjs.org/core-util-is/-/core-util-is-1.0.2.tgz", |       "resolved": "https://registry.npmjs.org/core-util-is/-/core-util-is-1.0.2.tgz", | ||||||
|       "integrity": "sha1-tf1UIgqivFq1eqtxQMlAdUUDwac=" |       "integrity": "sha1-tf1UIgqivFq1eqtxQMlAdUUDwac=" | ||||||
|     }, |     }, | ||||||
|     "define-properties": { |     "delayed-stream": { | ||||||
|       "version": "1.1.2", |       "version": "1.0.0", | ||||||
|       "resolved": "https://registry.npmjs.org/define-properties/-/define-properties-1.1.2.tgz", |       "resolved": "https://registry.npmjs.org/delayed-stream/-/delayed-stream-1.0.0.tgz", | ||||||
|       "integrity": "sha1-g6c/L+pWmJj7c3GTyPhzyvbUXJQ=", |       "integrity": "sha1-3zrhmayt+31ECqrgsp4icrJOxhk=" | ||||||
|       "requires": { |  | ||||||
|         "foreach": "^2.0.5", |  | ||||||
|         "object-keys": "^1.0.8" |  | ||||||
|       } |  | ||||||
|     }, |     }, | ||||||
|     "diff": { |     "diff": { | ||||||
|       "version": "3.5.0", |       "version": "3.5.0", | ||||||
|       "resolved": "https://registry.npmjs.org/diff/-/diff-3.5.0.tgz", |       "resolved": "https://registry.npmjs.org/diff/-/diff-3.5.0.tgz", | ||||||
|       "integrity": "sha512-A46qtFgd+g7pDZinpnwiRJtxbC1hpgf0uzP3iG89scHk0AUC7A1TGxf5OiiOUv/JMZR8GOt8hL900hV0bOy5xA==" |       "integrity": "sha512-A46qtFgd+g7pDZinpnwiRJtxbC1hpgf0uzP3iG89scHk0AUC7A1TGxf5OiiOUv/JMZR8GOt8hL900hV0bOy5xA==" | ||||||
|     }, |     }, | ||||||
|     "es-abstract": { |  | ||||||
|       "version": "1.12.0", |  | ||||||
|       "resolved": "https://registry.npmjs.org/es-abstract/-/es-abstract-1.12.0.tgz", |  | ||||||
|       "integrity": "sha512-C8Fx/0jFmV5IPoMOFPA9P9G5NtqW+4cOPit3MIuvR2t7Ag2K15EJTpxnHAYTzL+aYQJIESYeXZmDBfOBE1HcpA==", |  | ||||||
|       "requires": { |  | ||||||
|         "es-to-primitive": "^1.1.1", |  | ||||||
|         "function-bind": "^1.1.1", |  | ||||||
|         "has": "^1.0.1", |  | ||||||
|         "is-callable": "^1.1.3", |  | ||||||
|         "is-regex": "^1.0.4" |  | ||||||
|       } |  | ||||||
|     }, |  | ||||||
|     "es-to-primitive": { |  | ||||||
|       "version": "1.1.1", |  | ||||||
|       "resolved": "https://registry.npmjs.org/es-to-primitive/-/es-to-primitive-1.1.1.tgz", |  | ||||||
|       "integrity": "sha1-RTVSSKiJeQNLZ5Lhm7gfK3l13Q0=", |  | ||||||
|       "requires": { |  | ||||||
|         "is-callable": "^1.1.1", |  | ||||||
|         "is-date-object": "^1.0.1", |  | ||||||
|         "is-symbol": "^1.0.1" |  | ||||||
|       } |  | ||||||
|     }, |  | ||||||
|     "esprima": { |     "esprima": { | ||||||
|       "version": "4.0.0", |       "version": "4.0.1", | ||||||
|       "resolved": "https://registry.npmjs.org/esprima/-/esprima-4.0.0.tgz", |       "resolved": "https://registry.npmjs.org/esprima/-/esprima-4.0.1.tgz", | ||||||
|       "integrity": "sha512-oftTcaMu/EGrEIu904mWteKIv8vMuOgGYo7EhVJJN00R/EED9DCua/xxHRdYnKtcECzVg7xOWhflvJMnqcFZjw==" |       "integrity": "sha512-eGuFFw7Upda+g4p+QHvnW0RyTX/SVeJBDM/gCtMARO0cLuT2HcEKnTPvhjV6aGeqrCB/sbNop0Kszm0jsaWU4A==" | ||||||
|     }, |     }, | ||||||
|     "first-chunk-stream": { |     "first-chunk-stream": { | ||||||
|       "version": "2.0.0", |       "version": "2.0.0", | ||||||
| @@ -182,21 +204,31 @@ | |||||||
|         "readable-stream": "^2.0.2" |         "readable-stream": "^2.0.2" | ||||||
|       } |       } | ||||||
|     }, |     }, | ||||||
|     "foreach": { |     "form-data": { | ||||||
|       "version": "2.0.5", |       "version": "2.3.2", | ||||||
|       "resolved": "https://registry.npmjs.org/foreach/-/foreach-2.0.5.tgz", |       "resolved": "https://registry.npmjs.org/form-data/-/form-data-2.3.2.tgz", | ||||||
|       "integrity": "sha1-C+4AUBiusmDQo6865ljdATbsG5k=" |       "integrity": "sha1-SXBJi+YEwgwAXU9cI67NIda0kJk=", | ||||||
|  |       "requires": { | ||||||
|  |         "asynckit": "^0.4.0", | ||||||
|  |         "combined-stream": "1.0.6", | ||||||
|  |         "mime-types": "^2.1.12" | ||||||
|  |       } | ||||||
|  |     }, | ||||||
|  |     "fs-extra": { | ||||||
|  |       "version": "7.0.0", | ||||||
|  |       "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-7.0.0.tgz", | ||||||
|  |       "integrity": "sha512-EglNDLRpmaTWiD/qraZn6HREAEAHJcJOmxNEYwq6xeMKnVMAy3GUcFB+wXt2C6k4CNvB/mP1y/U3dzvKKj5OtQ==", | ||||||
|  |       "requires": { | ||||||
|  |         "graceful-fs": "^4.1.2", | ||||||
|  |         "jsonfile": "^4.0.0", | ||||||
|  |         "universalify": "^0.1.0" | ||||||
|  |       } | ||||||
|     }, |     }, | ||||||
|     "fs.realpath": { |     "fs.realpath": { | ||||||
|       "version": "1.0.0", |       "version": "1.0.0", | ||||||
|       "resolved": "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz", |       "resolved": "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz", | ||||||
|       "integrity": "sha1-FQStJSMVjKpA20onh8sBQRmU6k8=" |       "integrity": "sha1-FQStJSMVjKpA20onh8sBQRmU6k8=" | ||||||
|     }, |     }, | ||||||
|     "function-bind": { |  | ||||||
|       "version": "1.1.1", |  | ||||||
|       "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.1.tgz", |  | ||||||
|       "integrity": "sha512-yIovAzMX49sF8Yl58fSCWJ5svSLuaibPxXQJFLmBObTuCr0Mf1KiPopGM9NiFjiYBCbfaa2Fh6breQ6ANVTI0A==" |  | ||||||
|     }, |  | ||||||
|     "glob": { |     "glob": { | ||||||
|       "version": "7.1.2", |       "version": "7.1.2", | ||||||
|       "resolved": "https://registry.npmjs.org/glob/-/glob-7.1.2.tgz", |       "resolved": "https://registry.npmjs.org/glob/-/glob-7.1.2.tgz", | ||||||
| @@ -215,22 +247,6 @@ | |||||||
|       "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.1.11.tgz", |       "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.1.11.tgz", | ||||||
|       "integrity": "sha1-Dovf5NHduIVNZOBOp8AOKgJuVlg=" |       "integrity": "sha1-Dovf5NHduIVNZOBOp8AOKgJuVlg=" | ||||||
|     }, |     }, | ||||||
|     "has": { |  | ||||||
|       "version": "1.0.3", |  | ||||||
|       "resolved": "https://registry.npmjs.org/has/-/has-1.0.3.tgz", |  | ||||||
|       "integrity": "sha512-f2dvO0VU6Oej7RkWJGrehjbzMAjFp5/VKPp5tTpWIV4JHHZK1/BxbFRtf/siA2SWTe09caDmVtYYzWEIbBS4zw==", |  | ||||||
|       "requires": { |  | ||||||
|         "function-bind": "^1.1.1" |  | ||||||
|       } |  | ||||||
|     }, |  | ||||||
|     "home": { |  | ||||||
|       "version": "1.0.1", |  | ||||||
|       "resolved": "https://registry.npmjs.org/home/-/home-1.0.1.tgz", |  | ||||||
|       "integrity": "sha1-lqQjzrSbmDeP9e886uBZpVf53TU=", |  | ||||||
|       "requires": { |  | ||||||
|         "os-homedir": "^1.0.1" |  | ||||||
|       } |  | ||||||
|     }, |  | ||||||
|     "inflight": { |     "inflight": { | ||||||
|       "version": "1.0.6", |       "version": "1.0.6", | ||||||
|       "resolved": "https://registry.npmjs.org/inflight/-/inflight-1.0.6.tgz", |       "resolved": "https://registry.npmjs.org/inflight/-/inflight-1.0.6.tgz", | ||||||
| @@ -245,29 +261,6 @@ | |||||||
|       "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.3.tgz", |       "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.3.tgz", | ||||||
|       "integrity": "sha1-Yzwsg+PaQqUC9SRmAiSA9CCCYd4=" |       "integrity": "sha1-Yzwsg+PaQqUC9SRmAiSA9CCCYd4=" | ||||||
|     }, |     }, | ||||||
|     "is-callable": { |  | ||||||
|       "version": "1.1.3", |  | ||||||
|       "resolved": "https://registry.npmjs.org/is-callable/-/is-callable-1.1.3.tgz", |  | ||||||
|       "integrity": "sha1-hut1OSgF3cM69xySoO7fdO52BLI=" |  | ||||||
|     }, |  | ||||||
|     "is-date-object": { |  | ||||||
|       "version": "1.0.1", |  | ||||||
|       "resolved": "https://registry.npmjs.org/is-date-object/-/is-date-object-1.0.1.tgz", |  | ||||||
|       "integrity": "sha1-mqIOtq7rv/d/vTPnTKAbM1gdOhY=" |  | ||||||
|     }, |  | ||||||
|     "is-regex": { |  | ||||||
|       "version": "1.0.4", |  | ||||||
|       "resolved": "https://registry.npmjs.org/is-regex/-/is-regex-1.0.4.tgz", |  | ||||||
|       "integrity": "sha1-VRdIm1RwkbCTDglWVM7SXul+lJE=", |  | ||||||
|       "requires": { |  | ||||||
|         "has": "^1.0.1" |  | ||||||
|       } |  | ||||||
|     }, |  | ||||||
|     "is-symbol": { |  | ||||||
|       "version": "1.0.1", |  | ||||||
|       "resolved": "https://registry.npmjs.org/is-symbol/-/is-symbol-1.0.1.tgz", |  | ||||||
|       "integrity": "sha1-PMWfAAJRlLarLjjbrmaJJWtmBXI=" |  | ||||||
|     }, |  | ||||||
|     "is-utf8": { |     "is-utf8": { | ||||||
|       "version": "0.2.1", |       "version": "0.2.1", | ||||||
|       "resolved": "https://registry.npmjs.org/is-utf8/-/is-utf8-0.2.1.tgz", |       "resolved": "https://registry.npmjs.org/is-utf8/-/is-utf8-0.2.1.tgz", | ||||||
| @@ -300,6 +293,19 @@ | |||||||
|       "resolved": "https://registry.npmjs.org/make-error/-/make-error-1.3.4.tgz", |       "resolved": "https://registry.npmjs.org/make-error/-/make-error-1.3.4.tgz", | ||||||
|       "integrity": "sha512-0Dab5btKVPhibSalc9QGXb559ED7G7iLjFXBaj9Wq8O3vorueR5K5jaE3hkG6ZQINyhA/JgG6Qk4qdFQjsYV6g==" |       "integrity": "sha512-0Dab5btKVPhibSalc9QGXb559ED7G7iLjFXBaj9Wq8O3vorueR5K5jaE3hkG6ZQINyhA/JgG6Qk4qdFQjsYV6g==" | ||||||
|     }, |     }, | ||||||
|  |     "mime-db": { | ||||||
|  |       "version": "1.35.0", | ||||||
|  |       "resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.35.0.tgz", | ||||||
|  |       "integrity": "sha512-JWT/IcCTsB0Io3AhWUMjRqucrHSPsSf2xKLaRldJVULioggvkJvggZ3VXNNSRkCddE6D+BUI4HEIZIA2OjwIvg==" | ||||||
|  |     }, | ||||||
|  |     "mime-types": { | ||||||
|  |       "version": "2.1.19", | ||||||
|  |       "resolved": "https://registry.npmjs.org/mime-types/-/mime-types-2.1.19.tgz", | ||||||
|  |       "integrity": "sha512-P1tKYHVSZ6uFo26mtnve4HQFE3koh1UWVkp8YUC+ESBHe945xWSoXuHHiGarDqcEZ+whpCDnlNw5LON0kLo+sw==", | ||||||
|  |       "requires": { | ||||||
|  |         "mime-db": "~1.35.0" | ||||||
|  |       } | ||||||
|  |     }, | ||||||
|     "minimatch": { |     "minimatch": { | ||||||
|       "version": "3.0.4", |       "version": "3.0.4", | ||||||
|       "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.0.4.tgz", |       "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.0.4.tgz", | ||||||
| @@ -321,20 +327,6 @@ | |||||||
|         "minimist": "0.0.8" |         "minimist": "0.0.8" | ||||||
|       } |       } | ||||||
|     }, |     }, | ||||||
|     "object-keys": { |  | ||||||
|       "version": "1.0.12", |  | ||||||
|       "resolved": "https://registry.npmjs.org/object-keys/-/object-keys-1.0.12.tgz", |  | ||||||
|       "integrity": "sha512-FTMyFUm2wBcGHnH2eXmz7tC6IwlqQZ6mVZ+6dm6vZ4IQIHjs6FdNsQBuKGPuUUUY6NfJw2PshC08Tn6LzLDOag==" |  | ||||||
|     }, |  | ||||||
|     "object.getownpropertydescriptors": { |  | ||||||
|       "version": "2.0.3", |  | ||||||
|       "resolved": "https://registry.npmjs.org/object.getownpropertydescriptors/-/object.getownpropertydescriptors-2.0.3.tgz", |  | ||||||
|       "integrity": "sha1-h1jIRvW0B62rDyNuCYbxSwUcqhY=", |  | ||||||
|       "requires": { |  | ||||||
|         "define-properties": "^1.1.2", |  | ||||||
|         "es-abstract": "^1.5.1" |  | ||||||
|       } |  | ||||||
|     }, |  | ||||||
|     "once": { |     "once": { | ||||||
|       "version": "1.4.0", |       "version": "1.4.0", | ||||||
|       "resolved": "https://registry.npmjs.org/once/-/once-1.4.0.tgz", |       "resolved": "https://registry.npmjs.org/once/-/once-1.4.0.tgz", | ||||||
| @@ -343,11 +335,6 @@ | |||||||
|         "wrappy": "1" |         "wrappy": "1" | ||||||
|       } |       } | ||||||
|     }, |     }, | ||||||
|     "os-homedir": { |  | ||||||
|       "version": "1.0.2", |  | ||||||
|       "resolved": "https://registry.npmjs.org/os-homedir/-/os-homedir-1.0.2.tgz", |  | ||||||
|       "integrity": "sha1-/7xJiDNuDoM94MFox+8VISGqf7M=" |  | ||||||
|     }, |  | ||||||
|     "path-is-absolute": { |     "path-is-absolute": { | ||||||
|       "version": "1.0.1", |       "version": "1.0.1", | ||||||
|       "resolved": "https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz", |       "resolved": "https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz", | ||||||
| @@ -392,23 +379,6 @@ | |||||||
|       "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz", |       "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz", | ||||||
|       "integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==" |       "integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==" | ||||||
|     }, |     }, | ||||||
|     "smartpath": { |  | ||||||
|       "version": "3.2.8", |  | ||||||
|       "resolved": "https://registry.npmjs.org/smartpath/-/smartpath-3.2.8.tgz", |  | ||||||
|       "integrity": "sha1-SDS9OouuIpW6rK26I8h6UBlS+UA=", |  | ||||||
|       "requires": { |  | ||||||
|         "home": "^1.0.1", |  | ||||||
|         "typings-global": "^1.0.14" |  | ||||||
|       } |  | ||||||
|     }, |  | ||||||
|     "smartq": { |  | ||||||
|       "version": "1.1.8", |  | ||||||
|       "resolved": "https://registry.npmjs.org/smartq/-/smartq-1.1.8.tgz", |  | ||||||
|       "integrity": "sha512-FURlYW/C3bLeZjJcBVyw7bxCyQoCXiXbLCZcDUKznhXHaLu35c8m33/a2H8CA0rtb82lvzN8dRLnBZAcNMzNHQ==", |  | ||||||
|       "requires": { |  | ||||||
|         "util.promisify": "^1.0.0" |  | ||||||
|       } |  | ||||||
|     }, |  | ||||||
|     "source-map": { |     "source-map": { | ||||||
|       "version": "0.6.1", |       "version": "0.6.1", | ||||||
|       "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", |       "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", | ||||||
| @@ -484,14 +454,9 @@ | |||||||
|       } |       } | ||||||
|     }, |     }, | ||||||
|     "typescript": { |     "typescript": { | ||||||
|       "version": "2.9.1", |       "version": "3.0.1", | ||||||
|       "resolved": "https://registry.npmjs.org/typescript/-/typescript-2.9.1.tgz", |       "resolved": "https://registry.npmjs.org/typescript/-/typescript-3.0.1.tgz", | ||||||
|       "integrity": "sha512-h6pM2f/GDchCFlldnriOhs1QHuwbnmj6/v7499eMHqPeW4V2G0elua2eIc2nu8v2NdHV0Gm+tzX83Hr6nUFjQA==" |       "integrity": "sha512-zQIMOmC+372pC/CCVLqnQ0zSBiY7HHodU7mpQdjiZddek4GMj31I3dUJ7gAs9o65X7mnRma6OokOkc6f9jjfBg==" | ||||||
|     }, |  | ||||||
|     "typings-global": { |  | ||||||
|       "version": "1.0.28", |  | ||||||
|       "resolved": "https://registry.npmjs.org/typings-global/-/typings-global-1.0.28.tgz", |  | ||||||
|       "integrity": "sha512-6VOwJWEY2971HOMHu/7sURzUXiD4/LiMJPsMAOqkHHAtS3MVpLFE5gzTiHilsH9KY5VE1mBQirWIgWFsDuo90A==" |  | ||||||
|     }, |     }, | ||||||
|     "universalify": { |     "universalify": { | ||||||
|       "version": "0.1.2", |       "version": "0.1.2", | ||||||
| @@ -503,15 +468,6 @@ | |||||||
|       "resolved": "https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz", |       "resolved": "https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz", | ||||||
|       "integrity": "sha1-RQ1Nyfpw3nMnYvvS1KKJgUGaDM8=" |       "integrity": "sha1-RQ1Nyfpw3nMnYvvS1KKJgUGaDM8=" | ||||||
|     }, |     }, | ||||||
|     "util.promisify": { |  | ||||||
|       "version": "1.0.0", |  | ||||||
|       "resolved": "https://registry.npmjs.org/util.promisify/-/util.promisify-1.0.0.tgz", |  | ||||||
|       "integrity": "sha512-i+6qA2MPhvoKLuxnJNpXAGhg7HphQOSUq2LKMZD0m15EiskXUkMvKdF4Uui0WYeCUGea+o2cw/ZuwehtfsrNkA==", |  | ||||||
|       "requires": { |  | ||||||
|         "define-properties": "^1.1.2", |  | ||||||
|         "object.getownpropertydescriptors": "^2.0.3" |  | ||||||
|       } |  | ||||||
|     }, |  | ||||||
|     "vinyl": { |     "vinyl": { | ||||||
|       "version": "2.2.0", |       "version": "2.2.0", | ||||||
|       "resolved": "https://registry.npmjs.org/vinyl/-/vinyl-2.2.0.tgz", |       "resolved": "https://registry.npmjs.org/vinyl/-/vinyl-2.2.0.tgz", | ||||||
|   | |||||||
							
								
								
									
										11
									
								
								package.json
									
									
									
									
									
								
							
							
						
						
									
										11
									
								
								package.json
									
									
									
									
									
								
							| @@ -10,18 +10,19 @@ | |||||||
|     "tsrun": "./cli.js" |     "tsrun": "./cli.js" | ||||||
|   }, |   }, | ||||||
|   "scripts": { |   "scripts": { | ||||||
|     "test": "(npmts --notest && node ./cli.js test/test.ts)", |     "test": "(tsbuild && node ./cli.js test/test.ts)", | ||||||
|     "format": "(gitzone format)", |     "format": "(gitzone format)", | ||||||
|     "build": "echo \"Not needed for now\"", |     "build": "(tsbuild)", | ||||||
|     "postinstall": "(node ./cli.js scripts/postinstall.ts)" |     "postinstall": "(node ./cli.js scripts/postinstall.ts)" | ||||||
|   }, |   }, | ||||||
|   "devDependencies": { |   "devDependencies": { | ||||||
|     "@types/node": "^10.5.1" |     "@types/node": "^10.5.7" | ||||||
|   }, |   }, | ||||||
|   "dependencies": { |   "dependencies": { | ||||||
|     "@pushrocks/smartfile": "^6.0.3", |     "@gitzone/tsbuild": "^2.0.21", | ||||||
|  |     "@pushrocks/smartfile": "^6.0.6", | ||||||
|     "ts-node": "^7.0.0", |     "ts-node": "^7.0.0", | ||||||
|     "typescript": "^2.9.1" |     "typescript": "^3.0.1" | ||||||
|   }, |   }, | ||||||
|   "private": false |   "private": false | ||||||
| } | } | ||||||
| @@ -1,13 +1,16 @@ | |||||||
| # tsrun | # tsrun | ||||||
|  |  | ||||||
| run typescript programs efficiently | run typescript programs efficiently | ||||||
|  |  | ||||||
| ## Availabililty | ## Availabililty | ||||||
|  |  | ||||||
| [](https://www.npmjs.com/package/@gitzone/tsrun) | [](https://www.npmjs.com/package/@gitzone/tsrun) | ||||||
| [](https://GitLab.com/gitzone/tsrun) | [](https://GitLab.com/gitzone/tsrun) | ||||||
| [](https://github.com/gitzone/tsrun) | [](https://github.com/gitzone/tsrun) | ||||||
| [](https://gitzone.gitlab.io/tsrun/) | [](https://gitzone.gitlab.io/tsrun/) | ||||||
|  |  | ||||||
| ## Status for master | ## Status for master | ||||||
|  |  | ||||||
| [](https://GitLab.com/gitzone/tsrun/commits/master) | [](https://GitLab.com/gitzone/tsrun/commits/master) | ||||||
| [](https://GitLab.com/gitzone/tsrun/commits/master) | [](https://GitLab.com/gitzone/tsrun/commits/master) | ||||||
| [](https://www.npmjs.com/package/@gitzone/tsrun) | [](https://www.npmjs.com/package/@gitzone/tsrun) | ||||||
| @@ -19,11 +22,12 @@ run typescript programs efficiently | |||||||
| [](http://standardjs.com/) | [](http://standardjs.com/) | ||||||
|  |  | ||||||
| ## Usage | ## Usage | ||||||
|  |  | ||||||
| Use TypeScript for best in class instellisense. | Use TypeScript for best in class instellisense. | ||||||
|  |  | ||||||
| For further information read the linked docs at the top of this README. | For further information read the linked docs at the top of this README. | ||||||
|  |  | ||||||
| >  licensed | **©** [Lossless GmbH](https://lossless.gmbh) | > licensed | **©** [Lossless GmbH](https://lossless.gmbh) | ||||||
| | By using this npm module you agree to our [privacy policy](https://lossless.gmbH/privacy.html) | > | By using this npm module you agree to our [privacy policy](https://lossless.gmbH/privacy.html) | ||||||
|  |  | ||||||
| [](https://git.zone) | [](https://git.zone) | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user