1
0
Fork 0
forked from svrjs/svrjs
This repository has been archived on 2024-11-10. You can view files and clone it, but cannot push or open issues or pull requests.
svrjs/node_modules/hexoid/package.json

74 lines
1.8 KiB
JSON
Raw Normal View History

2023-07-29 20:33:28 +02:00
{
"_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.npmjs.org/hexoid/-/hexoid-1.0.0.tgz",
"_shasum": "ad10c6573fb907de23d9ec63a711267d9dc9bc18",
"_spec": "hexoid@^1.0.0",
"_where": "/home/ubuntu/formidable/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"
}