From c7fc9a641e00313d272cbd308a981adc1880b672 Mon Sep 17 00:00:00 2001 From: philkunz Date: Mon, 15 Aug 2016 04:43:26 +0200 Subject: [PATCH] add structure --- .gitignore | 4 ++++ LICENSE | 42 +++++++++++++++++++++--------------------- README.md | 4 ++-- dist/index.d.ts | 0 dist/index.js | 1 + package.json | 30 ++++++++++++++++++++++++++++++ test/test.d.ts | 0 test/test.js | 1 + test/test.ts | 0 ts/index.ts | 0 10 files changed, 59 insertions(+), 23 deletions(-) create mode 100644 .gitignore create mode 100644 dist/index.d.ts create mode 100644 dist/index.js create mode 100644 package.json create mode 100644 test/test.d.ts create mode 100644 test/test.js create mode 100644 test/test.ts create mode 100644 ts/index.ts diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..3c3efab --- /dev/null +++ b/.gitignore @@ -0,0 +1,4 @@ +node_modules/ +docs/ +coverage/ +.nogit/ \ No newline at end of file diff --git a/LICENSE b/LICENSE index b249dfc..fd66942 100644 --- a/LICENSE +++ b/LICENSE @@ -1,21 +1,21 @@ -The MIT License (MIT) - -Copyright (c) 2016 Push.Rocks - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -SOFTWARE. +The MIT License (MIT) + +Copyright (c) 2016 Push.Rocks + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. diff --git a/README.md b/README.md index 1bc2a41..a6b47d6 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,2 @@ -# nodehash -simplifies access to node hash functions. TypeScript Ready +# nodehash +simplifies access to node hash functions. TypeScript Ready diff --git a/dist/index.d.ts b/dist/index.d.ts new file mode 100644 index 0000000..e69de29 diff --git a/dist/index.js b/dist/index.js new file mode 100644 index 0000000..fad0d19 --- /dev/null +++ b/dist/index.js @@ -0,0 +1 @@ +//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi90cy9pbmRleC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiIn0= \ No newline at end of file diff --git a/package.json b/package.json new file mode 100644 index 0000000..c3e429f --- /dev/null +++ b/package.json @@ -0,0 +1,30 @@ +{ + "name": "nodehash", + "version": "1.0.0", + "description": "simplifies access to node hash functions", + "main": "dist/index.js", + "typings":"dist/index.d.ts", + "scripts": { + "test": "(npmts)" + }, + "repository": { + "type": "git", + "url": "git+https://github.com/pushrocks/nodehash.git" + }, + "keywords": [ + "hash", + "node", + "sha" + ], + "author": "Lossless GmbH", + "license": "MIT", + "bugs": { + "url": "https://github.com/pushrocks/nodehash/issues" + }, + "homepage": "https://github.com/pushrocks/nodehash#readme", + "devDependencies": { + "npmts-g": "^5.2.8", + "should": "^11.1.0", + "typings-test": "^1.0.1" + } +} diff --git a/test/test.d.ts b/test/test.d.ts new file mode 100644 index 0000000..e69de29 diff --git a/test/test.js b/test/test.js new file mode 100644 index 0000000..2d72cbf --- /dev/null +++ b/test/test.js @@ -0,0 +1 @@ +//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidGVzdC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbInRlc3QudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IiJ9 \ No newline at end of file diff --git a/test/test.ts b/test/test.ts new file mode 100644 index 0000000..e69de29 diff --git a/ts/index.ts b/ts/index.ts new file mode 100644 index 0000000..e69de29