121dfc77c0a412c66eb4e47c4072384f22eb3119.svn-base
1.59 KB
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
{
"_from": "timespan@2.x.x",
"_id": "timespan@2.3.0",
"_inBundle": false,
"_integrity": "sha1-SQLOBAvRPYRcj1myfp1ZutbzmSk=",
"_location": "/timespan",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "timespan@2.x.x",
"name": "timespan",
"escapedName": "timespan",
"rawSpec": "2.x.x",
"saveSpec": null,
"fetchSpec": "2.x.x"
},
"_requiredBy": [
"/loggly"
],
"_resolved": "https://registry.npm.taobao.org/timespan/download/timespan-2.3.0.tgz",
"_shasum": "4902ce040bd13d845c8f59b27e9d59bad6f39929",
"_spec": "timespan@2.x.x",
"_where": "F:\\budongchan_quanji_work\\ODM\\src\\main\\webapp\\static\\jquery-validation\\1.11.0\\node_modules\\loggly",
"author": {
"name": "Michael Stum",
"email": "blog@stum.de"
},
"bugs": {
"url": "https://github.com/indexzero/TimeSpan.js/issues"
},
"bundleDependencies": false,
"contributors": [
{
"name": "Charlie Robbins",
"email": "charlie.robbins@gmail.com"
}
],
"deprecated": false,
"description": "A JavaScript TimeSpan library for node.js (and soon the browser)",
"devDependencies": {
"vows": ">= 0.7.0"
},
"engines": {
"node": ">= 0.2.0"
},
"homepage": "https://github.com/indexzero/TimeSpan.js#readme",
"keywords": [
"time",
"dates",
"utilities",
"timespan"
],
"main": "./lib/time-span.js",
"name": "timespan",
"repository": {
"type": "git",
"url": "git+https://github.com/indexzero/TimeSpan.js.git"
},
"scripts": {
"test": "vows test/*-test.js --spec"
},
"version": "2.3.0"
}