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
91 lines (91 loc) · 2.18 KB
/
package.json
File metadata and controls
91 lines (91 loc) · 2.18 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
{
"_from": "elly@^1.0.0",
"_id": "elly@1.1.10",
"_inBundle": false,
"_integrity": "sha512-CXlhCGIzVjX1SLPttmq2fo7wsOlfPMsxqf8rIbpFSkNWC+U8Nuldo6rG6oeFiBY9+8e7YcizwDnyK72APWH+dQ==",
"_location": "/elly",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "elly@^1.0.0",
"name": "elly",
"escapedName": "elly",
"rawSpec": "^1.0.0",
"saveSpec": null,
"fetchSpec": "^1.0.0"
},
"_requiredBy": [
"/github-calendar"
],
"_resolved": "https://registry.npmjs.org/elly/-/elly-1.1.10.tgz",
"_shasum": "15f3e43c81327ea927802a09508e60c712b81c9b",
"_spec": "elly@^1.0.0",
"_where": "/Users/brandonrosage/github/profile-generator/node_modules/github-calendar",
"author": {
"name": "Ionică Bizău",
"email": "bizauionica@gmail.com",
"url": "https://ionicabizau.net"
},
"blah": {
"description": [
{
"h2": "Is this a jQuery alternative?"
},
{
"p": "Well, in many cases yes. *elly* is a tiny wrapper around the `querySelector`, `querySelectorAll` and `document.createElement`, so, it basically can select and create DOM elements."
}
],
"examplePath": "index.html",
"h_img": "http://i.imgur.com/hQjyLBz.png"
},
"bugs": {
"url": "https://github.com/IonicaBizau/elly/issues"
},
"bundleDependencies": false,
"dependencies": {
"iterate-object": "^1.3.2",
"sliced": "^1.0.1"
},
"deprecated": false,
"description": "A tiny library for creating and selecting DOM elements.",
"files": [
"bin/",
"app/",
"lib/",
"dist/",
"src/",
"scripts/",
"resources/",
"menu/",
"cli.js",
"index.js",
"bloggify.js",
"bloggify.json",
"bloggify/"
],
"homepage": "https://github.com/IonicaBizau/elly#readme",
"keywords": [
"elly",
"a",
"tiny",
"library",
"for",
"creating",
"and",
"selecting",
"dom",
"elements"
],
"license": "MIT",
"main": "lib/index.js",
"name": "elly",
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/IonicaBizau/elly.git"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"version": "1.1.10"
}