initial
This commit is contained in:
		
							
								
								
									
										4
									
								
								.gitignore
									
									
									
									
										vendored
									
									
										Normal file
									
								
							
							
						
						
									
										4
									
								
								.gitignore
									
									
									
									
										vendored
									
									
										Normal file
									
								
							| @@ -0,0 +1,4 @@ | |||||||
|  | node_modules/ | ||||||
|  | coverage/ | ||||||
|  | public/ | ||||||
|  | pages/ | ||||||
							
								
								
									
										29
									
								
								README.md
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										29
									
								
								README.md
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,29 @@ | |||||||
|  | # tapbundle | ||||||
|  | tap bundled for tapbuffer | ||||||
|  |  | ||||||
|  | ## Availabililty | ||||||
|  | [](https://www.npmjs.com/package/tapbundle) | ||||||
|  | [](https://GitLab.com/pushrocks/tapbundle) | ||||||
|  | [](https://github.com/pushrocks/tapbundle) | ||||||
|  | [](https://pushrocks.gitlab.io/tapbundle/) | ||||||
|  |  | ||||||
|  | ## Status for master | ||||||
|  | [](https://GitLab.com/pushrocks/tapbundle/commits/master) | ||||||
|  | [](https://GitLab.com/pushrocks/tapbundle/commits/master) | ||||||
|  | [](https://www.npmjs.com/package/tapbundle) | ||||||
|  | [](https://david-dm.org/pushrocks/tapbundle) | ||||||
|  | [](https://www.bithound.io/github/pushrocks/tapbundle/master/dependencies/npm) | ||||||
|  | [](https://www.bithound.io/github/pushrocks/tapbundle) | ||||||
|  | [](https://nodejs.org/dist/latest-v6.x/docs/api/) | ||||||
|  | [](https://nodejs.org/dist/latest-v6.x/docs/api/) | ||||||
|  | [](http://standardjs.com/) | ||||||
|  |  | ||||||
|  | ## Usage | ||||||
|  | Use TypeScript for best in class instellisense. | ||||||
|  |  | ||||||
|  | For further information read the linked docs at the top of this README. | ||||||
|  |  | ||||||
|  | > MIT licensed | **©** [Lossless GmbH](https://lossless.gmbh) | ||||||
|  | | By using this npm module you agree to our [privacy policy](https://lossless.gmbH/privacy.html) | ||||||
|  |  | ||||||
|  | [](https://push.rocks) | ||||||
							
								
								
									
										4
									
								
								dist/index.d.ts
									
									
									
									
										vendored
									
									
										Normal file
									
								
							
							
						
						
									
										4
									
								
								dist/index.d.ts
									
									
									
									
										vendored
									
									
										Normal file
									
								
							| @@ -0,0 +1,4 @@ | |||||||
|  | import 'typings-global'; | ||||||
|  | import * as tap from 'tap'; | ||||||
|  | import { expect } from 'smartchai'; | ||||||
|  | export { tap, expect }; | ||||||
							
								
								
									
										8
									
								
								dist/index.js
									
									
									
									
										vendored
									
									
										Normal file
									
								
							
							
						
						
									
										8
									
								
								dist/index.js
									
									
									
									
										vendored
									
									
										Normal file
									
								
							| @@ -0,0 +1,8 @@ | |||||||
|  | "use strict"; | ||||||
|  | Object.defineProperty(exports, "__esModule", { value: true }); | ||||||
|  | require("typings-global"); | ||||||
|  | const tap = require("tap"); | ||||||
|  | exports.tap = tap; | ||||||
|  | const smartchai_1 = require("smartchai"); | ||||||
|  | exports.expect = smartchai_1.expect; | ||||||
|  | //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi90cy9pbmRleC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiOztBQUFBLDBCQUF1QjtBQUN2QiwyQkFBMEI7QUFJeEIsa0JBQUc7QUFITCx5Q0FBa0M7QUFJaEMsb0NBQU0ifQ== | ||||||
							
								
								
									
										25
									
								
								package.json
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										25
									
								
								package.json
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,25 @@ | |||||||
|  | { | ||||||
|  |   "name": "tapbundle", | ||||||
|  |   "version": "1.0.0", | ||||||
|  |   "description": "tap bundled for tapbuffer", | ||||||
|  |   "main": "dist/index.js", | ||||||
|  |   "typings": "dsit/index.d.ts", | ||||||
|  |   "scripts": { | ||||||
|  |     "test": "(npmts)" | ||||||
|  |   }, | ||||||
|  |   "repository": { | ||||||
|  |     "type": "git", | ||||||
|  |     "url": "git+ssh://git@gitlab.com/pushrocks/tapbundle.git" | ||||||
|  |   }, | ||||||
|  |   "author": "Lossless GmbH", | ||||||
|  |   "license": "MIT", | ||||||
|  |   "bugs": { | ||||||
|  |     "url": "https://gitlab.com/pushrocks/tapbundle/issues" | ||||||
|  |   }, | ||||||
|  |   "homepage": "https://gitlab.com/pushrocks/tapbundle#README", | ||||||
|  |   "dependencies": { | ||||||
|  |     "smartchai": "^1.0.3", | ||||||
|  |     "tap": "^10.3.0", | ||||||
|  |     "typings-global": "^1.0.14" | ||||||
|  |   } | ||||||
|  | } | ||||||
							
								
								
									
										8
									
								
								ts/index.ts
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										8
									
								
								ts/index.ts
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,8 @@ | |||||||
|  | import 'typings-global' | ||||||
|  | import * as tap from 'tap' | ||||||
|  | import { expect } from 'smartchai' | ||||||
|  |  | ||||||
|  | export { | ||||||
|  |   tap, | ||||||
|  |   expect | ||||||
|  | } | ||||||
		Reference in New Issue
	
	Block a user