74 lines
1.8 KiB
JSON
74 lines
1.8 KiB
JSON
{
|
|
"_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"
|
|
}
|