summaryrefslogtreecommitdiff
path: root/together/node_modules/hexoid/package.json
blob: df7097c23d3aaa1f6dc2e640f62ff0fff708e8c6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
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"
  }
}