| 12345678910111213141516171819 |
- {
- "name": "throttleit",
- "description": "Throttle a function",
- "version": "0.0.2",
- "keywords": [],
- "repository": {
- "type": "git",
- "url": "git://github.com/component/throttle.git"
- },
- "dependencies": {},
- "development": {},
- "license": "MIT",
- "component": {
- "scripts": {
- "throttle/index.js": "index.js"
- }
- }
- }
|