@internetarchive/ia-icons 1.3.5 → 1.3.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +109 -108
package/package.json
CHANGED
|
@@ -1,108 +1,109 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "@internetarchive/ia-icons",
|
|
3
|
-
"version": "1.3.
|
|
4
|
-
"description": "SVG icon library for use in archive.org components",
|
|
5
|
-
"license": "AGPL-3.0-only",
|
|
6
|
-
"main": "index.js",
|
|
7
|
-
"module": "ia-icon.js",
|
|
8
|
-
"publishConfig": {
|
|
9
|
-
"access": "public"
|
|
10
|
-
},
|
|
11
|
-
"scripts": {
|
|
12
|
-
"start": "es-dev-server --app-index ./index.html --node-resolve --watch --open --preserve-symlinks",
|
|
13
|
-
"lint:eslint": "eslint --ext .js . --ignore-path .gitignore",
|
|
14
|
-
"format:eslint": "eslint --ext .js . --fix --ignore-path .gitignore",
|
|
15
|
-
"lint:prettier": "prettier \"**/*.js\" --check --ignore-path .gitignore",
|
|
16
|
-
"format:prettier": "prettier \"**/*.js\" --write --ignore-path .gitignore",
|
|
17
|
-
"lint": "npm run lint:eslint",
|
|
18
|
-
"format": "npm run format:eslint && npm run format:prettier",
|
|
19
|
-
"test": "karma start --coverage",
|
|
20
|
-
"test:watch": "karma start --auto-watch=true --single-run=false",
|
|
21
|
-
"test:update-snapshots": "karma start --update-snapshots",
|
|
22
|
-
"test:prune-snapshots": "karma start --prune-snapshots",
|
|
23
|
-
"test:compatibility": "karma start --compatibility all --coverage",
|
|
24
|
-
"test:compatibility:watch": "karma start --compatibility all --auto-watch=true --single-run=false",
|
|
25
|
-
"test:bs": "karma start karma.bs.config.js --compatibility all --coverage"
|
|
26
|
-
},
|
|
27
|
-
"dependencies": {
|
|
28
|
-
"@internetarchive/ia-icons": "^1.3.
|
|
29
|
-
"@internetarchive/icon-advance": "^1.3.4",
|
|
30
|
-
"@internetarchive/icon-applepay": "^1.3.4",
|
|
31
|
-
"@internetarchive/icon-audio": "^1.3.4",
|
|
32
|
-
"@internetarchive/icon-bookmark": "^1.3.4",
|
|
33
|
-
"@internetarchive/icon-calendar": "^1.3.4",
|
|
34
|
-
"@internetarchive/icon-calendar-blank": "^1.3.4",
|
|
35
|
-
"@internetarchive/icon-close": "^1.3.4",
|
|
36
|
-
"@internetarchive/icon-close-circle": "^1.3.
|
|
37
|
-
"@internetarchive/icon-collapse-sidebar": "^1.3.4",
|
|
38
|
-
"@internetarchive/icon-credit-card": "^1.3.4",
|
|
39
|
-
"@internetarchive/icon-dl": "^1.3.4",
|
|
40
|
-
"@internetarchive/icon-donate": "^1.3.4",
|
|
41
|
-
"@internetarchive/icon-edit-pencil": "^1.3.4",
|
|
42
|
-
"@internetarchive/icon-ellipses": "^1.3.4",
|
|
43
|
-
"@internetarchive/icon-email": "^1.3.4",
|
|
44
|
-
"@internetarchive/icon-facebook": "^1.3.4",
|
|
45
|
-
"@internetarchive/icon-googlepay": "^1.3.4",
|
|
46
|
-
"@internetarchive/icon-ia-logo": "^1.3.4",
|
|
47
|
-
"@internetarchive/icon-images": "^1.3.4",
|
|
48
|
-
"@internetarchive/icon-info": "^1.3.4",
|
|
49
|
-
"@internetarchive/icon-link": "^1.3.4",
|
|
50
|
-
"@internetarchive/icon-locale-pin": "^1.3.4",
|
|
51
|
-
"@internetarchive/icon-lock": "^1.3.4",
|
|
52
|
-
"@internetarchive/icon-magnify-minus": "^1.3.4",
|
|
53
|
-
"@internetarchive/icon-magnify-plus": "^1.3.4",
|
|
54
|
-
"@internetarchive/icon-paypal": "^1.3.4",
|
|
55
|
-
"@internetarchive/icon-pinterest": "^1.3.4",
|
|
56
|
-
"@internetarchive/icon-search": "^1.3.4",
|
|
57
|
-
"@internetarchive/icon-share": "^1.3.4",
|
|
58
|
-
"@internetarchive/icon-software": "^1.3.4",
|
|
59
|
-
"@internetarchive/icon-sort-ascending": "^1.3.4",
|
|
60
|
-
"@internetarchive/icon-sort-descending": "^1.3.4",
|
|
61
|
-
"@internetarchive/icon-texts": "^1.3.4",
|
|
62
|
-
"@internetarchive/icon-toc": "^1.3.4",
|
|
63
|
-
"@internetarchive/icon-tumblr": "^1.3.4",
|
|
64
|
-
"@internetarchive/icon-twitter": "^1.3.4",
|
|
65
|
-
"@internetarchive/icon-upload": "^1.3.4",
|
|
66
|
-
"@internetarchive/icon-user": "^1.3.4",
|
|
67
|
-
"@internetarchive/icon-venmo": "^1.3.4",
|
|
68
|
-
"@internetarchive/icon-video": "^1.3.4",
|
|
69
|
-
"@internetarchive/icon-visual-adjustment": "^1.3.4",
|
|
70
|
-
"@internetarchive/icon-volumes": "^1.3.4",
|
|
71
|
-
"@internetarchive/icon-web": "^1.3.4",
|
|
72
|
-
"lit": "^2.0.2"
|
|
73
|
-
},
|
|
74
|
-
"devDependencies": {
|
|
75
|
-
"@open-wc/eslint-config": "^1.0.0",
|
|
76
|
-
"@open-wc/polyfills-loader": "^0.2.1",
|
|
77
|
-
"@open-wc/prettier-config": "^0.1.10",
|
|
78
|
-
"@open-wc/testing": "^2.0.0",
|
|
79
|
-
"@open-wc/testing-karma": "^3.0.0",
|
|
80
|
-
"@open-wc/testing-karma-bs": "^1.0.0",
|
|
81
|
-
"es-dev-server": "^1.42.0",
|
|
82
|
-
"eslint": "^6.1.0",
|
|
83
|
-
"eslint-plugin-lit": "^0.5.0",
|
|
84
|
-
"gulp": "^4.0.2",
|
|
85
|
-
"husky": "^4.2.3",
|
|
86
|
-
"lint-staged": "^8.0.0",
|
|
87
|
-
"sinon": "^9.0.0",
|
|
88
|
-
"webpack-merge": "^4.1.5"
|
|
89
|
-
},
|
|
90
|
-
"husky": {
|
|
91
|
-
"hooks": {
|
|
92
|
-
"pre-commit": "lint-staged"
|
|
93
|
-
}
|
|
94
|
-
},
|
|
95
|
-
"lint-staged": {
|
|
96
|
-
"*.js": [
|
|
97
|
-
"eslint --fix",
|
|
98
|
-
"git add"
|
|
99
|
-
]
|
|
100
|
-
},
|
|
101
|
-
"eslintConfig": {
|
|
102
|
-
"extends": [
|
|
103
|
-
"@open-wc/eslint-config",
|
|
104
|
-
"eslint-config-prettier"
|
|
105
|
-
]
|
|
106
|
-
},
|
|
107
|
-
"prettier": "@open-wc/prettier-config"
|
|
108
|
-
|
|
1
|
+
{
|
|
2
|
+
"name": "@internetarchive/ia-icons",
|
|
3
|
+
"version": "1.3.6",
|
|
4
|
+
"description": "SVG icon library for use in archive.org components",
|
|
5
|
+
"license": "AGPL-3.0-only",
|
|
6
|
+
"main": "index.js",
|
|
7
|
+
"module": "ia-icon.js",
|
|
8
|
+
"publishConfig": {
|
|
9
|
+
"access": "public"
|
|
10
|
+
},
|
|
11
|
+
"scripts": {
|
|
12
|
+
"start": "es-dev-server --app-index ./index.html --node-resolve --watch --open --preserve-symlinks",
|
|
13
|
+
"lint:eslint": "eslint --ext .js . --ignore-path .gitignore",
|
|
14
|
+
"format:eslint": "eslint --ext .js . --fix --ignore-path .gitignore",
|
|
15
|
+
"lint:prettier": "prettier \"**/*.js\" --check --ignore-path .gitignore",
|
|
16
|
+
"format:prettier": "prettier \"**/*.js\" --write --ignore-path .gitignore",
|
|
17
|
+
"lint": "npm run lint:eslint",
|
|
18
|
+
"format": "npm run format:eslint && npm run format:prettier",
|
|
19
|
+
"test": "karma start --coverage",
|
|
20
|
+
"test:watch": "karma start --auto-watch=true --single-run=false",
|
|
21
|
+
"test:update-snapshots": "karma start --update-snapshots",
|
|
22
|
+
"test:prune-snapshots": "karma start --prune-snapshots",
|
|
23
|
+
"test:compatibility": "karma start --compatibility all --coverage",
|
|
24
|
+
"test:compatibility:watch": "karma start --compatibility all --auto-watch=true --single-run=false",
|
|
25
|
+
"test:bs": "karma start karma.bs.config.js --compatibility all --coverage"
|
|
26
|
+
},
|
|
27
|
+
"dependencies": {
|
|
28
|
+
"@internetarchive/ia-icons": "^1.3.6",
|
|
29
|
+
"@internetarchive/icon-advance": "^1.3.4",
|
|
30
|
+
"@internetarchive/icon-applepay": "^1.3.4",
|
|
31
|
+
"@internetarchive/icon-audio": "^1.3.4",
|
|
32
|
+
"@internetarchive/icon-bookmark": "^1.3.4",
|
|
33
|
+
"@internetarchive/icon-calendar": "^1.3.4",
|
|
34
|
+
"@internetarchive/icon-calendar-blank": "^1.3.4",
|
|
35
|
+
"@internetarchive/icon-close": "^1.3.4",
|
|
36
|
+
"@internetarchive/icon-close-circle": "^1.3.6",
|
|
37
|
+
"@internetarchive/icon-collapse-sidebar": "^1.3.4",
|
|
38
|
+
"@internetarchive/icon-credit-card": "^1.3.4",
|
|
39
|
+
"@internetarchive/icon-dl": "^1.3.4",
|
|
40
|
+
"@internetarchive/icon-donate": "^1.3.4",
|
|
41
|
+
"@internetarchive/icon-edit-pencil": "^1.3.4",
|
|
42
|
+
"@internetarchive/icon-ellipses": "^1.3.4",
|
|
43
|
+
"@internetarchive/icon-email": "^1.3.4",
|
|
44
|
+
"@internetarchive/icon-facebook": "^1.3.4",
|
|
45
|
+
"@internetarchive/icon-googlepay": "^1.3.4",
|
|
46
|
+
"@internetarchive/icon-ia-logo": "^1.3.4",
|
|
47
|
+
"@internetarchive/icon-images": "^1.3.4",
|
|
48
|
+
"@internetarchive/icon-info": "^1.3.4",
|
|
49
|
+
"@internetarchive/icon-link": "^1.3.4",
|
|
50
|
+
"@internetarchive/icon-locale-pin": "^1.3.4",
|
|
51
|
+
"@internetarchive/icon-lock": "^1.3.4",
|
|
52
|
+
"@internetarchive/icon-magnify-minus": "^1.3.4",
|
|
53
|
+
"@internetarchive/icon-magnify-plus": "^1.3.4",
|
|
54
|
+
"@internetarchive/icon-paypal": "^1.3.4",
|
|
55
|
+
"@internetarchive/icon-pinterest": "^1.3.4",
|
|
56
|
+
"@internetarchive/icon-search": "^1.3.4",
|
|
57
|
+
"@internetarchive/icon-share": "^1.3.4",
|
|
58
|
+
"@internetarchive/icon-software": "^1.3.4",
|
|
59
|
+
"@internetarchive/icon-sort-ascending": "^1.3.4",
|
|
60
|
+
"@internetarchive/icon-sort-descending": "^1.3.4",
|
|
61
|
+
"@internetarchive/icon-texts": "^1.3.4",
|
|
62
|
+
"@internetarchive/icon-toc": "^1.3.4",
|
|
63
|
+
"@internetarchive/icon-tumblr": "^1.3.4",
|
|
64
|
+
"@internetarchive/icon-twitter": "^1.3.4",
|
|
65
|
+
"@internetarchive/icon-upload": "^1.3.4",
|
|
66
|
+
"@internetarchive/icon-user": "^1.3.4",
|
|
67
|
+
"@internetarchive/icon-venmo": "^1.3.4",
|
|
68
|
+
"@internetarchive/icon-video": "^1.3.4",
|
|
69
|
+
"@internetarchive/icon-visual-adjustment": "^1.3.4",
|
|
70
|
+
"@internetarchive/icon-volumes": "^1.3.4",
|
|
71
|
+
"@internetarchive/icon-web": "^1.3.4",
|
|
72
|
+
"lit": "^2.0.2"
|
|
73
|
+
},
|
|
74
|
+
"devDependencies": {
|
|
75
|
+
"@open-wc/eslint-config": "^1.0.0",
|
|
76
|
+
"@open-wc/polyfills-loader": "^0.2.1",
|
|
77
|
+
"@open-wc/prettier-config": "^0.1.10",
|
|
78
|
+
"@open-wc/testing": "^2.0.0",
|
|
79
|
+
"@open-wc/testing-karma": "^3.0.0",
|
|
80
|
+
"@open-wc/testing-karma-bs": "^1.0.0",
|
|
81
|
+
"es-dev-server": "^1.42.0",
|
|
82
|
+
"eslint": "^6.1.0",
|
|
83
|
+
"eslint-plugin-lit": "^0.5.0",
|
|
84
|
+
"gulp": "^4.0.2",
|
|
85
|
+
"husky": "^4.2.3",
|
|
86
|
+
"lint-staged": "^8.0.0",
|
|
87
|
+
"sinon": "^9.0.0",
|
|
88
|
+
"webpack-merge": "^4.1.5"
|
|
89
|
+
},
|
|
90
|
+
"husky": {
|
|
91
|
+
"hooks": {
|
|
92
|
+
"pre-commit": "lint-staged"
|
|
93
|
+
}
|
|
94
|
+
},
|
|
95
|
+
"lint-staged": {
|
|
96
|
+
"*.js": [
|
|
97
|
+
"eslint --fix",
|
|
98
|
+
"git add"
|
|
99
|
+
]
|
|
100
|
+
},
|
|
101
|
+
"eslintConfig": {
|
|
102
|
+
"extends": [
|
|
103
|
+
"@open-wc/eslint-config",
|
|
104
|
+
"eslint-config-prettier"
|
|
105
|
+
]
|
|
106
|
+
},
|
|
107
|
+
"prettier": "@open-wc/prettier-config",
|
|
108
|
+
"gitHead": "3fd433795be28ba70d3163711bcce13539ce93d2"
|
|
109
|
+
}
|