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
128
129
| {
| "_args": [
| [
| "timers-browserify@2.0.12",
| "/Users/tomas/PAM/PAMapp"
| ]
| ],
| "_from": "timers-browserify@2.0.12",
| "_id": "timers-browserify@2.0.12",
| "_inBundle": false,
| "_integrity": "sha512-9phl76Cqm6FhSX9Xe1ZUAMLtm1BLkKj2Qd5ApyWkXzsMRaA7dgr81kf4wJmQf/hAvg8EEyJxDo3du/0KlhPiKQ==",
| "_location": "/timers-browserify",
| "_phantomChildren": {},
| "_requested": {
| "type": "version",
| "registry": true,
| "raw": "timers-browserify@2.0.12",
| "name": "timers-browserify",
| "escapedName": "timers-browserify",
| "rawSpec": "2.0.12",
| "saveSpec": null,
| "fetchSpec": "2.0.12"
| },
| "_requiredBy": [
| "/node-libs-browser"
| ],
| "_resolved": "https://registry.npmjs.org/timers-browserify/-/timers-browserify-2.0.12.tgz",
| "_spec": "2.0.12",
| "_where": "/Users/tomas/PAM/PAMapp",
| "author": {
| "name": "J. Ryan Stinnett",
| "email": "jryans@gmail.com",
| "url": "https://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": "Renée Kooi",
| "email": "renee@kooi.me"
| },
| {
| "name": "Simon Meusel",
| "email": "info@simonmeusel.de"
| },
| {
| "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.30.2"
| },
| "engines": {
| "node": ">=0.6.0"
| },
| "homepage": "https://github.com/jryans/timers-browserify",
| "jspm": {
| "map": {
| "./main.js": {
| "node": "@node/timers"
| }
| }
| },
| "keywords": [
| "timers",
| "browserify",
| "browser"
| ],
| "license": "MIT",
| "main": "main.js",
| "name": "timers-browserify",
| "optionalDependencies": {},
| "repository": {
| "type": "git",
| "url": "git://github.com/jryans/timers-browserify.git"
| },
| "version": "2.0.12"
| }
|
|