Blame view

node_modules/timers-browserify/package.json 2.77 KB
aaac7fed   liuqimichale   add
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
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
  {
    "_args": [
      [
        "timers-browserify@2.0.10",
        "/Library/WebServer/Documents/mywork/dyitoc"
      ]
    ],
    "_development": true,
    "_from": "timers-browserify@2.0.10",
    "_id": "timers-browserify@2.0.10",
    "_inBundle": false,
    "_integrity": "sha1-HSjj0qrfHVpZlsTp+VYBzQU0gK4=",
    "_location": "/timers-browserify",
    "_phantomChildren": {},
    "_requested": {
      "type": "version",
      "registry": true,
      "raw": "timers-browserify@2.0.10",
      "name": "timers-browserify",
      "escapedName": "timers-browserify",
      "rawSpec": "2.0.10",
      "saveSpec": null,
      "fetchSpec": "2.0.10"
    },
    "_requiredBy": [
      "/node-libs-browser"
    ],
    "_resolved": "http://registry.npm.taobao.org/timers-browserify/download/timers-browserify-2.0.10.tgz",
    "_spec": "2.0.10",
    "_where": "/Library/WebServer/Documents/mywork/dyitoc",
    "author": {
      "name": "J. Ryan Stinnett",
      "email": "jryans@gmail.com",
      "url": "http://convolv.es/"
    },
    "bugs": {
      "url": "https://github.com/jryans/timers-browserify/issues"
    },
    "contributors": [
      {
        "name": "Colton Brown",
        "email": "coltonTB@me.com"
      },
      {
        "name": "Dario Segura",
        "email": "dario.seco@gmail.com"
      },
      {
        "name": "Guy Bedford",
        "email": "guybedford@gmail.com"
      },
      {
        "name": "Ionut-Cristian Florescu",
        "email": "ionut.florescu@gmail.com"
      },
      {
        "name": "James Halliday",
        "email": "mail@substack.net"
      },
      {
        "name": "Jan Schär",
        "email": "jscissr@gmail.com"
      },
      {
        "name": "Johannes Ewald",
        "email": "johannes.ewald@peerigon.com"
      },
      {
        "name": "Jonathan Prins",
        "email": "jon@blip.tv"
      },
      {
        "name": "Matt Esch",
        "email": "matt@mattesch.info"
      },
      {
        "name": "taoqf",
        "email": "tao_qiufeng@126.com"
      },
      {
        "name": "Thiago Felix",
        "email": "thiago@thiagofelix.com"
      },
      {
        "name": "wtgtybhertgeghgtwtg",
        "email": "wtgtybhertgeghgtwtg@gmail.com"
      }
    ],
    "dependencies": {
      "setimmediate": "^1.0.4"
    },
    "description": "timers module for browserify",
    "devDependencies": {
      "browserify": "~1.10.16",
      "connect": "~2.3.0"
    },
    "engines": {
      "node": ">=0.6.0"
    },
    "homepage": "https://github.com/jryans/timers-browserify",
    "jspm": {
      "map": {
        "./main.js": {
          "node": "@node/timers"
        }
      }
    },
    "keywords": [
      "timers",
      "browserify",
      "browser"
    ],
    "licenses": [
      {
        "type": "MIT",
        "url": "https://github.com/jryans/timers-browserify/blob/master/LICENSE.md"
      }
    ],
    "main": "main.js",
    "name": "timers-browserify",
    "optionalDependencies": {},
    "repository": {
      "type": "git",
      "url": "git://github.com/jryans/timers-browserify.git"
    },
    "version": "2.0.10"
  }