First release

This commit is contained in:
Owen Quinlan 2021-07-02 19:29:34 +10:00
commit fa6c85266e
2339 changed files with 761050 additions and 0 deletions

74
node_modules/throttles/package.json generated vendored Normal file
View file

@ -0,0 +1,74 @@
{
"_args": [
[
"throttles@1.0.1",
"F:\\Documents\\websites\\BMM"
]
],
"_from": "throttles@1.0.1",
"_id": "throttles@1.0.1",
"_inBundle": false,
"_integrity": "sha512-fab7Xg+zELr9KOv4fkaBoe/b3L0GMGLd0IBSCn16GoE/Qx6/OfCr1eGNyEcDU2pUA79qQfZ8kPQWlRuok4YwTw==",
"_location": "/throttles",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "throttles@1.0.1",
"name": "throttles",
"escapedName": "throttles",
"rawSpec": "1.0.1",
"saveSpec": null,
"fetchSpec": "1.0.1"
},
"_requiredBy": [
"/quicklink"
],
"_resolved": "https://registry.npmjs.org/throttles/-/throttles-1.0.1.tgz",
"_spec": "1.0.1",
"_where": "F:\\Documents\\websites\\BMM",
"author": {
"name": "Luke Edwards",
"email": "luke.edwards05@gmail.com",
"url": "https://lukeed.com"
},
"bugs": {
"url": "https://github.com/lukeed/throttles/issues"
},
"description": "A tiny (139B to 204B) utility to regulate the execution rate of your functions",
"devDependencies": {
"bundt": "1.0.1",
"esm": "3.2.25",
"uvu": "0.0.14"
},
"engines": {
"node": ">=6"
},
"files": [
"index.d.ts",
"priority",
"dist"
],
"homepage": "https://github.com/lukeed/throttles#readme",
"license": "MIT",
"main": "dist/index.js",
"modes": {
"default": "src/single.js",
"priority": "src/priority.js"
},
"module": "dist/index.mjs",
"name": "throttles",
"repository": {
"type": "git",
"url": "git+https://github.com/lukeed/throttles.git"
},
"scripts": {
"build": "bundt",
"postbuild": "cp priority.d.ts priority/index.d.ts",
"pretest": "npm run build",
"test": "uvu -r esm test -i utils"
},
"types": "index.d.ts",
"unpkg": "dist/index.min.js",
"version": "1.0.1"
}