fluffy – Diff between revs 6 and 9

Subversion Repositories:
Rev:
Only display areas with differencesIgnore whitespace
Rev 6 Rev 9
1 { 1 {
2 "name": "fluffy", 2 "name": "fluffy",
3 "version": "1.0.0", 3 "version": "1.0.0",
4 "lockfileVersion": 1, 4 "lockfileVersion": 1,
5 "requires": true, 5 "requires": true,
6 "dependencies": { 6 "dependencies": {
7 "bootstrap": { 7 "bootstrap": {
8 "version": "3.3.7", 8 "version": "3.3.7",
9 "resolved": "https://npm.grimore.org/bootstrap/-/bootstrap-3.3.7.tgz", 9 "resolved": "https://npm.grimore.org/bootstrap/-/bootstrap-3.3.7.tgz",
10 "integrity": "sha1-WjiTlFSfIzMIdaOxUGVldPip63E=" 10 "integrity": "sha1-WjiTlFSfIzMIdaOxUGVldPip63E="
11 }, 11 },
12 "bootstrap-fileinput": { 12 "bootstrap-fileinput": {
13 "version": "4.4.6", 13 "version": "4.4.6",
14 "resolved": "https://npm.grimore.org/bootstrap-fileinput/-/bootstrap-fileinput-4.4.6.tgz", 14 "resolved": "https://npm.grimore.org/bootstrap-fileinput/-/bootstrap-fileinput-4.4.6.tgz",
15 "integrity": "sha1-GcWniZE7CretZnv00j+lv2TM0dI=", 15 "integrity": "sha1-GcWniZE7CretZnv00j+lv2TM0dI=",
16 "requires": { 16 "requires": {
17 "bootstrap": "3.3.7", 17 "bootstrap": "3.3.7",
18 "jquery": "3.2.1" 18 "jquery": "3.2.1"
19 } 19 }
20 }, 20 },
21 "bootstrap-select": { 21 "bootstrap-select": {
22 "version": "1.12.4", 22 "version": "1.12.4",
23 "resolved": "https://npm.grimore.org/bootstrap-select/-/bootstrap-select-1.12.4.tgz", 23 "resolved": "https://npm.grimore.org/bootstrap-select/-/bootstrap-select-1.12.4.tgz",
24 "integrity": "sha1-fxXTwM6XiGjZwJxw+WYk9V+gLuE=", 24 "integrity": "sha1-fxXTwM6XiGjZwJxw+WYk9V+gLuE=",
25 "requires": { 25 "requires": {
26 "jquery": "3.2.1" 26 "jquery": "3.2.1"
27 } 27 }
28 }, 28 },
29 "bootstrap-validator": { 29 "bootstrap-validator": {
30 "version": "0.11.9", 30 "version": "0.11.9",
31 "resolved": "https://npm.grimore.org/bootstrap-validator/-/bootstrap-validator-0.11.9.tgz", 31 "resolved": "https://npm.grimore.org/bootstrap-validator/-/bootstrap-validator-0.11.9.tgz",
32 "integrity": "sha1-+3BY7vU2I+ePWqeWcCb5j4dalAQ=" 32 "integrity": "sha1-+3BY7vU2I+ePWqeWcCb5j4dalAQ="
33 }, 33 },
-   34 "cookie.js": {
-   35 "version": "3.0.0",
-   36 "resolved": "https://npm.grimore.org/cookie.js/-/cookie.js-3.0.0.tgz",
-   37 "integrity": "sha512-D7AZhQoQGSbzAyXp554hrQJLffTWKUAQRywx22PfffBhUTuFjsn7t3KzX++d9gPU+kg+ooQ+EC6zl5QSMMcS8g=="
-   38 },
-   39 "interact.js": {
-   40 "version": "1.2.8",
-   41 "resolved": "https://npm.grimore.org/interact.js/-/interact.js-1.2.8.tgz",
-   42 "integrity": "sha1-tivABFY7XG8pS2sRWzliBdhD9gs="
-   43 },
34 "jquery": { 44 "jquery": {
35 "version": "3.2.1", 45 "version": "3.2.1",
36 "resolved": "https://npm.grimore.org/jquery/-/jquery-3.2.1.tgz", 46 "resolved": "https://npm.grimore.org/jquery/-/jquery-3.2.1.tgz",
37 "integrity": "sha1-XE2d5lKvbNCncBVKYxu6ErAVx4c=" 47 "integrity": "sha1-XE2d5lKvbNCncBVKYxu6ErAVx4c="
-   48 },
-   49 "js-cookie": {
-   50 "version": "2.2.0",
-   51 "resolved": "https://npm.grimore.org/js-cookie/-/js-cookie-2.2.0.tgz",
-   52 "integrity": "sha1-Gywnmm7s44ChIWi5JIUmWzWx7/s="
-   53 },
-   54 "was.wm.js": {
-   55 "version": "1.0.0",
-   56 "resolved": "https://npm.grimore.org/was.wm.js/-/was.wm.js-1.0.0.tgz",
-   57 "integrity": "sha512-V2zjdJAfwDfRdREi7d1KpFf8r3vUFcICqK8YtB2CHBWd+zYLAZsIbQ7qsdyehKDPLOeySCpmpVfso6KhW9yIyg==",
-   58 "requires": {
-   59 "cookie.js": "3.0.0",
-   60 "interact.js": "1.2.8",
-   61 "jquery": "3.3.1"
-   62 },
-   63 "dependencies": {
-   64 "jquery": {
-   65 "version": "3.3.1",
-   66 "resolved": "https://npm.grimore.org/jquery/-/jquery-3.3.1.tgz",
-   67 "integrity": "sha512-Ubldcmxp5np52/ENotGxlLe6aGMvmF4R8S6tZjsP6Knsaxd/xp3Zrh50cG93lR6nPXyUFwzN3ZSOQI0wRJNdGg=="
-   68 }
-   69 }
38 } 70 }
39 } 71 }
40 } 72 }
41   73