12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182 |
- {
- "_from": "throttle-debounce@^1.0.1",
- "_id": "throttle-debounce@1.0.1",
- "_inBundle": false,
- "_integrity": "sha1-2tD+Ew+drzcZ/eoz3Dao5rp/MLU=",
- "_location": "/throttle-debounce",
- "_phantomChildren": {},
- "_requested": {
- "type": "range",
- "registry": true,
- "raw": "throttle-debounce@^1.0.1",
- "name": "throttle-debounce",
- "escapedName": "throttle-debounce",
- "rawSpec": "^1.0.1",
- "saveSpec": null,
- "fetchSpec": "^1.0.1"
- },
- "_requiredBy": [
- "/element-ui"
- ],
- "_resolved": "https://registry.npmjs.org/throttle-debounce/-/throttle-debounce-1.0.1.tgz",
- "_shasum": "dad0fe130f9daf3719fdea33dc36a8e6ba7f30b5",
- "_spec": "throttle-debounce@^1.0.1",
- "_where": "Z:\\优软云金融服务\\finance-parent\\node_modules\\element-ui",
- "author": {
- "name": "Ivan Nikolić",
- "email": "niksy5@gmail.com",
- "url": "http://ivannikolic.com/"
- },
- "bugs": {
- "url": "https://github.com/niksy/throttle-debounce/issues"
- },
- "bundleDependencies": false,
- "contributors": [
- {
- "name": "Ben Alman",
- "url": "http://benalman.com"
- }
- ],
- "dependencies": {},
- "deprecated": false,
- "description": "Throttle/debounce your functions.",
- "devDependencies": {
- "browserify": "^13.0.0",
- "eslint": "^1.10.3",
- "eslint-config-niksy": "^1.0.6",
- "karma": "^0.13.22",
- "karma-browserify": "^5.0.4",
- "karma-chrome-launcher": "^0.2.3",
- "karma-firefox-launcher": "^0.1.7",
- "karma-mocha-reporter": "^2.0.2",
- "karma-phantomjs-launcher": "^1.0.0",
- "karma-qunit": "^0.1.9",
- "mocha": "^2.4.5",
- "phantomjs-prebuilt": "^2.1.7",
- "qunitjs": "^1.23.1",
- "watchify": "^3.7.0"
- },
- "directories": {
- "test": "test"
- },
- "engines": {
- "node": ">=0.10.0"
- },
- "homepage": "https://github.com/niksy/throttle-debounce#readme",
- "keywords": [
- "throttle",
- "debounce",
- "browserify"
- ],
- "license": "MIT",
- "main": "index.js",
- "name": "throttle-debounce",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/niksy/throttle-debounce.git"
- },
- "scripts": {
- "test": "eslint {index,test/*}.js && karma start --single-run --browsers PhantomJS"
- },
- "version": "1.0.1"
- }
|