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
81 lines (81 loc) · 1.9 KB
/
package.json
File metadata and controls
81 lines (81 loc) · 1.9 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
{
"_from": "formatoid@^1.0.3",
"_id": "formatoid@1.2.3",
"_inBundle": false,
"_integrity": "sha512-CkI0aK01nKhHoFZByDKw/yrNPy+g56DNIEmlq0Q67grdR/LLV8Orc9gsTGVP7XufM3bZg8iuD5UsVfkOdJo2yg==",
"_location": "/formatoid",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "formatoid@^1.0.3",
"name": "formatoid",
"escapedName": "formatoid",
"rawSpec": "^1.0.3",
"saveSpec": null,
"fetchSpec": "^1.0.3"
},
"_requiredBy": [
"/github-calendar"
],
"_resolved": "https://registry.npmjs.org/formatoid/-/formatoid-1.2.3.tgz",
"_shasum": "f9c1628fecbdfb56e422e5000cd2e81c1710589f",
"_spec": "formatoid@^1.0.3",
"_where": "/Users/brandonrosage/github/profile-generator/node_modules/github-calendar",
"author": {
"name": "Ionică Bizău",
"email": "bizauionica@gmail.com",
"url": "https://ionicabizau.net"
},
"blah": {
"related": [
"add-subtract-date"
]
},
"bugs": {
"url": "https://github.com/IonicaBizau/formatoid/issues"
},
"bundleDependencies": false,
"dependencies": {
"days": "^1.0.1",
"fillo": "^1.0.0",
"months": "^1.0.0",
"parse-it": "^1.0.0"
},
"deprecated": false,
"description": "Tiny and fast module for formatting date objects.",
"directories": {
"example": "example"
},
"files": [
"bin/",
"app/",
"lib/",
"dist/",
"src/",
"scripts/",
"resources/",
"menu/",
"cli.js",
"index.js",
"bloggify.js",
"bloggify.json",
"bloggify/"
],
"homepage": "https://github.com/IonicaBizau/formatoid#readme",
"keywords": [
"format",
"date"
],
"license": "MIT",
"main": "lib/index.js",
"name": "formatoid",
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/IonicaBizau/formatoid.git"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"version": "1.2.3"
}