Blame view

node_modules/throttle-debounce/package.json 2.21 KB
2a09d1a4   liuqimichale   添加宜春 天水 宣化
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
  {
    "_from": "throttle-debounce@^1.0.1",
    "_id": "throttle-debounce@1.1.0",
    "_inBundle": false,
    "_integrity": "sha1-UYU9o3vmihVctugns1FKPEIuic0=",
    "_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": "http://registry.npm.taobao.org/throttle-debounce/download/throttle-debounce-1.1.0.tgz",
    "_shasum": "51853da37be68a155cb6e827b3514a3c422e89cd",
    "_spec": "throttle-debounce@^1.0.1",
    "_where": "/Library/WebServer/Documents/mywork/cityOperationCenter/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": ">=4"
    },
    "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"
    },
    "typings": "index.d.ts",
    "version": "1.1.0"
  }