forked from github/personal-website
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
110 lines (110 loc) · 2.26 KB
/
package.json
File metadata and controls
110 lines (110 loc) · 2.26 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
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
{
"_from": "days@^1.0.1",
"_id": "days@1.1.1",
"_inBundle": false,
"_integrity": "sha512-vzeIwVsEIyA35GH4+mPd4hjVDNI87wYANyZFs0BHjBr5kIBH5zEl7LfD6Wr4SFZca4D3CU9IH1w4DuZLlXzKRw==",
"_location": "/days",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "days@^1.0.1",
"name": "days",
"escapedName": "days",
"rawSpec": "^1.0.1",
"saveSpec": null,
"fetchSpec": "^1.0.1"
},
"_requiredBy": [
"/formatoid"
],
"_resolved": "https://registry.npmjs.org/days/-/days-1.1.1.tgz",
"_shasum": "b039d1e5ad5335ca689401855546f02d4cfcb362",
"_spec": "days@^1.0.1",
"_where": "/Users/brandonrosage/github/profile-generator/node_modules/formatoid",
"author": {
"name": "Jon Schlinkert",
"url": "https://github.com/jonschlinkert"
},
"bugs": {
"url": "https://github.com/jonschlinkert/days/issues"
},
"bundleDependencies": false,
"contributors": [
{
"name": "Daniel Salgado Población",
"url": "http://danielsalgado.com/wordpress35"
},
{
"name": "Federico Vitale",
"url": "https://rawnly.com"
},
{
"name": "Jon Schlinkert",
"url": "http://twitter.com/jonschlinkert"
},
{
"name": "Sebastien MEIFFREN",
"url": "http://www.commande-online.fr"
}
],
"deprecated": false,
"description": "Days of the week.",
"devDependencies": {
"gulp-format-md": "^0.1.11"
},
"engines": {
"node": ">=0.10.0"
},
"files": [
"index.js"
],
"homepage": "https://github.com/jonschlinkert/days",
"keywords": [
"calendar",
"date",
"day",
"days",
"duration",
"friday",
"monday",
"now",
"saturday",
"sunday",
"thursday",
"time",
"timespan",
"tuesday",
"wednesday",
"week",
"weekday"
],
"license": "MIT",
"main": "index.js",
"name": "days",
"repository": {
"type": "git",
"url": "git+https://github.com/jonschlinkert/days.git"
},
"verb": {
"toc": false,
"layout": "default",
"tasks": [
"readme"
],
"plugins": [
"gulp-format-md"
],
"lint": {
"reflinks": true
},
"related": {
"list": []
},
"reflinks": [
"verb",
"verb-generate-readme"
]
},
"version": "1.1.1"
}