-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
91 lines (91 loc) · 2.54 KB
/
package.json
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
{
"devDependencies": {
"gulp": "^4.0.2",
"gulp-svgo": "^2.2.1"
},
"name": "pictogramas-dev",
"description": "**Pictogramas** es una librería de software y un sistema gráfico diseñado para componer pictogramas que apoyan la accesibilidad cognitiva en servicios públicos.",
"version": "1.0.0",
"main": "index.html",
"dependencies": {
"ansi-styles": "^3.2.1",
"argparse": "^1.0.10",
"boolbase": "^1.0.0",
"call-bind": "^1.0.2",
"chalk": "^2.4.2",
"coa": "^2.0.2",
"color-convert": "^1.9.3",
"color-name": "^1.1.3",
"css-select": "^2.1.0",
"css-select-base-adapter": "^0.1.1",
"css-tree": "^1.0.0-alpha.37",
"css-what": "^3.4.2",
"csso": "^4.2.0",
"define-properties": "^1.1.3",
"dom-serializer": "^0.2.2",
"domelementtype": "^1.3.1",
"domutils": "^1.7.0",
"entities": "^2.2.0",
"es-abstract": "^1.18.3",
"es-to-primitive": "^1.2.1",
"escape-string-regexp": "^1.0.5",
"esprima": "^4.0.1",
"function-bind": "^1.1.1",
"get-intrinsic": "^1.1.1",
"has": "^1.0.3",
"has-bigints": "^1.0.1",
"has-flag": "^3.0.0",
"has-symbols": "^1.0.2",
"is-bigint": "^1.0.2",
"is-boolean-object": "^1.1.1",
"is-callable": "^1.2.3",
"is-date-object": "^1.0.4",
"is-negative-zero": "^2.0.1",
"is-number-object": "^1.0.5",
"is-regex": "^1.1.3",
"is-string": "^1.0.6",
"is-symbol": "^1.0.4",
"js-yaml": "^3.14.1",
"mdn-data": "^2.0.4",
"minimist": "^1.2.5",
"mkdirp": "^0.5.5",
"nth-check": "^1.0.2",
"object-inspect": "^1.11.0",
"object-keys": "^1.1.1",
"object.assign": "^4.1.2",
"object.getownpropertydescriptors": "^2.1.2",
"object.values": "^1.1.4",
"q": "^1.5.1",
"sax": "^1.2.4",
"source-map": "^0.6.1",
"sprintf-js": "^1.0.3",
"stable": "^0.1.8",
"string.prototype.trimend": "^1.0.4",
"string.prototype.trimstart": "^1.0.4",
"supports-color": "^5.5.0",
"svgo": "^1.3.2",
"unbox-primitive": "^1.0.1",
"unquote": "^1.1.1",
"util.promisify": "^1.0.1",
"which-boxed-primitive": "^1.0.2"
},
"scripts": {
"test": "test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/accesibilidad-inclusion/pictogramas-dev.git"
},
"keywords": [
"pictograms",
"icons",
"visual",
"supports"
],
"author": "Herbert Spencer",
"license": "ISC",
"bugs": {
"url": "https://github.com/accesibilidad-inclusion/pictogramas-dev/issues"
},
"homepage": "https://github.com/accesibilidad-inclusion/pictogramas-dev#readme"
}