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
72 lines (72 loc) · 1.67 KB
/
package.json
File metadata and controls
72 lines (72 loc) · 1.67 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
{
"_from": "fillo@^1.0.0",
"_id": "fillo@1.0.12",
"_inBundle": false,
"_integrity": "sha512-WjV09RN7NEp1EazSNKJVZCVHeWYj4MNyb4HX1BAyrW4j0OW2UPJukP4SUkJt9Nj7gWgyD6avK0mH5bjwOZFViw==",
"_location": "/fillo",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "fillo@^1.0.0",
"name": "fillo",
"escapedName": "fillo",
"rawSpec": "^1.0.0",
"saveSpec": null,
"fetchSpec": "^1.0.0"
},
"_requiredBy": [
"/formatoid"
],
"_resolved": "https://registry.npmjs.org/fillo/-/fillo-1.0.12.tgz",
"_shasum": "27a0f2793fcbb08dbd6ddb6568deb53896511aea",
"_spec": "fillo@^1.0.0",
"_where": "/Users/brandonrosage/github/profile-generator/node_modules/formatoid",
"author": {
"name": "Ionică Bizău",
"email": "bizauionica@gmail.com",
"url": "https://ionicabizau.net"
},
"bugs": {
"url": "https://github.com/IonicaBizau/fillo/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "Fill a value with characters to the given size.",
"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/fillo#readme",
"keywords": [
"fill",
"pad",
"zero",
"chars"
],
"license": "MIT",
"main": "lib/index.js",
"name": "fillo",
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/IonicaBizau/fillo.git"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"version": "1.0.12"
}