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
|
{
"_args": [
[
"todomvc-common@1.0.4",
"/home/rjaros/git/kvision/examples/todomvc/src/main/web"
]
],
"_from": "todomvc-common@1.0.4",
"_id": "todomvc-common@1.0.4",
"_inBundle": false,
"_integrity": "sha512-AA0Z4exovEqubhbZCrzzn9roVT4zvOncS319p2zIc4CsNe5B9TLL7Sei1NIV6d+WrgR5rOi+y0I9Y6GE7xgNOw==",
"_location": "/todomvc-common",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "todomvc-common@1.0.4",
"name": "todomvc-common",
"escapedName": "todomvc-common",
"rawSpec": "1.0.4",
"saveSpec": null,
"fetchSpec": "1.0.4"
},
"_requiredBy": [
"/"
],
"_resolved": "https://registry.npmjs.org/todomvc-common/-/todomvc-common-1.0.4.tgz",
"_spec": "1.0.4",
"_where": "/home/rjaros/git/kvision/examples/todomvc/src/main/web",
"author": {
"name": "TasteJS"
},
"bugs": {
"url": "https://github.com/tastejs/todomvc-common/issues"
},
"description": "Common TodoMVC utilities used by our apps",
"files": [
"base.js",
"base.css"
],
"homepage": "https://github.com/tastejs/todomvc-common#readme",
"keywords": [
"todomvc",
"tastejs",
"util",
"utilities"
],
"license": "MIT",
"main": "base.js",
"name": "todomvc-common",
"repository": {
"type": "git",
"url": "git+https://github.com/tastejs/todomvc-common.git"
},
"style": "base.css",
"version": "1.0.4"
}
|