summaryrefslogtreecommitdiff
path: root/together/node_modules/hexoid/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'together/node_modules/hexoid/package.json')
-rw-r--r--together/node_modules/hexoid/package.json41
1 files changed, 41 insertions, 0 deletions
diff --git a/together/node_modules/hexoid/package.json b/together/node_modules/hexoid/package.json
new file mode 100644
index 0000000..df7097c
--- /dev/null
+++ b/together/node_modules/hexoid/package.json
@@ -0,0 +1,41 @@
+{
+ "name": "hexoid",
+ "version": "1.0.0",
+ "repository": "lukeed/hexoid",
+ "description": "A tiny (190B) and extremely fast utility to generate random IDs of fixed length",
+ "unpkg": "dist/index.min.js",
+ "module": "dist/index.mjs",
+ "main": "dist/index.js",
+ "types": "hexoid.d.ts",
+ "license": "MIT",
+ "author": {
+ "name": "Luke Edwards",
+ "email": "luke.edwards05@gmail.com",
+ "url": "https://lukeed.com"
+ },
+ "engines": {
+ "node": ">=8"
+ },
+ "scripts": {
+ "build": "bundt",
+ "pretest": "npm run build",
+ "test": "tape -r esm test/*.js | tap-spec"
+ },
+ "files": [
+ "*.d.ts",
+ "dist"
+ ],
+ "keywords": [
+ "id",
+ "uid",
+ "uuid",
+ "random",
+ "generate"
+ ],
+ "devDependencies": {
+ "bundt": "1.0.0",
+ "esm": "3.2.25",
+ "tap-spec": "5.0.0",
+ "tape": "4.9.1"
+ }
+}