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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
| {
| "_from": "hexoid@^1.0.0",
| "_id": "hexoid@1.0.0",
| "_inBundle": false,
| "_integrity": "sha512-QFLV0taWQOZtvIRIAdBChesmogZrtuXvVWsFHZTk2SU+anspqZ2vMnoLg7IE1+Uk16N19APic1BuF8bC8c2m5g==",
| "_location": "/hexoid",
| "_phantomChildren": {},
| "_requested": {
| "type": "range",
| "registry": true,
| "raw": "hexoid@^1.0.0",
| "name": "hexoid",
| "escapedName": "hexoid",
| "rawSpec": "^1.0.0",
| "saveSpec": null,
| "fetchSpec": "^1.0.0"
| },
| "_requiredBy": [
| "/formidable"
| ],
| "_resolved": "https://registry.npmmirror.com/hexoid/-/hexoid-1.0.0.tgz",
| "_shasum": "ad10c6573fb907de23d9ec63a711267d9dc9bc18",
| "_spec": "hexoid@^1.0.0",
| "_where": "/Users/xiongbenda/Desktop/中葡数字/黑河卡口项目/IC_RW/node_modules/formidable",
| "author": {
| "name": "Luke Edwards",
| "email": "luke.edwards05@gmail.com",
| "url": "https://lukeed.com"
| },
| "bugs": {
| "url": "https://github.com/lukeed/hexoid/issues"
| },
| "bundleDependencies": false,
| "deprecated": false,
| "description": "A tiny (190B) and extremely fast utility to generate random IDs of fixed length",
| "devDependencies": {
| "bundt": "1.0.0",
| "esm": "3.2.25",
| "tap-spec": "5.0.0",
| "tape": "4.9.1"
| },
| "engines": {
| "node": ">=8"
| },
| "files": [
| "*.d.ts",
| "dist"
| ],
| "homepage": "https://github.com/lukeed/hexoid#readme",
| "keywords": [
| "id",
| "uid",
| "uuid",
| "random",
| "generate"
| ],
| "license": "MIT",
| "main": "dist/index.js",
| "module": "dist/index.mjs",
| "name": "hexoid",
| "repository": {
| "type": "git",
| "url": "git+https://github.com/lukeed/hexoid.git"
| },
| "scripts": {
| "build": "bundt",
| "pretest": "npm run build",
| "test": "tape -r esm test/*.js | tap-spec"
| },
| "types": "hexoid.d.ts",
| "unpkg": "dist/index.min.js",
| "version": "1.0.0"
| }
|
|